2024-08-20T21:57:31.3200050Z Current runner version: '2.319.1' 2024-08-20T21:57:31.3206480Z Runner name: 'i-0a167c6b22a3aa04d' 2024-08-20T21:57:31.3207209Z Runner group name: 'Default' 2024-08-20T21:57:31.3207925Z Machine name: 'ip-10-0-50-166' 2024-08-20T21:57:31.3224031Z Testing runner upgrade compatibility 2024-08-20T21:57:31.4525827Z ##[group]GITHUB_TOKEN Permissions 2024-08-20T21:57:31.4527913Z Actions: read 2024-08-20T21:57:31.4528468Z Attestations: read 2024-08-20T21:57:31.4528871Z Checks: read 2024-08-20T21:57:31.4529279Z Contents: read 2024-08-20T21:57:31.4529744Z Deployments: read 2024-08-20T21:57:31.4530144Z Discussions: read 2024-08-20T21:57:31.4530574Z Issues: read 2024-08-20T21:57:31.4531375Z Metadata: read 2024-08-20T21:57:31.4531972Z Packages: read 2024-08-20T21:57:31.4532415Z Pages: read 2024-08-20T21:57:31.4532845Z PullRequests: read 2024-08-20T21:57:31.4533344Z RepositoryProjects: read 2024-08-20T21:57:31.4533954Z SecurityEvents: read 2024-08-20T21:57:31.4534443Z Statuses: read 2024-08-20T21:57:31.4535132Z ##[endgroup] 2024-08-20T21:57:31.4538565Z Secret source: Actions 2024-08-20T21:57:31.4539370Z Prepare workflow directory 2024-08-20T21:57:31.8043262Z Prepare all required actions 2024-08-20T21:57:31.8205553Z Getting action download info 2024-08-20T21:57:32.0997886Z Download action repository 'pytorch/pytorch@main' (SHA:1ae5d5bb62141d7c9b1b0b66c66a462b4e10b1f2) 2024-08-20T21:57:35.0485973Z Download action repository 'pytorch/test-infra@main' (SHA:0c3a2634aaa2f638c8f640e743f03d696ce1191f) 2024-08-20T21:57:35.4253606Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-20T21:57:35.6365408Z Getting action download info 2024-08-20T21:57:35.7665976Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-08-20T21:57:35.9438899Z Complete job name: docker-build (linux.12xlarge, pytorch-linux-focal-rocm-n-1-py3) 2024-08-20T21:57:36.0111308Z A job started hook has been configured by the self-hosted runner administrator 2024-08-20T21:57:36.0247675Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-20T21:57:36.0256974Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:57:36.0257506Z ##[endgroup] 2024-08-20T21:57:37.5514797Z Runner Type: linux.12xlarge 2024-08-20T21:57:37.5515249Z Instance Type: c5.12xlarge 2024-08-20T21:57:37.5515905Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-20T21:57:37.5516414Z AMI ID: ami-06c68f701d8090592 2024-08-20T21:57:42.8515339Z ##[group]Run echo "${GITHUB_WORKSPACE}" 2024-08-20T21:57:42.8515816Z echo "${GITHUB_WORKSPACE}" 2024-08-20T21:57:42.8516231Z sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-20T21:57:42.8516636Z mkdir "${GITHUB_WORKSPACE}" 2024-08-20T21:57:42.8524165Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:57:42.8524639Z env: 2024-08-20T21:57:42.8525037Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:57:42.8525603Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:57:42.8526298Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T21:57:42.8527003Z ##[endgroup] 2024-08-20T21:57:42.8552636Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-20T21:57:44.9949419Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-08-20T21:57:44.9949980Z with: 2024-08-20T21:57:44.9950220Z submodules: recursive 2024-08-20T21:57:44.9950522Z fetch-depth: 0 2024-08-20T21:57:44.9950780Z env: 2024-08-20T21:57:44.9951185Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:57:44.9951761Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:57:44.9952460Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T21:57:44.9953163Z ##[endgroup] 2024-08-20T21:57:45.0133977Z ##[group]Run retry () { 2024-08-20T21:57:45.0134337Z retry () { 2024-08-20T21:57:45.0135081Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-08-20T21:57:45.0135617Z } 2024-08-20T21:57:45.0135903Z echo "${GITHUB_WORKSPACE}" 2024-08-20T21:57:45.0136315Z if [ -z "${NO_SUDO}" ]; then 2024-08-20T21:57:45.0136814Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-08-20T21:57:45.0137250Z else 2024-08-20T21:57:45.0137570Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-08-20T21:57:45.0137980Z fi 2024-08-20T21:57:45.0138251Z mkdir "${GITHUB_WORKSPACE}" 2024-08-20T21:57:45.0144011Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T21:57:45.0144499Z env: 2024-08-20T21:57:45.0144918Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:57:45.0145505Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:57:45.0146258Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T21:57:45.0147039Z NO_SUDO: 2024-08-20T21:57:45.0147281Z ##[endgroup] 2024-08-20T21:57:45.0171317Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-20T21:57:45.1499643Z ##[group]Run malfet/checkout@silent-checkout 2024-08-20T21:57:45.1500090Z with: 2024-08-20T21:57:45.1500406Z ref: 40ec5f6ddd9787aca0449b24128343ff4c4a88b3 2024-08-20T21:57:45.1500844Z fetch-depth: 0 2024-08-20T21:57:45.1501232Z submodules: recursive 2024-08-20T21:57:45.1501517Z quiet-checkout: true 2024-08-20T21:57:45.1501829Z repository: pytorch/pytorch 2024-08-20T21:57:45.1502290Z token: *** 2024-08-20T21:57:45.1502529Z ssh-strict: true 2024-08-20T21:57:45.1502823Z persist-credentials: true 2024-08-20T21:57:45.1503142Z clean: true 2024-08-20T21:57:45.1503410Z sparse-checkout-cone-mode: true 2024-08-20T21:57:45.1503756Z lfs: false 2024-08-20T21:57:45.1504017Z set-safe-directory: true 2024-08-20T21:57:45.1504303Z env: 2024-08-20T21:57:45.1504702Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T21:57:45.1505270Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T21:57:45.1505952Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T21:57:45.1506662Z ##[endgroup] 2024-08-20T21:57:45.2484136Z Syncing repository: pytorch/pytorch 2024-08-20T21:57:45.2485741Z ##[group]Getting Git version info 2024-08-20T21:57:45.2486487Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-20T21:57:45.2487345Z [command]/usr/bin/git version 2024-08-20T21:57:45.2487696Z git version 2.40.1 2024-08-20T21:57:45.2488966Z ##[endgroup] 2024-08-20T21:57:45.2500130Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b030ac9b-c090-48b0-b751-b2d553b4172e' before making global git config changes 2024-08-20T21:57:45.2501422Z Adding repository directory to the temporary git global config as a safe directory 2024-08-20T21:57:45.2502586Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-20T21:57:45.2536906Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-08-20T21:57:45.2540221Z ##[group]Initializing the repository 2024-08-20T21:57:45.2543018Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-20T21:57:45.2573685Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-20T21:57:45.2575173Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-20T21:57:45.2576121Z hint: of your new repositories, which will suppress this warning, call: 2024-08-20T21:57:45.2576689Z hint: 2024-08-20T21:57:45.2577123Z hint: git config --global init.defaultBranch 2024-08-20T21:57:45.2577582Z hint: 2024-08-20T21:57:45.2578091Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-20T21:57:45.2578940Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-20T21:57:45.2579736Z hint: 2024-08-20T21:57:45.2580041Z hint: git branch -m 2024-08-20T21:57:45.2580782Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-08-20T21:57:45.2582534Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-08-20T21:57:45.2612610Z ##[endgroup] 2024-08-20T21:57:45.2613166Z ##[group]Disabling automatic garbage collection 2024-08-20T21:57:45.2614166Z [command]/usr/bin/git config --local gc.auto 0 2024-08-20T21:57:45.2646729Z ##[endgroup] 2024-08-20T21:57:45.2647236Z ##[group]Setting up auth 2024-08-20T21:57:45.2651093Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-20T21:57:45.2680004Z [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-08-20T21:57:45.2947065Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-20T21:57:45.2976022Z [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-08-20T21:57:45.3241155Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-20T21:57:45.3287061Z ##[endgroup] 2024-08-20T21:57:45.3287603Z ##[group]Fetching the repository 2024-08-20T21:57:45.3291572Z [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-08-20T21:57:48.2818043Z remote: Enumerating objects: 1008518 2024-08-20T21:57:48.2819968Z remote: Enumerating objects: 1010181, done. 2024-08-20T21:57:48.2873683Z remote: Counting objects: 0% (1/1663) 2024-08-20T21:57:48.2874597Z remote: Counting objects: 1% (17/1663) 2024-08-20T21:57:48.2875273Z remote: Counting objects: 2% (34/1663) 2024-08-20T21:57:48.2875826Z remote: Counting objects: 3% (50/1663) 2024-08-20T21:57:48.2876517Z remote: Counting objects: 4% (67/1663) 2024-08-20T21:57:48.2877411Z remote: Counting objects: 5% (84/1663) 2024-08-20T21:57:48.2878131Z remote: Counting objects: 6% (100/1663) 2024-08-20T21:57:48.2878629Z remote: Counting objects: 7% (117/1663) 2024-08-20T21:57:48.2879120Z remote: Counting objects: 8% (134/1663) 2024-08-20T21:57:48.2879619Z remote: Counting objects: 9% (150/1663) 2024-08-20T21:57:48.2880096Z remote: Counting objects: 10% (167/1663) 2024-08-20T21:57:48.2880583Z remote: Counting objects: 11% (183/1663) 2024-08-20T21:57:48.2881054Z remote: Counting objects: 12% (200/1663) 2024-08-20T21:57:48.2881518Z remote: Counting objects: 13% (217/1663) 2024-08-20T21:57:48.2881996Z remote: Counting objects: 14% (233/1663) 2024-08-20T21:57:48.2882477Z remote: Counting objects: 15% (250/1663) 2024-08-20T21:57:48.2882938Z remote: Counting objects: 16% (267/1663) 2024-08-20T21:57:48.2883407Z remote: Counting objects: 17% (283/1663) 2024-08-20T21:57:48.2884147Z remote: Counting objects: 18% (300/1663) 2024-08-20T21:57:48.2884615Z remote: Counting objects: 19% (316/1663) 2024-08-20T21:57:48.2885085Z remote: Counting objects: 20% (333/1663) 2024-08-20T21:57:48.2885550Z remote: Counting objects: 21% (350/1663) 2024-08-20T21:57:48.2886029Z remote: Counting objects: 22% (366/1663) 2024-08-20T21:57:48.2886523Z remote: Counting objects: 23% (383/1663) 2024-08-20T21:57:48.2887031Z remote: Counting objects: 24% (400/1663) 2024-08-20T21:57:48.2887511Z remote: Counting objects: 25% (416/1663) 2024-08-20T21:57:48.2887981Z remote: Counting objects: 26% (433/1663) 2024-08-20T21:57:48.2888469Z remote: Counting objects: 27% (450/1663) 2024-08-20T21:57:48.2889089Z remote: Counting objects: 28% (466/1663) 2024-08-20T21:57:48.2889550Z remote: Counting objects: 29% (483/1663) 2024-08-20T21:57:48.2890024Z remote: Counting objects: 30% (499/1663) 2024-08-20T21:57:48.2890495Z remote: Counting objects: 31% (516/1663) 2024-08-20T21:57:48.2890972Z remote: Counting objects: 32% (533/1663) 2024-08-20T21:57:48.2891508Z remote: Counting objects: 33% (549/1663) 2024-08-20T21:57:48.2892001Z remote: Counting objects: 34% (566/1663) 2024-08-20T21:57:48.2892490Z remote: Counting objects: 35% (583/1663) 2024-08-20T21:57:48.2892966Z remote: Counting objects: 36% (599/1663) 2024-08-20T21:57:48.2893459Z remote: Counting objects: 37% (616/1663) 2024-08-20T21:57:48.2893954Z remote: Counting objects: 38% (632/1663) 2024-08-20T21:57:48.2894563Z remote: Counting objects: 39% (649/1663) 2024-08-20T21:57:48.2895064Z remote: Counting objects: 40% (666/1663) 2024-08-20T21:57:48.2895651Z remote: Counting objects: 41% (682/1663) 2024-08-20T21:57:48.2896134Z remote: Counting objects: 42% (699/1663) 2024-08-20T21:57:48.2896632Z remote: Counting objects: 43% (716/1663) 2024-08-20T21:57:48.2897138Z remote: Counting objects: 44% (732/1663) 2024-08-20T21:57:48.2897615Z remote: Counting objects: 45% (749/1663) 2024-08-20T21:57:48.2898111Z remote: Counting objects: 46% (765/1663) 2024-08-20T21:57:48.2898606Z remote: Counting objects: 47% (782/1663) 2024-08-20T21:57:48.2899087Z remote: Counting objects: 48% (799/1663) 2024-08-20T21:57:48.2899576Z remote: Counting objects: 49% (815/1663) 2024-08-20T21:57:48.2900068Z remote: Counting objects: 50% (832/1663) 2024-08-20T21:57:48.2900557Z remote: Counting objects: 51% (849/1663) 2024-08-20T21:57:48.2901035Z remote: Counting objects: 52% (865/1663) 2024-08-20T21:57:48.2901532Z remote: Counting objects: 53% (882/1663) 2024-08-20T21:57:48.2902030Z remote: Counting objects: 54% (899/1663) 2024-08-20T21:57:48.2902508Z remote: Counting objects: 55% (915/1663) 2024-08-20T21:57:48.2903001Z remote: Counting objects: 56% (932/1663) 2024-08-20T21:57:48.2903498Z remote: Counting objects: 57% (948/1663) 2024-08-20T21:57:48.2903973Z remote: Counting objects: 58% (965/1663) 2024-08-20T21:57:48.2904473Z remote: Counting objects: 59% (982/1663) 2024-08-20T21:57:48.2904971Z remote: Counting objects: 60% (998/1663) 2024-08-20T21:57:48.2905460Z remote: Counting objects: 61% (1015/1663) 2024-08-20T21:57:48.2905980Z remote: Counting objects: 62% (1032/1663) 2024-08-20T21:57:48.2906508Z remote: Counting objects: 63% (1048/1663) 2024-08-20T21:57:48.2907028Z remote: Counting objects: 64% (1065/1663) 2024-08-20T21:57:48.2907531Z remote: Counting objects: 65% (1081/1663) 2024-08-20T21:57:48.2908051Z remote: Counting objects: 66% (1098/1663) 2024-08-20T21:57:48.2908681Z remote: Counting objects: 67% (1115/1663) 2024-08-20T21:57:48.2909170Z remote: Counting objects: 68% (1131/1663) 2024-08-20T21:57:48.2909670Z remote: Counting objects: 69% (1148/1663) 2024-08-20T21:57:48.2910277Z remote: Counting objects: 70% (1165/1663) 2024-08-20T21:57:48.2910763Z remote: Counting objects: 71% (1181/1663) 2024-08-20T21:57:48.2911270Z remote: Counting objects: 72% (1198/1663) 2024-08-20T21:57:48.2911772Z remote: Counting objects: 73% (1214/1663) 2024-08-20T21:57:48.2912274Z remote: Counting objects: 74% (1231/1663) 2024-08-20T21:57:48.2912756Z remote: Counting objects: 75% (1248/1663) 2024-08-20T21:57:48.2913256Z remote: Counting objects: 76% (1264/1663) 2024-08-20T21:57:48.2913756Z remote: Counting objects: 77% (1281/1663) 2024-08-20T21:57:48.2914243Z remote: Counting objects: 78% (1298/1663) 2024-08-20T21:57:48.2914744Z remote: Counting objects: 79% (1314/1663) 2024-08-20T21:57:48.2915324Z remote: Counting objects: 80% (1331/1663) 2024-08-20T21:57:48.2915807Z remote: Counting objects: 81% (1348/1663) 2024-08-20T21:57:48.2916307Z remote: Counting objects: 82% (1364/1663) 2024-08-20T21:57:48.2916812Z remote: Counting objects: 83% (1381/1663) 2024-08-20T21:57:48.2917299Z remote: Counting objects: 84% (1397/1663) 2024-08-20T21:57:48.2917805Z remote: Counting objects: 85% (1414/1663) 2024-08-20T21:57:48.2918304Z remote: Counting objects: 86% (1431/1663) 2024-08-20T21:57:48.2918789Z remote: Counting objects: 87% (1447/1663) 2024-08-20T21:57:48.2919292Z remote: Counting objects: 88% (1464/1663) 2024-08-20T21:57:48.2919791Z remote: Counting objects: 89% (1481/1663) 2024-08-20T21:57:48.2920275Z remote: Counting objects: 90% (1497/1663) 2024-08-20T21:57:48.2920779Z remote: Counting objects: 91% (1514/1663) 2024-08-20T21:57:48.2921284Z remote: Counting objects: 92% (1530/1663) 2024-08-20T21:57:48.2921779Z remote: Counting objects: 93% (1547/1663) 2024-08-20T21:57:48.2922266Z remote: Counting objects: 94% (1564/1663) 2024-08-20T21:57:48.2922766Z remote: Counting objects: 95% (1580/1663) 2024-08-20T21:57:48.2923270Z remote: Counting objects: 96% (1597/1663) 2024-08-20T21:57:48.2923754Z remote: Counting objects: 97% (1614/1663) 2024-08-20T21:57:48.2924255Z remote: Counting objects: 98% (1630/1663) 2024-08-20T21:57:48.2924750Z remote: Counting objects: 99% (1647/1663) 2024-08-20T21:57:48.2925235Z remote: Counting objects: 100% (1663/1663) 2024-08-20T21:57:48.2925772Z remote: Counting objects: 100% (1663/1663), done. 2024-08-20T21:57:48.2941067Z remote: Compressing objects: 0% (1/855) 2024-08-20T21:57:48.3203836Z remote: Compressing objects: 1% (9/855) 2024-08-20T21:57:48.3566305Z remote: Compressing objects: 2% (18/855) 2024-08-20T21:57:48.4149160Z remote: Compressing objects: 3% (26/855) 2024-08-20T21:57:48.4859703Z remote: Compressing objects: 4% (35/855) 2024-08-20T21:57:48.5400501Z remote: Compressing objects: 5% (43/855) 2024-08-20T21:57:48.5780684Z remote: Compressing objects: 6% (52/855) 2024-08-20T21:57:48.6215002Z remote: Compressing objects: 7% (60/855) 2024-08-20T21:57:48.6496276Z remote: Compressing objects: 8% (69/855) 2024-08-20T21:57:48.6762606Z remote: Compressing objects: 9% (77/855) 2024-08-20T21:57:48.7067002Z remote: Compressing objects: 10% (86/855) 2024-08-20T21:57:48.7336794Z remote: Compressing objects: 11% (95/855) 2024-08-20T21:57:48.7599319Z remote: Compressing objects: 12% (103/855) 2024-08-20T21:57:48.7775099Z remote: Compressing objects: 13% (112/855) 2024-08-20T21:57:48.7924566Z remote: Compressing objects: 14% (120/855) 2024-08-20T21:57:48.8032883Z remote: Compressing objects: 15% (129/855) 2024-08-20T21:57:48.8111080Z remote: Compressing objects: 16% (137/855) 2024-08-20T21:57:48.8185013Z remote: Compressing objects: 17% (146/855) 2024-08-20T21:57:48.8248465Z remote: Compressing objects: 18% (154/855) 2024-08-20T21:57:48.8290426Z remote: Compressing objects: 19% (163/855) 2024-08-20T21:57:48.8330835Z remote: Compressing objects: 20% (171/855) 2024-08-20T21:57:48.8356610Z remote: Compressing objects: 21% (180/855) 2024-08-20T21:57:48.8362983Z remote: Compressing objects: 22% (189/855) 2024-08-20T21:57:48.8365446Z remote: Compressing objects: 23% (197/855) 2024-08-20T21:57:48.8372943Z remote: Compressing objects: 24% (206/855) 2024-08-20T21:57:48.8381159Z remote: Compressing objects: 25% (214/855) 2024-08-20T21:57:48.8392206Z remote: Compressing objects: 26% (223/855) 2024-08-20T21:57:48.8419071Z remote: Compressing objects: 27% (231/855) 2024-08-20T21:57:48.8426665Z remote: Compressing objects: 28% (240/855) 2024-08-20T21:57:48.8446904Z remote: Compressing objects: 29% (248/855) 2024-08-20T21:57:48.8447497Z remote: Compressing objects: 30% (257/855) 2024-08-20T21:57:48.8456799Z remote: Compressing objects: 31% (266/855) 2024-08-20T21:57:48.8462950Z remote: Compressing objects: 32% (274/855) 2024-08-20T21:57:48.8468324Z remote: Compressing objects: 33% (283/855) 2024-08-20T21:57:48.8475414Z remote: Compressing objects: 34% (291/855) 2024-08-20T21:57:48.8482578Z remote: Compressing objects: 35% (300/855) 2024-08-20T21:57:48.8492890Z remote: Compressing objects: 36% (308/855) 2024-08-20T21:57:48.8498416Z remote: Compressing objects: 37% (317/855) 2024-08-20T21:57:48.8504182Z remote: Compressing objects: 38% (325/855) 2024-08-20T21:57:48.8510037Z remote: Compressing objects: 39% (334/855) 2024-08-20T21:57:48.8516156Z remote: Compressing objects: 40% (342/855) 2024-08-20T21:57:48.8523883Z remote: Compressing objects: 41% (351/855) 2024-08-20T21:57:48.8526232Z remote: Compressing objects: 42% (360/855) 2024-08-20T21:57:48.8534346Z remote: Compressing objects: 43% (368/855) 2024-08-20T21:57:48.8540130Z remote: Compressing objects: 44% (377/855) 2024-08-20T21:57:48.8543754Z remote: Compressing objects: 45% (385/855) 2024-08-20T21:57:48.8547068Z remote: Compressing objects: 46% (394/855) 2024-08-20T21:57:48.8551282Z remote: Compressing objects: 47% (402/855) 2024-08-20T21:57:48.8554369Z remote: Compressing objects: 48% (411/855) 2024-08-20T21:57:48.8558425Z remote: Compressing objects: 49% (419/855) 2024-08-20T21:57:48.8562344Z remote: Compressing objects: 50% (428/855) 2024-08-20T21:57:48.8564418Z remote: Compressing objects: 51% (437/855) 2024-08-20T21:57:48.8566934Z remote: Compressing objects: 52% (445/855) 2024-08-20T21:57:48.8568602Z remote: Compressing objects: 53% (454/855) 2024-08-20T21:57:48.8570279Z remote: Compressing objects: 54% (462/855) 2024-08-20T21:57:48.8571587Z remote: Compressing objects: 55% (471/855) 2024-08-20T21:57:48.8572911Z remote: Compressing objects: 56% (479/855) 2024-08-20T21:57:48.8574163Z remote: Compressing objects: 57% (488/855) 2024-08-20T21:57:48.8575440Z remote: Compressing objects: 58% (496/855) 2024-08-20T21:57:48.8575946Z remote: Compressing objects: 59% (505/855) 2024-08-20T21:57:48.8576701Z remote: Compressing objects: 60% (513/855) 2024-08-20T21:57:48.8577270Z remote: Compressing objects: 61% (522/855) 2024-08-20T21:57:48.8577788Z remote: Compressing objects: 62% (531/855) 2024-08-20T21:57:48.8578297Z remote: Compressing objects: 63% (539/855) 2024-08-20T21:57:48.8582701Z remote: Compressing objects: 64% (548/855) 2024-08-20T21:57:48.8590201Z remote: Compressing objects: 65% (556/855) 2024-08-20T21:57:48.8594911Z remote: Compressing objects: 66% (565/855) 2024-08-20T21:57:48.8599601Z remote: Compressing objects: 67% (573/855) 2024-08-20T21:57:48.8603825Z remote: Compressing objects: 68% (582/855) 2024-08-20T21:57:48.8608216Z remote: Compressing objects: 69% (590/855) 2024-08-20T21:57:48.8612544Z remote: Compressing objects: 70% (599/855) 2024-08-20T21:57:48.8615266Z remote: Compressing objects: 71% (608/855) 2024-08-20T21:57:48.8619296Z remote: Compressing objects: 72% (616/855) 2024-08-20T21:57:48.8622911Z remote: Compressing objects: 73% (625/855) 2024-08-20T21:57:48.8625638Z remote: Compressing objects: 74% (633/855) 2024-08-20T21:57:48.8628592Z remote: Compressing objects: 75% (642/855) 2024-08-20T21:57:48.8631633Z remote: Compressing objects: 76% (650/855) 2024-08-20T21:57:48.8633702Z remote: Compressing objects: 77% (659/855) 2024-08-20T21:57:48.8635515Z remote: Compressing objects: 78% (667/855) 2024-08-20T21:57:48.8637688Z remote: Compressing objects: 79% (676/855) 2024-08-20T21:57:48.8639735Z remote: Compressing objects: 80% (684/855) 2024-08-20T21:57:48.8641963Z remote: Compressing objects: 81% (693/855) 2024-08-20T21:57:48.8644132Z remote: Compressing objects: 82% (702/855) 2024-08-20T21:57:48.8645700Z remote: Compressing objects: 83% (710/855) 2024-08-20T21:57:48.8647504Z remote: Compressing objects: 84% (719/855) 2024-08-20T21:57:48.8649282Z remote: Compressing objects: 85% (727/855) 2024-08-20T21:57:48.8651233Z remote: Compressing objects: 86% (736/855) 2024-08-20T21:57:48.8653754Z remote: Compressing objects: 87% (744/855) 2024-08-20T21:57:48.8655375Z remote: Compressing objects: 88% (753/855) 2024-08-20T21:57:48.8657583Z remote: Compressing objects: 89% (761/855) 2024-08-20T21:57:48.8658875Z remote: Compressing objects: 90% (770/855) 2024-08-20T21:57:48.8660500Z remote: Compressing objects: 91% (779/855) 2024-08-20T21:57:48.8661845Z remote: Compressing objects: 92% (787/855) 2024-08-20T21:57:48.8662377Z remote: Compressing objects: 93% (796/855) 2024-08-20T21:57:48.8663159Z remote: Compressing objects: 94% (804/855) 2024-08-20T21:57:48.8664515Z remote: Compressing objects: 95% (813/855) 2024-08-20T21:57:48.8665792Z remote: Compressing objects: 96% (821/855) 2024-08-20T21:57:48.8667225Z remote: Compressing objects: 97% (830/855) 2024-08-20T21:57:48.8668527Z remote: Compressing objects: 98% (838/855) 2024-08-20T21:57:48.8669889Z remote: Compressing objects: 99% (847/855) 2024-08-20T21:57:48.8670436Z remote: Compressing objects: 100% (855/855) 2024-08-20T21:57:48.8671001Z remote: Compressing objects: 100% (855/855), done. 2024-08-20T21:58:08.2735577Z remote: Total 1010181 (delta 1073), reused 1286 (delta 805), pack-reused 1008518 (from 1) 2024-08-20T21:58:29.0924849Z [command]/usr/bin/git rev-parse --verify --quiet 40ec5f6ddd9787aca0449b24128343ff4c4a88b3^{object} 2024-08-20T21:58:29.0952540Z 40ec5f6ddd9787aca0449b24128343ff4c4a88b3 2024-08-20T21:58:29.0955121Z ##[endgroup] 2024-08-20T21:58:29.0955640Z ##[group]Determining the checkout info 2024-08-20T21:58:29.0956381Z ##[endgroup] 2024-08-20T21:58:29.0956888Z ##[group]Checking out the ref 2024-08-20T21:58:29.0959853Z [command]/usr/bin/git checkout --quiet --force 40ec5f6ddd9787aca0449b24128343ff4c4a88b3 2024-08-20T21:58:30.4119287Z ##[endgroup] 2024-08-20T21:58:30.4119948Z ##[group]Setting up auth for fetching submodules 2024-08-20T21:58:30.4121070Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-20T21:58:30.4170725Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-20T21:58:30.4198504Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-20T21:58:30.4228466Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-20T21:58:30.4255585Z ##[endgroup] 2024-08-20T21:58:30.4256390Z ##[group]Fetching submodules 2024-08-20T21:58:30.4257810Z [command]/usr/bin/git submodule sync --recursive 2024-08-20T21:58:30.4547204Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2024-08-20T21:58:30.4824420Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-08-20T21:58:30.4826295Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-08-20T21:58:30.4828177Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-08-20T21:58:30.4830006Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-08-20T21:58:30.4832672Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-08-20T21:58:30.4835036Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-08-20T21:58:30.4837291Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-08-20T21:58:30.4840067Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-08-20T21:58:30.4842710Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-08-20T21:58:30.4845758Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-08-20T21:58:30.4848461Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-08-20T21:58:30.4851355Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-08-20T21:58:30.4854596Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-08-20T21:58:30.4859344Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-08-20T21:58:30.4862543Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-08-20T21:58:30.4866182Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-08-20T21:58:30.4870967Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-08-20T21:58:30.4874595Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-08-20T21:58:30.4877979Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-08-20T21:58:30.4881802Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-08-20T21:58:30.4885526Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-08-20T21:58:30.4889437Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-08-20T21:58:30.4893286Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-08-20T21:58:30.4897713Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-08-20T21:58:30.4901790Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-08-20T21:58:30.4906433Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-08-20T21:58:30.4910564Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-08-20T21:58:30.4915334Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-08-20T21:58:30.4919639Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-08-20T21:58:30.4924311Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-08-20T21:58:30.4928800Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-08-20T21:58:30.4934140Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-08-20T21:58:30.4939025Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-08-20T21:58:30.4945530Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-08-20T21:58:30.4973961Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-08-20T21:58:30.8201879Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-08-20T21:58:31.0116336Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-08-20T21:58:31.1891539Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-08-20T21:58:31.4190446Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-08-20T21:58:33.0731012Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-08-20T21:58:41.8442695Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-08-20T21:58:42.2322330Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-08-20T21:58:42.5869310Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-08-20T21:58:43.1653671Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-08-20T21:58:44.2249247Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-08-20T21:58:45.9958716Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-08-20T21:58:50.9032652Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-08-20T21:58:52.0816176Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-08-20T21:58:53.5570079Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-08-20T21:58:54.5158970Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-08-20T21:58:54.9111283Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-08-20T21:58:55.1989648Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-08-20T21:58:56.0929805Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-08-20T21:58:56.4156866Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-08-20T21:58:56.6618363Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-08-20T21:58:58.0854575Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-08-20T21:58:58.7113827Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-08-20T21:58:59.3449233Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-08-20T21:59:05.3938160Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-08-20T21:59:07.0064160Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-08-20T21:59:09.9325687Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-08-20T21:59:10.1518863Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-08-20T21:59:17.6726964Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-08-20T21:59:17.8415578Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-08-20T21:59:18.0191418Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-08-20T21:59:18.8177885Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-08-20T21:59:19.0909868Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-08-20T21:59:19.6401429Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-08-20T21:59:20.0276987Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-08-20T21:59:20.0382320Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-08-20T21:59:20.0466489Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-08-20T21:59:20.0692573Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-08-20T21:59:20.1022040Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-08-20T21:59:20.9865715Z Submodule path 'third_party/XNNPACK': checked out 'fcbf55af6cf28a4627bcd1f703ab7ad843f0f3a2' 2024-08-20T21:59:21.0088574Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-08-20T21:59:21.0500947Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-08-20T21:59:21.1401787Z Submodule path 'third_party/cpuinfo': checked out '3c8b1533ac03dd6531ab6e7b9245d488f13a82a5' 2024-08-20T21:59:21.1709667Z Submodule path 'third_party/cudnn_frontend': checked out '23511ba176243f27b3b275da1fb3814ea805a171' 2024-08-20T21:59:21.6335212Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-08-20T21:59:21.8696144Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-08-20T21:59:21.9454119Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-08-20T21:59:21.9471396Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-08-20T21:59:21.9472998Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T21:59:21.9474570Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-08-20T21:59:21.9476287Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-08-20T21:59:21.9478963Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T21:59:21.9504331Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-08-20T21:59:22.8161549Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-08-20T21:59:23.4450195Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-08-20T21:59:25.2567495Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-08-20T21:59:26.1035272Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-08-20T21:59:26.4481758Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-08-20T21:59:26.5367950Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-08-20T21:59:26.9104898Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-08-20T21:59:26.9691676Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-08-20T21:59:26.9806712Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-08-20T21:59:27.0884672Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-08-20T21:59:27.1256866Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-08-20T21:59:27.1616687Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-08-20T21:59:27.1848234Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-08-20T21:59:27.2263176Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-20T21:59:27.2382274Z Submodule path 'third_party/ideep': checked out '55ca0191687aaf19aca5cdb7881c791e3bea442b' 2024-08-20T21:59:27.2399074Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-08-20T21:59:27.2424694Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-08-20T21:59:38.0915631Z Submodule path 'third_party/ideep/mkl-dnn': checked out '1137e04ec0b5251ca2b4400a4fd3c667ce843d67' 2024-08-20T21:59:38.1087520Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-08-20T21:59:38.1902402Z Submodule path 'third_party/kineto': checked out 'd9753139d181b9ff42872465aac0e5d3018be415' 2024-08-20T21:59:38.1920035Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T21:59:38.1921877Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T21:59:38.1923689Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T21:59:38.1950105Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-08-20T21:59:38.6670600Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-08-20T21:59:39.6404865Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-08-20T21:59:40.5644601Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-08-20T21:59:40.5658631Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T21:59:40.5661191Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T21:59:40.5663910Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T21:59:40.5666924Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T21:59:40.5669935Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T21:59:40.5672817Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T21:59:40.5675970Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T21:59:40.5679175Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T21:59:40.5706759Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-08-20T21:59:41.3258914Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-08-20T21:59:41.6907978Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-08-20T21:59:42.6219976Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-08-20T21:59:42.8924170Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-08-20T21:59:43.3561387Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-08-20T21:59:44.2126225Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-08-20T21:59:49.2229650Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-08-20T21:59:49.5878324Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-08-20T21:59:49.6062810Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-08-20T21:59:49.6405697Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-08-20T21:59:49.6528173Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-08-20T21:59:49.6541566Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T21:59:49.6568954Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-08-20T21:59:49.9480086Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-08-20T21:59:49.9653529Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-08-20T21:59:50.0026155Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-08-20T21:59:50.0973149Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-08-20T21:59:50.1123562Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-08-20T21:59:50.1490086Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-08-20T21:59:50.2012335Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-08-20T21:59:50.2339200Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-08-20T21:59:50.2558467Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-08-20T21:59:50.3507256Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-08-20T21:59:50.6768639Z Submodule path 'third_party/onnx': checked out '3bf92c03a9f27eba3bda1e5b9e63ea20ec213557' 2024-08-20T21:59:50.6800581Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2024-08-20T21:59:50.6802477Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-08-20T21:59:50.6829244Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2024-08-20T21:59:51.0945508Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-08-20T21:59:51.8370263Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '2dd015dfef425c866d9a43f2c67d8b52d709acb6' 2024-08-20T21:59:51.8684493Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '5b0a6fc2017fcc176545afe3e09c9f9885283242' 2024-08-20T21:59:51.9312249Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-08-20T21:59:51.9330286Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T21:59:51.9332346Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T21:59:51.9334113Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T21:59:51.9335826Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T21:59:51.9338231Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T21:59:51.9340618Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T21:59:51.9343214Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T21:59:51.9345766Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T21:59:51.9372133Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-08-20T21:59:52.2940809Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-08-20T21:59:53.1493120Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-08-20T21:59:53.4331522Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-08-20T21:59:59.6674157Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-08-20T21:59:59.9182518Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-08-20T22:00:00.1063230Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-08-20T22:00:00.3894408Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-08-20T22:00:05.8880513Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-08-20T22:00:05.9279750Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-08-20T22:00:05.9425250Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-08-20T22:00:06.0336388Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-08-20T22:00:06.0456456Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-08-20T22:00:06.0607040Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-08-20T22:00:06.0760145Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-08-20T22:00:06.0775629Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T22:00:06.0777624Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T22:00:06.0801842Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-08-20T22:00:07.6335792Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-08-20T22:00:08.7100934Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-08-20T22:00:08.7539792Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-20T22:00:09.1829031Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-08-20T22:00:09.1939667Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-08-20T22:00:09.4407665Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-08-20T22:00:09.4429667Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-08-20T22:00:09.4431726Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-08-20T22:00:09.4456680Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-08-20T22:00:09.8872373Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-08-20T22:00:10.8418869Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-08-20T22:00:10.9080294Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-08-20T22:00:10.9167306Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-08-20T22:00:10.9285198Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-08-20T22:00:10.9617293Z Submodule path 'third_party/pybind11': checked out '941f45bcb51457884fa1afd6e24a67377d70f75c' 2024-08-20T22:00:10.9883785Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-08-20T22:00:11.0261901Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-08-20T22:00:11.0500761Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-08-20T22:00:11.0518192Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-08-20T22:00:11.0519889Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-08-20T22:00:11.0521449Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-08-20T22:00:11.0523345Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T22:00:11.0550486Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-08-20T22:00:11.9379246Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-08-20T22:00:12.1692768Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-08-20T22:00:13.1622674Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-08-20T22:00:13.9842772Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-08-20T22:00:13.9986136Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-08-20T22:00:14.0610956Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-08-20T22:00:14.0871705Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-08-20T22:00:14.0889469Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T22:00:14.0912683Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-08-20T22:00:14.2934631Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-08-20T22:00:14.2976074Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-20T22:00:14.3294244Z Entering 'android/libs/fbjni' 2024-08-20T22:00:14.3333755Z Entering 'third_party/FP16' 2024-08-20T22:00:14.3376010Z Entering 'third_party/FXdiv' 2024-08-20T22:00:14.3416312Z Entering 'third_party/NNPACK' 2024-08-20T22:00:14.3456440Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T22:00:14.3495886Z Entering 'third_party/XNNPACK' 2024-08-20T22:00:14.3554857Z Entering 'third_party/benchmark' 2024-08-20T22:00:14.3595017Z Entering 'third_party/cpp-httplib' 2024-08-20T22:00:14.3633253Z Entering 'third_party/cpuinfo' 2024-08-20T22:00:14.3673879Z Entering 'third_party/cudnn_frontend' 2024-08-20T22:00:14.3712994Z Entering 'third_party/cutlass' 2024-08-20T22:00:14.3761900Z Entering 'third_party/eigen' 2024-08-20T22:00:14.3801798Z Entering 'third_party/fbgemm' 2024-08-20T22:00:14.3841732Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T22:00:14.3880314Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T22:00:14.3917393Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T22:00:14.3962858Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T22:00:14.3999586Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T22:00:14.4037691Z Entering 'third_party/flatbuffers' 2024-08-20T22:00:14.4081028Z Entering 'third_party/fmt' 2024-08-20T22:00:14.4119267Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T22:00:14.4157434Z Entering 'third_party/gloo' 2024-08-20T22:00:14.4197003Z Entering 'third_party/googletest' 2024-08-20T22:00:14.4234020Z Entering 'third_party/ideep' 2024-08-20T22:00:14.4273286Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T22:00:14.4321054Z Entering 'third_party/ittapi' 2024-08-20T22:00:14.4360671Z Entering 'third_party/kineto' 2024-08-20T22:00:14.4399533Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T22:00:14.4436271Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T22:00:14.4476188Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T22:00:14.4513510Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T22:00:14.4551216Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T22:00:14.4589741Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T22:00:14.4630286Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T22:00:14.4675823Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T22:00:14.4713255Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T22:00:14.4752519Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T22:00:14.4792222Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T22:00:14.4832958Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T22:00:14.4876683Z Entering 'third_party/mimalloc' 2024-08-20T22:00:14.4914520Z Entering 'third_party/nccl/nccl' 2024-08-20T22:00:14.4953196Z Entering 'third_party/nlohmann' 2024-08-20T22:00:14.4993189Z Entering 'third_party/onnx' 2024-08-20T22:00:14.5048998Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T22:00:14.5087306Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T22:00:14.5128963Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T22:00:14.5170834Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T22:00:14.5208144Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T22:00:14.5247635Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T22:00:14.5286100Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T22:00:14.5325681Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T22:00:14.5368434Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T22:00:14.5406054Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T22:00:14.5454316Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T22:00:14.5493956Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T22:00:14.5535524Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T22:00:14.5594356Z Entering 'third_party/pocketfft' 2024-08-20T22:00:14.5632202Z Entering 'third_party/protobuf' 2024-08-20T22:00:14.5675129Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T22:00:14.5712187Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T22:00:14.5752850Z Entering 'third_party/psimd' 2024-08-20T22:00:14.5790848Z Entering 'third_party/pthreadpool' 2024-08-20T22:00:14.5829643Z Entering 'third_party/pybind11' 2024-08-20T22:00:14.5870256Z Entering 'third_party/python-peachpy' 2024-08-20T22:00:14.5906269Z Entering 'third_party/sleef' 2024-08-20T22:00:14.5948986Z Entering 'third_party/tensorpipe' 2024-08-20T22:00:14.5988048Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T22:00:14.6028215Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T22:00:14.6067305Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T22:00:14.6103604Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T22:00:14.6141040Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T22:00:14.6194496Z ##[endgroup] 2024-08-20T22:00:14.6196646Z ##[group]Persisting credentials for submodules 2024-08-20T22:00:14.6198372Z [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-08-20T22:00:14.6482427Z Entering 'android/libs/fbjni' 2024-08-20T22:00:14.6532494Z Entering 'third_party/FP16' 2024-08-20T22:00:14.6585704Z Entering 'third_party/FXdiv' 2024-08-20T22:00:14.6635467Z Entering 'third_party/NNPACK' 2024-08-20T22:00:14.6688554Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T22:00:14.6739049Z Entering 'third_party/XNNPACK' 2024-08-20T22:00:14.6809138Z Entering 'third_party/benchmark' 2024-08-20T22:00:14.6863542Z Entering 'third_party/cpp-httplib' 2024-08-20T22:00:14.6914142Z Entering 'third_party/cpuinfo' 2024-08-20T22:00:14.6966862Z Entering 'third_party/cudnn_frontend' 2024-08-20T22:00:14.7016206Z Entering 'third_party/cutlass' 2024-08-20T22:00:14.7077396Z Entering 'third_party/eigen' 2024-08-20T22:00:14.7129032Z Entering 'third_party/fbgemm' 2024-08-20T22:00:14.7178397Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T22:00:14.7235082Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T22:00:14.7286322Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T22:00:14.7342073Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T22:00:14.7392513Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T22:00:14.7442426Z Entering 'third_party/flatbuffers' 2024-08-20T22:00:14.7496076Z Entering 'third_party/fmt' 2024-08-20T22:00:14.7548557Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T22:00:14.7599069Z Entering 'third_party/gloo' 2024-08-20T22:00:14.7649645Z Entering 'third_party/googletest' 2024-08-20T22:00:14.7697837Z Entering 'third_party/ideep' 2024-08-20T22:00:14.7745807Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T22:00:14.7805438Z Entering 'third_party/ittapi' 2024-08-20T22:00:14.7855889Z Entering 'third_party/kineto' 2024-08-20T22:00:14.7903184Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T22:00:14.7954710Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T22:00:14.8006847Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T22:00:14.8055935Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T22:00:14.8111659Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T22:00:14.8160488Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T22:00:14.8212386Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T22:00:14.8261818Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T22:00:14.8317100Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T22:00:14.8368304Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T22:00:14.8417726Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T22:00:14.8477196Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T22:00:14.8532725Z Entering 'third_party/mimalloc' 2024-08-20T22:00:14.8582848Z Entering 'third_party/nccl/nccl' 2024-08-20T22:00:14.8632549Z Entering 'third_party/nlohmann' 2024-08-20T22:00:14.8684248Z Entering 'third_party/onnx' 2024-08-20T22:00:14.8749515Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T22:00:14.8798323Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T22:00:14.8851460Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T22:00:14.8906720Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T22:00:14.8956143Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T22:00:14.9004918Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T22:00:14.9054719Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T22:00:14.9103384Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T22:00:14.9153518Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T22:00:14.9207027Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T22:00:14.9256043Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T22:00:14.9309576Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T22:00:14.9361948Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T22:00:14.9429536Z Entering 'third_party/pocketfft' 2024-08-20T22:00:14.9479463Z Entering 'third_party/protobuf' 2024-08-20T22:00:14.9538599Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T22:00:14.9595999Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T22:00:14.9649420Z Entering 'third_party/psimd' 2024-08-20T22:00:14.9697928Z Entering 'third_party/pthreadpool' 2024-08-20T22:00:14.9749673Z Entering 'third_party/pybind11' 2024-08-20T22:00:14.9800192Z Entering 'third_party/python-peachpy' 2024-08-20T22:00:14.9851277Z Entering 'third_party/sleef' 2024-08-20T22:00:14.9900542Z Entering 'third_party/tensorpipe' 2024-08-20T22:00:14.9951413Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T22:00:14.9999593Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T22:00:15.0049295Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T22:00:15.0096995Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T22:00:15.0145593Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T22:00:15.0211181Z [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-08-20T22:00:15.0492099Z Entering 'android/libs/fbjni' 2024-08-20T22:00:15.0537640Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-08-20T22:00:15.0554002Z Entering 'third_party/FP16' 2024-08-20T22:00:15.0601723Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-08-20T22:00:15.0615786Z Entering 'third_party/FXdiv' 2024-08-20T22:00:15.0661809Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-08-20T22:00:15.0677712Z Entering 'third_party/NNPACK' 2024-08-20T22:00:15.0725278Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-08-20T22:00:15.0739687Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T22:00:15.0784431Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-08-20T22:00:15.0801906Z Entering 'third_party/XNNPACK' 2024-08-20T22:00:15.0851535Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-08-20T22:00:15.0882921Z Entering 'third_party/benchmark' 2024-08-20T22:00:15.0932004Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-08-20T22:00:15.0949536Z Entering 'third_party/cpp-httplib' 2024-08-20T22:00:15.0994914Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-08-20T22:00:15.1011662Z Entering 'third_party/cpuinfo' 2024-08-20T22:00:15.1056608Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-08-20T22:00:15.1073191Z Entering 'third_party/cudnn_frontend' 2024-08-20T22:00:15.1121775Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-08-20T22:00:15.1136596Z Entering 'third_party/cutlass' 2024-08-20T22:00:15.1183056Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-08-20T22:00:15.1207457Z Entering 'third_party/eigen' 2024-08-20T22:00:15.1254948Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-08-20T22:00:15.1272272Z Entering 'third_party/fbgemm' 2024-08-20T22:00:15.1321110Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-08-20T22:00:15.1334713Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T22:00:15.1379983Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-08-20T22:00:15.1395888Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T22:00:15.1443316Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-08-20T22:00:15.1457243Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T22:00:15.1504343Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-08-20T22:00:15.1526939Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T22:00:15.1576620Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-08-20T22:00:15.1592112Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T22:00:15.1637391Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-08-20T22:00:15.1655526Z Entering 'third_party/flatbuffers' 2024-08-20T22:00:15.1700660Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-08-20T22:00:15.1720627Z Entering 'third_party/fmt' 2024-08-20T22:00:15.1768049Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-08-20T22:00:15.1781513Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T22:00:15.1830358Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-08-20T22:00:15.1846225Z Entering 'third_party/gloo' 2024-08-20T22:00:15.1895088Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-08-20T22:00:15.1910828Z Entering 'third_party/googletest' 2024-08-20T22:00:15.1957171Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-08-20T22:00:15.1972655Z Entering 'third_party/ideep' 2024-08-20T22:00:15.2019558Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-08-20T22:00:15.2032824Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T22:00:15.2080882Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-08-20T22:00:15.2101851Z Entering 'third_party/ittapi' 2024-08-20T22:00:15.2151818Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-08-20T22:00:15.2167627Z Entering 'third_party/kineto' 2024-08-20T22:00:15.2216330Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-08-20T22:00:15.2231523Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T22:00:15.2280241Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-08-20T22:00:15.2294683Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T22:00:15.2341523Z 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-08-20T22:00:15.2359946Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T22:00:15.2407093Z 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-08-20T22:00:15.2420513Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T22:00:15.2468586Z 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-08-20T22:00:15.2484429Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T22:00:15.2532273Z 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-08-20T22:00:15.2545816Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T22:00:15.2605043Z 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-08-20T22:00:15.2619550Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T22:00:15.2668277Z 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-08-20T22:00:15.2683845Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T22:00:15.2732170Z 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-08-20T22:00:15.2747550Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T22:00:15.2796230Z 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-08-20T22:00:15.2813025Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T22:00:15.2859757Z 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-08-20T22:00:15.2877757Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T22:00:15.2924930Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-08-20T22:00:15.2938485Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T22:00:15.2984139Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-08-20T22:00:15.3002529Z Entering 'third_party/mimalloc' 2024-08-20T22:00:15.3049560Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-08-20T22:00:15.3063148Z Entering 'third_party/nccl/nccl' 2024-08-20T22:00:15.3111086Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-08-20T22:00:15.3126840Z Entering 'third_party/nlohmann' 2024-08-20T22:00:15.3174117Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-08-20T22:00:15.3191791Z Entering 'third_party/onnx' 2024-08-20T22:00:15.3236049Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-08-20T22:00:15.3265693Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T22:00:15.3313152Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-08-20T22:00:15.3329521Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T22:00:15.3376059Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-08-20T22:00:15.3396000Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T22:00:15.3442855Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-08-20T22:00:15.3458526Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T22:00:15.3503518Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-08-20T22:00:15.3519281Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T22:00:15.3566438Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-08-20T22:00:15.3579669Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T22:00:15.3627286Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-08-20T22:00:15.3640243Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T22:00:15.3688516Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-08-20T22:00:15.3702778Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T22:00:15.3752369Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-08-20T22:00:15.3768079Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T22:00:15.3813861Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-08-20T22:00:15.3828923Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T22:00:15.3877358Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-08-20T22:00:15.3891128Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T22:00:15.3953196Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2024-08-20T22:00:15.3955186Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T22:00:15.4002452Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2024-08-20T22:00:15.4018162Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T22:00:15.4062907Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-08-20T22:00:15.4097075Z Entering 'third_party/pocketfft' 2024-08-20T22:00:15.4143891Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-08-20T22:00:15.4160130Z Entering 'third_party/protobuf' 2024-08-20T22:00:15.4212221Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-08-20T22:00:15.4230291Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T22:00:15.4275752Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-08-20T22:00:15.4291216Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T22:00:15.4337336Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-08-20T22:00:15.4355903Z Entering 'third_party/psimd' 2024-08-20T22:00:15.4401486Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-08-20T22:00:15.4416307Z Entering 'third_party/pthreadpool' 2024-08-20T22:00:15.4463051Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-08-20T22:00:15.4479317Z Entering 'third_party/pybind11' 2024-08-20T22:00:15.4525260Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-08-20T22:00:15.4540061Z Entering 'third_party/python-peachpy' 2024-08-20T22:00:15.4584516Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-08-20T22:00:15.4601284Z Entering 'third_party/sleef' 2024-08-20T22:00:15.4647301Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-08-20T22:00:15.4661152Z Entering 'third_party/tensorpipe' 2024-08-20T22:00:15.4710203Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-08-20T22:00:15.4725626Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T22:00:15.4772685Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-08-20T22:00:15.4789849Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T22:00:15.4834083Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-08-20T22:00:15.4849072Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T22:00:15.4894245Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-08-20T22:00:15.4910097Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T22:00:15.4958030Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-08-20T22:00:15.4972400Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T22:00:15.5016759Z 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-08-20T22:00:15.5777848Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-20T22:00:15.6060196Z Entering 'android/libs/fbjni' 2024-08-20T22:00:15.6099546Z Entering 'third_party/FP16' 2024-08-20T22:00:15.6139431Z Entering 'third_party/FXdiv' 2024-08-20T22:00:15.6176981Z Entering 'third_party/NNPACK' 2024-08-20T22:00:15.6215956Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T22:00:15.6255586Z Entering 'third_party/XNNPACK' 2024-08-20T22:00:15.6310349Z Entering 'third_party/benchmark' 2024-08-20T22:00:15.6349977Z Entering 'third_party/cpp-httplib' 2024-08-20T22:00:15.6389355Z Entering 'third_party/cpuinfo' 2024-08-20T22:00:15.6429272Z Entering 'third_party/cudnn_frontend' 2024-08-20T22:00:15.6470088Z Entering 'third_party/cutlass' 2024-08-20T22:00:15.6517194Z Entering 'third_party/eigen' 2024-08-20T22:00:15.6558388Z Entering 'third_party/fbgemm' 2024-08-20T22:00:15.6597793Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T22:00:15.6633506Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T22:00:15.6672752Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T22:00:15.6717113Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T22:00:15.6755497Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T22:00:15.6794812Z Entering 'third_party/flatbuffers' 2024-08-20T22:00:15.6834725Z Entering 'third_party/fmt' 2024-08-20T22:00:15.6873793Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T22:00:15.6913573Z Entering 'third_party/gloo' 2024-08-20T22:00:15.6951821Z Entering 'third_party/googletest' 2024-08-20T22:00:15.6991885Z Entering 'third_party/ideep' 2024-08-20T22:00:15.7029722Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T22:00:15.7078267Z Entering 'third_party/ittapi' 2024-08-20T22:00:15.7120822Z Entering 'third_party/kineto' 2024-08-20T22:00:15.7159456Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T22:00:15.7197843Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T22:00:15.7236158Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T22:00:15.7275032Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T22:00:15.7312763Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T22:00:15.7350587Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T22:00:15.7391427Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T22:00:15.7431345Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T22:00:15.7470181Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T22:00:15.7517046Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T22:00:15.7557447Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T22:00:15.7594546Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T22:00:15.7633196Z Entering 'third_party/mimalloc' 2024-08-20T22:00:15.7672529Z Entering 'third_party/nccl/nccl' 2024-08-20T22:00:15.7711698Z Entering 'third_party/nlohmann' 2024-08-20T22:00:15.7751916Z Entering 'third_party/onnx' 2024-08-20T22:00:15.7807830Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T22:00:15.7847209Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T22:00:15.7889969Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T22:00:15.7931640Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T22:00:15.7974408Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T22:00:15.8015813Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T22:00:15.8055436Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T22:00:15.8097377Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T22:00:15.8134522Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T22:00:15.8173366Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T22:00:15.8209874Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T22:00:15.8250688Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T22:00:15.8297209Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T22:00:15.8356486Z Entering 'third_party/pocketfft' 2024-08-20T22:00:15.8394610Z Entering 'third_party/protobuf' 2024-08-20T22:00:15.8433998Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T22:00:15.8472157Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T22:00:15.8513317Z Entering 'third_party/psimd' 2024-08-20T22:00:15.8551696Z Entering 'third_party/pthreadpool' 2024-08-20T22:00:15.8591056Z Entering 'third_party/pybind11' 2024-08-20T22:00:15.8632218Z Entering 'third_party/python-peachpy' 2024-08-20T22:00:15.8672762Z Entering 'third_party/sleef' 2024-08-20T22:00:15.8712486Z Entering 'third_party/tensorpipe' 2024-08-20T22:00:15.8751393Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T22:00:15.8789460Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T22:00:15.8827229Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T22:00:15.8863860Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T22:00:15.8905475Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T22:00:15.8963969Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-20T22:00:15.9249933Z Entering 'android/libs/fbjni' 2024-08-20T22:00:15.9294987Z Entering 'third_party/FP16' 2024-08-20T22:00:15.9334694Z Entering 'third_party/FXdiv' 2024-08-20T22:00:15.9374259Z Entering 'third_party/NNPACK' 2024-08-20T22:00:15.9412723Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T22:00:15.9452445Z Entering 'third_party/XNNPACK' 2024-08-20T22:00:15.9504986Z Entering 'third_party/benchmark' 2024-08-20T22:00:15.9545060Z Entering 'third_party/cpp-httplib' 2024-08-20T22:00:15.9583651Z Entering 'third_party/cpuinfo' 2024-08-20T22:00:15.9622557Z Entering 'third_party/cudnn_frontend' 2024-08-20T22:00:15.9662790Z Entering 'third_party/cutlass' 2024-08-20T22:00:15.9712081Z Entering 'third_party/eigen' 2024-08-20T22:00:15.9754364Z Entering 'third_party/fbgemm' 2024-08-20T22:00:15.9792550Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T22:00:15.9831059Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T22:00:15.9876126Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T22:00:15.9920335Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T22:00:15.9957731Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T22:00:15.9998237Z Entering 'third_party/flatbuffers' 2024-08-20T22:00:16.0041597Z Entering 'third_party/fmt' 2024-08-20T22:00:16.0083902Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T22:00:16.0122982Z Entering 'third_party/gloo' 2024-08-20T22:00:16.0162609Z Entering 'third_party/googletest' 2024-08-20T22:00:16.0201053Z Entering 'third_party/ideep' 2024-08-20T22:00:16.0237863Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T22:00:16.0283956Z Entering 'third_party/ittapi' 2024-08-20T22:00:16.0322605Z Entering 'third_party/kineto' 2024-08-20T22:00:16.0362624Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T22:00:16.0400103Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T22:00:16.0438360Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T22:00:16.0478997Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T22:00:16.0516968Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T22:00:16.0555153Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T22:00:16.0596959Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T22:00:16.0634290Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T22:00:16.0673536Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T22:00:16.0713449Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T22:00:16.0753349Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T22:00:16.0790963Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T22:00:16.0832190Z Entering 'third_party/mimalloc' 2024-08-20T22:00:16.0872282Z Entering 'third_party/nccl/nccl' 2024-08-20T22:00:16.0911388Z Entering 'third_party/nlohmann' 2024-08-20T22:00:16.0951422Z Entering 'third_party/onnx' 2024-08-20T22:00:16.1005263Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T22:00:16.1048559Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T22:00:16.1090681Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T22:00:16.1132301Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T22:00:16.1174374Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T22:00:16.1215326Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T22:00:16.1253499Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T22:00:16.1294897Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T22:00:16.1333376Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T22:00:16.1370453Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T22:00:16.1412596Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T22:00:16.1452109Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T22:00:16.1492146Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T22:00:16.1545587Z Entering 'third_party/pocketfft' 2024-08-20T22:00:16.1588376Z Entering 'third_party/protobuf' 2024-08-20T22:00:16.1630538Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T22:00:16.1669061Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T22:00:16.1708660Z Entering 'third_party/psimd' 2024-08-20T22:00:16.1749763Z Entering 'third_party/pthreadpool' 2024-08-20T22:00:16.1789724Z Entering 'third_party/pybind11' 2024-08-20T22:00:16.1830795Z Entering 'third_party/python-peachpy' 2024-08-20T22:00:16.1878049Z Entering 'third_party/sleef' 2024-08-20T22:00:16.1916531Z Entering 'third_party/tensorpipe' 2024-08-20T22:00:16.1956322Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T22:00:16.1995780Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T22:00:16.2032674Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T22:00:16.2072309Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T22:00:16.2110090Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T22:00:16.2163988Z ##[endgroup] 2024-08-20T22:00:16.2199679Z [command]/usr/bin/git log -1 --format='%H' 2024-08-20T22:00:16.2228461Z '40ec5f6ddd9787aca0449b24128343ff4c4a88b3' 2024-08-20T22:00:16.2422467Z Prepare all required actions 2024-08-20T22:00:16.2422918Z Getting action download info 2024-08-20T22:00:16.4397381Z ##[group]Run ./.github/actions/setup-linux 2024-08-20T22:00:16.4397785Z env: 2024-08-20T22:00:16.4398232Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:00:16.4398839Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:00:16.4399573Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:00:16.4400342Z ##[endgroup] 2024-08-20T22:00:16.4424771Z ##[group]Run set -euo pipefail 2024-08-20T22:00:16.4425202Z set -euo pipefail 2024-08-20T22:00:16.4425573Z function get_ec2_metadata() { 2024-08-20T22:00:16.4426112Z  # Pulled from instance metadata endpoint for EC2 2024-08-20T22:00:16.4427147Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-20T22:00:16.4427974Z  category=$1 2024-08-20T22:00:16.4428474Z  # If it is GCP runner (runner name contains gcp), do not run this 2024-08-20T22:00:16.4429102Z  runner_name_str=i-0a167c6b22a3aa04d 2024-08-20T22:00:16.4429546Z  if [[ -f /.inarc ]]; then 2024-08-20T22:00:16.4430003Z  echo "ARC Runner, no info on ec2 metadata" 2024-08-20T22:00:16.4430572Z  elif [[ $runner_name_str == *"gcp"* ]]; then 2024-08-20T22:00:16.4431672Z  echo "Runner is from Google Cloud Platform, No info on ec2 metadata" 2024-08-20T22:00:16.4432275Z  else 2024-08-20T22:00:16.4432763Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-20T22:00:16.4433346Z  fi 2024-08-20T22:00:16.4433622Z } 2024-08-20T22:00:16.4433953Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-20T22:00:16.4434545Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-20T22:00:16.4435212Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-20T22:00:16.4435763Z echo "system info $(uname -a)" 2024-08-20T22:00:16.4443977Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:00:16.4444455Z env: 2024-08-20T22:00:16.4444859Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:00:16.4445573Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:00:16.4446282Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:00:16.4446989Z ##[endgroup] 2024-08-20T22:00:16.4539839Z ami-id: ami-06c68f701d8090592 2024-08-20T22:00:16.4592358Z instance-id: i-0a167c6b22a3aa04d 2024-08-20T22:00:16.4645590Z instance-type: c5.12xlarge 2024-08-20T22:00:16.4657618Z system info Linux ip-10-0-50-166.ec2.internal 6.1.94-99.176.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 18 14:57:56 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-08-20T22:00:16.4680286Z ##[group]Run echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> $GITHUB_OUTPUT 2024-08-20T22:00:16.4681345Z echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> $GITHUB_OUTPUT 2024-08-20T22:00:16.4687596Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:00:16.4688087Z env: 2024-08-20T22:00:16.4688515Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:00:16.4689099Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:00:16.4689842Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:00:16.4690589Z ##[endgroup] 2024-08-20T22:00:16.4759664Z ##[group]Run if systemctl is-active --quiet docker; then 2024-08-20T22:00:16.4760217Z if systemctl is-active --quiet docker; then 2024-08-20T22:00:16.4760720Z  echo "Docker daemon is running..."; 2024-08-20T22:00:16.4761289Z else 2024-08-20T22:00:16.4761912Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-08-20T22:00:16.4762490Z fi 2024-08-20T22:00:16.4767829Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:00:16.4768477Z env: 2024-08-20T22:00:16.4768948Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:00:16.4769556Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:00:16.4770302Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:00:16.4771082Z ##[endgroup] 2024-08-20T22:00:16.4844196Z Docker daemon is running... 2024-08-20T22:00:16.4892177Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-20T22:00:16.4892821Z with: 2024-08-20T22:00:16.4893058Z shell: bash 2024-08-20T22:00:16.4893308Z timeout_minutes: 5 2024-08-20T22:00:16.4893599Z max_attempts: 3 2024-08-20T22:00:16.4893874Z retry_wait_seconds: 30 2024-08-20T22:00:16.4897343Z 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" # For LF Runners we need to make sure we also login to Meta's ECR docker registry too. META_AWS_ACCOUNT_ID=308535385114 if [ "$AWS_ACCOUNT_ID" != "$META_AWS_ACCOUNT_ID" ] ; then aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$META_AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" fi 2024-08-20T22:00:16.4900742Z polling_interval_seconds: 1 2024-08-20T22:00:16.4901066Z warning_on_retry: true 2024-08-20T22:00:16.4901378Z continue_on_error: false 2024-08-20T22:00:16.4901676Z env: 2024-08-20T22:00:16.4902067Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:00:16.4902621Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:00:16.4903320Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:00:16.4904055Z AWS_RETRY_MODE: standard 2024-08-20T22:00:16.4904353Z AWS_MAX_ATTEMPTS: 5 2024-08-20T22:00:16.4904634Z ##[endgroup] 2024-08-20T22:00:17.5459772Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-20T22:00:17.5460631Z Configure a credential helper to remove this warning. See 2024-08-20T22:00:17.5461798Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-20T22:00:17.5462333Z 2024-08-20T22:00:17.5462439Z Login Succeeded 2024-08-20T22:00:18.5448154Z Command completed after 1 attempt(s). 2024-08-20T22:00:18.5509925Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-08-20T22:00:18.5510651Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-08-20T22:00:18.5511305Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-08-20T22:00:18.5518136Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:00:18.5518596Z env: 2024-08-20T22:00:18.5519035Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:00:18.5519597Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:00:18.5520298Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:00:18.5521039Z ##[endgroup] 2024-08-20T22:00:18.5615611Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-20T22:00:18.5616396Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-20T22:00:18.5617001Z # shellcheck disable=SC2046 2024-08-20T22:00:18.5617445Z docker stop $(docker ps -q) || true 2024-08-20T22:00:18.5617922Z # Prune all of the docker images 2024-08-20T22:00:18.5618369Z docker system prune -af 2024-08-20T22:00:18.5624057Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:00:18.5624528Z env: 2024-08-20T22:00:18.5625122Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:00:18.5625671Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:00:18.5626382Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:00:18.5627114Z ##[endgroup] 2024-08-20T22:00:18.5910202Z "docker stop" requires at least 1 argument. 2024-08-20T22:00:18.5910927Z See 'docker stop --help'. 2024-08-20T22:00:18.5911230Z 2024-08-20T22:00:18.5911446Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-20T22:00:18.5912269Z 2024-08-20T22:00:18.5912412Z Stop one or more running containers 2024-08-20T22:00:18.6055694Z Total reclaimed space: 0B 2024-08-20T22:00:18.6087294Z ##[group]Run set +e 2024-08-20T22:00:18.6087625Z set +e 2024-08-20T22:00:18.6087905Z set -x 2024-08-20T22:00:18.6088174Z  2024-08-20T22:00:18.6088459Z PT_DOMAIN=download.pytorch.org 2024-08-20T22:00:18.6089252Z # TODO: Flaky access to download.pytorch.org https://github.com/pytorch/pytorch/issues/100400, 2024-08-20T22:00:18.6090333Z # cleaning this up once the issue is fixed. There are more than one resolved IP here, the last 2024-08-20T22:00:18.6091076Z # one is returned at random 2024-08-20T22:00:18.6091737Z RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" | tail -n1) 2024-08-20T22:00:18.6092241Z  2024-08-20T22:00:18.6092527Z if [ -z "${RESOLVED_IP}" ]; then 2024-08-20T22:00:18.6093110Z  echo "Couldn't resolve ${PT_DOMAIN}, retrying with Google DNS..." 2024-08-20T22:00:18.6093850Z  RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" @8.8.8.8 | tail -n1) 2024-08-20T22:00:18.6094688Z  2024-08-20T22:00:18.6094976Z  if [ -z "${RESOLVED_IP}" ]; then 2024-08-20T22:00:18.6095515Z  echo "Couldn't resolve ${PT_DOMAIN}, exiting..." 2024-08-20T22:00:18.6096016Z  exit 1 2024-08-20T22:00:18.6096294Z  fi 2024-08-20T22:00:18.6096559Z fi 2024-08-20T22:00:18.6096826Z  2024-08-20T22:00:18.6097147Z if grep -r "${PT_DOMAIN}" /etc/hosts; then 2024-08-20T22:00:18.6097651Z  # Clean up any old records first 2024-08-20T22:00:18.6098145Z  sudo sed -i "/${PT_DOMAIN}/d" /etc/hosts 2024-08-20T22:00:18.6098569Z fi 2024-08-20T22:00:18.6099001Z  2024-08-20T22:00:18.6099419Z echo "${RESOLVED_IP} ${PT_DOMAIN}" | sudo tee -a /etc/hosts 2024-08-20T22:00:18.6099949Z cat /etc/hosts 2024-08-20T22:00:18.6105476Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:00:18.6105971Z env: 2024-08-20T22:00:18.6106399Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:00:18.6107081Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:00:18.6107775Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:00:18.6108495Z ##[endgroup] 2024-08-20T22:00:18.6131974Z + PT_DOMAIN=download.pytorch.org 2024-08-20T22:00:18.6137175Z ++ dig -4 +short download.pytorch.org 2024-08-20T22:00:18.6137674Z ++ tail -n1 2024-08-20T22:00:18.6384450Z + RESOLVED_IP=18.160.10.28 2024-08-20T22:00:18.6384970Z + '[' -z 18.160.10.28 ']' 2024-08-20T22:00:18.6385390Z + grep -r download.pytorch.org /etc/hosts 2024-08-20T22:00:18.6395831Z 108.138.64.61 download.pytorch.org 2024-08-20T22:00:18.6397406Z + sudo sed -i /download.pytorch.org/d /etc/hosts 2024-08-20T22:00:18.8389688Z + echo '18.160.10.28 download.pytorch.org' 2024-08-20T22:00:18.8390196Z + sudo tee -a /etc/hosts 2024-08-20T22:00:18.8775658Z 18.160.10.28 download.pytorch.org 2024-08-20T22:00:18.8788038Z + cat /etc/hosts 2024-08-20T22:00:18.8797123Z 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 2024-08-20T22:00:18.8808126Z ::1 localhost6 localhost6.localdomain6 2024-08-20T22:00:18.8808620Z 18.160.10.28 download.pytorch.org 2024-08-20T22:00:18.8958098Z ##[group]Run pytorch/test-infra/.github/actions/calculate-docker-image@main 2024-08-20T22:00:18.8958689Z with: 2024-08-20T22:00:18.8959052Z docker-image-name: pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:00:18.8959527Z always-rebuild: true 2024-08-20T22:00:18.8959829Z push: true 2024-08-20T22:00:18.8960110Z docker-build-dir: .ci/docker 2024-08-20T22:00:18.8960452Z working-directory: . 2024-08-20T22:00:18.8960913Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T22:00:18.8961426Z force-push: false 2024-08-20T22:00:18.8961689Z env: 2024-08-20T22:00:18.8962108Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:00:18.8962678Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:00:18.8963407Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:00:18.8964142Z ##[endgroup] 2024-08-20T22:00:18.8983656Z ##[group]Run set -ex 2024-08-20T22:00:18.8984042Z set -ex 2024-08-20T22:00:18.8984317Z  2024-08-20T22:00:18.8984866Z # If the docker build directory or the build script doesn't exist, the action will 2024-08-20T22:00:18.8985831Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-08-20T22:00:18.8986732Z # job could then download the pre-built image as usual 2024-08-20T22:00:18.8987437Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-08-20T22:00:18.8988061Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-08-20T22:00:18.8988631Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-20T22:00:18.8989143Z  2024-08-20T22:00:18.8989599Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-08-20T22:00:18.8990160Z  exit 0 2024-08-20T22:00:18.8990422Z else 2024-08-20T22:00:18.8990745Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-08-20T22:00:18.8991136Z fi 2024-08-20T22:00:18.8991371Z  2024-08-20T22:00:18.8991791Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-08-20T22:00:18.8992590Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-08-20T22:00:18.8993296Z  # use it as it is, but first let's extract the tag 2024-08-20T22:00:18.8994068Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-08-20T22:00:18.8994741Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-20T22:00:18.8995371Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-20T22:00:18.8995882Z else 2024-08-20T22:00:18.8996266Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-08-20T22:00:18.8996860Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-20T22:00:18.8997697Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-20T22:00:18.8998406Z fi 2024-08-20T22:00:18.9005198Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:00:18.9005636Z env: 2024-08-20T22:00:18.9006046Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:00:18.9006591Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:00:18.9007280Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:00:18.9007998Z REPO_NAME: pytorch 2024-08-20T22:00:18.9008371Z DOCKER_IMAGE_NAME: pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:00:18.9008810Z DOCKER_BUILD_DIR: .ci/docker 2024-08-20T22:00:18.9009259Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T22:00:18.9009728Z ##[endgroup] 2024-08-20T22:00:18.9032606Z + [[ ! -d .ci/docker ]] 2024-08-20T22:00:18.9033135Z + [[ ! -f .ci/docker/build.sh ]] 2024-08-20T22:00:18.9033503Z + echo skip=false 2024-08-20T22:00:18.9034539Z + [[ pytorch-linux-focal-rocm-n-1-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-08-20T22:00:18.9036308Z ++ git rev-parse HEAD:.ci/docker 2024-08-20T22:00:18.9052222Z + DOCKER_TAG=f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:00:18.9053126Z + echo docker-tag=f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:00:18.9054574Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:00:18.9092709Z ##[group]Run set -x 2024-08-20T22:00:18.9093026Z set -x 2024-08-20T22:00:18.9093286Z set +e 2024-08-20T22:00:18.9093553Z  2024-08-20T22:00:18.9093800Z login() { 2024-08-20T22:00:18.9094688Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-20T22:00:18.9095430Z } 2024-08-20T22:00:18.9095684Z  2024-08-20T22:00:18.9095925Z retry () { 2024-08-20T22:00:18.9096293Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-20T22:00:18.9096719Z } 2024-08-20T22:00:18.9096962Z  2024-08-20T22:00:18.9097249Z retry login "${DOCKER_REGISTRY}" 2024-08-20T22:00:18.9097650Z  2024-08-20T22:00:18.9097894Z set -e 2024-08-20T22:00:18.9098162Z  2024-08-20T22:00:18.9098746Z IMAGE_NAME=$(echo ${DOCKER_IMAGE#"${DOCKER_REGISTRY}/${REPO_NAME}/"} | awk -F '[:,]' '{print $1}') 2024-08-20T22:00:18.9099472Z # Build new image 2024-08-20T22:00:18.9099890Z ./build.sh "${IMAGE_NAME}" -t "${DOCKER_IMAGE}" 2024-08-20T22:00:18.9100354Z  2024-08-20T22:00:18.9100696Z if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2024-08-20T22:00:18.9101266Z  # Only push if docker image doesn't exist already 2024-08-20T22:00:18.9102218Z  if ! docker manifest inspect "${DOCKER_IMAGE}" >/dev/null 2>/dev/null || [ "${DOCKER_FORCE_PUSH:-false}" == "true" ]; then 2024-08-20T22:00:18.9103090Z  docker push "${DOCKER_IMAGE}" 2024-08-20T22:00:18.9103488Z  fi 2024-08-20T22:00:18.9103960Z  # Check that upload was successfull or that image already exists 2024-08-20T22:00:18.9104623Z  docker manifest inspect "${DOCKER_IMAGE}" 2024-08-20T22:00:18.9105192Z fi 2024-08-20T22:00:18.9110247Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:00:18.9110700Z env: 2024-08-20T22:00:18.9111260Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:00:18.9111836Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:00:18.9112566Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:00:18.9113326Z REPO_NAME: pytorch 2024-08-20T22:00:18.9113606Z DOCKER_PUSH: true 2024-08-20T22:00:18.9113909Z DOCKER_FORCE_PUSH: false 2024-08-20T22:00:18.9114834Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:00:18.9115925Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T22:00:18.9116418Z ##[endgroup] 2024-08-20T22:00:18.9138502Z + set +e 2024-08-20T22:00:18.9139075Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T22:00:18.9139727Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T22:00:18.9141364Z + aws ecr get-login-password --region us-east-1 2024-08-20T22:00:18.9142461Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T22:00:19.4106516Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-20T22:00:19.4107393Z Configure a credential helper to remove this warning. See 2024-08-20T22:00:19.4108574Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-20T22:00:19.4109120Z 2024-08-20T22:00:19.4109242Z Login Succeeded 2024-08-20T22:00:19.4120506Z + set -e 2024-08-20T22:00:19.4127568Z ++ echo pytorch-linux-focal-rocm-n-1-py3:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:00:19.4128379Z ++ awk -F '[:,]' '{print $1}' 2024-08-20T22:00:19.4152207Z + IMAGE_NAME=pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:00:19.4154220Z + ./build.sh pytorch-linux-focal-rocm-n-1-py3 -t 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:00:19.4164092Z + image=pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:00:19.4164523Z + shift 2024-08-20T22:00:19.4164888Z + '[' -z pytorch-linux-focal-rocm-n-1-py3 ']' 2024-08-20T22:00:19.4165479Z + [[ pytorch-linux-focal-rocm-n-1-py3 == *xla* ]] 2024-08-20T22:00:19.4166083Z + [[ pytorch-linux-focal-rocm-n-1-py3 == *-focal* ]] 2024-08-20T22:00:19.4166547Z + UBUNTU_VERSION=20.04 2024-08-20T22:00:19.4166905Z + '[' -n 20.04 ']' 2024-08-20T22:00:19.4167185Z + OS=ubuntu 2024-08-20T22:00:19.4167451Z + DOCKERFILE=ubuntu/Dockerfile 2024-08-20T22:00:19.4167941Z + [[ pytorch-linux-focal-rocm-n-1-py3 == *cuda* ]] 2024-08-20T22:00:19.4168537Z + [[ pytorch-linux-focal-rocm-n-1-py3 == *rocm* ]] 2024-08-20T22:00:19.4169057Z + DOCKERFILE=ubuntu-rocm/Dockerfile 2024-08-20T22:00:19.4169444Z + CMAKE_VERSION=3.18.5 2024-08-20T22:00:19.4169844Z + _UCX_COMMIT=7bb2722ff2187a0cad557ae4a6afa090569f83fb 2024-08-20T22:00:19.4170399Z + _UCC_COMMIT=20eae37090a4ce1b32bcce6144ccad0b49943e0b 2024-08-20T22:00:19.4170874Z + case "$image" in 2024-08-20T22:00:19.4171179Z + ANACONDA_PYTHON_VERSION=3.8 2024-08-20T22:00:19.4171510Z + GCC_VERSION=9 2024-08-20T22:00:19.4171788Z + PROTOBUF=yes 2024-08-20T22:00:19.4172056Z + DB=yes 2024-08-20T22:00:19.4172286Z + VISION=yes 2024-08-20T22:00:19.4172553Z + ROCM_VERSION=6.0 2024-08-20T22:00:19.4172904Z + NINJA_VERSION=1.9.0 2024-08-20T22:00:19.4173194Z + CONDA_CMAKE=yes 2024-08-20T22:00:19.4173560Z + TRITON=yes 2024-08-20T22:00:19.4178304Z ++ tr '[:upper:]' '[:lower:]' 2024-08-20T22:00:19.4179860Z +++ mktemp -u 2024-08-20T22:00:19.4188473Z ++ basename /tmp/tmp.ScnGucr3bN 2024-08-20T22:00:19.4198786Z + tmp_tag=tmp.scngucr3bn 2024-08-20T22:00:19.4199441Z + [[ pytorch-linux-focal-rocm-n-1-py3 == *cuda* ]] 2024-08-20T22:00:19.4203908Z ++ dirname ubuntu-rocm/Dockerfile 2024-08-20T22:00:19.4219302Z + docker build --no-cache --progress=plain --build-arg BUILD_ENVIRONMENT=pytorch-linux-focal-rocm-n-1-py3 --build-arg PROTOBUF=yes --build-arg LLVMDEV= --build-arg DB=yes --build-arg VISION=yes --build-arg UBUNTU_VERSION=20.04 --build-arg CENTOS_VERSION= --build-arg DEVTOOLSET_VERSION= --build-arg GLIBC_VERSION= --build-arg CLANG_VERSION= --build-arg ANACONDA_PYTHON_VERSION=3.8 --build-arg GCC_VERSION=9 --build-arg CUDA_VERSION= --build-arg CUDNN_VERSION= --build-arg TENSORRT_VERSION= --build-arg ANDROID= --build-arg ANDROID_NDK= --build-arg GRADLE_VERSION= --build-arg VULKAN_SDK_VERSION= --build-arg SWIFTSHADER= --build-arg CMAKE_VERSION=3.18.5 --build-arg NINJA_VERSION=1.9.0 --build-arg KATEX= --build-arg ROCM_VERSION=6.0 --build-arg 'PYTORCH_ROCM_ARCH=gfx906;gfx90a' --build-arg IMAGE_NAME= --build-arg UCX_COMMIT= --build-arg UCC_COMMIT= --build-arg CONDA_CMAKE=yes --build-arg TRITON=yes --build-arg ONNX= --build-arg DOCS= --build-arg INDUCTOR_BENCHMARKS= --build-arg EXECUTORCH= --build-arg HALIDE= --build-arg XPU_VERSION= --build-arg ACL= --build-arg SKIP_SCCACHE_INSTALL= --build-arg SKIP_LLVM_SRC_BUILD_INSTALL= -f ubuntu-rocm/Dockerfile -t tmp.scngucr3bn -t 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3:f6d216893d65c7b8ae43df4daaf247db808378e9 . 2024-08-20T22:00:19.7354468Z #0 building with "default" instance using docker driver 2024-08-20T22:00:19.7354925Z 2024-08-20T22:00:19.7355146Z #1 [internal] load build definition from Dockerfile 2024-08-20T22:00:19.7355674Z #1 transferring dockerfile: 4.30kB done 2024-08-20T22:00:19.7356082Z #1 DONE 0.0s 2024-08-20T22:00:19.7356245Z 2024-08-20T22:00:19.7356747Z #2 [internal] load metadata for docker.io/library/ubuntu:20.04 2024-08-20T22:00:19.8948263Z #2 DONE 0.3s 2024-08-20T22:00:20.0451145Z 2024-08-20T22:00:20.0451428Z #3 [internal] load .dockerignore 2024-08-20T22:00:20.0451941Z #3 transferring context: 2B done 2024-08-20T22:00:20.0452312Z #3 DONE 0.0s 2024-08-20T22:00:20.0452475Z 2024-08-20T22:00:20.0452598Z #4 [internal] load build context 2024-08-20T22:00:20.0453009Z #4 transferring context: 44.23kB done 2024-08-20T22:00:20.0456539Z #4 DONE 0.0s 2024-08-20T22:00:20.0456751Z 2024-08-20T22:00:20.0457359Z #5 [ 1/49] FROM docker.io/library/ubuntu:20.04@sha256:fa17826afb526a9fc7250e0fbcbfd18d03fe7a54849472f86879d8bf562c629e 2024-08-20T22:00:20.0458693Z #5 resolve docker.io/library/ubuntu:20.04@sha256:fa17826afb526a9fc7250e0fbcbfd18d03fe7a54849472f86879d8bf562c629e 0.0s done 2024-08-20T22:00:20.0459898Z #5 sha256:fa17826afb526a9fc7250e0fbcbfd18d03fe7a54849472f86879d8bf562c629e 1.34kB / 1.34kB done 2024-08-20T22:00:20.0460928Z #5 sha256:85c08a37b74bc18a7b3f8cf89aabdfac51c525cdbc193a753f7907965e310ec2 424B / 424B done 2024-08-20T22:00:20.0461942Z #5 sha256:9df6d6105df2788299e5cbbf3dfd09aa6b3b5a10b784b214c35a035f76deb4ba 2.30kB / 2.30kB done 2024-08-20T22:00:20.0462956Z #5 sha256:602d8ad51b8130f3fcd71cb936dea612ebc799666136abf2e5914585b3178a4a 7.34MB / 27.51MB 0.1s 2024-08-20T22:00:20.2451309Z #5 sha256:602d8ad51b8130f3fcd71cb936dea612ebc799666136abf2e5914585b3178a4a 27.51MB / 27.51MB 0.3s 2024-08-20T22:00:20.4480726Z #5 sha256:602d8ad51b8130f3fcd71cb936dea612ebc799666136abf2e5914585b3178a4a 27.51MB / 27.51MB 0.4s done 2024-08-20T22:00:20.4481849Z #5 extracting sha256:602d8ad51b8130f3fcd71cb936dea612ebc799666136abf2e5914585b3178a4a 0.1s 2024-08-20T22:00:21.0198687Z #5 extracting sha256:602d8ad51b8130f3fcd71cb936dea612ebc799666136abf2e5914585b3178a4a 0.6s done 2024-08-20T22:00:21.0199470Z #5 DONE 1.1s 2024-08-20T22:00:21.1721552Z 2024-08-20T22:00:21.1722776Z #6 [ 2/49] COPY ./common/install_base.sh install_base.sh 2024-08-20T22:00:23.0762160Z #6 DONE 2.1s 2024-08-20T22:00:23.2290592Z 2024-08-20T22:00:23.2291698Z #7 [ 3/49] RUN bash ./install_base.sh && rm install_base.sh 2024-08-20T22:00:23.5179995Z #7 0.440 ++ grep -oP '(?<=^ID=).+' /etc/os-release 2024-08-20T22:00:23.6437242Z #7 0.440 ++ tr -d '"' 2024-08-20T22:00:23.6437619Z #7 0.441 + ID=ubuntu 2024-08-20T22:00:23.6437955Z #7 0.441 + case "$ID" in 2024-08-20T22:00:23.6438273Z #7 0.441 + install_ubuntu 2024-08-20T22:00:23.6438902Z #7 0.441 + [[ 20.04 == \2\0\.\0\4* ]] 2024-08-20T22:00:23.6439362Z #7 0.441 + cmake3='cmake=3.16*' 2024-08-20T22:00:23.6439717Z #7 0.441 + maybe_libiomp_dev= 2024-08-20T22:00:23.6440107Z #7 0.441 + [[ '' == 15 ]] 2024-08-20T22:00:23.6440466Z #7 0.441 + [[ '' == 12 ]] 2024-08-20T22:00:23.6440802Z #7 0.441 + [[ '' == 10 ]] 2024-08-20T22:00:23.6441125Z #7 0.441 + maybe_libomp_dev= 2024-08-20T22:00:23.6441474Z #7 0.441 + [[ 20.04 == \2\0\.\0\4* ]] 2024-08-20T22:00:23.6441885Z #7 0.441 + [[ '' == \1\1\.\8* ]] 2024-08-20T22:00:23.6442242Z #7 0.441 + maybe_libnccl_dev= 2024-08-20T22:00:23.6442646Z #7 0.441 + apt-get update 2024-08-20T22:00:23.6443165Z #7 0.491 Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] 2024-08-20T22:00:23.6444080Z #7 0.566 Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-08-20T22:00:23.7497506Z #7 0.584 Get:3 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-08-20T22:00:23.7498523Z #7 0.608 Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-08-20T22:00:23.7499492Z #7 0.646 Get:5 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] 2024-08-20T22:00:23.7500425Z #7 0.672 Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] 2024-08-20T22:00:23.8520396Z #7 0.774 Get:7 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] 2024-08-20T22:00:24.0734652Z #7 0.774 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] 2024-08-20T22:00:24.0736189Z #7 0.788 Get:9 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1544 kB] 2024-08-20T22:00:24.0737370Z #7 0.797 Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4023 kB] 2024-08-20T22:00:24.0738515Z #7 0.822 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.5 kB] 2024-08-20T22:00:24.0739631Z #7 0.822 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4356 kB] 2024-08-20T22:00:24.0740763Z #7 0.849 Get:13 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] 2024-08-20T22:00:24.0741871Z #7 0.849 Get:14 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] 2024-08-20T22:00:24.0742999Z #7 0.996 Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1257 kB] 2024-08-20T22:00:24.4099286Z #7 1.332 Get:16 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3887 kB] 2024-08-20T22:00:24.5639707Z #7 1.486 Get:17 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.9 kB] 2024-08-20T22:00:24.7152107Z #7 1.487 Get:18 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3867 kB] 2024-08-20T22:00:25.2502441Z #7 2.172 Fetched 32.6 MB in 2s (19.0 MB/s) 2024-08-20T22:00:26.1001042Z #7 2.172 Reading package lists... 2024-08-20T22:00:26.3019435Z #7 3.039 + ccache_deps='asciidoc docbook-xml docbook-xsl xsltproc' 2024-08-20T22:00:26.3020699Z #7 3.039 + deploy_deps='libffi-dev libbz2-dev libreadline-dev libncurses5-dev libncursesw5-dev libgdbm-dev libsqlite3-dev uuid-dev tk-dev' 2024-08-20T22:00:26.3021674Z #7 3.039 + numpy_deps=gfortran 2024-08-20T22:00:26.3024999Z #7 3.039 + apt-get install -y --no-install-recommends asciidoc docbook-xml docbook-xsl xsltproc gfortran libffi-dev libbz2-dev libreadline-dev libncurses5-dev libncursesw5-dev libgdbm-dev libsqlite3-dev uuid-dev tk-dev 'cmake=3.16*' apt-transport-https autoconf automake build-essential ca-certificates curl git libatlas-base-dev libc6-dbg libyaml-dev libz-dev libjemalloc2 libjpeg-dev libasound2-dev libsndfile-dev software-properties-common wget sudo vim jq libtool vim unzip gpg-agent gdb 2024-08-20T22:00:26.9902322Z #7 3.074 Reading package lists... 2024-08-20T22:00:27.1494217Z #7 3.931 Building dependency tree... 2024-08-20T22:00:27.1494723Z #7 4.071 Reading state information... 2024-08-20T22:00:27.3099178Z #7 4.232 The following additional packages will be installed: 2024-08-20T22:00:27.3100834Z #7 4.232 asciidoc-base asciidoc-common autotools-dev binutils binutils-common 2024-08-20T22:00:27.3101784Z #7 4.232 binutils-x86-64-linux-gnu cmake-data cpp cpp-9 dbus dbus-user-session 2024-08-20T22:00:27.3102730Z #7 4.232 dconf-gsettings-backend dconf-service distro-info-data dpkg-dev file 2024-08-20T22:00:27.3103645Z #7 4.232 fontconfig-config fonts-dejavu-core g++ g++-9 gcc gcc-9 gcc-9-base 2024-08-20T22:00:27.3104601Z #7 4.232 gfortran-9 gir1.2-glib-2.0 gir1.2-packagekitglib-1.0 git-man glib-networking 2024-08-20T22:00:27.3105523Z #7 4.232 glib-networking-common glib-networking-services gpg gpgconf 2024-08-20T22:00:27.4619151Z #7 4.232 gsettings-desktop-schemas iso-codes libapparmor1 libappstream4 libarchive13 2024-08-20T22:00:27.4620327Z #7 4.232 libargon2-1 libasan5 libasn1-8-heimdal libasound2 libasound2-data libassuan0 2024-08-20T22:00:27.4621459Z #7 4.232 libatlas3-base libatomic1 libbabeltrace1 libbinutils libbrotli1 libbsd0 2024-08-20T22:00:27.4622363Z #7 4.232 libc-dev-bin libc6-dev libcanberra0 libcap2 libcap2-bin libcc1-0 2024-08-20T22:00:27.4623328Z #7 4.232 libcrypt-dev libcryptsetup12 libctf-nobfd0 libctf0 libcurl3-gnutls libcurl4 2024-08-20T22:00:27.4624286Z #7 4.232 libdbus-1-3 libdconf1 libdevmapper1.02.1 libdpkg-perl libdw1 libelf1 2024-08-20T22:00:27.4625219Z #7 4.232 liberror-perl libexpat1 libexpat1-dev libflac-dev libflac8 libfontconfig1 2024-08-20T22:00:27.4626144Z #7 4.232 libfontconfig1-dev libfreetype-dev libfreetype6 libfreetype6-dev 2024-08-20T22:00:27.4627361Z #7 4.232 libgcc-9-dev libgdbm-compat4 libgdbm6 libgfortran-9-dev libgfortran5 2024-08-20T22:00:27.4628340Z #7 4.232 libgirepository-1.0-1 libglib2.0-0 libglib2.0-bin libglib2.0-data libgomp1 2024-08-20T22:00:27.4629244Z #7 4.232 libgpm2 libgssapi-krb5-2 libgssapi3-heimdal libgstreamer1.0-0 2024-08-20T22:00:27.4630089Z #7 4.232 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 2024-08-20T22:00:27.4631209Z #7 4.232 libhx509-5-heimdal libice-dev libice6 libicu66 libip4tc2 libisl22 libitm1 2024-08-20T22:00:27.4632183Z #7 4.232 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjq1 libjson-c4 2024-08-20T22:00:27.4649647Z #7 4.232 libjsoncpp1 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal libkrb5-3 2024-08-20T22:00:27.4650870Z #7 4.232 libkrb5support0 libldap-2.4-2 libldap-common liblmdb0 liblsan0 libltdl7 2024-08-20T22:00:27.4651782Z #7 4.232 libmagic-mgc libmagic1 libmpc3 libmpdec2 libmpfr6 libncurses-dev 2024-08-20T22:00:27.4652727Z #7 4.232 libnghttp2-14 libnpth0 libogg-dev libogg0 libonig5 libpackagekit-glib2-18 2024-08-20T22:00:27.4653706Z #7 4.232 libpam-systemd libperl5.30 libpng-dev libpng16-16 libpolkit-agent-1-0 2024-08-20T22:00:27.4654733Z #7 4.232 libpolkit-gobject-1-0 libproxy1v5 libpsl5 libpthread-stubs0-dev 2024-08-20T22:00:27.4655638Z #7 4.232 libpython3-stdlib libpython3.8 libpython3.8-minimal libpython3.8-stdlib 2024-08-20T22:00:27.4656608Z #7 4.232 libquadmath0 libreadline8 librhash0 libroken18-heimdal librtmp1 libsasl2-2 2024-08-20T22:00:27.4657612Z #7 4.232 libsasl2-modules-db libsigsegv2 libsm-dev libsm6 libsndfile1 libsoup2.4-1 2024-08-20T22:00:27.4658547Z #7 4.232 libsqlite3-0 libssh-4 libssl1.1 libstdc++-9-dev libstemmer0d libtcl8.6 2024-08-20T22:00:27.4659464Z #7 4.232 libtdb1 libtk8.6 libtsan0 libubsan1 libuv1 libvorbis-dev libvorbis0a 2024-08-20T22:00:27.4660360Z #7 4.232 libvorbisenc2 libvorbisfile3 libwind0-heimdal libx11-6 libx11-data 2024-08-20T22:00:27.4661270Z #7 4.232 libx11-dev libxau-dev libxau6 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 2024-08-20T22:00:27.4662254Z #7 4.232 libxext-dev libxext6 libxft-dev libxft2 libxml2 libxml2-utils libxrender-dev 2024-08-20T22:00:27.4663213Z #7 4.232 libxrender1 libxslt1.1 libxss-dev libxss1 libxt-dev libxt6 libyaml-0-2 2024-08-20T22:00:27.4664158Z #7 4.232 linux-libc-dev lsb-release m4 make mime-support openssl packagekit patch 2024-08-20T22:00:27.4665053Z #7 4.232 perl perl-modules-5.30 pinentry-curses pkg-config policykit-1 2024-08-20T22:00:27.4666167Z #7 4.233 python-apt-common python3 python3-apt python3-certifi python3-chardet 2024-08-20T22:00:27.4667239Z #7 4.233 python3-dbus python3-gi python3-idna python3-minimal python3-pkg-resources 2024-08-20T22:00:27.4668091Z #7 4.233 python3-requests python3-requests-unixsocket python3-six 2024-08-20T22:00:27.4668953Z #7 4.233 python3-software-properties python3-urllib3 python3.8 python3.8-minimal 2024-08-20T22:00:27.4669873Z #7 4.233 readline-common sgml-base sgml-data sound-theme-freedesktop systemd 2024-08-20T22:00:27.4670755Z #7 4.233 systemd-sysv systemd-timesyncd tcl tcl-dev tcl8.6 tcl8.6-dev tk tk8.6 2024-08-20T22:00:27.4671665Z #7 4.233 tk8.6-dev tzdata ucf vim-common vim-runtime x11-common x11proto-core-dev 2024-08-20T22:00:27.4672534Z #7 4.233 x11proto-dev x11proto-scrnsaver-dev x11proto-xext-dev xml-core 2024-08-20T22:00:27.4673239Z #7 4.233 xorg-sgml-doctools xtrans-dev xxd xz-utils 2024-08-20T22:00:27.4673853Z #7 4.233 Suggested packages: 2024-08-20T22:00:27.4674538Z #7 4.233 asciidoc-doc docbook-utils source-highlight autoconf-archive gnu-standards 2024-08-20T22:00:27.4675459Z #7 4.233 autoconf-doc gettext binutils-doc cmake-doc ninja-build cpp-doc 2024-08-20T22:00:27.4676280Z #7 4.233 gcc-9-locales docbook docbook-dsssl docbook-defguide dbtoepub 2024-08-20T22:00:27.4677148Z #7 4.233 docbook-xsl-doc-html | docbook-xsl-doc-pdf | docbook-xsl-doc-text 2024-08-20T22:00:27.4678047Z #7 4.233 | docbook-xsl-doc docbook-xsl-saxon fop libsaxon-java libxalan2-java 2024-08-20T22:00:27.4679059Z #7 4.233 libxslthl-java xalan debian-keyring g++-multilib g++-9-multilib gcc-9-doc 2024-08-20T22:00:27.4679987Z #7 4.233 gcc-multilib manpages-dev flex bison gcc-doc gcc-9-multilib gdb-doc 2024-08-20T22:00:27.4680880Z #7 4.233 gfortran-multilib gfortran-doc gfortran-9-multilib gfortran-9-doc 2024-08-20T22:00:27.4681803Z #7 4.233 libcoarrays-dev gettext-base git-daemon-run | git-daemon-sysvinit git-doc 2024-08-20T22:00:27.4682737Z #7 4.233 git-el git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn 2024-08-20T22:00:27.4683647Z #7 4.233 pinentry-gnome3 scdaemon isoquery lrzip libasound2-plugins alsa-utils 2024-08-20T22:00:27.4684567Z #7 4.233 libasound2-doc libatlas-doc liblapack-doc glibc-doc libcanberra-gtk0 2024-08-20T22:00:27.4685497Z #7 4.233 libcanberra-pulse gnupg | gnupg2 bzr freetype2-doc gdbm-l10n gpm krb5-doc 2024-08-20T22:00:27.4686555Z #7 4.233 krb5-user gstreamer1.0-tools libice-doc ncurses-doc readline-doc libsm-doc 2024-08-20T22:00:27.4687474Z #7 4.233 sqlite3-doc libstdc++-9-doc libtool-doc gcj-jdk libx11-doc libxcb-doc 2024-08-20T22:00:27.4688395Z #7 4.233 libxext-doc libxt-doc libyaml-doc m4-doc make-doc appstream ed diffutils-doc 2024-08-20T22:00:27.4689318Z #7 4.233 perl-doc libterm-readline-gnu-perl | libterm-readline-perl-perl 2024-08-20T22:00:27.4690235Z #7 4.233 libb-debug-perl liblocale-codes-perl pinentry-doc python3-doc python3-tk 2024-08-20T22:00:27.4691222Z #7 4.233 python3-venv python3-apt-dbg python-apt-doc python-dbus-doc python3-dbus-dbg 2024-08-20T22:00:27.4692172Z #7 4.233 python3-setuptools python3-cryptography python3-openssl python3-socks 2024-08-20T22:00:27.4693110Z #7 4.233 python3.8-venv python3.8-doc binfmt-support sgml-base-doc perlsgml w3-recs 2024-08-20T22:00:27.4694155Z #7 4.234 opensp systemd-container tcl-doc tcl-tclreadline tcl8.6-doc tk-doc tk8.6-doc 2024-08-20T22:00:27.4695089Z #7 4.234 zip ctags vim-doc vim-scripts debhelper 2024-08-20T22:00:27.4695558Z #7 4.234 Recommended packages: 2024-08-20T22:00:27.4696244Z #7 4.234 asciidoc-dblatex asciidoc-doc vim-asciidoc xmlto fakeroot gnupg | gnupg2 2024-08-20T22:00:27.4697187Z #7 4.234 libalgorithm-merge-perl gdbserver less ssh-client gnupg alsa-ucm-conf 2024-08-20T22:00:27.4698123Z #7 4.234 alsa-topology-conf bzip2-doc manpages manpages-dev libpam-cap dmsetup 2024-08-20T22:00:27.4699115Z #7 4.234 libfile-fcntllock-perl liblocale-gettext-perl shared-mime-info xdg-user-dirs 2024-08-20T22:00:27.4700069Z #7 4.234 krb5-locales libpng-tools publicsuffix libsasl2-modules libltdl-dev 2024-08-20T22:00:27.4701047Z #7 4.234 packagekit-tools netbase unattended-upgrades networkd-dispatcher 2024-08-20T22:00:27.4701790Z #7 4.234 libnss-systemd xterm | x-terminal-emulator 2024-08-20T22:00:27.7245763Z #7 4.646 The following NEW packages will be installed: 2024-08-20T22:00:27.7246829Z #7 4.646 apt-transport-https asciidoc asciidoc-base asciidoc-common autoconf automake 2024-08-20T22:00:27.7247805Z #7 4.646 autotools-dev binutils binutils-common binutils-x86-64-linux-gnu 2024-08-20T22:00:27.7248741Z #7 4.646 build-essential ca-certificates cmake cmake-data cpp cpp-9 curl dbus 2024-08-20T22:00:27.7249686Z #7 4.646 dbus-user-session dconf-gsettings-backend dconf-service distro-info-data 2024-08-20T22:00:27.7250678Z #7 4.646 docbook-xml docbook-xsl dpkg-dev file fontconfig-config fonts-dejavu-core 2024-08-20T22:00:27.7251620Z #7 4.646 g++ g++-9 gcc gcc-9 gcc-9-base gdb gfortran gfortran-9 gir1.2-glib-2.0 2024-08-20T22:00:27.7252587Z #7 4.646 gir1.2-packagekitglib-1.0 git git-man glib-networking glib-networking-common 2024-08-20T22:00:27.8766423Z #7 4.647 glib-networking-services gpg gpg-agent gpgconf gsettings-desktop-schemas 2024-08-20T22:00:27.8767528Z #7 4.647 iso-codes jq libapparmor1 libappstream4 libarchive13 libargon2-1 libasan5 2024-08-20T22:00:27.8768516Z #7 4.647 libasn1-8-heimdal libasound2 libasound2-data libasound2-dev libassuan0 2024-08-20T22:00:27.8769473Z #7 4.647 libatlas-base-dev libatlas3-base libatomic1 libbabeltrace1 libbinutils 2024-08-20T22:00:27.8770755Z #7 4.647 libbrotli1 libbsd0 libbz2-dev libc-dev-bin libc6-dbg libc6-dev libcanberra0 2024-08-20T22:00:27.8771766Z #7 4.647 libcap2 libcap2-bin libcc1-0 libcrypt-dev libcryptsetup12 libctf-nobfd0 2024-08-20T22:00:27.8772731Z #7 4.647 libctf0 libcurl3-gnutls libcurl4 libdbus-1-3 libdconf1 libdevmapper1.02.1 2024-08-20T22:00:27.8773754Z #7 4.647 libdpkg-perl libdw1 libelf1 liberror-perl libexpat1 libexpat1-dev libffi-dev 2024-08-20T22:00:27.8774936Z #7 4.647 libflac-dev libflac8 libfontconfig1 libfontconfig1-dev libfreetype-dev 2024-08-20T22:00:27.8775906Z #7 4.647 libfreetype6 libfreetype6-dev libgcc-9-dev libgdbm-compat4 libgdbm-dev 2024-08-20T22:00:27.8776894Z #7 4.647 libgdbm6 libgfortran-9-dev libgfortran5 libgirepository-1.0-1 libglib2.0-0 2024-08-20T22:00:27.8777843Z #7 4.647 libglib2.0-bin libglib2.0-data libgomp1 libgpm2 libgssapi-krb5-2 2024-08-20T22:00:27.8778694Z #7 4.647 libgssapi3-heimdal libgstreamer1.0-0 libhcrypto4-heimdal 2024-08-20T22:00:27.8779581Z #7 4.647 libheimbase1-heimdal libheimntlm0-heimdal libhx509-5-heimdal libice-dev 2024-08-20T22:00:27.8780634Z #7 4.647 libice6 libicu66 libip4tc2 libisl22 libitm1 libjemalloc2 libjpeg-dev 2024-08-20T22:00:27.8781569Z #7 4.647 libjpeg-turbo8 libjpeg-turbo8-dev libjpeg8 libjpeg8-dev libjq1 libjson-c4 2024-08-20T22:00:27.8782549Z #7 4.647 libjsoncpp1 libk5crypto3 libkeyutils1 libkmod2 libkrb5-26-heimdal libkrb5-3 2024-08-20T22:00:27.8783492Z #7 4.647 libkrb5support0 libldap-2.4-2 libldap-common liblmdb0 liblsan0 libltdl7 2024-08-20T22:00:27.8784402Z #7 4.647 libmagic-mgc libmagic1 libmpc3 libmpdec2 libmpfr6 libncurses-dev 2024-08-20T22:00:27.8785321Z #7 4.647 libncurses5-dev libncursesw5-dev libnghttp2-14 libnpth0 libogg-dev libogg0 2024-08-20T22:00:27.8786256Z #7 4.647 libonig5 libpackagekit-glib2-18 libpam-systemd libperl5.30 libpng-dev 2024-08-20T22:00:27.8787215Z #7 4.647 libpng16-16 libpolkit-agent-1-0 libpolkit-gobject-1-0 libproxy1v5 libpsl5 2024-08-20T22:00:27.8788194Z #7 4.647 libpthread-stubs0-dev libpython3-stdlib libpython3.8 libpython3.8-minimal 2024-08-20T22:00:27.8789162Z #7 4.647 libpython3.8-stdlib libquadmath0 libreadline-dev libreadline8 librhash0 2024-08-20T22:00:27.8790087Z #7 4.647 libroken18-heimdal librtmp1 libsasl2-2 libsasl2-modules-db libsigsegv2 2024-08-20T22:00:27.8791009Z #7 4.647 libsm-dev libsm6 libsndfile1 libsndfile1-dev libsoup2.4-1 libsqlite3-0 2024-08-20T22:00:27.8791933Z #7 4.647 libsqlite3-dev libssh-4 libssl1.1 libstdc++-9-dev libstemmer0d libtcl8.6 2024-08-20T22:00:27.8793076Z #7 4.647 libtdb1 libtk8.6 libtool libtsan0 libubsan1 libuv1 libvorbis-dev libvorbis0a 2024-08-20T22:00:27.8794005Z #7 4.647 libvorbisenc2 libvorbisfile3 libwind0-heimdal libx11-6 libx11-data 2024-08-20T22:00:27.8794920Z #7 4.647 libx11-dev libxau-dev libxau6 libxcb1 libxcb1-dev libxdmcp-dev libxdmcp6 2024-08-20T22:00:27.8795864Z #7 4.647 libxext-dev libxext6 libxft-dev libxft2 libxml2 libxml2-utils libxrender-dev 2024-08-20T22:00:27.8796816Z #7 4.647 libxrender1 libxslt1.1 libxss-dev libxss1 libxt-dev libxt6 libyaml-0-2 2024-08-20T22:00:27.8797733Z #7 4.648 libyaml-dev linux-libc-dev lsb-release m4 make mime-support openssl 2024-08-20T22:00:27.8798631Z #7 4.648 packagekit patch perl perl-modules-5.30 pinentry-curses pkg-config 2024-08-20T22:00:27.8799500Z #7 4.648 policykit-1 python-apt-common python3 python3-apt python3-certifi 2024-08-20T22:00:27.8800396Z #7 4.648 python3-chardet python3-dbus python3-gi python3-idna python3-minimal 2024-08-20T22:00:27.8801309Z #7 4.648 python3-pkg-resources python3-requests python3-requests-unixsocket 2024-08-20T22:00:27.8802206Z #7 4.648 python3-six python3-software-properties python3-urllib3 python3.8 2024-08-20T22:00:27.8803016Z #7 4.648 python3.8-minimal readline-common sgml-base sgml-data 2024-08-20T22:00:27.8803911Z #7 4.648 software-properties-common sound-theme-freedesktop sudo systemd systemd-sysv 2024-08-20T22:00:27.8804893Z #7 4.648 systemd-timesyncd tcl tcl-dev tcl8.6 tcl8.6-dev tk tk-dev tk8.6 tk8.6-dev 2024-08-20T22:00:27.8805902Z #7 4.648 tzdata ucf unzip uuid-dev vim vim-common vim-runtime wget x11-common 2024-08-20T22:00:27.8806823Z #7 4.648 x11proto-core-dev x11proto-dev x11proto-scrnsaver-dev x11proto-xext-dev 2024-08-20T22:00:27.8807768Z #7 4.648 xml-core xorg-sgml-doctools xsltproc xtrans-dev xxd xz-utils zlib1g-dev 2024-08-20T22:00:27.8933218Z #7 4.815 0 upgraded, 292 newly installed, 0 to remove and 0 not upgraded. 2024-08-20T22:00:27.8933891Z #7 4.815 Need to get 164 MB of archives. 2024-08-20T22:00:27.8934707Z #7 4.815 After this operation, 716 MB of additional disk space will be used. 2024-08-20T22:00:27.8935975Z #7 4.815 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssl1.1 amd64 1.1.1f-1ubuntu2.23 [1323 kB] 2024-08-20T22:00:28.4612946Z #7 5.383 Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-minimal amd64 3.8.10-0ubuntu1~20.04.11 [719 kB] 2024-08-20T22:00:28.5822377Z #7 5.410 Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1 amd64 2.2.9-1ubuntu0.6 [74.6 kB] 2024-08-20T22:00:28.5823885Z #7 5.412 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8-minimal amd64 3.8.10-0ubuntu1~20.04.11 [1899 kB] 2024-08-20T22:00:28.5825302Z #7 5.504 Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-minimal amd64 3.8.2-0ubuntu2 [23.6 kB] 2024-08-20T22:00:28.7499923Z #7 5.505 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 mime-support all 3.64ubuntu1 [30.6 kB] 2024-08-20T22:00:28.7501176Z #7 5.506 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpdec2 amd64 2.4.2-3 [81.1 kB] 2024-08-20T22:00:28.7502356Z #7 5.509 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 readline-common all 8.0-4 [53.5 kB] 2024-08-20T22:00:28.7503535Z #7 5.510 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline8 amd64 8.0-4 [131 kB] 2024-08-20T22:00:28.7504832Z #7 5.515 Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-0 amd64 3.31.1-4ubuntu0.6 [549 kB] 2024-08-20T22:00:28.7506461Z #7 5.531 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8-stdlib amd64 3.8.10-0ubuntu1~20.04.11 [1676 kB] 2024-08-20T22:00:28.7507910Z #7 5.569 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3.8 amd64 3.8.10-0ubuntu1~20.04.11 [387 kB] 2024-08-20T22:00:28.7509257Z #7 5.582 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 libpython3-stdlib amd64 3.8.2-0ubuntu2 [7068 B] 2024-08-20T22:00:28.7510691Z #7 5.600 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 python3 amd64 3.8.2-0ubuntu2 [47.6 kB] 2024-08-20T22:00:28.7512237Z #7 5.600 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libapparmor1 amd64 2.13.3-7ubuntu5.3 [35.4 kB] 2024-08-20T22:00:28.7513623Z #7 5.600 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcap2 amd64 1:2.32-1ubuntu0.1 [15.8 kB] 2024-08-20T22:00:28.7514914Z #7 5.601 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.2 kB] 2024-08-20T22:00:28.7516251Z #7 5.601 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libdevmapper1.02.1 amd64 2:1.02.167-1ubuntu1 [127 kB] 2024-08-20T22:00:28.7517660Z #7 5.602 Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjson-c4 amd64 0.13.1+dfsg-7ubuntu0.3 [29.3 kB] 2024-08-20T22:00:28.7519111Z #7 5.672 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcryptsetup12 amd64 2:2.2.2-3ubuntu2.4 [166 kB] 2024-08-20T22:00:28.9035142Z #7 5.674 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libip4tc2 amd64 1.8.4-3ubuntu2.1 [19.1 kB] 2024-08-20T22:00:28.9036567Z #7 5.674 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkmod2 amd64 27-1ubuntu2.1 [45.3 kB] 2024-08-20T22:00:28.9037999Z #7 5.674 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-timesyncd amd64 245.4-4ubuntu3.23 [28.1 kB] 2024-08-20T22:00:28.9039401Z #7 5.744 Get:24 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd amd64 245.4-4ubuntu3.23 [3811 kB] 2024-08-20T22:00:28.9041046Z #7 5.825 Get:25 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 systemd-sysv amd64 245.4-4ubuntu3.23 [10.3 kB] 2024-08-20T22:00:28.9042520Z #7 5.825 Get:26 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl-modules-5.30 all 5.30.0-9ubuntu0.5 [2739 kB] 2024-08-20T22:00:29.0579566Z #7 5.898 Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm6 amd64 1.18.1-5 [27.4 kB] 2024-08-20T22:00:29.0580815Z #7 5.898 Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-compat4 amd64 1.18.1-5 [6244 B] 2024-08-20T22:00:29.0582174Z #7 5.898 Get:29 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libperl5.30 amd64 5.30.0-9ubuntu0.5 [3941 kB] 2024-08-20T22:00:29.0583535Z #7 5.980 Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 perl amd64 5.30.0-9ubuntu0.5 [224 kB] 2024-08-20T22:00:29.1925145Z #7 5.982 Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 sgml-base all 1.29.1 [12.4 kB] 2024-08-20T22:00:29.1926507Z #7 5.982 Get:32 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 openssl amd64 1.1.1f-1ubuntu2.23 [621 kB] 2024-08-20T22:00:29.1927942Z #7 6.035 Get:33 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 ca-certificates all 20230311ubuntu0.20.04.1 [152 kB] 2024-08-20T22:00:29.1929400Z #7 6.036 Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdbus-1-3 amd64 1.12.16-2ubuntu2.3 [179 kB] 2024-08-20T22:00:29.1931029Z #7 6.038 Get:35 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dbus amd64 1.12.16-2ubuntu2.3 [151 kB] 2024-08-20T22:00:29.1932429Z #7 6.042 Get:36 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 distro-info-data all 0.43ubuntu1.16 [5032 B] 2024-08-20T22:00:29.1933704Z #7 6.042 Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic-mgc amd64 1:5.38-4 [218 kB] 2024-08-20T22:00:29.1935014Z #7 6.044 Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 libmagic1 amd64 1:5.38-4 [75.9 kB] 2024-08-20T22:00:29.1936164Z #7 6.114 Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 file amd64 1:5.38-4 [23.3 kB] 2024-08-20T22:00:29.2949041Z #7 6.114 Get:40 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-0 amd64 2.64.6-1~ubuntu20.04.7 [1289 kB] 2024-08-20T22:00:29.2950651Z #7 6.126 Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgirepository-1.0-1 amd64 1.64.1-1~ubuntu20.04.1 [85.7 kB] 2024-08-20T22:00:29.2952219Z #7 6.217 Get:42 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-glib-2.0 amd64 1.64.1-1~ubuntu20.04.1 [134 kB] 2024-08-20T22:00:29.4509061Z #7 6.218 Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 libbsd0 amd64 0.10.0-1 [45.4 kB] 2024-08-20T22:00:29.4512992Z #7 6.218 Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcap2-bin amd64 1:2.32-1ubuntu0.1 [26.2 kB] 2024-08-20T22:00:29.4516552Z #7 6.218 Get:45 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libelf1 amd64 0.176-1.1ubuntu0.1 [44.2 kB] 2024-08-20T22:00:29.4517887Z #7 6.219 Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-data all 2.64.6-1~ubuntu20.04.7 [5944 B] 2024-08-20T22:00:29.4519219Z #7 6.219 Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 tzdata all 2024a-0ubuntu0.20.04.1 [301 kB] 2024-08-20T22:00:29.4520478Z #7 6.222 Get:48 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libicu66 amd64 66.1-2ubuntu2.1 [8515 kB] 2024-08-20T22:00:29.5158703Z #7 6.438 Get:49 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpam-systemd amd64 245.4-4ubuntu3.23 [186 kB] 2024-08-20T22:00:29.6610899Z #7 6.439 Get:50 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2 amd64 2.9.10+dfsg-5ubuntu0.20.04.7 [640 kB] 2024-08-20T22:00:29.6612311Z #7 6.449 Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-0-2 amd64 0.2.2-1 [48.9 kB] 2024-08-20T22:00:29.6613541Z #7 6.450 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 lsb-release all 11.1.0ubuntu2 [10.6 kB] 2024-08-20T22:00:29.6614990Z #7 6.450 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-dbus amd64 1.2.16-1build1 [94.0 kB] 2024-08-20T22:00:29.6616490Z #7 6.451 Get:54 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-gi amd64 3.36.0-1 [165 kB] 2024-08-20T22:00:29.6617877Z #7 6.452 Get:55 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pkg-resources all 45.2.0-1ubuntu0.1 [130 kB] 2024-08-20T22:00:29.6619222Z #7 6.453 Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-six all 1.14.0-2 [12.1 kB] 2024-08-20T22:00:29.6620493Z #7 6.453 Get:57 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 sudo amd64 1.8.31-1ubuntu1.5 [515 kB] 2024-08-20T22:00:29.6621596Z #7 6.511 Get:58 http://archive.ubuntu.com/ubuntu focal/main amd64 ucf all 3.0038+nmu1 [51.6 kB] 2024-08-20T22:00:29.6622860Z #7 6.583 Get:59 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xxd amd64 2:8.1.2269-1ubuntu5.23 [52.9 kB] 2024-08-20T22:00:29.8057748Z #7 6.584 Get:60 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 vim-common all 2:8.1.2269-1ubuntu5.23 [87.9 kB] 2024-08-20T22:00:29.8059230Z #7 6.584 Get:61 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xz-utils amd64 5.2.4-1ubuntu1.1 [82.6 kB] 2024-08-20T22:00:29.8060450Z #7 6.585 Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 iso-codes all 4.4-1 [2695 kB] 2024-08-20T22:00:29.8061739Z #7 6.656 Get:63 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5support0 amd64 1.17-6ubuntu4.6 [31.0 kB] 2024-08-20T22:00:29.8063169Z #7 6.657 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libk5crypto3 amd64 1.17-6ubuntu4.6 [80.0 kB] 2024-08-20T22:00:29.8064676Z #7 6.658 Get:65 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkeyutils1 amd64 1.6-6ubuntu1.1 [10.3 kB] 2024-08-20T22:00:29.8066197Z #7 6.658 Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-3 amd64 1.17-6ubuntu4.6 [330 kB] 2024-08-20T22:00:29.8067598Z #7 6.661 Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi-krb5-2 amd64 1.17-6ubuntu4.6 [121 kB] 2024-08-20T22:00:29.8068897Z #7 6.662 Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 liblmdb0 amd64 0.9.24-1 [44.6 kB] 2024-08-20T22:00:29.8070057Z #7 6.728 Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 libpng16-16 amd64 1.6.37-2 [179 kB] 2024-08-20T22:00:29.9499051Z #7 6.729 Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpolkit-gobject-1-0 amd64 0.105-26ubuntu1.3 [39.2 kB] 2024-08-20T22:00:29.9500509Z #7 6.729 Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 libpsl5 amd64 0.21.0-1ubuntu1 [51.5 kB] 2024-08-20T22:00:29.9502094Z #7 6.800 Get:72 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libuv1 amd64 1.34.2-1ubuntu1.5 [80.9 kB] 2024-08-20T22:00:29.9503388Z #7 6.801 Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau6 amd64 1:1.0.9-0ubuntu1 [7488 B] 2024-08-20T22:00:29.9504618Z #7 6.801 Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp6 amd64 1:1.1.3-0ubuntu1 [10.6 kB] 2024-08-20T22:00:29.9505811Z #7 6.801 Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1 amd64 1.14-2 [44.7 kB] 2024-08-20T22:00:29.9507088Z #7 6.801 Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-data all 2:1.6.9-2ubuntu1.6 [114 kB] 2024-08-20T22:00:29.9508454Z #7 6.803 Get:77 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-6 amd64 2:1.6.9-2ubuntu1.6 [577 kB] 2024-08-20T22:00:29.9509768Z #7 6.808 Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext6 amd64 2:1.3.4-0ubuntu1 [29.1 kB] 2024-08-20T22:00:29.9511163Z #7 6.872 Get:79 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python-apt-common all 2.0.1ubuntu0.20.04.1 [16.5 kB] 2024-08-20T22:00:30.0942799Z #7 6.872 Get:80 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-apt amd64 2.0.1ubuntu0.20.04.1 [154 kB] 2024-08-20T22:00:30.0944222Z #7 6.874 Get:81 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 wget amd64 1.20.3-1ubuntu2.1 [349 kB] 2024-08-20T22:00:30.0945604Z #7 6.944 Get:82 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.10 [1704 B] 2024-08-20T22:00:30.0947213Z #7 6.944 Get:83 http://archive.ubuntu.com/ubuntu focal/universe amd64 asciidoc-common all 9.0.0~rc1-1 [201 kB] 2024-08-20T22:00:30.0948699Z #7 6.946 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxml2-utils amd64 2.9.10+dfsg-5ubuntu0.20.04.7 [37.1 kB] 2024-08-20T22:00:30.0950109Z #7 6.946 Get:85 http://archive.ubuntu.com/ubuntu focal/universe amd64 asciidoc-base all 9.0.0~rc1-1 [79.6 kB] 2024-08-20T22:00:30.0951476Z #7 6.947 Get:86 http://archive.ubuntu.com/ubuntu focal/universe amd64 asciidoc all 9.0.0~rc1-1 [3276 B] 2024-08-20T22:00:30.0952645Z #7 6.947 Get:87 http://archive.ubuntu.com/ubuntu focal/main amd64 libsigsegv2 amd64 2.12-2 [13.9 kB] 2024-08-20T22:00:30.0953744Z #7 6.947 Get:88 http://archive.ubuntu.com/ubuntu focal/main amd64 m4 amd64 1.4.18-4 [199 kB] 2024-08-20T22:00:30.0954804Z #7 7.016 Get:89 http://archive.ubuntu.com/ubuntu focal/main amd64 autoconf all 2.69-11.1 [321 kB] 2024-08-20T22:00:30.2386094Z #7 7.018 Get:90 http://archive.ubuntu.com/ubuntu focal/main amd64 autotools-dev all 20180224.1 [39.6 kB] 2024-08-20T22:00:30.2387398Z #7 7.019 Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 automake all 1:1.16.1-4ubuntu6 [522 kB] 2024-08-20T22:00:30.2388753Z #7 7.088 Get:92 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-common amd64 2.34-6ubuntu1.9 [208 kB] 2024-08-20T22:00:30.2390139Z #7 7.090 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbinutils amd64 2.34-6ubuntu1.9 [475 kB] 2024-08-20T22:00:30.2391560Z #7 7.094 Get:94 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf-nobfd0 amd64 2.34-6ubuntu1.9 [48.2 kB] 2024-08-20T22:00:30.2392938Z #7 7.094 Get:95 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libctf0 amd64 2.34-6ubuntu1.9 [46.6 kB] 2024-08-20T22:00:30.2394485Z #7 7.095 Get:96 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.34-6ubuntu1.9 [1614 kB] 2024-08-20T22:00:30.2395898Z #7 7.109 Get:97 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 binutils amd64 2.34-6ubuntu1.9 [3380 B] 2024-08-20T22:00:30.2397247Z #7 7.109 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc-dev-bin amd64 2.31-0ubuntu9.16 [71.6 kB] 2024-08-20T22:00:30.2398619Z #7 7.160 Get:99 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-libc-dev amd64 5.4.0-192.212 [1145 kB] 2024-08-20T22:00:30.3999776Z #7 7.170 Get:100 http://archive.ubuntu.com/ubuntu focal/main amd64 libcrypt-dev amd64 1:4.4.10-10ubuntu4 [104 kB] 2024-08-20T22:00:30.4004369Z #7 7.171 Get:101 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dev amd64 2.31-0ubuntu9.16 [2520 kB] 2024-08-20T22:00:30.4674867Z #7 7.389 Get:102 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9-base amd64 9.4.0-1ubuntu1~20.04.2 [18.9 kB] 2024-08-20T22:00:30.6176754Z #7 7.540 Get:103 http://archive.ubuntu.com/ubuntu focal/main amd64 libisl22 amd64 0.22.1-1 [592 kB] 2024-08-20T22:00:30.9570466Z #7 7.879 Get:104 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpfr6 amd64 4.0.2-1 [240 kB] 2024-08-20T22:00:31.1475524Z #7 7.914 Get:105 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 2024-08-20T22:00:31.1478245Z #7 7.919 Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cpp-9 amd64 9.4.0-1ubuntu1~20.04.2 [7502 kB] 2024-08-20T22:00:31.2642436Z #7 8.186 Get:107 http://archive.ubuntu.com/ubuntu focal/main amd64 cpp amd64 4:9.3.0-1ubuntu2 [27.6 kB] 2024-08-20T22:00:31.3722609Z #7 8.192 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcc1-0 amd64 10.5.0-1ubuntu1~20.04 [48.8 kB] 2024-08-20T22:00:31.3724072Z #7 8.192 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgomp1 amd64 10.5.0-1ubuntu1~20.04 [102 kB] 2024-08-20T22:00:31.3725487Z #7 8.193 Get:110 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libitm1 amd64 10.5.0-1ubuntu1~20.04 [26.2 kB] 2024-08-20T22:00:31.3727091Z #7 8.194 Get:111 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatomic1 amd64 10.5.0-1ubuntu1~20.04 [9284 B] 2024-08-20T22:00:31.3728530Z #7 8.194 Get:112 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasan5 amd64 9.4.0-1ubuntu1~20.04.2 [2752 kB] 2024-08-20T22:00:31.3729946Z #7 8.267 Get:113 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblsan0 amd64 10.5.0-1ubuntu1~20.04 [835 kB] 2024-08-20T22:00:31.3731554Z #7 8.294 Get:114 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtsan0 amd64 10.5.0-1ubuntu1~20.04 [2016 kB] 2024-08-20T22:00:31.5024615Z #7 8.342 Get:115 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libubsan1 amd64 10.5.0-1ubuntu1~20.04 [785 kB] 2024-08-20T22:00:31.5026106Z #7 8.368 Get:116 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libquadmath0 amd64 10.5.0-1ubuntu1~20.04 [146 kB] 2024-08-20T22:00:31.5027586Z #7 8.369 Get:117 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgcc-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [2359 kB] 2024-08-20T22:00:31.5029015Z #7 8.425 Get:118 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gcc-9 amd64 9.4.0-1ubuntu1~20.04.2 [8276 kB] 2024-08-20T22:00:31.7200921Z #7 8.642 Get:119 http://archive.ubuntu.com/ubuntu focal/main amd64 gcc amd64 4:9.3.0-1ubuntu2 [5208 B] 2024-08-20T22:00:31.7202334Z #7 8.642 Get:120 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libstdc++-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [1722 kB] 2024-08-20T22:00:31.9219974Z #7 8.694 Get:121 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 g++-9 amd64 9.4.0-1ubuntu1~20.04.2 [8421 kB] 2024-08-20T22:00:31.9890817Z #7 8.911 Get:122 http://archive.ubuntu.com/ubuntu focal/main amd64 g++ amd64 4:9.3.0-1ubuntu2 [1604 B] 2024-08-20T22:00:31.9892013Z #7 8.911 Get:123 http://archive.ubuntu.com/ubuntu focal/main amd64 make amd64 4.2.1-1.2 [162 kB] 2024-08-20T22:00:32.1379331Z #7 8.912 Get:124 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdpkg-perl all 1.19.7ubuntu3.2 [231 kB] 2024-08-20T22:00:32.1381560Z #7 8.919 Get:125 http://archive.ubuntu.com/ubuntu focal/main amd64 patch amd64 2.7.6-6 [105 kB] 2024-08-20T22:00:32.1382796Z #7 8.924 Get:126 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dpkg-dev all 1.19.7ubuntu3.2 [679 kB] 2024-08-20T22:00:32.1384189Z #7 8.939 Get:127 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 build-essential amd64 12.8ubuntu1.1 [4664 B] 2024-08-20T22:00:32.1385620Z #7 8.939 Get:128 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cmake-data all 3.16.3-1ubuntu1.20.04.1 [1613 kB] 2024-08-20T22:00:32.1387266Z #7 8.980 Get:129 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libarchive13 amd64 3.4.0-2ubuntu1.2 [327 kB] 2024-08-20T22:00:32.1388657Z #7 8.993 Get:130 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libbrotli1 amd64 1.0.7-6ubuntu0.1 [267 kB] 2024-08-20T22:00:32.1390129Z #7 8.999 Get:131 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libroken18-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [42.5 kB] 2024-08-20T22:00:32.1391666Z #7 8.999 Get:132 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasn1-8-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [181 kB] 2024-08-20T22:00:32.1393385Z #7 9.060 Get:133 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimbase1-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [30.4 kB] 2024-08-20T22:00:32.2853968Z #7 9.061 Get:134 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhcrypto4-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [88.1 kB] 2024-08-20T22:00:32.2855760Z #7 9.062 Get:135 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwind0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [47.7 kB] 2024-08-20T22:00:32.2857315Z #7 9.062 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libhx509-5-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [107 kB] 2024-08-20T22:00:32.2858881Z #7 9.063 Get:137 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libkrb5-26-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [207 kB] 2024-08-20T22:00:32.2860462Z #7 9.065 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libheimntlm0-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [15.1 kB] 2024-08-20T22:00:32.2862292Z #7 9.133 Get:139 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgssapi3-heimdal amd64 7.7.0+dfsg-1ubuntu1.4 [96.5 kB] 2024-08-20T22:00:32.2863865Z #7 9.134 Get:140 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2ubuntu0.1 [14.7 kB] 2024-08-20T22:00:32.2865401Z #7 9.134 Get:141 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2ubuntu0.1 [49.3 kB] 2024-08-20T22:00:32.2866902Z #7 9.135 Get:142 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-common all 2.4.49+dfsg-2ubuntu1.10 [16.5 kB] 2024-08-20T22:00:32.2868415Z #7 9.207 Get:143 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libldap-2.4-2 amd64 2.4.49+dfsg-2ubuntu1.10 [155 kB] 2024-08-20T22:00:32.4420615Z #7 9.209 Get:144 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnghttp2-14 amd64 1.40.0-1ubuntu0.3 [79.9 kB] 2024-08-20T22:00:32.4422158Z #7 9.209 Get:145 http://archive.ubuntu.com/ubuntu focal/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2build1 [54.9 kB] 2024-08-20T22:00:32.4423584Z #7 9.210 Get:146 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-4 amd64 0.9.3-2ubuntu2.5 [171 kB] 2024-08-20T22:00:32.4424943Z #7 9.211 Get:147 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl4 amd64 7.68.0-1ubuntu2.23 [235 kB] 2024-08-20T22:00:32.4426294Z #7 9.214 Get:148 http://archive.ubuntu.com/ubuntu focal/main amd64 libjsoncpp1 amd64 1.7.4-3.1ubuntu2 [75.6 kB] 2024-08-20T22:00:32.4427541Z #7 9.282 Get:149 http://archive.ubuntu.com/ubuntu focal/main amd64 librhash0 amd64 1.3.9-1 [113 kB] 2024-08-20T22:00:32.4428822Z #7 9.283 Get:150 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 cmake amd64 3.16.3-1ubuntu1.20.04.1 [3668 kB] 2024-08-20T22:00:32.4430195Z #7 9.364 Get:151 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 curl amd64 7.68.0-1ubuntu2.23 [161 kB] 2024-08-20T22:00:32.5821527Z #7 9.366 Get:152 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 dbus-user-session amd64 1.12.16-2ubuntu2.3 [9424 B] 2024-08-20T22:00:32.5822965Z #7 9.366 Get:153 http://archive.ubuntu.com/ubuntu focal/main amd64 libdconf1 amd64 0.36.0-1 [37.4 kB] 2024-08-20T22:00:32.5824172Z #7 9.366 Get:154 http://archive.ubuntu.com/ubuntu focal/main amd64 dconf-service amd64 0.36.0-1 [29.8 kB] 2024-08-20T22:00:32.5825485Z #7 9.367 Get:155 http://archive.ubuntu.com/ubuntu focal/main amd64 dconf-gsettings-backend amd64 0.36.0-1 [22.5 kB] 2024-08-20T22:00:32.5827011Z #7 9.367 Get:156 http://archive.ubuntu.com/ubuntu focal/main amd64 xml-core all 0.18+nmu1 [21.6 kB] 2024-08-20T22:00:32.5828160Z #7 9.367 Get:157 http://archive.ubuntu.com/ubuntu focal/main amd64 sgml-data all 2.0.11 [171 kB] 2024-08-20T22:00:32.5829383Z #7 9.369 Get:158 http://archive.ubuntu.com/ubuntu focal/main amd64 docbook-xml all 4.5-9 [71.2 kB] 2024-08-20T22:00:32.5830587Z #7 9.430 Get:159 http://archive.ubuntu.com/ubuntu focal/universe amd64 docbook-xsl all 1.79.1+dfsg-2 [1075 kB] 2024-08-20T22:00:32.5832256Z #7 9.504 Get:160 http://archive.ubuntu.com/ubuntu focal/main amd64 fonts-dejavu-core all 2.37-1 [1041 kB] 2024-08-20T22:00:32.7365086Z #7 9.513 Get:161 http://archive.ubuntu.com/ubuntu focal/main amd64 fontconfig-config all 2.13.1-2ubuntu3 [28.8 kB] 2024-08-20T22:00:32.7366497Z #7 9.513 Get:162 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdw1 amd64 0.176-1.1ubuntu0.1 [226 kB] 2024-08-20T22:00:32.7367850Z #7 9.516 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 libbabeltrace1 amd64 1.5.8-1build1 [156 kB] 2024-08-20T22:00:32.7369289Z #7 9.517 Get:164 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpython3.8 amd64 3.8.10-0ubuntu1~20.04.11 [1626 kB] 2024-08-20T22:00:32.7370699Z #7 9.581 Get:165 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gdb amd64 9.2-0ubuntu1~20.04.2 [3221 kB] 2024-08-20T22:00:32.7372121Z #7 9.658 Get:166 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgfortran5 amd64 10.5.0-1ubuntu1~20.04 [737 kB] 2024-08-20T22:00:32.8991095Z #7 9.664 Get:167 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgfortran-9-dev amd64 9.4.0-1ubuntu1~20.04.2 [685 kB] 2024-08-20T22:00:32.8992695Z #7 9.670 Get:168 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gfortran-9 amd64 9.4.0-1ubuntu1~20.04.2 [7936 kB] 2024-08-20T22:00:32.9660063Z #7 9.888 Get:169 http://archive.ubuntu.com/ubuntu focal/main amd64 gfortran amd64 4:9.3.0-1ubuntu2 [1372 B] 2024-08-20T22:00:33.1166841Z #7 9.888 Get:170 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpackagekit-glib2-18 amd64 1.1.13-2ubuntu1.1 [104 kB] 2024-08-20T22:00:33.1168477Z #7 9.889 Get:171 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gir1.2-packagekitglib-1.0 amd64 1.1.13-2ubuntu1.1 [21.6 kB] 2024-08-20T22:00:33.1170024Z #7 9.890 Get:172 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcurl3-gnutls amd64 7.68.0-1ubuntu2.23 [232 kB] 2024-08-20T22:00:33.1171375Z #7 9.892 Get:173 http://archive.ubuntu.com/ubuntu focal/main amd64 liberror-perl all 0.17029-1 [26.5 kB] 2024-08-20T22:00:33.1172829Z #7 9.892 Get:174 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git-man all 1:2.25.1-1ubuntu3.13 [887 kB] 2024-08-20T22:00:33.1174347Z #7 9.899 Get:175 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 git amd64 1:2.25.1-1ubuntu3.13 [4612 kB] 2024-08-20T22:00:33.1175736Z #7 10.04 Get:176 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libproxy1v5 amd64 0.4.15-10ubuntu1.2 [49.1 kB] 2024-08-20T22:00:33.2654728Z #7 10.04 Get:177 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking-common all 2.64.2-1ubuntu0.1 [5040 B] 2024-08-20T22:00:33.2656407Z #7 10.04 Get:178 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking-services amd64 2.64.2-1ubuntu0.1 [10.6 kB] 2024-08-20T22:00:33.2657948Z #7 10.04 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 gsettings-desktop-schemas all 3.36.0-1ubuntu1 [29.0 kB] 2024-08-20T22:00:33.2659416Z #7 10.04 Get:180 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 glib-networking amd64 2.64.2-1ubuntu0.1 [58.2 kB] 2024-08-20T22:00:33.2660786Z #7 10.04 Get:181 http://archive.ubuntu.com/ubuntu focal/main amd64 libassuan0 amd64 2.5.3-7ubuntu2 [35.7 kB] 2024-08-20T22:00:33.2662219Z #7 10.04 Get:182 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpgconf amd64 2.2.19-3ubuntu2.2 [124 kB] 2024-08-20T22:00:33.2663517Z #7 10.04 Get:183 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg amd64 2.2.19-3ubuntu2.2 [482 kB] 2024-08-20T22:00:33.2665048Z #7 10.05 Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 pinentry-curses amd64 1.1.0-3build1 [36.3 kB] 2024-08-20T22:00:33.2666241Z #7 10.11 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libnpth0 amd64 1.6-1 [7736 B] 2024-08-20T22:00:33.2667477Z #7 10.19 Get:186 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gpg-agent amd64 2.2.19-3ubuntu2.2 [232 kB] 2024-08-20T22:00:33.4133541Z #7 10.19 Get:187 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2024-08-20T22:00:33.4135120Z #7 10.19 Get:188 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2024-08-20T22:00:33.4136558Z #7 10.19 Get:189 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2024-08-20T22:00:33.4137853Z #7 10.19 Get:190 http://archive.ubuntu.com/ubuntu focal/main amd64 libsoup2.4-1 amd64 2.70.0-1 [262 kB] 2024-08-20T22:00:33.4139073Z #7 10.19 Get:191 http://archive.ubuntu.com/ubuntu focal/main amd64 libstemmer0d amd64 0+svn585-2 [61.7 kB] 2024-08-20T22:00:33.4140314Z #7 10.19 Get:192 http://archive.ubuntu.com/ubuntu focal/main amd64 libappstream4 amd64 0.12.10-2 [129 kB] 2024-08-20T22:00:33.4141769Z #7 10.20 Get:193 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasound2-data all 1.2.2-2.1ubuntu2.5 [20.1 kB] 2024-08-20T22:00:33.4143163Z #7 10.20 Get:194 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasound2 amd64 1.2.2-2.1ubuntu2.5 [335 kB] 2024-08-20T22:00:33.4144764Z #7 10.26 Get:195 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libasound2-dev amd64 1.2.2-2.1ubuntu2.5 [104 kB] 2024-08-20T22:00:33.4146152Z #7 10.34 Get:196 http://archive.ubuntu.com/ubuntu focal/universe amd64 libatlas3-base amd64 3.10.3-8ubuntu7 [3736 kB] 2024-08-20T22:00:33.5799483Z #7 10.42 Get:197 http://archive.ubuntu.com/ubuntu focal/universe amd64 libatlas-base-dev amd64 3.10.3-8ubuntu7 [4066 kB] 2024-08-20T22:00:33.5800845Z #7 10.50 Get:198 http://archive.ubuntu.com/ubuntu focal/main amd64 libbz2-dev amd64 1.0.8-2 [30.2 kB] 2024-08-20T22:00:33.7292692Z #7 10.50 Get:199 http://archive.ubuntu.com/ubuntu focal/main amd64 libltdl7 amd64 2.4.6-14 [38.5 kB] 2024-08-20T22:00:33.7294317Z #7 10.50 Get:200 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtdb1 amd64 1.4.5-0ubuntu0.20.04.1 [44.2 kB] 2024-08-20T22:00:33.7295679Z #7 10.50 Get:201 http://archive.ubuntu.com/ubuntu focal/main amd64 libogg0 amd64 1.3.4-0ubuntu1 [24.0 kB] 2024-08-20T22:00:33.7296947Z #7 10.50 Get:202 http://archive.ubuntu.com/ubuntu focal/main amd64 libvorbis0a amd64 1.3.6-2ubuntu1 [87.0 kB] 2024-08-20T22:00:33.7298247Z #7 10.65 Get:203 http://archive.ubuntu.com/ubuntu focal/main amd64 libvorbisfile3 amd64 1.3.6-2ubuntu1 [16.1 kB] 2024-08-20T22:00:33.8771713Z #7 10.80 Get:204 http://archive.ubuntu.com/ubuntu focal/main amd64 sound-theme-freedesktop all 0.8-2ubuntu1 [384 kB] 2024-08-20T22:00:34.1731266Z #7 11.09 Get:205 http://archive.ubuntu.com/ubuntu focal/main amd64 libcanberra0 amd64 0.30-7ubuntu1 [38.1 kB] 2024-08-20T22:00:34.2991828Z #7 11.10 Get:206 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexpat1-dev amd64 2.2.9-1ubuntu0.6 [116 kB] 2024-08-20T22:00:34.2993363Z #7 11.13 Get:207 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libflac8 amd64 1.3.3-1ubuntu0.2 [103 kB] 2024-08-20T22:00:34.2994670Z #7 11.15 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 libogg-dev amd64 1.3.4-0ubuntu1 [161 kB] 2024-08-20T22:00:34.2995994Z #7 11.17 Get:209 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libflac-dev amd64 1.3.3-1ubuntu0.2 [151 kB] 2024-08-20T22:00:34.2997392Z #7 11.19 Get:210 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfreetype6 amd64 2.10.1-2ubuntu0.3 [341 kB] 2024-08-20T22:00:34.2998739Z #7 11.22 Get:211 http://archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1 amd64 2.13.1-2ubuntu3 [114 kB] 2024-08-20T22:00:34.4140320Z #7 11.23 Get:212 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-2ubuntu1.5 [155 kB] 2024-08-20T22:00:34.4141919Z #7 11.24 Get:213 http://archive.ubuntu.com/ubuntu focal/main amd64 libpng-dev amd64 1.6.37-2 [175 kB] 2024-08-20T22:00:34.4143254Z #7 11.25 Get:214 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfreetype-dev amd64 2.10.1-2ubuntu0.3 [493 kB] 2024-08-20T22:00:34.4144708Z #7 11.28 Get:215 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfreetype6-dev amd64 2.10.1-2ubuntu0.3 [9808 B] 2024-08-20T22:00:34.4146131Z #7 11.28 Get:216 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 uuid-dev amd64 2.34-0.1ubuntu9.6 [33.6 kB] 2024-08-20T22:00:34.4147447Z #7 11.28 Get:217 http://archive.ubuntu.com/ubuntu focal/main amd64 pkg-config amd64 0.29.1-0ubuntu4 [45.5 kB] 2024-08-20T22:00:34.4148763Z #7 11.32 Get:218 http://archive.ubuntu.com/ubuntu focal/main amd64 libfontconfig1-dev amd64 2.13.1-2ubuntu3 [731 kB] 2024-08-20T22:00:34.4150019Z #7 11.34 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libgdbm-dev amd64 1.18.1-5 [83.4 kB] 2024-08-20T22:00:34.5413132Z #7 11.34 Get:220 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglib2.0-bin amd64 2.64.6-1~ubuntu20.04.7 [72.8 kB] 2024-08-20T22:00:34.5414651Z #7 11.34 Get:221 http://archive.ubuntu.com/ubuntu focal/main amd64 libgpm2 amd64 1.20.7-5 [15.1 kB] 2024-08-20T22:00:34.5415991Z #7 11.34 Get:222 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgstreamer1.0-0 amd64 1.16.3-0ubuntu1.1 [894 kB] 2024-08-20T22:00:34.5417526Z #7 11.39 Get:223 http://archive.ubuntu.com/ubuntu focal/main amd64 x11-common all 1:7.7+19ubuntu14 [22.3 kB] 2024-08-20T22:00:34.5418802Z #7 11.39 Get:224 http://archive.ubuntu.com/ubuntu focal/main amd64 libice6 amd64 2:1.0.10-0ubuntu1 [41.0 kB] 2024-08-20T22:00:34.5420065Z #7 11.39 Get:225 http://archive.ubuntu.com/ubuntu focal/main amd64 xorg-sgml-doctools all 1:1.11-1 [12.9 kB] 2024-08-20T22:00:34.5421315Z #7 11.39 Get:226 http://archive.ubuntu.com/ubuntu focal/main amd64 x11proto-dev all 2019.2-1ubuntu1 [594 kB] 2024-08-20T22:00:34.5422621Z #7 11.40 Get:227 http://archive.ubuntu.com/ubuntu focal/main amd64 x11proto-core-dev all 2019.2-1ubuntu1 [2620 B] 2024-08-20T22:00:34.5423929Z #7 11.46 Get:228 http://archive.ubuntu.com/ubuntu focal/main amd64 libice-dev amd64 2:1.0.10-0ubuntu1 [47.8 kB] 2024-08-20T22:00:34.6884191Z #7 11.46 Get:229 http://archive.ubuntu.com/ubuntu focal/universe amd64 libjemalloc2 amd64 5.2.1-1ubuntu1 [235 kB] 2024-08-20T22:00:34.6885685Z #7 11.47 Get:230 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8 amd64 2.0.3-0ubuntu1.20.04.3 [118 kB] 2024-08-20T22:00:34.6887238Z #7 11.47 Get:231 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjpeg-turbo8-dev amd64 2.0.3-0ubuntu1.20.04.3 [238 kB] 2024-08-20T22:00:34.6888616Z #7 11.47 Get:232 http://archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8 amd64 8c-2ubuntu8 [2194 B] 2024-08-20T22:00:34.6889850Z #7 11.54 Get:233 http://archive.ubuntu.com/ubuntu focal/main amd64 libjpeg8-dev amd64 8c-2ubuntu8 [1552 B] 2024-08-20T22:00:34.6891203Z #7 11.54 Get:234 http://archive.ubuntu.com/ubuntu focal/main amd64 libjpeg-dev amd64 8c-2ubuntu8 [1546 B] 2024-08-20T22:00:34.6892510Z #7 11.54 Get:235 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libncurses-dev amd64 6.2-0ubuntu2.1 [340 kB] 2024-08-20T22:00:34.6894215Z #7 11.54 Get:236 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libncurses5-dev amd64 6.2-0ubuntu2.1 [984 B] 2024-08-20T22:00:34.6895653Z #7 11.54 Get:237 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libncursesw5-dev amd64 6.2-0ubuntu2.1 [988 B] 2024-08-20T22:00:34.6897119Z #7 11.61 Get:238 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpolkit-agent-1-0 amd64 0.105-26ubuntu1.3 [15.2 kB] 2024-08-20T22:00:34.8349049Z #7 11.61 Get:239 http://archive.ubuntu.com/ubuntu focal/main amd64 libpthread-stubs0-dev amd64 0.4-1 [5384 B] 2024-08-20T22:00:34.8350447Z #7 11.61 Get:240 http://archive.ubuntu.com/ubuntu focal/main amd64 libreadline-dev amd64 8.0-4 [141 kB] 2024-08-20T22:00:34.8351863Z #7 11.61 Get:241 http://archive.ubuntu.com/ubuntu focal/main amd64 libsm6 amd64 2:1.2.3-1 [16.1 kB] 2024-08-20T22:00:34.8353051Z #7 11.61 Get:242 http://archive.ubuntu.com/ubuntu focal/main amd64 libsm-dev amd64 2:1.2.3-1 [17.0 kB] 2024-08-20T22:00:34.8354321Z #7 11.68 Get:243 http://archive.ubuntu.com/ubuntu focal/main amd64 libvorbisenc2 amd64 1.3.6-2ubuntu1 [70.7 kB] 2024-08-20T22:00:34.8355678Z #7 11.68 Get:244 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsndfile1 amd64 1.0.28-7ubuntu0.2 [170 kB] 2024-08-20T22:00:34.8357127Z #7 11.69 Get:245 http://archive.ubuntu.com/ubuntu focal/main amd64 libvorbis-dev amd64 1.3.6-2ubuntu1 [316 kB] 2024-08-20T22:00:34.8358480Z #7 11.69 Get:246 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsndfile1-dev amd64 1.0.28-7ubuntu0.2 [280 kB] 2024-08-20T22:00:34.8359892Z #7 11.69 Get:247 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsqlite3-dev amd64 3.31.1-4ubuntu0.6 [696 kB] 2024-08-20T22:00:34.8361273Z #7 11.76 Get:248 http://archive.ubuntu.com/ubuntu focal/main amd64 libtcl8.6 amd64 8.6.10+dfsg-1 [902 kB] 2024-08-20T22:00:34.9815582Z #7 11.77 Get:249 http://archive.ubuntu.com/ubuntu focal/main amd64 libxrender1 amd64 1:0.9.10-1 [18.7 kB] 2024-08-20T22:00:34.9816881Z #7 11.77 Get:250 http://archive.ubuntu.com/ubuntu focal/main amd64 libxft2 amd64 2.3.3-0ubuntu1 [39.2 kB] 2024-08-20T22:00:34.9818086Z #7 11.77 Get:251 http://archive.ubuntu.com/ubuntu focal/main amd64 libxss1 amd64 1:1.2.3-1 [8140 B] 2024-08-20T22:00:34.9819490Z #7 11.77 Get:252 http://archive.ubuntu.com/ubuntu focal/main amd64 libtk8.6 amd64 8.6.10-1 [714 kB] 2024-08-20T22:00:34.9820661Z #7 11.83 Get:253 http://archive.ubuntu.com/ubuntu focal/main amd64 libtool all 2.4.6-14 [161 kB] 2024-08-20T22:00:34.9821883Z #7 11.83 Get:254 http://archive.ubuntu.com/ubuntu focal/main amd64 libxau-dev amd64 1:1.0.9-0ubuntu1 [9552 B] 2024-08-20T22:00:34.9823193Z #7 11.83 Get:255 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu1 [25.3 kB] 2024-08-20T22:00:34.9824427Z #7 11.83 Get:256 http://archive.ubuntu.com/ubuntu focal/main amd64 xtrans-dev all 1.4.0-1 [68.9 kB] 2024-08-20T22:00:34.9825605Z #7 11.83 Get:257 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb1-dev amd64 1.14-2 [80.5 kB] 2024-08-20T22:00:34.9826921Z #7 11.90 Get:258 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-dev amd64 2:1.6.9-2ubuntu1.6 [648 kB] 2024-08-20T22:00:35.1283319Z #7 11.91 Get:259 http://archive.ubuntu.com/ubuntu focal/main amd64 x11proto-xext-dev all 2019.2-1ubuntu1 [2616 B] 2024-08-20T22:00:35.1285325Z #7 11.91 Get:260 http://archive.ubuntu.com/ubuntu focal/main amd64 libxext-dev amd64 2:1.3.4-0ubuntu1 [82.2 kB] 2024-08-20T22:00:35.1286648Z #7 11.91 Get:261 http://archive.ubuntu.com/ubuntu focal/main amd64 libxrender-dev amd64 1:0.9.10-1 [24.9 kB] 2024-08-20T22:00:35.1287923Z #7 11.91 Get:262 http://archive.ubuntu.com/ubuntu focal/main amd64 libxft-dev amd64 2.3.3-0ubuntu1 [49.1 kB] 2024-08-20T22:00:35.1289320Z #7 11.98 Get:263 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxslt1.1 amd64 1.1.34-4ubuntu0.20.04.1 [151 kB] 2024-08-20T22:00:35.1290772Z #7 11.98 Get:264 http://archive.ubuntu.com/ubuntu focal/main amd64 x11proto-scrnsaver-dev all 2019.2-1ubuntu1 [2624 B] 2024-08-20T22:00:35.1292067Z #7 11.98 Get:265 http://archive.ubuntu.com/ubuntu focal/main amd64 libxss-dev amd64 1:1.2.3-1 [11.9 kB] 2024-08-20T22:00:35.1293259Z #7 11.98 Get:266 http://archive.ubuntu.com/ubuntu focal/main amd64 libxt6 amd64 1:1.1.5-1 [160 kB] 2024-08-20T22:00:35.1294562Z #7 11.98 Get:267 http://archive.ubuntu.com/ubuntu focal/main amd64 libxt-dev amd64 1:1.1.5-1 [395 kB] 2024-08-20T22:00:35.1295984Z #7 12.05 Get:268 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 policykit-1 amd64 0.105-26ubuntu1.3 [84.1 kB] 2024-08-20T22:00:35.2752088Z #7 12.05 Get:269 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-certifi all 2019.11.28-1 [149 kB] 2024-08-20T22:00:35.2753449Z #7 12.05 Get:270 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-chardet all 3.0.4-4build1 [80.4 kB] 2024-08-20T22:00:35.2755088Z #7 12.05 Get:271 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-idna all 2.8-1ubuntu0.1 [36.2 kB] 2024-08-20T22:00:35.2756513Z #7 12.05 Get:272 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-urllib3 all 1.25.8-2ubuntu0.3 [88.7 kB] 2024-08-20T22:00:35.2757955Z #7 12.12 Get:273 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-requests all 2.22.0-2ubuntu1.1 [47.2 kB] 2024-08-20T22:00:35.2759393Z #7 12.12 Get:274 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-requests-unixsocket all 0.2.0-2 [7272 B] 2024-08-20T22:00:35.2760860Z #7 12.12 Get:275 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-software-properties all 0.99.9.12 [21.7 kB] 2024-08-20T22:00:35.2762324Z #7 12.12 Get:276 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 packagekit amd64 1.1.13-2ubuntu1.1 [408 kB] 2024-08-20T22:00:35.2763770Z #7 12.13 Get:277 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 software-properties-common all 0.99.9.12 [10.4 kB] 2024-08-20T22:00:35.2765132Z #7 12.20 Get:278 http://archive.ubuntu.com/ubuntu focal/main amd64 tcl8.6 amd64 8.6.10+dfsg-1 [14.8 kB] 2024-08-20T22:00:35.5096233Z #7 12.20 Get:279 http://archive.ubuntu.com/ubuntu focal/universe amd64 tcl amd64 8.6.9+1 [5112 B] 2024-08-20T22:00:35.5097589Z #7 12.20 Get:280 http://archive.ubuntu.com/ubuntu focal/main amd64 tcl8.6-dev amd64 8.6.10+dfsg-1 [905 kB] 2024-08-20T22:00:35.5099032Z #7 12.21 Get:281 http://archive.ubuntu.com/ubuntu focal/universe amd64 tcl-dev amd64 8.6.9+1 [5760 B] 2024-08-20T22:00:35.5100217Z #7 12.21 Get:282 http://archive.ubuntu.com/ubuntu focal/main amd64 tk8.6 amd64 8.6.10-1 [12.5 kB] 2024-08-20T22:00:35.5101260Z #7 12.27 Get:283 http://archive.ubuntu.com/ubuntu focal/universe amd64 tk amd64 8.6.9+1 [3240 B] 2024-08-20T22:00:35.5102402Z #7 12.27 Get:284 http://archive.ubuntu.com/ubuntu focal/main amd64 tk8.6-dev amd64 8.6.10-1 [711 kB] 2024-08-20T22:00:35.5103582Z #7 12.28 Get:285 http://archive.ubuntu.com/ubuntu focal/universe amd64 tk-dev amd64 8.6.9+1 [3076 B] 2024-08-20T22:00:35.5104836Z #7 12.28 Get:286 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 unzip amd64 6.0-25ubuntu1.2 [169 kB] 2024-08-20T22:00:35.5106232Z #7 12.28 Get:287 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 vim-runtime all 2:8.1.2269-1ubuntu5.23 [5880 kB] 2024-08-20T22:00:35.5107625Z #7 12.43 Get:288 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 vim amd64 2:8.1.2269-1ubuntu5.23 [1243 kB] 2024-08-20T22:00:35.6777814Z #7 12.45 Get:289 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 xsltproc amd64 1.1.34-4ubuntu0.20.04.1 [14.3 kB] 2024-08-20T22:00:35.6779271Z #7 12.45 Get:290 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libc6-dbg amd64 2.31-0ubuntu9.16 [20.0 MB] 2024-08-20T22:00:36.0480041Z #7 12.97 Get:291 http://archive.ubuntu.com/ubuntu focal/main amd64 libffi-dev amd64 3.3-4 [57.0 kB] 2024-08-20T22:00:36.1685536Z #7 12.97 Get:292 http://archive.ubuntu.com/ubuntu focal/main amd64 libyaml-dev amd64 0.2.2-1 [58.2 kB] 2024-08-20T22:00:36.1686653Z #7 13.09 debconf: delaying package configuration, since apt-utils is not installed 2024-08-20T22:00:36.3434940Z #7 13.11 Fetched 164 MB in 8s (19.8 MB/s) 2024-08-20T22:00:36.3435582Z #7 13.14 Selecting previously unselected package libssl1.1:amd64. 2024-08-20T22:00:36.3436144Z #7 13.14 (Reading database ... 2024-08-20T22:00:36.3436533Z (Reading database ... 5% 2024-08-20T22:00:36.3436856Z (Reading database ... 10% 2024-08-20T22:00:36.3437206Z (Reading database ... 15% 2024-08-20T22:00:36.3437542Z (Reading database ... 20% 2024-08-20T22:00:36.3437859Z (Reading database ... 25% 2024-08-20T22:00:36.3438305Z (Reading database ... 30% 2024-08-20T22:00:36.3438822Z (Reading database ... 35% 2024-08-20T22:00:36.3439145Z (Reading database ... 40% 2024-08-20T22:00:36.3439477Z (Reading database ... 45% 2024-08-20T22:00:36.3439810Z (Reading database ... 50% 2024-08-20T22:00:36.3440130Z (Reading database ... 55% 2024-08-20T22:00:36.3440680Z (Reading database ... 60% 2024-08-20T22:00:36.3441014Z (Reading database ... 65% 2024-08-20T22:00:36.3441329Z (Reading database ... 70% 2024-08-20T22:00:36.3441661Z (Reading database ... 75% 2024-08-20T22:00:36.3441990Z (Reading database ... 80% 2024-08-20T22:00:36.3442304Z (Reading database ... 85% 2024-08-20T22:00:36.3442637Z (Reading database ... 90% 2024-08-20T22:00:36.3442966Z (Reading database ... 95% 2024-08-20T22:00:36.3443285Z (Reading database ... 100% 2024-08-20T22:00:36.3443810Z (Reading database ... 4124 files and directories currently installed.) 2024-08-20T22:00:36.3444934Z #7 13.14 Preparing to unpack .../libssl1.1_1.1.1f-1ubuntu2.23_amd64.deb ... 2024-08-20T22:00:36.3445665Z #7 13.15 Unpacking libssl1.1:amd64 (1.1.1f-1ubuntu2.23) ... 2024-08-20T22:00:36.3446436Z #7 13.27 Selecting previously unselected package libpython3.8-minimal:amd64. 2024-08-20T22:00:36.4660777Z #7 13.27 Preparing to unpack .../libpython3.8-minimal_3.8.10-0ubuntu1~20.04.11_amd64.deb ... 2024-08-20T22:00:36.4661797Z #7 13.27 Unpacking libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.11) ... 2024-08-20T22:00:36.4662546Z #7 13.35 Selecting previously unselected package libexpat1:amd64. 2024-08-20T22:00:36.4663352Z #7 13.35 Preparing to unpack .../libexpat1_2.2.9-1ubuntu0.6_amd64.deb ... 2024-08-20T22:00:36.4664301Z #7 13.36 Unpacking libexpat1:amd64 (2.2.9-1ubuntu0.6) ... 2024-08-20T22:00:36.4665022Z #7 13.39 Selecting previously unselected package python3.8-minimal. 2024-08-20T22:00:36.6230294Z #7 13.39 Preparing to unpack .../python3.8-minimal_3.8.10-0ubuntu1~20.04.11_amd64.deb ... 2024-08-20T22:00:36.6231428Z #7 13.39 Unpacking python3.8-minimal (3.8.10-0ubuntu1~20.04.11) ... 2024-08-20T22:00:36.6283781Z #7 13.55 Setting up libssl1.1:amd64 (1.1.1f-1ubuntu2.23) ... 2024-08-20T22:00:36.8638200Z #7 13.61 Setting up libpython3.8-minimal:amd64 (3.8.10-0ubuntu1~20.04.11) ... 2024-08-20T22:00:36.8639013Z #7 13.63 Setting up libexpat1:amd64 (2.2.9-1ubuntu0.6) ... 2024-08-20T22:00:36.8639744Z #7 13.64 Setting up python3.8-minimal (3.8.10-0ubuntu1~20.04.11) ... 2024-08-20T22:00:37.1829986Z #7 14.10 Selecting previously unselected package python3-minimal. 2024-08-20T22:00:37.2856693Z #7 14.10 (Reading database ... 2024-08-20T22:00:37.2857231Z (Reading database ... 5% 2024-08-20T22:00:37.2857564Z (Reading database ... 10% 2024-08-20T22:00:37.2857905Z (Reading database ... 15% 2024-08-20T22:00:37.2858223Z (Reading database ... 20% 2024-08-20T22:00:37.2858552Z (Reading database ... 25% 2024-08-20T22:00:37.2858884Z (Reading database ... 30% 2024-08-20T22:00:37.2859216Z (Reading database ... 35% 2024-08-20T22:00:37.2859550Z (Reading database ... 40% 2024-08-20T22:00:37.2859880Z (Reading database ... 45% 2024-08-20T22:00:37.2860195Z (Reading database ... 50% 2024-08-20T22:00:37.2860525Z (Reading database ... 55% 2024-08-20T22:00:37.2860854Z (Reading database ... 60% 2024-08-20T22:00:37.2861168Z (Reading database ... 65% 2024-08-20T22:00:37.2861500Z (Reading database ... 70% 2024-08-20T22:00:37.2861842Z (Reading database ... 75% 2024-08-20T22:00:37.2862153Z (Reading database ... 80% 2024-08-20T22:00:37.2862480Z (Reading database ... 85% 2024-08-20T22:00:37.2862806Z (Reading database ... 90% 2024-08-20T22:00:37.2863120Z (Reading database ... 95% 2024-08-20T22:00:37.2863450Z (Reading database ... 100% 2024-08-20T22:00:37.2863967Z (Reading database ... 4425 files and directories currently installed.) 2024-08-20T22:00:37.2864931Z #7 14.11 Preparing to unpack .../0-python3-minimal_3.8.2-0ubuntu2_amd64.deb ... 2024-08-20T22:00:37.2865712Z #7 14.11 Unpacking python3-minimal (3.8.2-0ubuntu2) ... 2024-08-20T22:00:37.2866396Z #7 14.14 Selecting previously unselected package mime-support. 2024-08-20T22:00:37.2867162Z #7 14.14 Preparing to unpack .../1-mime-support_3.64ubuntu1_all.deb ... 2024-08-20T22:00:37.2867849Z #7 14.14 Unpacking mime-support (3.64ubuntu1) ... 2024-08-20T22:00:37.2868450Z #7 14.17 Selecting previously unselected package libmpdec2:amd64. 2024-08-20T22:00:37.2869199Z #7 14.17 Preparing to unpack .../2-libmpdec2_2.4.2-3_amd64.deb ... 2024-08-20T22:00:37.2870041Z #7 14.18 Unpacking libmpdec2:amd64 (2.4.2-3) ... 2024-08-20T22:00:37.2870708Z #7 14.20 Selecting previously unselected package readline-common. 2024-08-20T22:00:37.2871477Z #7 14.20 Preparing to unpack .../3-readline-common_8.0-4_all.deb ... 2024-08-20T22:00:37.2872117Z #7 14.21 Unpacking readline-common (8.0-4) ... 2024-08-20T22:00:37.4121768Z #7 14.24 Selecting previously unselected package libreadline8:amd64. 2024-08-20T22:00:37.4122939Z #7 14.24 Preparing to unpack .../4-libreadline8_8.0-4_amd64.deb ... 2024-08-20T22:00:37.4123615Z #7 14.24 Unpacking libreadline8:amd64 (8.0-4) ... 2024-08-20T22:00:37.4124309Z #7 14.27 Selecting previously unselected package libsqlite3-0:amd64. 2024-08-20T22:00:37.4125158Z #7 14.27 Preparing to unpack .../5-libsqlite3-0_3.31.1-4ubuntu0.6_amd64.deb ... 2024-08-20T22:00:37.4125946Z #7 14.28 Unpacking libsqlite3-0:amd64 (3.31.1-4ubuntu0.6) ... 2024-08-20T22:00:37.4126728Z #7 14.33 Selecting previously unselected package libpython3.8-stdlib:amd64. 2024-08-20T22:00:37.5538476Z #7 14.33 Preparing to unpack .../6-libpython3.8-stdlib_3.8.10-0ubuntu1~20.04.11_amd64.deb ... 2024-08-20T22:00:37.5539477Z #7 14.34 Unpacking libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.11) ... 2024-08-20T22:00:37.5540180Z #7 14.48 Selecting previously unselected package python3.8. 2024-08-20T22:00:37.7539701Z #7 14.48 Preparing to unpack .../7-python3.8_3.8.10-0ubuntu1~20.04.11_amd64.deb ... 2024-08-20T22:00:37.7540552Z #7 14.48 Unpacking python3.8 (3.8.10-0ubuntu1~20.04.11) ... 2024-08-20T22:00:37.7541562Z #7 14.51 Selecting previously unselected package libpython3-stdlib:amd64. 2024-08-20T22:00:37.7542458Z #7 14.51 Preparing to unpack .../8-libpython3-stdlib_3.8.2-0ubuntu2_amd64.deb ... 2024-08-20T22:00:37.7543282Z #7 14.51 Unpacking libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... 2024-08-20T22:00:37.7543969Z #7 14.54 Setting up python3-minimal (3.8.2-0ubuntu2) ... 2024-08-20T22:00:37.7544551Z #7 14.68 Selecting previously unselected package python3. 2024-08-20T22:00:37.8618483Z #7 14.68 (Reading database ... 2024-08-20T22:00:37.8619172Z (Reading database ... 5% 2024-08-20T22:00:37.8619808Z (Reading database ... 10% 2024-08-20T22:00:37.8620146Z (Reading database ... 15% 2024-08-20T22:00:37.8620479Z (Reading database ... 20% 2024-08-20T22:00:37.8620806Z (Reading database ... 25% 2024-08-20T22:00:37.8621118Z (Reading database ... 30% 2024-08-20T22:00:37.8621443Z (Reading database ... 35% 2024-08-20T22:00:37.8621769Z (Reading database ... 40% 2024-08-20T22:00:37.8622081Z (Reading database ... 45% 2024-08-20T22:00:37.8622419Z (Reading database ... 50% 2024-08-20T22:00:37.8622744Z (Reading database ... 55% 2024-08-20T22:00:37.8623057Z (Reading database ... 60% 2024-08-20T22:00:37.8623381Z (Reading database ... 65% 2024-08-20T22:00:37.8623702Z (Reading database ... 70% 2024-08-20T22:00:37.8624011Z (Reading database ... 75% 2024-08-20T22:00:37.8624334Z (Reading database ... 80% 2024-08-20T22:00:37.8624658Z (Reading database ... 85% 2024-08-20T22:00:37.8624981Z (Reading database ... 90% 2024-08-20T22:00:37.8625301Z (Reading database ... 95% 2024-08-20T22:00:37.8625626Z (Reading database ... 100% 2024-08-20T22:00:37.8626127Z (Reading database ... 4855 files and directories currently installed.) 2024-08-20T22:00:37.8627084Z #7 14.68 Preparing to unpack .../00-python3_3.8.2-0ubuntu2_amd64.deb ... 2024-08-20T22:00:37.8627769Z #7 14.68 Unpacking python3 (3.8.2-0ubuntu2) ... 2024-08-20T22:00:37.8628365Z #7 14.72 Selecting previously unselected package libapparmor1:amd64. 2024-08-20T22:00:37.8629235Z #7 14.72 Preparing to unpack .../01-libapparmor1_2.13.3-7ubuntu5.3_amd64.deb ... 2024-08-20T22:00:37.8630075Z #7 14.72 Unpacking libapparmor1:amd64 (2.13.3-7ubuntu5.3) ... 2024-08-20T22:00:37.8630901Z #7 14.75 Selecting previously unselected package libcap2:amd64. 2024-08-20T22:00:37.8631718Z #7 14.75 Preparing to unpack .../02-libcap2_1%3a2.32-1ubuntu0.1_amd64.deb ... 2024-08-20T22:00:37.8632461Z #7 14.75 Unpacking libcap2:amd64 (1:2.32-1ubuntu0.1) ... 2024-08-20T22:00:37.8633350Z #7 14.78 Selecting previously unselected package libargon2-1:amd64. 2024-08-20T22:00:37.9723519Z #7 14.78 Preparing to unpack .../03-libargon2-1_0~20171227-0.2_amd64.deb ... 2024-08-20T22:00:37.9724577Z #7 14.79 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... 2024-08-20T22:00:37.9725272Z #7 14.82 Selecting previously unselected package libdevmapper1.02.1:amd64. 2024-08-20T22:00:37.9726212Z #7 14.82 Preparing to unpack .../04-libdevmapper1.02.1_2%3a1.02.167-1ubuntu1_amd64.deb ... 2024-08-20T22:00:37.9727115Z #7 14.82 Unpacking libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ... 2024-08-20T22:00:37.9727892Z #7 14.86 Selecting previously unselected package libjson-c4:amd64. 2024-08-20T22:00:37.9728729Z #7 14.86 Preparing to unpack .../05-libjson-c4_0.13.1+dfsg-7ubuntu0.3_amd64.deb ... 2024-08-20T22:00:37.9729551Z #7 14.86 Unpacking libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... 2024-08-20T22:00:37.9730257Z #7 14.89 Selecting previously unselected package libcryptsetup12:amd64. 2024-08-20T22:00:38.0810360Z #7 14.89 Preparing to unpack .../06-libcryptsetup12_2%3a2.2.2-3ubuntu2.4_amd64.deb ... 2024-08-20T22:00:38.0811408Z #7 14.90 Unpacking libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... 2024-08-20T22:00:38.0812110Z #7 14.94 Selecting previously unselected package libip4tc2:amd64. 2024-08-20T22:00:38.0812926Z #7 14.94 Preparing to unpack .../07-libip4tc2_1.8.4-3ubuntu2.1_amd64.deb ... 2024-08-20T22:00:38.0813656Z #7 14.94 Unpacking libip4tc2:amd64 (1.8.4-3ubuntu2.1) ... 2024-08-20T22:00:38.0814382Z #7 14.97 Selecting previously unselected package libkmod2:amd64. 2024-08-20T22:00:38.0815365Z #7 14.97 Preparing to unpack .../08-libkmod2_27-1ubuntu2.1_amd64.deb ... 2024-08-20T22:00:38.0816077Z #7 14.97 Unpacking libkmod2:amd64 (27-1ubuntu2.1) ... 2024-08-20T22:00:38.0816756Z #7 15.00 Selecting previously unselected package systemd-timesyncd. 2024-08-20T22:00:38.3160010Z #7 15.00 Preparing to unpack .../09-systemd-timesyncd_245.4-4ubuntu3.23_amd64.deb ... 2024-08-20T22:00:38.3160868Z #7 15.01 Unpacking systemd-timesyncd (245.4-4ubuntu3.23) ... 2024-08-20T22:00:38.3161508Z #7 15.04 Selecting previously unselected package systemd. 2024-08-20T22:00:38.3162269Z #7 15.04 Preparing to unpack .../10-systemd_245.4-4ubuntu3.23_amd64.deb ... 2024-08-20T22:00:38.3162958Z #7 15.09 Unpacking systemd (245.4-4ubuntu3.23) ... 2024-08-20T22:00:38.4812573Z #7 15.40 Setting up libapparmor1:amd64 (2.13.3-7ubuntu5.3) ... 2024-08-20T22:00:38.7105885Z #7 15.41 Setting up libcap2:amd64 (1:2.32-1ubuntu0.1) ... 2024-08-20T22:00:38.7106585Z #7 15.43 Setting up libargon2-1:amd64 (0~20171227-0.2) ... 2024-08-20T22:00:38.7107329Z #7 15.43 Setting up libdevmapper1.02.1:amd64 (2:1.02.167-1ubuntu1) ... 2024-08-20T22:00:38.7108097Z #7 15.44 Setting up libjson-c4:amd64 (0.13.1+dfsg-7ubuntu0.3) ... 2024-08-20T22:00:38.7108838Z #7 15.45 Setting up libcryptsetup12:amd64 (2:2.2.2-3ubuntu2.4) ... 2024-08-20T22:00:38.7109531Z #7 15.46 Setting up libip4tc2:amd64 (1.8.4-3ubuntu2.1) ... 2024-08-20T22:00:38.7110139Z #7 15.47 Setting up libkmod2:amd64 (27-1ubuntu2.1) ... 2024-08-20T22:00:38.7110798Z #7 15.48 Setting up systemd-timesyncd (245.4-4ubuntu3.23) ... 2024-08-20T22:00:38.7344566Z #7 15.66 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. 2024-08-20T22:00:38.7346314Z #7 15.66 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. 2024-08-20T22:00:38.9472637Z #7 15.66 Setting up systemd (245.4-4ubuntu3.23) ... 2024-08-20T22:00:38.9473839Z #7 15.70 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. 2024-08-20T22:00:38.9475335Z #7 15.70 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. 2024-08-20T22:00:38.9476886Z #7 15.71 Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /lib/systemd/system/systemd-resolved.service. 2024-08-20T22:00:38.9478787Z #7 15.71 Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /lib/systemd/system/systemd-resolved.service. 2024-08-20T22:00:38.9480134Z #7 15.71 ln: failed to create symbolic link '/etc/resolv.conf': Device or resource busy 2024-08-20T22:00:38.9481577Z #7 15.71 Created symlink /etc/systemd/system/multi-user.target.wants/ondemand.service → /lib/systemd/system/ondemand.service. 2024-08-20T22:00:38.9483032Z #7 15.72 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. 2024-08-20T22:00:38.9484191Z #7 15.72 Initializing machine ID from random generator. 2024-08-20T22:00:39.0672798Z #7 15.99 Selecting previously unselected package systemd-sysv. 2024-08-20T22:00:39.2523594Z #7 15.99 (Reading database ... 2024-08-20T22:00:39.2524393Z (Reading database ... 5% 2024-08-20T22:00:39.2524983Z (Reading database ... 10% 2024-08-20T22:00:39.2525327Z (Reading database ... 15% 2024-08-20T22:00:39.2525698Z (Reading database ... 20% 2024-08-20T22:00:39.2526130Z (Reading database ... 25% 2024-08-20T22:00:39.2526470Z (Reading database ... 30% 2024-08-20T22:00:39.2526801Z (Reading database ... 35% 2024-08-20T22:00:39.2527115Z (Reading database ... 40% 2024-08-20T22:00:39.2527444Z (Reading database ... 45% 2024-08-20T22:00:39.2527769Z (Reading database ... 50% 2024-08-20T22:00:39.2528081Z (Reading database ... 55% 2024-08-20T22:00:39.2528408Z (Reading database ... 60% 2024-08-20T22:00:39.2528731Z (Reading database ... 65% 2024-08-20T22:00:39.2529045Z (Reading database ... 70% 2024-08-20T22:00:39.2529578Z (Reading database ... 75% 2024-08-20T22:00:39.2529915Z (Reading database ... 80% 2024-08-20T22:00:39.2530229Z (Reading database ... 85% 2024-08-20T22:00:39.2530554Z (Reading database ... 90% 2024-08-20T22:00:39.2531087Z (Reading database ... 95% 2024-08-20T22:00:39.2531403Z (Reading database ... 100% 2024-08-20T22:00:39.2531978Z (Reading database ... 5691 files and directories currently installed.) 2024-08-20T22:00:39.2533005Z #7 15.99 Preparing to unpack .../000-systemd-sysv_245.4-4ubuntu3.23_amd64.deb ... 2024-08-20T22:00:39.2533774Z #7 16.00 Unpacking systemd-sysv (245.4-4ubuntu3.23) ... 2024-08-20T22:00:39.2534576Z #7 16.02 Selecting previously unselected package perl-modules-5.30. 2024-08-20T22:00:39.2535449Z #7 16.02 Preparing to unpack .../001-perl-modules-5.30_5.30.0-9ubuntu0.5_all.deb ... 2024-08-20T22:00:39.2536252Z #7 16.02 Unpacking perl-modules-5.30 (5.30.0-9ubuntu0.5) ... 2024-08-20T22:00:39.3614184Z #7 16.28 Selecting previously unselected package libgdbm6:amd64. 2024-08-20T22:00:39.5726133Z #7 16.28 Preparing to unpack .../002-libgdbm6_1.18.1-5_amd64.deb ... 2024-08-20T22:00:39.5726859Z #7 16.29 Unpacking libgdbm6:amd64 (1.18.1-5) ... 2024-08-20T22:00:39.5727589Z #7 16.31 Selecting previously unselected package libgdbm-compat4:amd64. 2024-08-20T22:00:39.5728437Z #7 16.31 Preparing to unpack .../003-libgdbm-compat4_1.18.1-5_amd64.deb ... 2024-08-20T22:00:39.5729155Z #7 16.32 Unpacking libgdbm-compat4:amd64 (1.18.1-5) ... 2024-08-20T22:00:39.5729811Z #7 16.34 Selecting previously unselected package libperl5.30:amd64. 2024-08-20T22:00:39.5730826Z #7 16.34 Preparing to unpack .../004-libperl5.30_5.30.0-9ubuntu0.5_amd64.deb ... 2024-08-20T22:00:39.5731626Z #7 16.34 Unpacking libperl5.30:amd64 (5.30.0-9ubuntu0.5) ... 2024-08-20T22:00:39.7574702Z #7 16.68 Selecting previously unselected package perl. 2024-08-20T22:00:39.9162327Z #7 16.68 Preparing to unpack .../005-perl_5.30.0-9ubuntu0.5_amd64.deb ... 2024-08-20T22:00:39.9163096Z #7 16.69 Unpacking perl (5.30.0-9ubuntu0.5) ... 2024-08-20T22:00:39.9163744Z #7 16.73 Selecting previously unselected package sgml-base. 2024-08-20T22:00:39.9164453Z #7 16.73 Preparing to unpack .../006-sgml-base_1.29.1_all.deb ... 2024-08-20T22:00:39.9165063Z #7 16.74 Unpacking sgml-base (1.29.1) ... 2024-08-20T22:00:39.9165578Z #7 16.76 Selecting previously unselected package openssl. 2024-08-20T22:00:39.9166331Z #7 16.76 Preparing to unpack .../007-openssl_1.1.1f-1ubuntu2.23_amd64.deb ... 2024-08-20T22:00:39.9167273Z #7 16.77 Unpacking openssl (1.1.1f-1ubuntu2.23) ... 2024-08-20T22:00:39.9167950Z #7 16.84 Selecting previously unselected package ca-certificates. 2024-08-20T22:00:40.0498918Z #7 16.84 Preparing to unpack .../008-ca-certificates_20230311ubuntu0.20.04.1_all.deb ... 2024-08-20T22:00:40.0499802Z #7 16.84 Unpacking ca-certificates (20230311ubuntu0.20.04.1) ... 2024-08-20T22:00:40.0500574Z #7 16.88 Selecting previously unselected package libdbus-1-3:amd64. 2024-08-20T22:00:40.0501424Z #7 16.88 Preparing to unpack .../009-libdbus-1-3_1.12.16-2ubuntu2.3_amd64.deb ... 2024-08-20T22:00:40.0502214Z #7 16.89 Unpacking libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ... 2024-08-20T22:00:40.0502812Z #7 16.93 Selecting previously unselected package dbus. 2024-08-20T22:00:40.0503550Z #7 16.93 Preparing to unpack .../010-dbus_1.12.16-2ubuntu2.3_amd64.deb ... 2024-08-20T22:00:40.0504226Z #7 16.94 Unpacking dbus (1.12.16-2ubuntu2.3) ... 2024-08-20T22:00:40.0504890Z #7 16.97 Selecting previously unselected package distro-info-data. 2024-08-20T22:00:40.1562116Z #7 16.97 Preparing to unpack .../011-distro-info-data_0.43ubuntu1.16_all.deb ... 2024-08-20T22:00:40.1563233Z #7 16.98 Unpacking distro-info-data (0.43ubuntu1.16) ... 2024-08-20T22:00:40.1563939Z #7 16.99 Selecting previously unselected package libmagic-mgc. 2024-08-20T22:00:40.1564734Z #7 17.00 Preparing to unpack .../012-libmagic-mgc_1%3a5.38-4_amd64.deb ... 2024-08-20T22:00:40.1565427Z #7 17.00 Unpacking libmagic-mgc (1:5.38-4) ... 2024-08-20T22:00:40.1566002Z #7 17.05 Selecting previously unselected package libmagic1:amd64. 2024-08-20T22:00:40.1566977Z #7 17.05 Preparing to unpack .../013-libmagic1_1%3a5.38-4_amd64.deb ... 2024-08-20T22:00:40.1567663Z #7 17.05 Unpacking libmagic1:amd64 (1:5.38-4) ... 2024-08-20T22:00:40.1568192Z #7 17.08 Selecting previously unselected package file. 2024-08-20T22:00:40.3019987Z #7 17.08 Preparing to unpack .../014-file_1%3a5.38-4_amd64.deb ... 2024-08-20T22:00:40.3020630Z #7 17.08 Unpacking file (1:5.38-4) ... 2024-08-20T22:00:40.3021284Z #7 17.11 Selecting previously unselected package libglib2.0-0:amd64. 2024-08-20T22:00:40.3022178Z #7 17.11 Preparing to unpack .../015-libglib2.0-0_2.64.6-1~ubuntu20.04.7_amd64.deb ... 2024-08-20T22:00:40.3023014Z #7 17.12 Unpacking libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.7) ... 2024-08-20T22:00:40.3023840Z #7 17.22 Selecting previously unselected package libgirepository-1.0-1:amd64. 2024-08-20T22:00:40.4079039Z #7 17.22 Preparing to unpack .../016-libgirepository-1.0-1_1.64.1-1~ubuntu20.04.1_amd64.deb ... 2024-08-20T22:00:40.4080063Z #7 17.23 Unpacking libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ... 2024-08-20T22:00:40.4080924Z #7 17.25 Selecting previously unselected package gir1.2-glib-2.0:amd64. 2024-08-20T22:00:40.4081838Z #7 17.25 Preparing to unpack .../017-gir1.2-glib-2.0_1.64.1-1~ubuntu20.04.1_amd64.deb ... 2024-08-20T22:00:40.4082721Z #7 17.26 Unpacking gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ... 2024-08-20T22:00:40.4083395Z #7 17.29 Selecting previously unselected package libbsd0:amd64. 2024-08-20T22:00:40.4084146Z #7 17.30 Preparing to unpack .../018-libbsd0_0.10.0-1_amd64.deb ... 2024-08-20T22:00:40.4084785Z #7 17.30 Unpacking libbsd0:amd64 (0.10.0-1) ... 2024-08-20T22:00:40.4085402Z #7 17.32 Selecting previously unselected package libcap2-bin. 2024-08-20T22:00:40.4086225Z #7 17.32 Preparing to unpack .../019-libcap2-bin_1%3a2.32-1ubuntu0.1_amd64.deb ... 2024-08-20T22:00:40.4086986Z #7 17.33 Unpacking libcap2-bin (1:2.32-1ubuntu0.1) ... 2024-08-20T22:00:40.5199332Z #7 17.36 Selecting previously unselected package libelf1:amd64. 2024-08-20T22:00:40.5200284Z #7 17.36 Preparing to unpack .../020-libelf1_0.176-1.1ubuntu0.1_amd64.deb ... 2024-08-20T22:00:40.5201047Z #7 17.37 Unpacking libelf1:amd64 (0.176-1.1ubuntu0.1) ... 2024-08-20T22:00:40.5201756Z #7 17.39 Selecting previously unselected package libglib2.0-data. 2024-08-20T22:00:40.5202620Z #7 17.39 Preparing to unpack .../021-libglib2.0-data_2.64.6-1~ubuntu20.04.7_all.deb ... 2024-08-20T22:00:40.5203673Z #7 17.40 Unpacking libglib2.0-data (2.64.6-1~ubuntu20.04.7) ... 2024-08-20T22:00:40.5204480Z #7 17.44 Selecting previously unselected package tzdata. 2024-08-20T22:00:40.6753472Z #7 17.44 Preparing to unpack .../022-tzdata_2024a-0ubuntu0.20.04.1_all.deb ... 2024-08-20T22:00:40.6755738Z #7 17.45 Unpacking tzdata (2024a-0ubuntu0.20.04.1) ... 2024-08-20T22:00:40.7132042Z #7 17.64 Selecting previously unselected package libicu66:amd64. 2024-08-20T22:00:40.8695883Z #7 17.64 Preparing to unpack .../023-libicu66_66.1-2ubuntu2.1_amd64.deb ... 2024-08-20T22:00:40.8696650Z #7 17.64 Unpacking libicu66:amd64 (66.1-2ubuntu2.1) ... 2024-08-20T22:00:41.3453127Z #7 18.27 Selecting previously unselected package libpam-systemd:amd64. 2024-08-20T22:00:41.4733851Z #7 18.27 Preparing to unpack .../024-libpam-systemd_245.4-4ubuntu3.23_amd64.deb ... 2024-08-20T22:00:41.4734746Z #7 18.27 Unpacking libpam-systemd:amd64 (245.4-4ubuntu3.23) ... 2024-08-20T22:00:41.4735411Z #7 18.32 Selecting previously unselected package libxml2:amd64. 2024-08-20T22:00:41.4736292Z #7 18.32 Preparing to unpack .../025-libxml2_2.9.10+dfsg-5ubuntu0.20.04.7_amd64.deb ... 2024-08-20T22:00:41.4737140Z #7 18.32 Unpacking libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.7) ... 2024-08-20T22:00:41.4737900Z #7 18.40 Selecting previously unselected package libyaml-0-2:amd64. 2024-08-20T22:00:41.5924107Z #7 18.40 Preparing to unpack .../026-libyaml-0-2_0.2.2-1_amd64.deb ... 2024-08-20T22:00:41.5924935Z #7 18.40 Unpacking libyaml-0-2:amd64 (0.2.2-1) ... 2024-08-20T22:00:41.5925586Z #7 18.44 Selecting previously unselected package lsb-release. 2024-08-20T22:00:41.5926585Z #7 18.44 Preparing to unpack .../027-lsb-release_11.1.0ubuntu2_all.deb ... 2024-08-20T22:00:41.5927284Z #7 18.44 Unpacking lsb-release (11.1.0ubuntu2) ... 2024-08-20T22:00:41.5927939Z #7 18.47 Selecting previously unselected package python3-dbus. 2024-08-20T22:00:41.5928744Z #7 18.47 Preparing to unpack .../028-python3-dbus_1.2.16-1build1_amd64.deb ... 2024-08-20T22:00:41.5929456Z #7 18.48 Unpacking python3-dbus (1.2.16-1build1) ... 2024-08-20T22:00:41.5930114Z #7 18.51 Selecting previously unselected package python3-gi. 2024-08-20T22:00:41.7310444Z #7 18.52 Preparing to unpack .../029-python3-gi_3.36.0-1_amd64.deb ... 2024-08-20T22:00:41.7311170Z #7 18.52 Unpacking python3-gi (3.36.0-1) ... 2024-08-20T22:00:41.7311851Z #7 18.56 Selecting previously unselected package python3-pkg-resources. 2024-08-20T22:00:41.7312787Z #7 18.56 Preparing to unpack .../030-python3-pkg-resources_45.2.0-1ubuntu0.1_all.deb ... 2024-08-20T22:00:41.7313660Z #7 18.57 Unpacking python3-pkg-resources (45.2.0-1ubuntu0.1) ... 2024-08-20T22:00:41.7314383Z #7 18.61 Selecting previously unselected package python3-six. 2024-08-20T22:00:41.7315130Z #7 18.61 Preparing to unpack .../031-python3-six_1.14.0-2_all.deb ... 2024-08-20T22:00:41.7315774Z #7 18.61 Unpacking python3-six (1.14.0-2) ... 2024-08-20T22:00:41.7316281Z #7 18.65 Selecting previously unselected package sudo. 2024-08-20T22:00:41.8460275Z #7 18.65 Preparing to unpack .../032-sudo_1.8.31-1ubuntu1.5_amd64.deb ... 2024-08-20T22:00:41.8461013Z #7 18.66 Unpacking sudo (1.8.31-1ubuntu1.5) ... 2024-08-20T22:00:41.8461527Z #7 18.73 Selecting previously unselected package ucf. 2024-08-20T22:00:41.8462203Z #7 18.73 Preparing to unpack .../033-ucf_3.0038+nmu1_all.deb ... 2024-08-20T22:00:41.8462745Z #7 18.74 Moving old data out of the way 2024-08-20T22:00:41.8463161Z #7 18.74 Unpacking ucf (3.0038+nmu1) ... 2024-08-20T22:00:41.8463643Z #7 18.77 Selecting previously unselected package xxd. 2024-08-20T22:00:41.9669156Z #7 18.77 Preparing to unpack .../034-xxd_2%3a8.1.2269-1ubuntu5.23_amd64.deb ... 2024-08-20T22:00:41.9669978Z #7 18.77 Unpacking xxd (2:8.1.2269-1ubuntu5.23) ... 2024-08-20T22:00:41.9670613Z #7 18.81 Selecting previously unselected package vim-common. 2024-08-20T22:00:41.9671444Z #7 18.81 Preparing to unpack .../035-vim-common_2%3a8.1.2269-1ubuntu5.23_all.deb ... 2024-08-20T22:00:41.9672235Z #7 18.82 Unpacking vim-common (2:8.1.2269-1ubuntu5.23) ... 2024-08-20T22:00:41.9672877Z #7 18.86 Selecting previously unselected package xz-utils. 2024-08-20T22:00:41.9673835Z #7 18.86 Preparing to unpack .../036-xz-utils_5.2.4-1ubuntu1.1_amd64.deb ... 2024-08-20T22:00:41.9674537Z #7 18.86 Unpacking xz-utils (5.2.4-1ubuntu1.1) ... 2024-08-20T22:00:41.9675148Z #7 18.89 Selecting previously unselected package iso-codes. 2024-08-20T22:00:42.1215549Z #7 18.89 Preparing to unpack .../037-iso-codes_4.4-1_all.deb ... 2024-08-20T22:00:42.1216203Z #7 18.89 Unpacking iso-codes (4.4-1) ... 2024-08-20T22:00:42.2484155Z #7 19.17 Selecting previously unselected package libkrb5support0:amd64. 2024-08-20T22:00:42.3615493Z #7 19.17 Preparing to unpack .../038-libkrb5support0_1.17-6ubuntu4.6_amd64.deb ... 2024-08-20T22:00:42.3616408Z #7 19.17 Unpacking libkrb5support0:amd64 (1.17-6ubuntu4.6) ... 2024-08-20T22:00:42.3617105Z #7 19.21 Selecting previously unselected package libk5crypto3:amd64. 2024-08-20T22:00:42.3617955Z #7 19.21 Preparing to unpack .../039-libk5crypto3_1.17-6ubuntu4.6_amd64.deb ... 2024-08-20T22:00:42.3618721Z #7 19.21 Unpacking libk5crypto3:amd64 (1.17-6ubuntu4.6) ... 2024-08-20T22:00:42.3619393Z #7 19.25 Selecting previously unselected package libkeyutils1:amd64. 2024-08-20T22:00:42.3620228Z #7 19.25 Preparing to unpack .../040-libkeyutils1_1.6-6ubuntu1.1_amd64.deb ... 2024-08-20T22:00:42.3620976Z #7 19.26 Unpacking libkeyutils1:amd64 (1.6-6ubuntu1.1) ... 2024-08-20T22:00:42.3621682Z #7 19.28 Selecting previously unselected package libkrb5-3:amd64. 2024-08-20T22:00:42.4729850Z #7 19.28 Preparing to unpack .../041-libkrb5-3_1.17-6ubuntu4.6_amd64.deb ... 2024-08-20T22:00:42.4731513Z #7 19.29 Unpacking libkrb5-3:amd64 (1.17-6ubuntu4.6) ... 2024-08-20T22:00:42.4732302Z #7 19.35 Selecting previously unselected package libgssapi-krb5-2:amd64. 2024-08-20T22:00:42.4733202Z #7 19.35 Preparing to unpack .../042-libgssapi-krb5-2_1.17-6ubuntu4.6_amd64.deb ... 2024-08-20T22:00:42.4734119Z #7 19.35 Unpacking libgssapi-krb5-2:amd64 (1.17-6ubuntu4.6) ... 2024-08-20T22:00:42.4734765Z #7 19.39 Selecting previously unselected package liblmdb0:amd64. 2024-08-20T22:00:42.6073419Z #7 19.40 Preparing to unpack .../043-liblmdb0_0.9.24-1_amd64.deb ... 2024-08-20T22:00:42.6074465Z #7 19.40 Unpacking liblmdb0:amd64 (0.9.24-1) ... 2024-08-20T22:00:42.6075135Z #7 19.43 Selecting previously unselected package libpng16-16:amd64. 2024-08-20T22:00:42.6075926Z #7 19.43 Preparing to unpack .../044-libpng16-16_1.6.37-2_amd64.deb ... 2024-08-20T22:00:42.6076607Z #7 19.44 Unpacking libpng16-16:amd64 (1.6.37-2) ... 2024-08-20T22:00:42.6077343Z #7 19.49 Selecting previously unselected package libpolkit-gobject-1-0:amd64. 2024-08-20T22:00:42.6078319Z #7 19.49 Preparing to unpack .../045-libpolkit-gobject-1-0_0.105-26ubuntu1.3_amd64.deb ... 2024-08-20T22:00:42.6079221Z #7 19.49 Unpacking libpolkit-gobject-1-0:amd64 (0.105-26ubuntu1.3) ... 2024-08-20T22:00:42.6079921Z #7 19.53 Selecting previously unselected package libpsl5:amd64. 2024-08-20T22:00:42.7366539Z #7 19.53 Preparing to unpack .../046-libpsl5_0.21.0-1ubuntu1_amd64.deb ... 2024-08-20T22:00:42.7367436Z #7 19.54 Unpacking libpsl5:amd64 (0.21.0-1ubuntu1) ... 2024-08-20T22:00:42.7368059Z #7 19.57 Selecting previously unselected package libuv1:amd64. 2024-08-20T22:00:42.7368824Z #7 19.57 Preparing to unpack .../047-libuv1_1.34.2-1ubuntu1.5_amd64.deb ... 2024-08-20T22:00:42.7369549Z #7 19.58 Unpacking libuv1:amd64 (1.34.2-1ubuntu1.5) ... 2024-08-20T22:00:42.7370157Z #7 19.62 Selecting previously unselected package libxau6:amd64. 2024-08-20T22:00:42.7370940Z #7 19.62 Preparing to unpack .../048-libxau6_1%3a1.0.9-0ubuntu1_amd64.deb ... 2024-08-20T22:00:42.7371677Z #7 19.62 Unpacking libxau6:amd64 (1:1.0.9-0ubuntu1) ... 2024-08-20T22:00:42.7372294Z #7 19.66 Selecting previously unselected package libxdmcp6:amd64. 2024-08-20T22:00:42.8702295Z #7 19.66 Preparing to unpack .../049-libxdmcp6_1%3a1.1.3-0ubuntu1_amd64.deb ... 2024-08-20T22:00:42.8703110Z #7 19.66 Unpacking libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ... 2024-08-20T22:00:42.8703736Z #7 19.70 Selecting previously unselected package libxcb1:amd64. 2024-08-20T22:00:42.8704695Z #7 19.70 Preparing to unpack .../050-libxcb1_1.14-2_amd64.deb ... 2024-08-20T22:00:42.8705317Z #7 19.70 Unpacking libxcb1:amd64 (1.14-2) ... 2024-08-20T22:00:42.8705923Z #7 19.73 Selecting previously unselected package libx11-data. 2024-08-20T22:00:42.8706733Z #7 19.73 Preparing to unpack .../051-libx11-data_2%3a1.6.9-2ubuntu1.6_all.deb ... 2024-08-20T22:00:42.8707490Z #7 19.73 Unpacking libx11-data (2:1.6.9-2ubuntu1.6) ... 2024-08-20T22:00:42.8708159Z #7 19.79 Selecting previously unselected package libx11-6:amd64. 2024-08-20T22:00:42.9785557Z #7 19.79 Preparing to unpack .../052-libx11-6_2%3a1.6.9-2ubuntu1.6_amd64.deb ... 2024-08-20T22:00:42.9786421Z #7 19.80 Unpacking libx11-6:amd64 (2:1.6.9-2ubuntu1.6) ... 2024-08-20T22:00:42.9787052Z #7 19.87 Selecting previously unselected package libxext6:amd64. 2024-08-20T22:00:42.9787855Z #7 19.87 Preparing to unpack .../053-libxext6_2%3a1.3.4-0ubuntu1_amd64.deb ... 2024-08-20T22:00:42.9788671Z #7 19.87 Unpacking libxext6:amd64 (2:1.3.4-0ubuntu1) ... 2024-08-20T22:00:42.9789394Z #7 19.90 Selecting previously unselected package python-apt-common. 2024-08-20T22:00:43.1098777Z #7 19.90 Preparing to unpack .../054-python-apt-common_2.0.1ubuntu0.20.04.1_all.deb ... 2024-08-20T22:00:43.1099690Z #7 19.91 Unpacking python-apt-common (2.0.1ubuntu0.20.04.1) ... 2024-08-20T22:00:43.1100413Z #7 19.94 Selecting previously unselected package python3-apt. 2024-08-20T22:00:43.1101245Z #7 19.94 Preparing to unpack .../055-python3-apt_2.0.1ubuntu0.20.04.1_amd64.deb ... 2024-08-20T22:00:43.1102009Z #7 19.94 Unpacking python3-apt (2.0.1ubuntu0.20.04.1) ... 2024-08-20T22:00:43.1102775Z #7 19.98 Selecting previously unselected package wget. 2024-08-20T22:00:43.1103512Z #7 19.98 Preparing to unpack .../056-wget_1.20.3-1ubuntu2.1_amd64.deb ... 2024-08-20T22:00:43.1104177Z #7 19.98 Unpacking wget (1.20.3-1ubuntu2.1) ... 2024-08-20T22:00:43.1104859Z #7 20.03 Selecting previously unselected package apt-transport-https. 2024-08-20T22:00:43.2700119Z #7 20.03 Preparing to unpack .../057-apt-transport-https_2.0.10_all.deb ... 2024-08-20T22:00:43.2700911Z #7 20.04 Unpacking apt-transport-https (2.0.10) ... 2024-08-20T22:00:43.2701614Z #7 20.07 Selecting previously unselected package asciidoc-common. 2024-08-20T22:00:43.2702427Z #7 20.07 Preparing to unpack .../058-asciidoc-common_9.0.0~rc1-1_all.deb ... 2024-08-20T22:00:43.2703144Z #7 20.19 Unpacking asciidoc-common (9.0.0~rc1-1) ... 2024-08-20T22:00:43.4034271Z #7 20.23 Selecting previously unselected package libxml2-utils. 2024-08-20T22:00:43.4035301Z #7 20.23 Preparing to unpack .../059-libxml2-utils_2.9.10+dfsg-5ubuntu0.20.04.7_amd64.deb ... 2024-08-20T22:00:43.4036220Z #7 20.24 Unpacking libxml2-utils (2.9.10+dfsg-5ubuntu0.20.04.7) ... 2024-08-20T22:00:43.4036960Z #7 20.27 Selecting previously unselected package asciidoc-base. 2024-08-20T22:00:43.4037812Z #7 20.27 Preparing to unpack .../060-asciidoc-base_9.0.0~rc1-1_all.deb ... 2024-08-20T22:00:43.4038646Z #7 20.28 Unpacking asciidoc-base (9.0.0~rc1-1) ... 2024-08-20T22:00:43.4039184Z #7 20.33 Selecting previously unselected package asciidoc. 2024-08-20T22:00:43.5208085Z #7 20.33 Preparing to unpack .../061-asciidoc_9.0.0~rc1-1_all.deb ... 2024-08-20T22:00:43.5208786Z #7 20.44 Unpacking asciidoc (9.0.0~rc1-1) ... 2024-08-20T22:00:43.6318912Z #7 20.47 Selecting previously unselected package libsigsegv2:amd64. 2024-08-20T22:00:43.6320382Z #7 20.48 Preparing to unpack .../062-libsigsegv2_2.12-2_amd64.deb ... 2024-08-20T22:00:43.6321138Z #7 20.48 Unpacking libsigsegv2:amd64 (2.12-2) ... 2024-08-20T22:00:43.6332642Z #7 20.51 Selecting previously unselected package m4. 2024-08-20T22:00:43.6333399Z #7 20.51 Preparing to unpack .../063-m4_1.4.18-4_amd64.deb ... 2024-08-20T22:00:43.6334058Z #7 20.51 Unpacking m4 (1.4.18-4) ... 2024-08-20T22:00:43.6334567Z #7 20.55 Selecting previously unselected package autoconf. 2024-08-20T22:00:43.7333079Z #7 20.55 Preparing to unpack .../064-autoconf_2.69-11.1_all.deb ... 2024-08-20T22:00:43.7333888Z #7 20.56 Unpacking autoconf (2.69-11.1) ... 2024-08-20T22:00:43.7334533Z #7 20.60 Selecting previously unselected package autotools-dev. 2024-08-20T22:00:43.7335546Z #7 20.60 Preparing to unpack .../065-autotools-dev_20180224.1_all.deb ... 2024-08-20T22:00:43.7336226Z #7 20.61 Unpacking autotools-dev (20180224.1) ... 2024-08-20T22:00:43.7336787Z #7 20.65 Selecting previously unselected package automake. 2024-08-20T22:00:43.7337556Z #7 20.65 Preparing to unpack .../066-automake_1%3a1.16.1-4ubuntu6_all.deb ... 2024-08-20T22:00:43.7338254Z #7 20.66 Unpacking automake (1:1.16.1-4ubuntu6) ... 2024-08-20T22:00:43.8377844Z #7 20.71 Selecting previously unselected package binutils-common:amd64. 2024-08-20T22:00:43.8378810Z #7 20.71 Preparing to unpack .../067-binutils-common_2.34-6ubuntu1.9_amd64.deb ... 2024-08-20T22:00:43.8379630Z #7 20.72 Unpacking binutils-common:amd64 (2.34-6ubuntu1.9) ... 2024-08-20T22:00:43.8380311Z #7 20.76 Selecting previously unselected package libbinutils:amd64. 2024-08-20T22:00:43.9494369Z #7 20.76 Preparing to unpack .../068-libbinutils_2.34-6ubuntu1.9_amd64.deb ... 2024-08-20T22:00:43.9495232Z #7 20.76 Unpacking libbinutils:amd64 (2.34-6ubuntu1.9) ... 2024-08-20T22:00:43.9495973Z #7 20.83 Selecting previously unselected package libctf-nobfd0:amd64. 2024-08-20T22:00:43.9496821Z #7 20.83 Preparing to unpack .../069-libctf-nobfd0_2.34-6ubuntu1.9_amd64.deb ... 2024-08-20T22:00:43.9497614Z #7 20.84 Unpacking libctf-nobfd0:amd64 (2.34-6ubuntu1.9) ... 2024-08-20T22:00:43.9498258Z #7 20.87 Selecting previously unselected package libctf0:amd64. 2024-08-20T22:00:44.1374623Z #7 20.87 Preparing to unpack .../070-libctf0_2.34-6ubuntu1.9_amd64.deb ... 2024-08-20T22:00:44.1375876Z #7 20.88 Unpacking libctf0:amd64 (2.34-6ubuntu1.9) ... 2024-08-20T22:00:44.1376652Z #7 20.90 Selecting previously unselected package binutils-x86-64-linux-gnu. 2024-08-20T22:00:44.1377631Z #7 20.91 Preparing to unpack .../071-binutils-x86-64-linux-gnu_2.34-6ubuntu1.9_amd64.deb ... 2024-08-20T22:00:44.1378523Z #7 20.91 Unpacking binutils-x86-64-linux-gnu (2.34-6ubuntu1.9) ... 2024-08-20T22:00:44.1430910Z #7 21.07 Selecting previously unselected package binutils. 2024-08-20T22:00:44.3563874Z #7 21.07 Preparing to unpack .../072-binutils_2.34-6ubuntu1.9_amd64.deb ... 2024-08-20T22:00:44.3564620Z #7 21.07 Unpacking binutils (2.34-6ubuntu1.9) ... 2024-08-20T22:00:44.3565473Z #7 21.10 Selecting previously unselected package libc-dev-bin. 2024-08-20T22:00:44.3566337Z #7 21.11 Preparing to unpack .../073-libc-dev-bin_2.31-0ubuntu9.16_amd64.deb ... 2024-08-20T22:00:44.3567095Z #7 21.11 Unpacking libc-dev-bin (2.31-0ubuntu9.16) ... 2024-08-20T22:00:44.3567821Z #7 21.14 Selecting previously unselected package linux-libc-dev:amd64. 2024-08-20T22:00:44.3568677Z #7 21.15 Preparing to unpack .../074-linux-libc-dev_5.4.0-192.212_amd64.deb ... 2024-08-20T22:00:44.3569442Z #7 21.15 Unpacking linux-libc-dev:amd64 (5.4.0-192.212) ... 2024-08-20T22:00:44.3570161Z #7 21.28 Selecting previously unselected package libcrypt-dev:amd64. 2024-08-20T22:00:44.5584252Z #7 21.28 Preparing to unpack .../075-libcrypt-dev_1%3a4.4.10-10ubuntu4_amd64.deb ... 2024-08-20T22:00:44.5585170Z #7 21.29 Unpacking libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... 2024-08-20T22:00:44.5585893Z #7 21.32 Selecting previously unselected package libc6-dev:amd64. 2024-08-20T22:00:44.5586717Z #7 21.32 Preparing to unpack .../076-libc6-dev_2.31-0ubuntu9.16_amd64.deb ... 2024-08-20T22:00:44.5587467Z #7 21.33 Unpacking libc6-dev:amd64 (2.31-0ubuntu9.16) ... 2024-08-20T22:00:44.6538924Z #7 21.58 Selecting previously unselected package gcc-9-base:amd64. 2024-08-20T22:00:44.7906392Z #7 21.58 Preparing to unpack .../077-gcc-9-base_9.4.0-1ubuntu1~20.04.2_amd64.deb ... 2024-08-20T22:00:44.7907295Z #7 21.58 Unpacking gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:00:44.7907975Z #7 21.62 Selecting previously unselected package libisl22:amd64. 2024-08-20T22:00:44.7908719Z #7 21.62 Preparing to unpack .../078-libisl22_0.22.1-1_amd64.deb ... 2024-08-20T22:00:44.7909373Z #7 21.62 Unpacking libisl22:amd64 (0.22.1-1) ... 2024-08-20T22:00:44.7909956Z #7 21.71 Selecting previously unselected package libmpfr6:amd64. 2024-08-20T22:00:45.0340462Z #7 21.71 Preparing to unpack .../079-libmpfr6_4.0.2-1_amd64.deb ... 2024-08-20T22:00:45.0341167Z #7 21.72 Unpacking libmpfr6:amd64 (4.0.2-1) ... 2024-08-20T22:00:45.0341735Z #7 21.77 Selecting previously unselected package libmpc3:amd64. 2024-08-20T22:00:45.0342489Z #7 21.77 Preparing to unpack .../080-libmpc3_1.1.0-1_amd64.deb ... 2024-08-20T22:00:45.0343121Z #7 21.77 Unpacking libmpc3:amd64 (1.1.0-1) ... 2024-08-20T22:00:45.0343709Z #7 21.80 Selecting previously unselected package cpp-9. 2024-08-20T22:00:45.0344490Z #7 21.80 Preparing to unpack .../081-cpp-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ... 2024-08-20T22:00:45.0345214Z #7 21.81 Unpacking cpp-9 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:00:45.4223252Z #7 22.34 Selecting previously unselected package cpp. 2024-08-20T22:00:45.5234299Z #7 22.35 Preparing to unpack .../082-cpp_4%3a9.3.0-1ubuntu2_amd64.deb ... 2024-08-20T22:00:45.5235012Z #7 22.35 Unpacking cpp (4:9.3.0-1ubuntu2) ... 2024-08-20T22:00:45.5235689Z #7 22.39 Selecting previously unselected package libcc1-0:amd64. 2024-08-20T22:00:45.5236527Z #7 22.39 Preparing to unpack .../083-libcc1-0_10.5.0-1ubuntu1~20.04_amd64.deb ... 2024-08-20T22:00:45.5237295Z #7 22.41 Unpacking libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:00:45.5237934Z #7 22.44 Selecting previously unselected package libgomp1:amd64. 2024-08-20T22:00:45.5238755Z #7 22.44 Preparing to unpack .../084-libgomp1_10.5.0-1ubuntu1~20.04_amd64.deb ... 2024-08-20T22:00:45.5239521Z #7 22.45 Unpacking libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:00:45.6419033Z #7 22.48 Selecting previously unselected package libitm1:amd64. 2024-08-20T22:00:45.6420007Z #7 22.49 Preparing to unpack .../085-libitm1_10.5.0-1ubuntu1~20.04_amd64.deb ... 2024-08-20T22:00:45.6420803Z #7 22.49 Unpacking libitm1:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:00:45.6421447Z #7 22.52 Selecting previously unselected package libatomic1:amd64. 2024-08-20T22:00:45.6422298Z #7 22.52 Preparing to unpack .../086-libatomic1_10.5.0-1ubuntu1~20.04_amd64.deb ... 2024-08-20T22:00:45.6423116Z #7 22.53 Unpacking libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:00:45.6423761Z #7 22.56 Selecting previously unselected package libasan5:amd64. 2024-08-20T22:00:45.7988615Z #7 22.57 Preparing to unpack .../087-libasan5_9.4.0-1ubuntu1~20.04.2_amd64.deb ... 2024-08-20T22:00:45.7989446Z #7 22.57 Unpacking libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:00:45.9031764Z #7 22.83 Selecting previously unselected package liblsan0:amd64. 2024-08-20T22:00:46.0102165Z #7 22.83 Preparing to unpack .../088-liblsan0_10.5.0-1ubuntu1~20.04_amd64.deb ... 2024-08-20T22:00:46.0102993Z #7 22.83 Unpacking liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:00:46.0103654Z #7 22.93 Selecting previously unselected package libtsan0:amd64. 2024-08-20T22:00:46.1675577Z #7 22.93 Preparing to unpack .../089-libtsan0_10.5.0-1ubuntu1~20.04_amd64.deb ... 2024-08-20T22:00:46.1676415Z #7 22.94 Unpacking libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:00:46.2297656Z #7 23.15 Selecting previously unselected package libubsan1:amd64. 2024-08-20T22:00:46.3302697Z #7 23.15 Preparing to unpack .../090-libubsan1_10.5.0-1ubuntu1~20.04_amd64.deb ... 2024-08-20T22:00:46.3303546Z #7 23.16 Unpacking libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:00:46.3304232Z #7 23.25 Selecting previously unselected package libquadmath0:amd64. 2024-08-20T22:00:46.5333589Z #7 23.25 Preparing to unpack .../091-libquadmath0_10.5.0-1ubuntu1~20.04_amd64.deb ... 2024-08-20T22:00:46.5334644Z #7 23.26 Unpacking libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:00:46.5335431Z #7 23.30 Selecting previously unselected package libgcc-9-dev:amd64. 2024-08-20T22:00:46.5336321Z #7 23.30 Preparing to unpack .../092-libgcc-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ... 2024-08-20T22:00:46.5337161Z #7 23.30 Unpacking libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:00:46.5701237Z #7 23.49 Selecting previously unselected package gcc-9. 2024-08-20T22:00:46.7272556Z #7 23.49 Preparing to unpack .../093-gcc-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ... 2024-08-20T22:00:46.7273337Z #7 23.50 Unpacking gcc-9 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:00:47.1433744Z #7 24.07 Selecting previously unselected package gcc. 2024-08-20T22:00:47.3413828Z #7 24.07 Preparing to unpack .../094-gcc_4%3a9.3.0-1ubuntu2_amd64.deb ... 2024-08-20T22:00:47.3414587Z #7 24.07 Unpacking gcc (4:9.3.0-1ubuntu2) ... 2024-08-20T22:00:47.3415332Z #7 24.10 Selecting previously unselected package libstdc++-9-dev:amd64. 2024-08-20T22:00:47.3416266Z #7 24.11 Preparing to unpack .../095-libstdc++-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ... 2024-08-20T22:00:47.3417142Z #7 24.11 Unpacking libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:00:47.3803262Z #7 24.30 Selecting previously unselected package g++-9. 2024-08-20T22:00:47.5364972Z #7 24.30 Preparing to unpack .../096-g++-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ... 2024-08-20T22:00:47.5365729Z #7 24.31 Unpacking g++-9 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:00:47.9581870Z #7 24.88 Selecting previously unselected package g++. 2024-08-20T22:00:48.0815628Z #7 24.88 Preparing to unpack .../097-g++_4%3a9.3.0-1ubuntu2_amd64.deb ... 2024-08-20T22:00:48.0816377Z #7 24.89 Unpacking g++ (4:9.3.0-1ubuntu2) ... 2024-08-20T22:00:48.0816919Z #7 24.91 Selecting previously unselected package make. 2024-08-20T22:00:48.0817597Z #7 24.91 Preparing to unpack .../098-make_4.2.1-1.2_amd64.deb ... 2024-08-20T22:00:48.0818190Z #7 24.92 Unpacking make (4.2.1-1.2) ... 2024-08-20T22:00:48.0819117Z #7 24.95 Selecting previously unselected package libdpkg-perl. 2024-08-20T22:00:48.0819905Z #7 24.96 Preparing to unpack .../099-libdpkg-perl_1.19.7ubuntu3.2_all.deb ... 2024-08-20T22:00:48.0820635Z #7 24.96 Unpacking libdpkg-perl (1.19.7ubuntu3.2) ... 2024-08-20T22:00:48.0821192Z #7 25.00 Selecting previously unselected package patch. 2024-08-20T22:00:48.2012655Z #7 25.00 Preparing to unpack .../100-patch_2.7.6-6_amd64.deb ... 2024-08-20T22:00:48.2013337Z #7 25.01 Unpacking patch (2.7.6-6) ... 2024-08-20T22:00:48.2014018Z #7 25.05 Selecting previously unselected package dpkg-dev. 2024-08-20T22:00:48.2014784Z #7 25.05 Preparing to unpack .../101-dpkg-dev_1.19.7ubuntu3.2_all.deb ... 2024-08-20T22:00:48.2015479Z #7 25.05 Unpacking dpkg-dev (1.19.7ubuntu3.2) ... 2024-08-20T22:00:48.2016136Z #7 25.12 Selecting previously unselected package build-essential. 2024-08-20T22:00:48.4045624Z #7 25.12 Preparing to unpack .../102-build-essential_12.8ubuntu1.1_amd64.deb ... 2024-08-20T22:00:48.4046607Z #7 25.13 Unpacking build-essential (12.8ubuntu1.1) ... 2024-08-20T22:00:48.4047302Z #7 25.17 Selecting previously unselected package cmake-data. 2024-08-20T22:00:48.4048120Z #7 25.17 Preparing to unpack .../103-cmake-data_3.16.3-1ubuntu1.20.04.1_all.deb ... 2024-08-20T22:00:48.4048909Z #7 25.18 Unpacking cmake-data (3.16.3-1ubuntu1.20.04.1) ... 2024-08-20T22:00:48.5566229Z #7 25.48 Selecting previously unselected package libarchive13:amd64. 2024-08-20T22:00:48.6756246Z #7 25.48 Preparing to unpack .../104-libarchive13_3.4.0-2ubuntu1.2_amd64.deb ... 2024-08-20T22:00:48.6757131Z #7 25.49 Unpacking libarchive13:amd64 (3.4.0-2ubuntu1.2) ... 2024-08-20T22:00:48.6757799Z #7 25.54 Selecting previously unselected package libbrotli1:amd64. 2024-08-20T22:00:48.6758627Z #7 25.54 Preparing to unpack .../105-libbrotli1_1.0.7-6ubuntu0.1_amd64.deb ... 2024-08-20T22:00:48.6759379Z #7 25.54 Unpacking libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... 2024-08-20T22:00:48.6760146Z #7 25.60 Selecting previously unselected package libroken18-heimdal:amd64. 2024-08-20T22:00:48.8030234Z #7 25.60 Preparing to unpack .../106-libroken18-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... 2024-08-20T22:00:48.8031505Z #7 25.60 Unpacking libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:00:48.8032365Z #7 25.64 Selecting previously unselected package libasn1-8-heimdal:amd64. 2024-08-20T22:00:48.8033326Z #7 25.64 Preparing to unpack .../107-libasn1-8-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... 2024-08-20T22:00:48.8034421Z #7 25.64 Unpacking libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:00:48.8035279Z #7 25.69 Selecting previously unselected package libheimbase1-heimdal:amd64. 2024-08-20T22:00:48.8036264Z #7 25.69 Preparing to unpack .../108-libheimbase1-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... 2024-08-20T22:00:48.8037202Z #7 25.69 Unpacking libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:00:48.8038162Z #7 25.72 Selecting previously unselected package libhcrypto4-heimdal:amd64. 2024-08-20T22:00:48.9344273Z #7 25.73 Preparing to unpack .../109-libhcrypto4-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... 2024-08-20T22:00:48.9345347Z #7 25.73 Unpacking libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:00:48.9346351Z #7 25.77 Selecting previously unselected package libwind0-heimdal:amd64. 2024-08-20T22:00:48.9347279Z #7 25.77 Preparing to unpack .../110-libwind0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... 2024-08-20T22:00:48.9348177Z #7 25.77 Unpacking libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:00:48.9348999Z #7 25.81 Selecting previously unselected package libhx509-5-heimdal:amd64. 2024-08-20T22:00:48.9349948Z #7 25.81 Preparing to unpack .../111-libhx509-5-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... 2024-08-20T22:00:48.9351022Z #7 25.82 Unpacking libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:00:48.9351796Z #7 25.86 Selecting previously unselected package libkrb5-26-heimdal:amd64. 2024-08-20T22:00:49.0578510Z #7 25.86 Preparing to unpack .../112-libkrb5-26-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... 2024-08-20T22:00:49.0579692Z #7 25.86 Unpacking libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:00:49.0580577Z #7 25.91 Selecting previously unselected package libheimntlm0-heimdal:amd64. 2024-08-20T22:00:49.0581553Z #7 25.91 Preparing to unpack .../113-libheimntlm0-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... 2024-08-20T22:00:49.0582504Z #7 25.91 Unpacking libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:00:49.0583371Z #7 25.94 Selecting previously unselected package libgssapi3-heimdal:amd64. 2024-08-20T22:00:49.0584431Z #7 25.95 Preparing to unpack .../114-libgssapi3-heimdal_7.7.0+dfsg-1ubuntu1.4_amd64.deb ... 2024-08-20T22:00:49.0585266Z #7 25.95 Unpacking libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:00:49.0586048Z #7 25.98 Selecting previously unselected package libsasl2-modules-db:amd64. 2024-08-20T22:00:49.1659010Z #7 25.98 Preparing to unpack .../115-libsasl2-modules-db_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2024-08-20T22:00:49.1660013Z #7 25.98 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 2024-08-20T22:00:49.1660833Z #7 26.02 Selecting previously unselected package libsasl2-2:amd64. 2024-08-20T22:00:49.1661693Z #7 26.02 Preparing to unpack .../116-libsasl2-2_2.1.27+dfsg-2ubuntu0.1_amd64.deb ... 2024-08-20T22:00:49.1662513Z #7 26.02 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 2024-08-20T22:00:49.1663229Z #7 26.05 Selecting previously unselected package libldap-common. 2024-08-20T22:00:49.1664102Z #7 26.05 Preparing to unpack .../117-libldap-common_2.4.49+dfsg-2ubuntu1.10_all.deb ... 2024-08-20T22:00:49.1664937Z #7 26.06 Unpacking libldap-common (2.4.49+dfsg-2ubuntu1.10) ... 2024-08-20T22:00:49.1665680Z #7 26.09 Selecting previously unselected package libldap-2.4-2:amd64. 2024-08-20T22:00:49.3033883Z #7 26.09 Preparing to unpack .../118-libldap-2.4-2_2.4.49+dfsg-2ubuntu1.10_amd64.deb ... 2024-08-20T22:00:49.3034816Z #7 26.09 Unpacking libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.10) ... 2024-08-20T22:00:49.3035631Z #7 26.14 Selecting previously unselected package libnghttp2-14:amd64. 2024-08-20T22:00:49.3036505Z #7 26.14 Preparing to unpack .../119-libnghttp2-14_1.40.0-1ubuntu0.3_amd64.deb ... 2024-08-20T22:00:49.3037290Z #7 26.14 Unpacking libnghttp2-14:amd64 (1.40.0-1ubuntu0.3) ... 2024-08-20T22:00:49.3037943Z #7 26.18 Selecting previously unselected package librtmp1:amd64. 2024-08-20T22:00:49.3038841Z #7 26.18 Preparing to unpack .../120-librtmp1_2.4+20151223.gitfa8646d.1-2build1_amd64.deb ... 2024-08-20T22:00:49.3040148Z #7 26.19 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... 2024-08-20T22:00:49.3040869Z #7 26.23 Selecting previously unselected package libssh-4:amd64. 2024-08-20T22:00:49.4034799Z #7 26.23 Preparing to unpack .../121-libssh-4_0.9.3-2ubuntu2.5_amd64.deb ... 2024-08-20T22:00:49.4035695Z #7 26.23 Unpacking libssh-4:amd64 (0.9.3-2ubuntu2.5) ... 2024-08-20T22:00:49.4036311Z #7 26.27 Selecting previously unselected package libcurl4:amd64. 2024-08-20T22:00:49.4037145Z #7 26.28 Preparing to unpack .../122-libcurl4_7.68.0-1ubuntu2.23_amd64.deb ... 2024-08-20T22:00:49.4037901Z #7 26.28 Unpacking libcurl4:amd64 (7.68.0-1ubuntu2.23) ... 2024-08-20T22:00:49.4038536Z #7 26.32 Selecting previously unselected package libjsoncpp1:amd64. 2024-08-20T22:00:49.4039368Z #7 26.33 Preparing to unpack .../123-libjsoncpp1_1.7.4-3.1ubuntu2_amd64.deb ... 2024-08-20T22:00:49.6384359Z #7 26.33 Unpacking libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ... 2024-08-20T22:00:49.6385069Z #7 26.37 Selecting previously unselected package librhash0:amd64. 2024-08-20T22:00:49.6385846Z #7 26.37 Preparing to unpack .../124-librhash0_1.3.9-1_amd64.deb ... 2024-08-20T22:00:49.6386512Z #7 26.38 Unpacking librhash0:amd64 (1.3.9-1) ... 2024-08-20T22:00:49.6387047Z #7 26.40 Selecting previously unselected package cmake. 2024-08-20T22:00:49.6387805Z #7 26.41 Preparing to unpack .../125-cmake_3.16.3-1ubuntu1.20.04.1_amd64.deb ... 2024-08-20T22:00:49.6388555Z #7 26.41 Unpacking cmake (3.16.3-1ubuntu1.20.04.1) ... 2024-08-20T22:00:49.7779791Z #7 26.70 Selecting previously unselected package curl. 2024-08-20T22:00:49.8921691Z #7 26.70 Preparing to unpack .../126-curl_7.68.0-1ubuntu2.23_amd64.deb ... 2024-08-20T22:00:49.8922429Z #7 26.70 Unpacking curl (7.68.0-1ubuntu2.23) ... 2024-08-20T22:00:49.8923097Z #7 26.74 Selecting previously unselected package dbus-user-session. 2024-08-20T22:00:49.8923993Z #7 26.75 Preparing to unpack .../127-dbus-user-session_1.12.16-2ubuntu2.3_amd64.deb ... 2024-08-20T22:00:49.8924853Z #7 26.75 Unpacking dbus-user-session (1.12.16-2ubuntu2.3) ... 2024-08-20T22:00:49.8925497Z #7 26.78 Selecting previously unselected package libdconf1:amd64. 2024-08-20T22:00:49.8926257Z #7 26.78 Preparing to unpack .../128-libdconf1_0.36.0-1_amd64.deb ... 2024-08-20T22:00:49.8926919Z #7 26.79 Unpacking libdconf1:amd64 (0.36.0-1) ... 2024-08-20T22:00:49.8927555Z #7 26.81 Selecting previously unselected package dconf-service. 2024-08-20T22:00:50.0205159Z #7 26.82 Preparing to unpack .../129-dconf-service_0.36.0-1_amd64.deb ... 2024-08-20T22:00:50.0205904Z #7 26.82 Unpacking dconf-service (0.36.0-1) ... 2024-08-20T22:00:50.0206661Z #7 26.85 Selecting previously unselected package dconf-gsettings-backend:amd64. 2024-08-20T22:00:50.0207606Z #7 26.85 Preparing to unpack .../130-dconf-gsettings-backend_0.36.0-1_amd64.deb ... 2024-08-20T22:00:50.0208437Z #7 26.85 Unpacking dconf-gsettings-backend:amd64 (0.36.0-1) ... 2024-08-20T22:00:50.0209132Z #7 26.90 Selecting previously unselected package xml-core. 2024-08-20T22:00:50.0209858Z #7 26.90 Preparing to unpack .../131-xml-core_0.18+nmu1_all.deb ... 2024-08-20T22:00:50.0210486Z #7 26.90 Unpacking xml-core (0.18+nmu1) ... 2024-08-20T22:00:50.0211178Z #7 26.94 Selecting previously unselected package sgml-data. 2024-08-20T22:00:50.1463499Z #7 26.94 Preparing to unpack .../132-sgml-data_2.0.11_all.deb ... 2024-08-20T22:00:50.1464157Z #7 26.95 Unpacking sgml-data (2.0.11) ... 2024-08-20T22:00:50.1464772Z #7 27.01 Selecting previously unselected package docbook-xml. 2024-08-20T22:00:50.1465504Z #7 27.01 Preparing to unpack .../133-docbook-xml_4.5-9_all.deb ... 2024-08-20T22:00:50.1466130Z #7 27.01 Unpacking docbook-xml (4.5-9) ... 2024-08-20T22:00:50.1466737Z #7 27.07 Selecting previously unselected package docbook-xsl. 2024-08-20T22:00:50.3021954Z #7 27.07 Preparing to unpack .../134-docbook-xsl_1.79.1+dfsg-2_all.deb ... 2024-08-20T22:00:50.3022687Z #7 27.07 Unpacking docbook-xsl (1.79.1+dfsg-2) ... 2024-08-20T22:00:50.3023390Z #7 27.22 Selecting previously unselected package fonts-dejavu-core. 2024-08-20T22:00:50.4116673Z #7 27.23 Preparing to unpack .../135-fonts-dejavu-core_2.37-1_all.deb ... 2024-08-20T22:00:50.4117422Z #7 27.23 Unpacking fonts-dejavu-core (2.37-1) ... 2024-08-20T22:00:50.4118104Z #7 27.33 Selecting previously unselected package fontconfig-config. 2024-08-20T22:00:50.5234281Z #7 27.34 Preparing to unpack .../136-fontconfig-config_2.13.1-2ubuntu3_all.deb ... 2024-08-20T22:00:50.5235137Z #7 27.34 Unpacking fontconfig-config (2.13.1-2ubuntu3) ... 2024-08-20T22:00:50.5235781Z #7 27.39 Selecting previously unselected package libdw1:amd64. 2024-08-20T22:00:50.5236588Z #7 27.39 Preparing to unpack .../137-libdw1_0.176-1.1ubuntu0.1_amd64.deb ... 2024-08-20T22:00:50.5237325Z #7 27.39 Unpacking libdw1:amd64 (0.176-1.1ubuntu0.1) ... 2024-08-20T22:00:50.5237986Z #7 27.45 Selecting previously unselected package libbabeltrace1:amd64. 2024-08-20T22:00:50.7397675Z #7 27.45 Preparing to unpack .../138-libbabeltrace1_1.5.8-1build1_amd64.deb ... 2024-08-20T22:00:50.7399821Z #7 27.45 Unpacking libbabeltrace1:amd64 (1.5.8-1build1) ... 2024-08-20T22:00:50.7400499Z #7 27.50 Selecting previously unselected package libpython3.8:amd64. 2024-08-20T22:00:50.7401397Z #7 27.51 Preparing to unpack .../139-libpython3.8_3.8.10-0ubuntu1~20.04.11_amd64.deb ... 2024-08-20T22:00:50.7402279Z #7 27.51 Unpacking libpython3.8:amd64 (3.8.10-0ubuntu1~20.04.11) ... 2024-08-20T22:00:50.7450736Z #7 27.67 Selecting previously unselected package gdb. 2024-08-20T22:00:50.9003796Z #7 27.67 Preparing to unpack .../140-gdb_9.2-0ubuntu1~20.04.2_amd64.deb ... 2024-08-20T22:00:50.9004675Z #7 27.67 Unpacking gdb (9.2-0ubuntu1~20.04.2) ... 2024-08-20T22:00:50.9993488Z #7 27.92 Selecting previously unselected package libgfortran5:amd64. 2024-08-20T22:00:51.1726339Z #7 27.92 Preparing to unpack .../141-libgfortran5_10.5.0-1ubuntu1~20.04_amd64.deb ... 2024-08-20T22:00:51.1728041Z #7 27.93 Unpacking libgfortran5:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:00:51.1729603Z #7 28.01 Selecting previously unselected package libgfortran-9-dev:amd64. 2024-08-20T22:00:51.1731569Z #7 28.01 Preparing to unpack .../142-libgfortran-9-dev_9.4.0-1ubuntu1~20.04.2_amd64.deb ... 2024-08-20T22:00:51.1733141Z #7 28.02 Unpacking libgfortran-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:00:51.1734490Z #7 28.09 Selecting previously unselected package gfortran-9. 2024-08-20T22:00:51.3283937Z #7 28.10 Preparing to unpack .../143-gfortran-9_9.4.0-1ubuntu1~20.04.2_amd64.deb ... 2024-08-20T22:00:51.3284788Z #7 28.10 Unpacking gfortran-9 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:00:51.7422764Z #7 28.66 Selecting previously unselected package gfortran. 2024-08-20T22:00:51.8720455Z #7 28.67 Preparing to unpack .../144-gfortran_4%3a9.3.0-1ubuntu2_amd64.deb ... 2024-08-20T22:00:51.8721229Z #7 28.67 Unpacking gfortran (4:9.3.0-1ubuntu2) ... 2024-08-20T22:00:51.8721991Z #7 28.71 Selecting previously unselected package libpackagekit-glib2-18:amd64. 2024-08-20T22:00:51.8722983Z #7 28.71 Preparing to unpack .../145-libpackagekit-glib2-18_1.1.13-2ubuntu1.1_amd64.deb ... 2024-08-20T22:00:51.8723910Z #7 28.72 Unpacking libpackagekit-glib2-18:amd64 (1.1.13-2ubuntu1.1) ... 2024-08-20T22:00:51.8724765Z #7 28.75 Selecting previously unselected package gir1.2-packagekitglib-1.0. 2024-08-20T22:00:51.8725751Z #7 28.75 Preparing to unpack .../146-gir1.2-packagekitglib-1.0_1.1.13-2ubuntu1.1_amd64.deb ... 2024-08-20T22:00:51.8726667Z #7 28.76 Unpacking gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ... 2024-08-20T22:00:51.8727555Z #7 28.79 Selecting previously unselected package libcurl3-gnutls:amd64. 2024-08-20T22:00:52.0547235Z #7 28.80 Preparing to unpack .../147-libcurl3-gnutls_7.68.0-1ubuntu2.23_amd64.deb ... 2024-08-20T22:00:52.0548142Z #7 28.80 Unpacking libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.23) ... 2024-08-20T22:00:52.0548877Z #7 28.84 Selecting previously unselected package liberror-perl. 2024-08-20T22:00:52.0549663Z #7 28.84 Preparing to unpack .../148-liberror-perl_0.17029-1_all.deb ... 2024-08-20T22:00:52.0550350Z #7 28.84 Unpacking liberror-perl (0.17029-1) ... 2024-08-20T22:00:52.0551172Z #7 28.87 Selecting previously unselected package git-man. 2024-08-20T22:00:52.0551943Z #7 28.88 Preparing to unpack .../149-git-man_1%3a2.25.1-1ubuntu3.13_all.deb ... 2024-08-20T22:00:52.0552673Z #7 28.88 Unpacking git-man (1:2.25.1-1ubuntu3.13) ... 2024-08-20T22:00:52.0553309Z #7 28.98 Selecting previously unselected package git. 2024-08-20T22:00:52.2261879Z #7 28.98 Preparing to unpack .../150-git_1%3a2.25.1-1ubuntu3.13_amd64.deb ... 2024-08-20T22:00:52.2262638Z #7 29.00 Unpacking git (1:2.25.1-1ubuntu3.13) ... 2024-08-20T22:00:52.4615673Z #7 29.38 Selecting previously unselected package libproxy1v5:amd64. 2024-08-20T22:00:52.5665133Z #7 29.39 Preparing to unpack .../151-libproxy1v5_0.4.15-10ubuntu1.2_amd64.deb ... 2024-08-20T22:00:52.5666010Z #7 29.39 Unpacking libproxy1v5:amd64 (0.4.15-10ubuntu1.2) ... 2024-08-20T22:00:52.5666779Z #7 29.42 Selecting previously unselected package glib-networking-common. 2024-08-20T22:00:52.5667727Z #7 29.42 Preparing to unpack .../152-glib-networking-common_2.64.2-1ubuntu0.1_all.deb ... 2024-08-20T22:00:52.5668623Z #7 29.43 Unpacking glib-networking-common (2.64.2-1ubuntu0.1) ... 2024-08-20T22:00:52.5669422Z #7 29.45 Selecting previously unselected package glib-networking-services. 2024-08-20T22:00:52.5670407Z #7 29.46 Preparing to unpack .../153-glib-networking-services_2.64.2-1ubuntu0.1_amd64.deb ... 2024-08-20T22:00:52.5671328Z #7 29.46 Unpacking glib-networking-services (2.64.2-1ubuntu0.1) ... 2024-08-20T22:00:52.5672448Z #7 29.49 Selecting previously unselected package gsettings-desktop-schemas. 2024-08-20T22:00:52.6802991Z #7 29.49 Preparing to unpack .../154-gsettings-desktop-schemas_3.36.0-1ubuntu1_all.deb ... 2024-08-20T22:00:52.6803945Z #7 29.49 Unpacking gsettings-desktop-schemas (3.36.0-1ubuntu1) ... 2024-08-20T22:00:52.6804756Z #7 29.52 Selecting previously unselected package glib-networking:amd64. 2024-08-20T22:00:52.6805638Z #7 29.52 Preparing to unpack .../155-glib-networking_2.64.2-1ubuntu0.1_amd64.deb ... 2024-08-20T22:00:52.6806489Z #7 29.53 Unpacking glib-networking:amd64 (2.64.2-1ubuntu0.1) ... 2024-08-20T22:00:52.6807174Z #7 29.56 Selecting previously unselected package libassuan0:amd64. 2024-08-20T22:00:52.6807987Z #7 29.57 Preparing to unpack .../156-libassuan0_2.5.3-7ubuntu2_amd64.deb ... 2024-08-20T22:00:52.6808711Z #7 29.57 Unpacking libassuan0:amd64 (2.5.3-7ubuntu2) ... 2024-08-20T22:00:52.6809394Z #7 29.60 Selecting previously unselected package gpgconf. 2024-08-20T22:00:52.7952244Z #7 29.60 Preparing to unpack .../157-gpgconf_2.2.19-3ubuntu2.2_amd64.deb ... 2024-08-20T22:00:52.7953006Z #7 29.61 Unpacking gpgconf (2.2.19-3ubuntu2.2) ... 2024-08-20T22:00:52.7953561Z #7 29.64 Selecting previously unselected package gpg. 2024-08-20T22:00:52.7954284Z #7 29.64 Preparing to unpack .../158-gpg_2.2.19-3ubuntu2.2_amd64.deb ... 2024-08-20T22:00:52.7954937Z #7 29.65 Unpacking gpg (2.2.19-3ubuntu2.2) ... 2024-08-20T22:00:52.7955589Z #7 29.72 Selecting previously unselected package pinentry-curses. 2024-08-20T22:00:52.9335671Z #7 29.72 Preparing to unpack .../159-pinentry-curses_1.1.0-3build1_amd64.deb ... 2024-08-20T22:00:52.9336493Z #7 29.72 Unpacking pinentry-curses (1.1.0-3build1) ... 2024-08-20T22:00:52.9337114Z #7 29.76 Selecting previously unselected package libnpth0:amd64. 2024-08-20T22:00:52.9337870Z #7 29.76 Preparing to unpack .../160-libnpth0_1.6-1_amd64.deb ... 2024-08-20T22:00:52.9338499Z #7 29.76 Unpacking libnpth0:amd64 (1.6-1) ... 2024-08-20T22:00:52.9339103Z #7 29.80 Selecting previously unselected package gpg-agent. 2024-08-20T22:00:52.9339902Z #7 29.80 Preparing to unpack .../161-gpg-agent_2.2.19-3ubuntu2.2_amd64.deb ... 2024-08-20T22:00:52.9340634Z #7 29.80 Unpacking gpg-agent (2.2.19-3ubuntu2.2) ... 2024-08-20T22:00:52.9341228Z #7 29.86 Selecting previously unselected package libonig5:amd64. 2024-08-20T22:00:53.0712819Z #7 29.86 Preparing to unpack .../162-libonig5_6.9.4-1_amd64.deb ... 2024-08-20T22:00:53.0713600Z #7 29.86 Unpacking libonig5:amd64 (6.9.4-1) ... 2024-08-20T22:00:53.0714406Z #7 29.91 Selecting previously unselected package libjq1:amd64. 2024-08-20T22:00:53.0715206Z #7 29.91 Preparing to unpack .../163-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2024-08-20T22:00:53.0715970Z #7 29.91 Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2024-08-20T22:00:53.0716542Z #7 29.95 Selecting previously unselected package jq. 2024-08-20T22:00:53.0717259Z #7 29.95 Preparing to unpack .../164-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2024-08-20T22:00:53.0717942Z #7 29.95 Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2024-08-20T22:00:53.0718633Z #7 29.99 Selecting previously unselected package libsoup2.4-1:amd64. 2024-08-20T22:00:53.1845643Z #7 29.99 Preparing to unpack .../165-libsoup2.4-1_2.70.0-1_amd64.deb ... 2024-08-20T22:00:53.1846413Z #7 30.00 Unpacking libsoup2.4-1:amd64 (2.70.0-1) ... 2024-08-20T22:00:53.1847051Z #7 30.05 Selecting previously unselected package libstemmer0d:amd64. 2024-08-20T22:00:53.1847879Z #7 30.05 Preparing to unpack .../166-libstemmer0d_0+svn585-2_amd64.deb ... 2024-08-20T22:00:53.1848609Z #7 30.05 Unpacking libstemmer0d:amd64 (0+svn585-2) ... 2024-08-20T22:00:53.1849259Z #7 30.11 Selecting previously unselected package libappstream4:amd64. 2024-08-20T22:00:53.2847146Z #7 30.11 Preparing to unpack .../167-libappstream4_0.12.10-2_amd64.deb ... 2024-08-20T22:00:53.2847916Z #7 30.11 Unpacking libappstream4:amd64 (0.12.10-2) ... 2024-08-20T22:00:53.2848627Z #7 30.15 Selecting previously unselected package libasound2-data. 2024-08-20T22:00:53.2849489Z #7 30.15 Preparing to unpack .../168-libasound2-data_1.2.2-2.1ubuntu2.5_all.deb ... 2024-08-20T22:00:53.2850499Z #7 30.15 Unpacking libasound2-data (1.2.2-2.1ubuntu2.5) ... 2024-08-20T22:00:53.2851161Z #7 30.20 Selecting previously unselected package libasound2:amd64. 2024-08-20T22:00:53.2852008Z #7 30.20 Preparing to unpack .../169-libasound2_1.2.2-2.1ubuntu2.5_amd64.deb ... 2024-08-20T22:00:53.2852797Z #7 30.21 Unpacking libasound2:amd64 (1.2.2-2.1ubuntu2.5) ... 2024-08-20T22:00:53.4047428Z #7 30.27 Selecting previously unselected package libasound2-dev:amd64. 2024-08-20T22:00:53.4048403Z #7 30.27 Preparing to unpack .../170-libasound2-dev_1.2.2-2.1ubuntu2.5_amd64.deb ... 2024-08-20T22:00:53.4049236Z #7 30.28 Unpacking libasound2-dev:amd64 (1.2.2-2.1ubuntu2.5) ... 2024-08-20T22:00:53.4050024Z #7 30.33 Selecting previously unselected package libatlas3-base:amd64. 2024-08-20T22:00:53.5623825Z #7 30.33 Preparing to unpack .../171-libatlas3-base_3.10.3-8ubuntu7_amd64.deb ... 2024-08-20T22:00:53.5624685Z #7 30.33 Unpacking libatlas3-base:amd64 (3.10.3-8ubuntu7) ... 2024-08-20T22:00:53.7028678Z #7 30.62 Selecting previously unselected package libatlas-base-dev:amd64. 2024-08-20T22:00:53.8611215Z #7 30.63 Preparing to unpack .../172-libatlas-base-dev_3.10.3-8ubuntu7_amd64.deb ... 2024-08-20T22:00:53.8612115Z #7 30.63 Unpacking libatlas-base-dev:amd64 (3.10.3-8ubuntu7) ... 2024-08-20T22:00:54.0437139Z #7 30.97 Selecting previously unselected package libbz2-dev:amd64. 2024-08-20T22:00:54.1797182Z #7 30.97 Preparing to unpack .../173-libbz2-dev_1.0.8-2_amd64.deb ... 2024-08-20T22:00:54.1797986Z #7 30.97 Unpacking libbz2-dev:amd64 (1.0.8-2) ... 2024-08-20T22:00:54.1798586Z #7 31.01 Selecting previously unselected package libltdl7:amd64. 2024-08-20T22:00:54.1799352Z #7 31.01 Preparing to unpack .../174-libltdl7_2.4.6-14_amd64.deb ... 2024-08-20T22:00:54.1799992Z #7 31.02 Unpacking libltdl7:amd64 (2.4.6-14) ... 2024-08-20T22:00:54.1800573Z #7 31.06 Selecting previously unselected package libtdb1:amd64. 2024-08-20T22:00:54.1801399Z #7 31.06 Preparing to unpack .../175-libtdb1_1.4.5-0ubuntu0.20.04.1_amd64.deb ... 2024-08-20T22:00:54.1802206Z #7 31.06 Unpacking libtdb1:amd64 (1.4.5-0ubuntu0.20.04.1) ... 2024-08-20T22:00:54.1802933Z #7 31.10 Selecting previously unselected package libogg0:amd64. 2024-08-20T22:00:54.3095928Z #7 31.10 Preparing to unpack .../176-libogg0_1.3.4-0ubuntu1_amd64.deb ... 2024-08-20T22:00:54.3096769Z #7 31.11 Unpacking libogg0:amd64 (1.3.4-0ubuntu1) ... 2024-08-20T22:00:54.3097410Z #7 31.14 Selecting previously unselected package libvorbis0a:amd64. 2024-08-20T22:00:54.3098456Z #7 31.15 Preparing to unpack .../177-libvorbis0a_1.3.6-2ubuntu1_amd64.deb ... 2024-08-20T22:00:54.3099202Z #7 31.15 Unpacking libvorbis0a:amd64 (1.3.6-2ubuntu1) ... 2024-08-20T22:00:54.3099871Z #7 31.19 Selecting previously unselected package libvorbisfile3:amd64. 2024-08-20T22:00:54.3100748Z #7 31.19 Preparing to unpack .../178-libvorbisfile3_1.3.6-2ubuntu1_amd64.deb ... 2024-08-20T22:00:54.3101528Z #7 31.20 Unpacking libvorbisfile3:amd64 (1.3.6-2ubuntu1) ... 2024-08-20T22:00:54.3102370Z #7 31.23 Selecting previously unselected package sound-theme-freedesktop. 2024-08-20T22:00:54.4137691Z #7 31.23 Preparing to unpack .../179-sound-theme-freedesktop_0.8-2ubuntu1_all.deb ... 2024-08-20T22:00:54.4138875Z #7 31.24 Unpacking sound-theme-freedesktop (0.8-2ubuntu1) ... 2024-08-20T22:00:54.4139566Z #7 31.29 Selecting previously unselected package libcanberra0:amd64. 2024-08-20T22:00:54.4140404Z #7 31.30 Preparing to unpack .../180-libcanberra0_0.30-7ubuntu1_amd64.deb ... 2024-08-20T22:00:54.4141172Z #7 31.30 Unpacking libcanberra0:amd64 (0.30-7ubuntu1) ... 2024-08-20T22:00:54.4141890Z #7 31.33 Selecting previously unselected package libexpat1-dev:amd64. 2024-08-20T22:00:54.4142744Z #7 31.33 Preparing to unpack .../181-libexpat1-dev_2.2.9-1ubuntu0.6_amd64.deb ... 2024-08-20T22:00:54.4143541Z #7 31.34 Unpacking libexpat1-dev:amd64 (2.2.9-1ubuntu0.6) ... 2024-08-20T22:00:54.5374389Z #7 31.38 Selecting previously unselected package libflac8:amd64. 2024-08-20T22:00:54.5375324Z #7 31.38 Preparing to unpack .../182-libflac8_1.3.3-1ubuntu0.2_amd64.deb ... 2024-08-20T22:00:54.5376271Z #7 31.38 Unpacking libflac8:amd64 (1.3.3-1ubuntu0.2) ... 2024-08-20T22:00:54.5376999Z #7 31.42 Selecting previously unselected package libogg-dev:amd64. 2024-08-20T22:00:54.5377800Z #7 31.42 Preparing to unpack .../183-libogg-dev_1.3.4-0ubuntu1_amd64.deb ... 2024-08-20T22:00:54.5378537Z #7 31.42 Unpacking libogg-dev:amd64 (1.3.4-0ubuntu1) ... 2024-08-20T22:00:54.5379243Z #7 31.46 Selecting previously unselected package libflac-dev:amd64. 2024-08-20T22:00:54.6457528Z #7 31.46 Preparing to unpack .../184-libflac-dev_1.3.3-1ubuntu0.2_amd64.deb ... 2024-08-20T22:00:54.6458346Z #7 31.47 Unpacking libflac-dev:amd64 (1.3.3-1ubuntu0.2) ... 2024-08-20T22:00:54.6459019Z #7 31.51 Selecting previously unselected package libfreetype6:amd64. 2024-08-20T22:00:54.6459891Z #7 31.51 Preparing to unpack .../185-libfreetype6_2.10.1-2ubuntu0.3_amd64.deb ... 2024-08-20T22:00:54.6460674Z #7 31.52 Unpacking libfreetype6:amd64 (2.10.1-2ubuntu0.3) ... 2024-08-20T22:00:54.6461375Z #7 31.57 Selecting previously unselected package libfontconfig1:amd64. 2024-08-20T22:00:54.7683815Z #7 31.57 Preparing to unpack .../186-libfontconfig1_2.13.1-2ubuntu3_amd64.deb ... 2024-08-20T22:00:54.7684677Z #7 31.57 Unpacking libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2024-08-20T22:00:54.7685422Z #7 31.61 Selecting previously unselected package zlib1g-dev:amd64. 2024-08-20T22:00:54.7686322Z #7 31.61 Preparing to unpack .../187-zlib1g-dev_1%3a1.2.11.dfsg-2ubuntu1.5_amd64.deb ... 2024-08-20T22:00:54.7687198Z #7 31.61 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.5) ... 2024-08-20T22:00:54.7687962Z #7 31.64 Selecting previously unselected package libpng-dev:amd64. 2024-08-20T22:00:54.7688743Z #7 31.65 Preparing to unpack .../188-libpng-dev_1.6.37-2_amd64.deb ... 2024-08-20T22:00:54.7689410Z #7 31.65 Unpacking libpng-dev:amd64 (1.6.37-2) ... 2024-08-20T22:00:54.7690106Z #7 31.69 Selecting previously unselected package libfreetype-dev:amd64. 2024-08-20T22:00:54.8776251Z #7 31.69 Preparing to unpack .../189-libfreetype-dev_2.10.1-2ubuntu0.3_amd64.deb ... 2024-08-20T22:00:54.8777142Z #7 31.70 Unpacking libfreetype-dev:amd64 (2.10.1-2ubuntu0.3) ... 2024-08-20T22:00:54.8777927Z #7 31.76 Selecting previously unselected package libfreetype6-dev:amd64. 2024-08-20T22:00:54.8778829Z #7 31.76 Preparing to unpack .../190-libfreetype6-dev_2.10.1-2ubuntu0.3_amd64.deb ... 2024-08-20T22:00:54.8779685Z #7 31.77 Unpacking libfreetype6-dev:amd64 (2.10.1-2ubuntu0.3) ... 2024-08-20T22:00:54.8780624Z #7 31.80 Selecting previously unselected package uuid-dev:amd64. 2024-08-20T22:00:55.0062345Z #7 31.80 Preparing to unpack .../191-uuid-dev_2.34-0.1ubuntu9.6_amd64.deb ... 2024-08-20T22:00:55.0063137Z #7 31.80 Unpacking uuid-dev:amd64 (2.34-0.1ubuntu9.6) ... 2024-08-20T22:00:55.0063827Z #7 31.84 Selecting previously unselected package pkg-config. 2024-08-20T22:00:55.0064606Z #7 31.84 Preparing to unpack .../192-pkg-config_0.29.1-0ubuntu4_amd64.deb ... 2024-08-20T22:00:55.0065323Z #7 31.84 Unpacking pkg-config (0.29.1-0ubuntu4) ... 2024-08-20T22:00:55.0066075Z #7 31.87 Selecting previously unselected package libfontconfig1-dev:amd64. 2024-08-20T22:00:55.0066983Z #7 31.87 Preparing to unpack .../193-libfontconfig1-dev_2.13.1-2ubuntu3_amd64.deb ... 2024-08-20T22:00:55.0067827Z #7 31.88 Unpacking libfontconfig1-dev:amd64 (2.13.1-2ubuntu3) ... 2024-08-20T22:00:55.0068589Z #7 31.93 Selecting previously unselected package libgdbm-dev:amd64. 2024-08-20T22:00:55.1339686Z #7 31.93 Preparing to unpack .../194-libgdbm-dev_1.18.1-5_amd64.deb ... 2024-08-20T22:00:55.1340443Z #7 31.93 Unpacking libgdbm-dev:amd64 (1.18.1-5) ... 2024-08-20T22:00:55.1341126Z #7 31.97 Selecting previously unselected package libglib2.0-bin. 2024-08-20T22:00:55.1342018Z #7 31.97 Preparing to unpack .../195-libglib2.0-bin_2.64.6-1~ubuntu20.04.7_amd64.deb ... 2024-08-20T22:00:55.1342839Z #7 31.97 Unpacking libglib2.0-bin (2.64.6-1~ubuntu20.04.7) ... 2024-08-20T22:00:55.1343490Z #7 32.01 Selecting previously unselected package libgpm2:amd64. 2024-08-20T22:00:55.1344408Z #7 32.01 Preparing to unpack .../196-libgpm2_1.20.7-5_amd64.deb ... 2024-08-20T22:00:55.1345049Z #7 32.02 Unpacking libgpm2:amd64 (1.20.7-5) ... 2024-08-20T22:00:55.1345760Z #7 32.06 Selecting previously unselected package libgstreamer1.0-0:amd64. 2024-08-20T22:00:55.2376213Z #7 32.06 Preparing to unpack .../197-libgstreamer1.0-0_1.16.3-0ubuntu1.1_amd64.deb ... 2024-08-20T22:00:55.2377122Z #7 32.06 Unpacking libgstreamer1.0-0:amd64 (1.16.3-0ubuntu1.1) ... 2024-08-20T22:00:55.2377862Z #7 32.16 Selecting previously unselected package x11-common. 2024-08-20T22:00:55.3603258Z #7 32.16 Preparing to unpack .../198-x11-common_1%3a7.7+19ubuntu14_all.deb ... 2024-08-20T22:00:55.3604094Z #7 32.17 dpkg-query: no packages found matching nux-tools 2024-08-20T22:00:55.3604723Z #7 32.18 Unpacking x11-common (1:7.7+19ubuntu14) ... 2024-08-20T22:00:55.3605336Z #7 32.22 Selecting previously unselected package libice6:amd64. 2024-08-20T22:00:55.3606147Z #7 32.22 Preparing to unpack .../199-libice6_2%3a1.0.10-0ubuntu1_amd64.deb ... 2024-08-20T22:00:55.3606889Z #7 32.22 Unpacking libice6:amd64 (2:1.0.10-0ubuntu1) ... 2024-08-20T22:00:55.3607604Z #7 32.25 Selecting previously unselected package xorg-sgml-doctools. 2024-08-20T22:00:55.3608450Z #7 32.25 Preparing to unpack .../200-xorg-sgml-doctools_1%3a1.11-1_all.deb ... 2024-08-20T22:00:55.3609166Z #7 32.26 Unpacking xorg-sgml-doctools (1:1.11-1) ... 2024-08-20T22:00:55.3609829Z #7 32.28 Selecting previously unselected package x11proto-dev. 2024-08-20T22:00:55.4666105Z #7 32.28 Preparing to unpack .../201-x11proto-dev_2019.2-1ubuntu1_all.deb ... 2024-08-20T22:00:55.4666906Z #7 32.29 Unpacking x11proto-dev (2019.2-1ubuntu1) ... 2024-08-20T22:00:55.4667601Z #7 32.35 Selecting previously unselected package x11proto-core-dev. 2024-08-20T22:00:55.4668466Z #7 32.35 Preparing to unpack .../202-x11proto-core-dev_2019.2-1ubuntu1_all.deb ... 2024-08-20T22:00:55.4669250Z #7 32.36 Unpacking x11proto-core-dev (2019.2-1ubuntu1) ... 2024-08-20T22:00:55.4669949Z #7 32.39 Selecting previously unselected package libice-dev:amd64. 2024-08-20T22:00:55.5986599Z #7 32.39 Preparing to unpack .../203-libice-dev_2%3a1.0.10-0ubuntu1_amd64.deb ... 2024-08-20T22:00:55.5987475Z #7 32.39 Unpacking libice-dev:amd64 (2:1.0.10-0ubuntu1) ... 2024-08-20T22:00:55.5988132Z #7 32.43 Selecting previously unselected package libjemalloc2:amd64. 2024-08-20T22:00:55.5988978Z #7 32.43 Preparing to unpack .../204-libjemalloc2_5.2.1-1ubuntu1_amd64.deb ... 2024-08-20T22:00:55.5989967Z #7 32.43 Unpacking libjemalloc2:amd64 (5.2.1-1ubuntu1) ... 2024-08-20T22:00:55.5990707Z #7 32.48 Selecting previously unselected package libjpeg-turbo8:amd64. 2024-08-20T22:00:55.5991606Z #7 32.48 Preparing to unpack .../205-libjpeg-turbo8_2.0.3-0ubuntu1.20.04.3_amd64.deb ... 2024-08-20T22:00:55.5992483Z #7 32.49 Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.3) ... 2024-08-20T22:00:55.5993310Z #7 32.52 Selecting previously unselected package libjpeg-turbo8-dev:amd64. 2024-08-20T22:00:55.7077187Z #7 32.52 Preparing to unpack .../206-libjpeg-turbo8-dev_2.0.3-0ubuntu1.20.04.3_amd64.deb ... 2024-08-20T22:00:55.7078299Z #7 32.53 Unpacking libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.3) ... 2024-08-20T22:00:55.7079025Z #7 32.57 Selecting previously unselected package libjpeg8:amd64. 2024-08-20T22:00:55.7079801Z #7 32.57 Preparing to unpack .../207-libjpeg8_8c-2ubuntu8_amd64.deb ... 2024-08-20T22:00:55.7080474Z #7 32.57 Unpacking libjpeg8:amd64 (8c-2ubuntu8) ... 2024-08-20T22:00:55.7081167Z #7 32.60 Selecting previously unselected package libjpeg8-dev:amd64. 2024-08-20T22:00:55.7081999Z #7 32.60 Preparing to unpack .../208-libjpeg8-dev_8c-2ubuntu8_amd64.deb ... 2024-08-20T22:00:55.7082715Z #7 32.60 Unpacking libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2024-08-20T22:00:55.7083417Z #7 32.63 Selecting previously unselected package libjpeg-dev:amd64. 2024-08-20T22:00:55.8264053Z #7 32.63 Preparing to unpack .../209-libjpeg-dev_8c-2ubuntu8_amd64.deb ... 2024-08-20T22:00:55.8264830Z #7 32.63 Unpacking libjpeg-dev:amd64 (8c-2ubuntu8) ... 2024-08-20T22:00:55.8265774Z #7 32.66 Selecting previously unselected package libncurses-dev:amd64. 2024-08-20T22:00:55.8266643Z #7 32.66 Preparing to unpack .../210-libncurses-dev_6.2-0ubuntu2.1_amd64.deb ... 2024-08-20T22:00:55.8267440Z #7 32.67 Unpacking libncurses-dev:amd64 (6.2-0ubuntu2.1) ... 2024-08-20T22:00:55.8268201Z #7 32.72 Selecting previously unselected package libncurses5-dev:amd64. 2024-08-20T22:00:55.8269064Z #7 32.72 Preparing to unpack .../211-libncurses5-dev_6.2-0ubuntu2.1_amd64.deb ... 2024-08-20T22:00:55.8269869Z #7 32.73 Unpacking libncurses5-dev:amd64 (6.2-0ubuntu2.1) ... 2024-08-20T22:00:55.8270639Z #7 32.75 Selecting previously unselected package libncursesw5-dev:amd64. 2024-08-20T22:00:55.9485130Z #7 32.75 Preparing to unpack .../212-libncursesw5-dev_6.2-0ubuntu2.1_amd64.deb ... 2024-08-20T22:00:55.9486000Z #7 32.76 Unpacking libncursesw5-dev:amd64 (6.2-0ubuntu2.1) ... 2024-08-20T22:00:55.9486902Z #7 32.79 Selecting previously unselected package libpolkit-agent-1-0:amd64. 2024-08-20T22:00:55.9487877Z #7 32.79 Preparing to unpack .../213-libpolkit-agent-1-0_0.105-26ubuntu1.3_amd64.deb ... 2024-08-20T22:00:55.9488746Z #7 32.80 Unpacking libpolkit-agent-1-0:amd64 (0.105-26ubuntu1.3) ... 2024-08-20T22:00:55.9489597Z #7 32.84 Selecting previously unselected package libpthread-stubs0-dev:amd64. 2024-08-20T22:00:55.9490510Z #7 32.84 Preparing to unpack .../214-libpthread-stubs0-dev_0.4-1_amd64.deb ... 2024-08-20T22:00:55.9491285Z #7 32.85 Unpacking libpthread-stubs0-dev:amd64 (0.4-1) ... 2024-08-20T22:00:55.9492037Z #7 32.87 Selecting previously unselected package libreadline-dev:amd64. 2024-08-20T22:00:56.0686109Z #7 32.87 Preparing to unpack .../215-libreadline-dev_8.0-4_amd64.deb ... 2024-08-20T22:00:56.0686901Z #7 32.88 Unpacking libreadline-dev:amd64 (8.0-4) ... 2024-08-20T22:00:56.0687564Z #7 32.92 Selecting previously unselected package libsm6:amd64. 2024-08-20T22:00:56.0688325Z #7 32.92 Preparing to unpack .../216-libsm6_2%3a1.2.3-1_amd64.deb ... 2024-08-20T22:00:56.0688975Z #7 32.92 Unpacking libsm6:amd64 (2:1.2.3-1) ... 2024-08-20T22:00:56.0689629Z #7 32.95 Selecting previously unselected package libsm-dev:amd64. 2024-08-20T22:00:56.0690410Z #7 32.95 Preparing to unpack .../217-libsm-dev_2%3a1.2.3-1_amd64.deb ... 2024-08-20T22:00:56.0691094Z #7 32.96 Unpacking libsm-dev:amd64 (2:1.2.3-1) ... 2024-08-20T22:00:56.0691705Z #7 32.99 Selecting previously unselected package libvorbisenc2:amd64. 2024-08-20T22:00:56.2109172Z #7 32.99 Preparing to unpack .../218-libvorbisenc2_1.3.6-2ubuntu1_amd64.deb ... 2024-08-20T22:00:56.2110439Z #7 33.00 Unpacking libvorbisenc2:amd64 (1.3.6-2ubuntu1) ... 2024-08-20T22:00:56.2111089Z #7 33.03 Selecting previously unselected package libsndfile1:amd64. 2024-08-20T22:00:56.2111946Z #7 33.03 Preparing to unpack .../219-libsndfile1_1.0.28-7ubuntu0.2_amd64.deb ... 2024-08-20T22:00:56.2112736Z #7 33.04 Unpacking libsndfile1:amd64 (1.0.28-7ubuntu0.2) ... 2024-08-20T22:00:56.2113487Z #7 33.08 Selecting previously unselected package libvorbis-dev:amd64. 2024-08-20T22:00:56.2114336Z #7 33.08 Preparing to unpack .../220-libvorbis-dev_1.3.6-2ubuntu1_amd64.deb ... 2024-08-20T22:00:56.2115112Z #7 33.08 Unpacking libvorbis-dev:amd64 (1.3.6-2ubuntu1) ... 2024-08-20T22:00:56.2115829Z #7 33.13 Selecting previously unselected package libsndfile1-dev. 2024-08-20T22:00:56.3727736Z #7 33.13 Preparing to unpack .../221-libsndfile1-dev_1.0.28-7ubuntu0.2_amd64.deb ... 2024-08-20T22:00:56.3728590Z #7 33.14 Unpacking libsndfile1-dev (1.0.28-7ubuntu0.2) ... 2024-08-20T22:00:56.3729365Z #7 33.21 Selecting previously unselected package libsqlite3-dev:amd64. 2024-08-20T22:00:56.3730230Z #7 33.21 Preparing to unpack .../222-libsqlite3-dev_3.31.1-4ubuntu0.6_amd64.deb ... 2024-08-20T22:00:56.3731282Z #7 33.22 Unpacking libsqlite3-dev:amd64 (3.31.1-4ubuntu0.6) ... 2024-08-20T22:00:56.3731952Z #7 33.29 Selecting previously unselected package libtcl8.6:amd64. 2024-08-20T22:00:56.4814071Z #7 33.30 Preparing to unpack .../223-libtcl8.6_8.6.10+dfsg-1_amd64.deb ... 2024-08-20T22:00:56.4814837Z #7 33.30 Unpacking libtcl8.6:amd64 (8.6.10+dfsg-1) ... 2024-08-20T22:00:56.4815711Z #7 33.40 Selecting previously unselected package libxrender1:amd64. 2024-08-20T22:00:56.5975705Z #7 33.40 Preparing to unpack .../224-libxrender1_1%3a0.9.10-1_amd64.deb ... 2024-08-20T22:00:56.5976474Z #7 33.41 Unpacking libxrender1:amd64 (1:0.9.10-1) ... 2024-08-20T22:00:56.5977069Z #7 33.44 Selecting previously unselected package libxft2:amd64. 2024-08-20T22:00:56.5977857Z #7 33.44 Preparing to unpack .../225-libxft2_2.3.3-0ubuntu1_amd64.deb ... 2024-08-20T22:00:56.5978577Z #7 33.45 Unpacking libxft2:amd64 (2.3.3-0ubuntu1) ... 2024-08-20T22:00:56.5979165Z #7 33.48 Selecting previously unselected package libxss1:amd64. 2024-08-20T22:00:56.5979920Z #7 33.48 Preparing to unpack .../226-libxss1_1%3a1.2.3-1_amd64.deb ... 2024-08-20T22:00:56.5980578Z #7 33.49 Unpacking libxss1:amd64 (1:1.2.3-1) ... 2024-08-20T22:00:56.5981148Z #7 33.52 Selecting previously unselected package libtk8.6:amd64. 2024-08-20T22:00:56.7208260Z #7 33.52 Preparing to unpack .../227-libtk8.6_8.6.10-1_amd64.deb ... 2024-08-20T22:00:56.7208985Z #7 33.53 Unpacking libtk8.6:amd64 (8.6.10-1) ... 2024-08-20T22:00:56.7209530Z #7 33.60 Selecting previously unselected package libtool. 2024-08-20T22:00:56.7210233Z #7 33.60 Preparing to unpack .../228-libtool_2.4.6-14_all.deb ... 2024-08-20T22:00:56.7210844Z #7 33.61 Unpacking libtool (2.4.6-14) ... 2024-08-20T22:00:56.7211472Z #7 33.64 Selecting previously unselected package libxau-dev:amd64. 2024-08-20T22:00:56.8215377Z #7 33.64 Preparing to unpack .../229-libxau-dev_1%3a1.0.9-0ubuntu1_amd64.deb ... 2024-08-20T22:00:56.8216204Z #7 33.65 Unpacking libxau-dev:amd64 (1:1.0.9-0ubuntu1) ... 2024-08-20T22:00:56.8216936Z #7 33.68 Selecting previously unselected package libxdmcp-dev:amd64. 2024-08-20T22:00:56.8217798Z #7 33.68 Preparing to unpack .../230-libxdmcp-dev_1%3a1.1.3-0ubuntu1_amd64.deb ... 2024-08-20T22:00:56.8218581Z #7 33.68 Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu1) ... 2024-08-20T22:00:56.8219266Z #7 33.71 Selecting previously unselected package xtrans-dev. 2024-08-20T22:00:56.8220002Z #7 33.71 Preparing to unpack .../231-xtrans-dev_1.4.0-1_all.deb ... 2024-08-20T22:00:56.8220613Z #7 33.71 Unpacking xtrans-dev (1.4.0-1) ... 2024-08-20T22:00:56.8221258Z #7 33.74 Selecting previously unselected package libxcb1-dev:amd64. 2024-08-20T22:00:56.9354929Z #7 33.74 Preparing to unpack .../232-libxcb1-dev_1.14-2_amd64.deb ... 2024-08-20T22:00:56.9355629Z #7 33.75 Unpacking libxcb1-dev:amd64 (1.14-2) ... 2024-08-20T22:00:56.9356546Z #7 33.78 Selecting previously unselected package libx11-dev:amd64. 2024-08-20T22:00:56.9357396Z #7 33.78 Preparing to unpack .../233-libx11-dev_2%3a1.6.9-2ubuntu1.6_amd64.deb ... 2024-08-20T22:00:56.9358184Z #7 33.78 Unpacking libx11-dev:amd64 (2:1.6.9-2ubuntu1.6) ... 2024-08-20T22:00:56.9358899Z #7 33.86 Selecting previously unselected package x11proto-xext-dev. 2024-08-20T22:00:57.0376244Z #7 33.86 Preparing to unpack .../234-x11proto-xext-dev_2019.2-1ubuntu1_all.deb ... 2024-08-20T22:00:57.0377068Z #7 33.86 Unpacking x11proto-xext-dev (2019.2-1ubuntu1) ... 2024-08-20T22:00:57.0377810Z #7 33.89 Selecting previously unselected package libxext-dev:amd64. 2024-08-20T22:00:57.0378672Z #7 33.89 Preparing to unpack .../235-libxext-dev_2%3a1.3.4-0ubuntu1_amd64.deb ... 2024-08-20T22:00:57.0379447Z #7 33.89 Unpacking libxext-dev:amd64 (2:1.3.4-0ubuntu1) ... 2024-08-20T22:00:57.0380189Z #7 33.92 Selecting previously unselected package libxrender-dev:amd64. 2024-08-20T22:00:57.0381025Z #7 33.92 Preparing to unpack .../236-libxrender-dev_1%3a0.9.10-1_amd64.deb ... 2024-08-20T22:00:57.0381778Z #7 33.93 Unpacking libxrender-dev:amd64 (1:0.9.10-1) ... 2024-08-20T22:00:57.0382581Z #7 33.96 Selecting previously unselected package libxft-dev:amd64. 2024-08-20T22:00:57.1497221Z #7 33.96 Preparing to unpack .../237-libxft-dev_2.3.3-0ubuntu1_amd64.deb ... 2024-08-20T22:00:57.1498071Z #7 33.97 Unpacking libxft-dev:amd64 (2.3.3-0ubuntu1) ... 2024-08-20T22:00:57.1498704Z #7 34.00 Selecting previously unselected package libxslt1.1:amd64. 2024-08-20T22:00:57.1499775Z #7 34.00 Preparing to unpack .../238-libxslt1.1_1.1.34-4ubuntu0.20.04.1_amd64.deb ... 2024-08-20T22:00:57.1500622Z #7 34.01 Unpacking libxslt1.1:amd64 (1.1.34-4ubuntu0.20.04.1) ... 2024-08-20T22:00:57.1501400Z #7 34.04 Selecting previously unselected package x11proto-scrnsaver-dev. 2024-08-20T22:00:57.1502322Z #7 34.04 Preparing to unpack .../239-x11proto-scrnsaver-dev_2019.2-1ubuntu1_all.deb ... 2024-08-20T22:00:57.1503165Z #7 34.05 Unpacking x11proto-scrnsaver-dev (2019.2-1ubuntu1) ... 2024-08-20T22:00:57.1503904Z #7 34.07 Selecting previously unselected package libxss-dev:amd64. 2024-08-20T22:00:57.3034444Z #7 34.07 Preparing to unpack .../240-libxss-dev_1%3a1.2.3-1_amd64.deb ... 2024-08-20T22:00:57.3035315Z #7 34.08 Unpacking libxss-dev:amd64 (1:1.2.3-1) ... 2024-08-20T22:00:57.3035927Z #7 34.12 Selecting previously unselected package libxt6:amd64. 2024-08-20T22:00:57.3036678Z #7 34.12 Preparing to unpack .../241-libxt6_1%3a1.1.5-1_amd64.deb ... 2024-08-20T22:00:57.3037331Z #7 34.12 Unpacking libxt6:amd64 (1:1.1.5-1) ... 2024-08-20T22:00:57.3037983Z #7 34.15 Selecting previously unselected package libxt-dev:amd64. 2024-08-20T22:00:57.3038762Z #7 34.15 Preparing to unpack .../242-libxt-dev_1%3a1.1.5-1_amd64.deb ... 2024-08-20T22:00:57.3039443Z #7 34.16 Unpacking libxt-dev:amd64 (1:1.1.5-1) ... 2024-08-20T22:00:57.3040072Z #7 34.23 Selecting previously unselected package policykit-1. 2024-08-20T22:00:57.4036837Z #7 34.23 Preparing to unpack .../243-policykit-1_0.105-26ubuntu1.3_amd64.deb ... 2024-08-20T22:00:57.4037668Z #7 34.24 Unpacking policykit-1 (0.105-26ubuntu1.3) ... 2024-08-20T22:00:57.4038364Z #7 34.28 Selecting previously unselected package python3-certifi. 2024-08-20T22:00:57.4039185Z #7 34.28 Preparing to unpack .../244-python3-certifi_2019.11.28-1_all.deb ... 2024-08-20T22:00:57.4039914Z #7 34.28 Unpacking python3-certifi (2019.11.28-1) ... 2024-08-20T22:00:57.4040597Z #7 34.33 Selecting previously unselected package python3-chardet. 2024-08-20T22:00:57.5228076Z #7 34.33 Preparing to unpack .../245-python3-chardet_3.0.4-4build1_all.deb ... 2024-08-20T22:00:57.5229513Z #7 34.33 Unpacking python3-chardet (3.0.4-4build1) ... 2024-08-20T22:00:57.5230208Z #7 34.37 Selecting previously unselected package python3-idna. 2024-08-20T22:00:57.5231199Z #7 34.37 Preparing to unpack .../246-python3-idna_2.8-1ubuntu0.1_all.deb ... 2024-08-20T22:00:57.5231938Z #7 34.37 Unpacking python3-idna (2.8-1ubuntu0.1) ... 2024-08-20T22:00:57.5232628Z #7 34.40 Selecting previously unselected package python3-urllib3. 2024-08-20T22:00:57.5233673Z #7 34.41 Preparing to unpack .../247-python3-urllib3_1.25.8-2ubuntu0.3_all.deb ... 2024-08-20T22:00:57.5234460Z #7 34.41 Unpacking python3-urllib3 (1.25.8-2ubuntu0.3) ... 2024-08-20T22:00:57.5235176Z #7 34.44 Selecting previously unselected package python3-requests. 2024-08-20T22:00:57.6689302Z #7 34.45 Preparing to unpack .../248-python3-requests_2.22.0-2ubuntu1.1_all.deb ... 2024-08-20T22:00:57.6690281Z #7 34.45 Unpacking python3-requests (2.22.0-2ubuntu1.1) ... 2024-08-20T22:00:57.6691104Z #7 34.49 Selecting previously unselected package python3-requests-unixsocket. 2024-08-20T22:00:57.6692053Z #7 34.49 Preparing to unpack .../249-python3-requests-unixsocket_0.2.0-2_all.deb ... 2024-08-20T22:00:57.6692881Z #7 34.49 Unpacking python3-requests-unixsocket (0.2.0-2) ... 2024-08-20T22:00:57.6693813Z #7 34.53 Selecting previously unselected package python3-software-properties. 2024-08-20T22:00:57.6694783Z #7 34.53 Preparing to unpack .../250-python3-software-properties_0.99.9.12_all.deb ... 2024-08-20T22:00:57.6695646Z #7 34.53 Unpacking python3-software-properties (0.99.9.12) ... 2024-08-20T22:00:57.6696284Z #7 34.59 Selecting previously unselected package packagekit. 2024-08-20T22:00:57.7847299Z #7 34.59 Preparing to unpack .../251-packagekit_1.1.13-2ubuntu1.1_amd64.deb ... 2024-08-20T22:00:57.7848641Z #7 34.60 Unpacking packagekit (1.1.13-2ubuntu1.1) ... 2024-08-20T22:00:57.7849408Z #7 34.66 Selecting previously unselected package software-properties-common. 2024-08-20T22:00:57.7850562Z #7 34.67 Preparing to unpack .../252-software-properties-common_0.99.9.12_all.deb ... 2024-08-20T22:00:57.7851421Z #7 34.67 Unpacking software-properties-common (0.99.9.12) ... 2024-08-20T22:00:57.7852033Z #7 34.71 Selecting previously unselected package tcl8.6. 2024-08-20T22:00:57.9595078Z #7 34.71 Preparing to unpack .../253-tcl8.6_8.6.10+dfsg-1_amd64.deb ... 2024-08-20T22:00:57.9595929Z #7 34.71 Unpacking tcl8.6 (8.6.10+dfsg-1) ... 2024-08-20T22:00:57.9596464Z #7 34.75 Selecting previously unselected package tcl. 2024-08-20T22:00:57.9597130Z #7 34.75 Preparing to unpack .../254-tcl_8.6.9+1_amd64.deb ... 2024-08-20T22:00:57.9597662Z #7 34.75 Unpacking tcl (8.6.9+1) ... 2024-08-20T22:00:57.9598262Z #7 34.78 Selecting previously unselected package tcl8.6-dev:amd64. 2024-08-20T22:00:57.9599063Z #7 34.78 Preparing to unpack .../255-tcl8.6-dev_8.6.10+dfsg-1_amd64.deb ... 2024-08-20T22:00:57.9599784Z #7 34.79 Unpacking tcl8.6-dev:amd64 (8.6.10+dfsg-1) ... 2024-08-20T22:00:57.9600442Z #7 34.88 Selecting previously unselected package tcl-dev:amd64. 2024-08-20T22:00:58.0718074Z #7 34.88 Preparing to unpack .../256-tcl-dev_8.6.9+1_amd64.deb ... 2024-08-20T22:00:58.0718764Z #7 34.89 Unpacking tcl-dev:amd64 (8.6.9+1) ... 2024-08-20T22:00:58.0719293Z #7 34.92 Selecting previously unselected package tk8.6. 2024-08-20T22:00:58.0719966Z #7 34.92 Preparing to unpack .../257-tk8.6_8.6.10-1_amd64.deb ... 2024-08-20T22:00:58.0720557Z #7 34.93 Unpacking tk8.6 (8.6.10-1) ... 2024-08-20T22:00:58.0721048Z #7 34.96 Selecting previously unselected package tk. 2024-08-20T22:00:58.0721685Z #7 34.96 Preparing to unpack .../258-tk_8.6.9+1_amd64.deb ... 2024-08-20T22:00:58.0722192Z #7 34.97 Unpacking tk (8.6.9+1) ... 2024-08-20T22:00:58.0722783Z #7 34.99 Selecting previously unselected package tk8.6-dev:amd64. 2024-08-20T22:00:58.1886184Z #7 35.00 Preparing to unpack .../259-tk8.6-dev_8.6.10-1_amd64.deb ... 2024-08-20T22:00:58.1886890Z #7 35.00 Unpacking tk8.6-dev:amd64 (8.6.10-1) ... 2024-08-20T22:00:58.1887528Z #7 35.08 Selecting previously unselected package tk-dev:amd64. 2024-08-20T22:00:58.1888273Z #7 35.08 Preparing to unpack .../260-tk-dev_8.6.9+1_amd64.deb ... 2024-08-20T22:00:58.1888893Z #7 35.08 Unpacking tk-dev:amd64 (8.6.9+1) ... 2024-08-20T22:00:58.1889403Z #7 35.11 Selecting previously unselected package unzip. 2024-08-20T22:00:58.4141584Z #7 35.11 Preparing to unpack .../261-unzip_6.0-25ubuntu1.2_amd64.deb ... 2024-08-20T22:00:58.4142315Z #7 35.12 Unpacking unzip (6.0-25ubuntu1.2) ... 2024-08-20T22:00:58.4143190Z #7 35.16 Selecting previously unselected package vim-runtime. 2024-08-20T22:00:58.4144016Z #7 35.17 Preparing to unpack .../262-vim-runtime_2%3a8.1.2269-1ubuntu5.23_all.deb ... 2024-08-20T22:00:58.4145265Z #7 35.18 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' 2024-08-20T22:00:58.4146719Z #7 35.18 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' 2024-08-20T22:00:58.4147717Z #7 35.19 Unpacking vim-runtime (2:8.1.2269-1ubuntu5.23) ... 2024-08-20T22:00:58.7436958Z #7 35.67 Selecting previously unselected package vim. 2024-08-20T22:00:58.8642084Z #7 35.67 Preparing to unpack .../263-vim_2%3a8.1.2269-1ubuntu5.23_amd64.deb ... 2024-08-20T22:00:58.8642850Z #7 35.68 Unpacking vim (2:8.1.2269-1ubuntu5.23) ... 2024-08-20T22:00:58.8643418Z #7 35.79 Selecting previously unselected package xsltproc. 2024-08-20T22:00:59.0595204Z #7 35.79 Preparing to unpack .../264-xsltproc_1.1.34-4ubuntu0.20.04.1_amd64.deb ... 2024-08-20T22:00:59.0596186Z #7 35.79 Unpacking xsltproc (1.1.34-4ubuntu0.20.04.1) ... 2024-08-20T22:00:59.0596881Z #7 35.82 Selecting previously unselected package libc6-dbg:amd64. 2024-08-20T22:00:59.0597695Z #7 35.83 Preparing to unpack .../265-libc6-dbg_2.31-0ubuntu9.16_amd64.deb ... 2024-08-20T22:00:59.0598439Z #7 35.83 Unpacking libc6-dbg:amd64 (2.31-0ubuntu9.16) ... 2024-08-20T22:01:00.0817090Z #7 37.00 Selecting previously unselected package libffi-dev:amd64. 2024-08-20T22:01:00.1818250Z #7 37.01 Preparing to unpack .../266-libffi-dev_3.3-4_amd64.deb ... 2024-08-20T22:01:00.1819001Z #7 37.01 Unpacking libffi-dev:amd64 (3.3-4) ... 2024-08-20T22:01:00.1819678Z #7 37.04 Selecting previously unselected package libyaml-dev:amd64. 2024-08-20T22:01:00.1820474Z #7 37.05 Preparing to unpack .../267-libyaml-dev_0.2.2-1_amd64.deb ... 2024-08-20T22:01:00.1821133Z #7 37.05 Unpacking libyaml-dev:amd64 (0.2.2-1) ... 2024-08-20T22:01:00.1821705Z #7 37.10 Setting up liblmdb0:amd64 (0.9.24-1) ... 2024-08-20T22:01:00.2842158Z #7 37.12 Setting up systemd-sysv (245.4-4ubuntu3.23) ... 2024-08-20T22:01:00.2842872Z #7 37.14 Setting up libxau6:amd64 (1:1.0.9-0ubuntu1) ... 2024-08-20T22:01:00.2843556Z #7 37.16 Setting up libkeyutils1:amd64 (1.6-6ubuntu1.1) ... 2024-08-20T22:01:00.2844248Z #7 37.17 Setting up libproxy1v5:amd64 (0.4.15-10ubuntu1.2) ... 2024-08-20T22:01:00.2844888Z #7 37.19 Setting up libpsl5:amd64 (0.21.0-1ubuntu1) ... 2024-08-20T22:01:00.2845472Z #7 37.21 Setting up libgpm2:amd64 (1.20.7-5) ... 2024-08-20T22:01:00.3948062Z #7 37.22 Setting up libogg0:amd64 (1.3.4-0ubuntu1) ... 2024-08-20T22:01:00.3948868Z #7 37.24 Setting up perl-modules-5.30 (5.30.0-9ubuntu0.5) ... 2024-08-20T22:01:00.3949542Z #7 37.25 Setting up mime-support (3.64ubuntu1) ... 2024-08-20T22:01:00.3950100Z #7 37.29 Setting up wget (1.20.3-1ubuntu2.1) ... 2024-08-20T22:01:00.3950685Z #7 37.30 Setting up apt-transport-https (2.0.10) ... 2024-08-20T22:01:00.3951268Z #7 37.32 Setting up libmagic-mgc (1:5.38-4) ... 2024-08-20T22:01:00.4971083Z #7 37.33 Setting up libyaml-0-2:amd64 (0.2.2-1) ... 2024-08-20T22:01:00.4971967Z #7 37.34 Setting up libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.7) ... 2024-08-20T22:01:00.4972674Z #7 37.37 Setting up distro-info-data (0.43ubuntu1.16) ... 2024-08-20T22:01:00.4973355Z #7 37.38 Setting up libtdb1:amd64 (1.4.5-0ubuntu0.20.04.1) ... 2024-08-20T22:01:00.4974137Z #7 37.40 Setting up unzip (6.0-25ubuntu1.2) ... 2024-08-20T22:01:00.4974735Z #7 37.42 Setting up libbrotli1:amd64 (1.0.7-6ubuntu0.1) ... 2024-08-20T22:01:00.6863789Z #7 37.44 Setting up libsqlite3-0:amd64 (3.31.1-4ubuntu0.6) ... 2024-08-20T22:01:00.6864567Z #7 37.45 Setting up binutils-common:amd64 (2.34-6ubuntu1.9) ... 2024-08-20T22:01:00.6865218Z #7 37.46 Setting up x11-common (1:7.7+19ubuntu14) ... 2024-08-20T22:01:00.6866133Z #7 37.61 update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults 2024-08-20T22:01:00.7980127Z #7 37.61 invoke-rc.d: could not determine current runlevel 2024-08-20T22:01:00.7981109Z #7 37.61 invoke-rc.d: policy-rc.d denied execution of start. 2024-08-20T22:01:00.7981818Z #7 37.62 Setting up libnghttp2-14:amd64 (1.40.0-1ubuntu0.3) ... 2024-08-20T22:01:00.7982478Z #7 37.63 Setting up libmagic1:amd64 (1:5.38-4) ... 2024-08-20T22:01:00.7983111Z #7 37.66 Setting up linux-libc-dev:amd64 (5.4.0-192.212) ... 2024-08-20T22:01:00.7983781Z #7 37.67 Setting up libctf-nobfd0:amd64 (2.34-6ubuntu1.9) ... 2024-08-20T22:01:00.7984546Z #7 37.69 Setting up libpackagekit-glib2-18:amd64 (1.1.13-2ubuntu1.1) ... 2024-08-20T22:01:00.7985238Z #7 37.70 Setting up libnpth0:amd64 (1.6-1) ... 2024-08-20T22:01:00.7985731Z #7 37.71 Setting up file (1:5.38-4) ... 2024-08-20T22:01:00.7986302Z #7 37.72 Setting up libjemalloc2:amd64 (5.2.1-1ubuntu1) ... 2024-08-20T22:01:00.9058696Z #7 37.73 Setting up libogg-dev:amd64 (1.3.4-0ubuntu1) ... 2024-08-20T22:01:00.9059406Z #7 37.75 Setting up libassuan0:amd64 (2.5.3-7ubuntu2) ... 2024-08-20T22:01:00.9060079Z #7 37.76 Setting up libgomp1:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:01:00.9060730Z #7 37.77 Setting up libffi-dev:amd64 (3.3-4) ... 2024-08-20T22:01:00.9061393Z #7 37.78 Setting up libldap-common (2.4.49+dfsg-2ubuntu1.10) ... 2024-08-20T22:01:00.9062094Z #7 37.79 Setting up libpthread-stubs0-dev:amd64 (0.4-1) ... 2024-08-20T22:01:00.9062732Z #7 37.81 Setting up xxd (2:8.1.2269-1ubuntu5.23) ... 2024-08-20T22:01:00.9063354Z #7 37.82 Setting up libflac8:amd64 (1.3.3-1ubuntu0.2) ... 2024-08-20T22:01:00.9063991Z #7 37.83 Setting up libc6-dbg:amd64 (2.31-0ubuntu9.16) ... 2024-08-20T22:01:01.0289434Z #7 37.85 Setting up libkrb5support0:amd64 (1.17-6ubuntu4.6) ... 2024-08-20T22:01:01.0291860Z #7 37.86 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 2024-08-20T22:01:01.0293442Z #7 37.87 Setting up tzdata (2024a-0ubuntu0.20.04.1) ... 2024-08-20T22:01:01.0293980Z #7 37.95 2024-08-20T22:01:01.0294355Z #7 37.95 Current default time zone: 'Etc/UTC' 2024-08-20T22:01:01.2364162Z #7 37.95 Local time is now: Tue Aug 20 22:01:01 UTC 2024. 2024-08-20T22:01:01.2366069Z #7 37.95 Universal Time is now: Tue Aug 20 22:01:01 UTC 2024. 2024-08-20T22:01:01.2368311Z #7 37.95 Run 'dpkg-reconfigure tzdata' if you wish to change it. 2024-08-20T22:01:01.2368850Z #7 37.95 2024-08-20T22:01:01.2369259Z #7 37.97 Setting up libcap2-bin (1:2.32-1ubuntu0.1) ... 2024-08-20T22:01:01.2369864Z #7 37.98 Setting up libdconf1:amd64 (0.36.0-1) ... 2024-08-20T22:01:01.2370503Z #7 38.00 Setting up libasound2-data (1.2.2-2.1ubuntu2.5) ... 2024-08-20T22:01:01.2371137Z #7 38.01 Setting up asciidoc-common (9.0.0~rc1-1) ... 2024-08-20T22:01:01.4402947Z #7 38.36 Setting up xtrans-dev (1.4.0-1) ... 2024-08-20T22:01:01.5491843Z #7 38.38 Setting up autotools-dev (20180224.1) ... 2024-08-20T22:01:01.5492573Z #7 38.39 Setting up libglib2.0-data (2.64.6-1~ubuntu20.04.7) ... 2024-08-20T22:01:01.5493269Z #7 38.41 Setting up libuv1:amd64 (1.34.2-1ubuntu1.5) ... 2024-08-20T22:01:01.5494031Z #7 38.42 Setting up vim-common (2:8.1.2269-1ubuntu5.23) ... 2024-08-20T22:01:01.5494664Z #7 38.44 Setting up libx11-data (2:1.6.9-2ubuntu1.6) ... 2024-08-20T22:01:01.5495231Z #7 38.46 Setting up make (4.2.1-1.2) ... 2024-08-20T22:01:01.5495745Z #7 38.47 Setting up libmpfr6:amd64 (4.0.2-1) ... 2024-08-20T22:01:01.7197194Z #7 38.49 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2build1) ... 2024-08-20T22:01:01.7198011Z #7 38.50 Setting up libdbus-1-3:amd64 (1.12.16-2ubuntu2.3) ... 2024-08-20T22:01:01.7198642Z #7 38.51 Setting up dbus (1.12.16-2ubuntu2.3) ... 2024-08-20T22:01:01.7199213Z #7 38.64 Setting up libsigsegv2:amd64 (2.12-2) ... 2024-08-20T22:01:01.8313718Z #7 38.65 Setting up xz-utils (5.2.4-1ubuntu1.1) ... 2024-08-20T22:01:01.8315126Z #7 38.67 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode 2024-08-20T22:01:01.8316824Z #7 38.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzma.1.gz because associated file /usr/share/man/man1/xz.1.gz (of link group lzma) doesn't exist 2024-08-20T22:01:01.8318931Z #7 38.67 update-alternatives: warning: skip creation of /usr/share/man/man1/unlzma.1.gz because associated file /usr/share/man/man1/unxz.1.gz (of link group lzma) doesn't exist 2024-08-20T22:01:01.8321294Z #7 38.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcat.1.gz because associated file /usr/share/man/man1/xzcat.1.gz (of link group lzma) doesn't exist 2024-08-20T22:01:01.8323599Z #7 38.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzmore.1.gz because associated file /usr/share/man/man1/xzmore.1.gz (of link group lzma) doesn't exist 2024-08-20T22:01:01.8325918Z #7 38.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzless.1.gz because associated file /usr/share/man/man1/xzless.1.gz (of link group lzma) doesn't exist 2024-08-20T22:01:01.8328067Z #7 38.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzdiff.1.gz because associated file /usr/share/man/man1/xzdiff.1.gz (of link group lzma) doesn't exist 2024-08-20T22:01:01.8330426Z #7 38.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzcmp.1.gz because associated file /usr/share/man/man1/xzcmp.1.gz (of link group lzma) doesn't exist 2024-08-20T22:01:01.8332741Z #7 38.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzgrep.1.gz because associated file /usr/share/man/man1/xzgrep.1.gz (of link group lzma) doesn't exist 2024-08-20T22:01:01.8334986Z #7 38.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzegrep.1.gz because associated file /usr/share/man/man1/xzegrep.1.gz (of link group lzma) doesn't exist 2024-08-20T22:01:01.8337283Z #7 38.67 update-alternatives: warning: skip creation of /usr/share/man/man1/lzfgrep.1.gz because associated file /usr/share/man/man1/xzfgrep.1.gz (of link group lzma) doesn't exist 2024-08-20T22:01:01.8338721Z #7 38.67 Setting up libquadmath0:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:01:01.8339489Z #7 38.70 Setting up libpng16-16:amd64 (1.6.37-2) ... 2024-08-20T22:01:01.8340042Z #7 38.71 Setting up libmpc3:amd64 (1.1.0-1) ... 2024-08-20T22:01:01.8340668Z #7 38.73 Setting up libatomic1:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:01:01.8341319Z #7 38.74 Setting up libvorbis0a:amd64 (1.3.6-2ubuntu1) ... 2024-08-20T22:01:01.8341867Z #7 38.75 Setting up patch (2.7.6-6) ... 2024-08-20T22:01:01.9508291Z #7 38.77 Setting up libtcl8.6:amd64 (8.6.10+dfsg-1) ... 2024-08-20T22:01:01.9509614Z #7 38.78 Setting up sudo (1.8.31-1ubuntu1.5) ... 2024-08-20T22:01:01.9510178Z #7 38.81 Setting up fonts-dejavu-core (2.37-1) ... 2024-08-20T22:01:01.9510665Z #7 38.87 Setting up ucf (3.0038+nmu1) ... 2024-08-20T22:01:02.0558887Z #7 38.95 Setting up libk5crypto3:amd64 (1.17-6ubuntu4.6) ... 2024-08-20T22:01:02.0561116Z #7 38.96 Setting up libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.3) ... 2024-08-20T22:01:02.0562082Z #7 38.98 Setting up libltdl7:amd64 (2.4.6-14) ... 2024-08-20T22:01:02.1579187Z #7 38.99 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2ubuntu0.1) ... 2024-08-20T22:01:02.1579974Z #7 39.00 Setting up libgfortran5:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:01:02.1580799Z #7 39.02 Setting up libroken18-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:01:02.1581574Z #7 39.03 Setting up libubsan1:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:01:02.1582302Z #7 39.05 Setting up python-apt-common (2.0.1ubuntu0.20.04.1) ... 2024-08-20T22:01:02.1583024Z #7 39.07 Setting up sound-theme-freedesktop (0.8-2ubuntu1) ... 2024-08-20T22:01:02.1583669Z #7 39.08 Setting up librhash0:amd64 (1.3.9-1) ... 2024-08-20T22:01:02.3242885Z #7 39.10 Setting up libcrypt-dev:amd64 (1:4.4.10-10ubuntu4) ... 2024-08-20T22:01:02.3243631Z #7 39.11 Setting up libasound2:amd64 (1.2.2-2.1ubuntu2.5) ... 2024-08-20T22:01:02.3244348Z #7 39.13 Setting up libpam-systemd:amd64 (245.4-4ubuntu3.23) ... 2024-08-20T22:01:02.3245018Z #7 39.25 Setting up git-man (1:2.25.1-1ubuntu3.13) ... 2024-08-20T22:01:02.4299307Z #7 39.27 Setting up libisl22:amd64 (0.22.1-1) ... 2024-08-20T22:01:02.4301558Z #7 39.28 Setting up libgirepository-1.0-1:amd64 (1.64.1-1~ubuntu20.04.1) ... 2024-08-20T22:01:02.4302780Z #7 39.30 Setting up xorg-sgml-doctools (1:1.11-1) ... 2024-08-20T22:01:02.4303329Z #7 39.32 Setting up sgml-base (1.29.1) ... 2024-08-20T22:01:02.4303935Z #7 39.35 Setting up cmake-data (3.16.3-1ubuntu1.20.04.1) ... 2024-08-20T22:01:02.5303554Z #7 39.38 Setting up libkrb5-3:amd64 (1.17-6ubuntu4.6) ... 2024-08-20T22:01:02.5304408Z #7 39.40 Setting up libstemmer0d:amd64 (0+svn585-2) ... 2024-08-20T22:01:02.5305014Z #7 39.42 Setting up libmpdec2:amd64 (2.4.2-3) ... 2024-08-20T22:01:02.5305701Z #7 39.43 Setting up glib-networking-common (2.64.2-1ubuntu0.1) ... 2024-08-20T22:01:02.5306444Z #7 39.45 Setting up libbinutils:amd64 (2.34-6ubuntu1.9) ... 2024-08-20T22:01:02.6434690Z #7 39.47 Setting up vim-runtime (2:8.1.2269-1ubuntu5.23) ... 2024-08-20T22:01:02.6435481Z #7 39.57 Setting up libasound2-dev:amd64 (1.2.2-2.1ubuntu2.5) ... 2024-08-20T22:01:02.7571326Z #7 39.58 Setting up libc-dev-bin (2.31-0ubuntu9.16) ... 2024-08-20T22:01:02.7572013Z #7 39.61 Setting up openssl (1.1.1f-1ubuntu2.23) ... 2024-08-20T22:01:02.7572606Z #7 39.63 Setting up libbsd0:amd64 (0.10.0-1) ... 2024-08-20T22:01:02.7573224Z #7 39.64 Setting up libelf1:amd64 (0.176-1.1ubuntu0.1) ... 2024-08-20T22:01:02.7574006Z #7 39.66 Setting up readline-common (8.0-4) ... 2024-08-20T22:01:02.7574624Z #7 39.68 Setting up libcc1-0:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:01:02.8693074Z #7 39.70 Setting up iso-codes (4.4-1) ... 2024-08-20T22:01:02.8693842Z #7 39.71 Setting up libonig5:amd64 (6.9.4-1) ... 2024-08-20T22:01:02.8694566Z #7 39.73 Setting up libpolkit-gobject-1-0:amd64 (0.105-26ubuntu1.3) ... 2024-08-20T22:01:02.8695590Z #7 39.75 Setting up liblsan0:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:01:02.8696342Z #7 39.76 Setting up libgstreamer1.0-0:amd64 (1.16.3-0ubuntu1.1) ... 2024-08-20T22:01:02.8697025Z #7 39.77 Setcap worked! gst-ptp-helper is not suid! 2024-08-20T22:01:02.8697665Z #7 39.78 Setting up libitm1:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:01:02.8698352Z #7 39.79 Setting up libvorbisenc2:amd64 (1.3.6-2ubuntu1) ... 2024-08-20T22:01:02.9782926Z #7 39.81 Setting up libjsoncpp1:amd64 (1.7.4-3.1ubuntu2) ... 2024-08-20T22:01:02.9783744Z #7 39.82 Setting up libheimbase1-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:01:02.9784470Z #7 39.84 Setting up libgdbm6:amd64 (1.18.1-5) ... 2024-08-20T22:01:02.9785169Z #7 39.86 Setting up gcc-9-base:amd64 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:01:02.9785890Z #7 39.87 Setting up libtsan0:amd64 (10.5.0-1ubuntu1~20.04) ... 2024-08-20T22:01:02.9786534Z #7 39.88 Setting up libctf0:amd64 (2.34-6ubuntu1.9) ... 2024-08-20T22:01:02.9787166Z #7 39.90 Setting up libjpeg8:amd64 (8c-2ubuntu8) ... 2024-08-20T22:01:03.0882991Z #7 39.91 Setting up pinentry-curses (1.1.0-3build1) ... 2024-08-20T22:01:03.0883668Z #7 39.93 Setting up x11proto-dev (2019.2-1ubuntu1) ... 2024-08-20T22:01:03.0884402Z #7 39.95 Setting up glib-networking-services (2.64.2-1ubuntu0.1) ... 2024-08-20T22:01:03.0885131Z #7 39.96 Setting up libice6:amd64 (2:1.0.10-0ubuntu1) ... 2024-08-20T22:01:03.0885778Z #7 39.98 Setting up libdw1:amd64 (0.176-1.1ubuntu0.1) ... 2024-08-20T22:01:03.0886437Z #7 40.00 Setting up libxdmcp6:amd64 (1:1.1.3-0ubuntu1) ... 2024-08-20T22:01:03.0887109Z #7 40.01 Setting up libflac-dev:amd64 (1.3.3-1ubuntu0.2) ... 2024-08-20T22:01:03.2008802Z #7 40.03 Setting up tcl8.6 (8.6.10+dfsg-1) ... 2024-08-20T22:01:03.2009407Z #7 40.04 Setting up libxcb1:amd64 (1.14-2) ... 2024-08-20T22:01:03.2010073Z #7 40.05 Setting up libatlas3-base:amd64 (3.10.3-8ubuntu7) ... 2024-08-20T22:01:03.2011551Z #7 40.06 update-alternatives: using /usr/lib/x86_64-linux-gnu/atlas/libblas.so.3 to provide /usr/lib/x86_64-linux-gnu/libblas.so.3 (libblas.so.3-x86_64-linux-gnu) in auto mode 2024-08-20T22:01:03.2013876Z #7 40.07 update-alternatives: using /usr/lib/x86_64-linux-gnu/atlas/liblapack.so.3 to provide /usr/lib/x86_64-linux-gnu/liblapack.so.3 (liblapack.so.3-x86_64-linux-gnu) in auto mode 2024-08-20T22:01:03.2015251Z #7 40.08 Setting up libxau-dev:amd64 (1:1.0.9-0ubuntu1) ... 2024-08-20T22:01:03.2015880Z #7 40.09 Setting up libyaml-dev:amd64 (0.2.2-1) ... 2024-08-20T22:01:03.2016778Z #7 40.11 Setting up libice-dev:amd64 (2:1.0.10-0ubuntu1) ... 2024-08-20T22:01:03.2017439Z #7 40.12 Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2024-08-20T22:01:03.3716071Z #7 40.14 Setting up fontconfig-config (2.13.1-2ubuntu3) ... 2024-08-20T22:01:03.5586111Z #7 40.48 Setting up libicu66:amd64 (66.1-2ubuntu2.1) ... 2024-08-20T22:01:03.8055994Z #7 40.49 Setting up libasn1-8-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:01:03.8056730Z #7 40.50 Setting up libreadline8:amd64 (8.0-4) ... 2024-08-20T22:01:03.8057395Z #7 40.52 Setting up libglib2.0-bin (2.64.6-1~ubuntu20.04.7) ... 2024-08-20T22:01:03.8057971Z #7 40.53 Setting up m4 (1.4.18-4) ... 2024-08-20T22:01:03.8058620Z #7 40.54 Setting up libhcrypto4-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:01:03.8059406Z #7 40.55 Setting up libatlas-base-dev:amd64 (3.10.3-8ubuntu7) ... 2024-08-20T22:01:03.8060808Z #7 40.56 update-alternatives: using /usr/lib/x86_64-linux-gnu/atlas/libblas.so to provide /usr/lib/x86_64-linux-gnu/libblas.so (libblas.so-x86_64-linux-gnu) in auto mode 2024-08-20T22:01:03.8062991Z #7 40.57 update-alternatives: using /usr/lib/x86_64-linux-gnu/atlas/liblapack.so to provide /usr/lib/x86_64-linux-gnu/liblapack.so (liblapack.so-x86_64-linux-gnu) in auto mode 2024-08-20T22:01:03.8064442Z #7 40.58 Setting up ca-certificates (20230311ubuntu0.20.04.1) ... 2024-08-20T22:01:04.0173255Z #7 40.94 Updating certificates in /etc/ssl/certs... 2024-08-20T22:01:04.4908988Z #7 41.41 137 added, 0 removed; done. 2024-08-20T22:01:04.6027581Z #7 41.44 Setting up libvorbisfile3:amd64 (1.3.6-2ubuntu1) ... 2024-08-20T22:01:04.6028411Z #7 41.46 Setting up dbus-user-session (1.12.16-2ubuntu2.3) ... 2024-08-20T22:01:04.6029140Z #7 41.48 Setting up libasan5:amd64 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:01:04.6029836Z #7 41.49 Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu1) ... 2024-08-20T22:01:04.6030798Z #7 41.51 Setting up libwind0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:01:04.6031587Z #7 41.52 Setting up libfreetype6:amd64 (2.10.1-2ubuntu0.3) ... 2024-08-20T22:01:04.7068465Z #7 41.54 Setting up x11proto-core-dev (2019.2-1ubuntu1) ... 2024-08-20T22:01:04.7070532Z #7 41.55 Setting up libgssapi-krb5-2:amd64 (1.17-6ubuntu4.6) ... 2024-08-20T22:01:04.7071269Z #7 41.56 Setting up libgdbm-compat4:amd64 (1.18.1-5) ... 2024-08-20T22:01:04.7072074Z #7 41.57 Setting up gir1.2-glib-2.0:amd64 (1.64.1-1~ubuntu20.04.1) ... 2024-08-20T22:01:04.7072820Z #7 41.59 Setting up libbabeltrace1:amd64 (1.5.8-1build1) ... 2024-08-20T22:01:04.7073486Z #7 41.60 Setting up libssh-4:amd64 (0.9.3-2ubuntu2.5) ... 2024-08-20T22:01:04.7074149Z #7 41.62 Setting up x11proto-xext-dev (2019.2-1ubuntu1) ... 2024-08-20T22:01:04.7074759Z #7 41.63 Setting up xml-core (0.18+nmu1) ... 2024-08-20T22:01:04.8750800Z #7 41.80 Setting up jq (1.6-1ubuntu0.20.04.1) ... 2024-08-20T22:01:04.9801287Z #7 41.81 Setting up tcl (8.6.9+1) ... 2024-08-20T22:01:04.9802051Z #7 41.82 Setting up gpgconf (2.2.19-3ubuntu2.2) ... 2024-08-20T22:01:04.9802672Z #7 41.83 Setting up cpp-9 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:01:04.9803323Z #7 41.84 Setting up libperl5.30:amd64 (5.30.0-9ubuntu0.5) ... 2024-08-20T22:01:04.9804065Z #7 41.85 Setting up libpolkit-agent-1-0:amd64 (0.105-26ubuntu1.3) ... 2024-08-20T22:01:04.9804781Z #7 41.86 Setting up libc6-dev:amd64 (2.31-0ubuntu9.16) ... 2024-08-20T22:01:04.9805419Z #7 41.87 Setting up libx11-6:amd64 (2:1.6.9-2ubuntu1.6) ... 2024-08-20T22:01:04.9806095Z #7 41.88 Setting up libfontconfig1:amd64 (2.13.1-2ubuntu3) ... 2024-08-20T22:01:04.9806794Z #7 41.89 Setting up libsndfile1:amd64 (1.0.28-7ubuntu0.2) ... 2024-08-20T22:01:04.9807413Z #7 41.90 Setting up libgdbm-dev:amd64 (1.18.1-5) ... 2024-08-20T22:01:05.1527052Z #7 41.91 Setting up libpython3.8-stdlib:amd64 (3.8.10-0ubuntu1~20.04.11) ... 2024-08-20T22:01:05.1527875Z #7 41.92 Setting up python3.8 (3.8.10-0ubuntu1~20.04.11) ... 2024-08-20T22:01:05.5210855Z #7 42.44 Setting up x11proto-scrnsaver-dev (2019.2-1ubuntu1) ... 2024-08-20T22:01:05.6376178Z #7 42.46 Setting up libsm6:amd64 (2:1.2.3-1) ... 2024-08-20T22:01:05.6377069Z #7 42.47 Setting up libxml2:amd64 (2.9.10+dfsg-5ubuntu0.20.04.7) ... 2024-08-20T22:01:05.6377778Z #7 42.48 Setting up policykit-1 (0.105-26ubuntu1.3) ... 2024-08-20T22:01:05.6378378Z #7 42.53 Setting up gpg (2.2.19-3ubuntu2.2) ... 2024-08-20T22:01:05.6379024Z #7 42.54 Setting up libpython3-stdlib:amd64 (3.8.2-0ubuntu2) ... 2024-08-20T22:01:05.6379767Z #7 42.56 Setting up binutils-x86-64-linux-gnu (2.34-6ubuntu1.9) ... 2024-08-20T22:01:05.8273140Z #7 42.57 Setting up libbz2-dev:amd64 (1.0.8-2) ... 2024-08-20T22:01:05.8274128Z #7 42.59 Setting up libvorbis-dev:amd64 (1.3.6-2ubuntu1) ... 2024-08-20T22:01:05.8274811Z #7 42.60 Setting up libcanberra0:amd64 (0.30-7ubuntu1) ... 2024-08-20T22:01:05.8275550Z #7 42.61 Setting up libjpeg-turbo8-dev:amd64 (2.0.3-0ubuntu1.20.04.3) ... 2024-08-20T22:01:05.8276315Z #7 42.62 Setting up libncurses-dev:amd64 (6.2-0ubuntu2.1) ... 2024-08-20T22:01:05.8276955Z #7 42.64 Setting up gpg-agent (2.2.19-3ubuntu2.2) ... 2024-08-20T22:01:05.8278193Z #7 42.75 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-browser.socket → /usr/lib/systemd/user/gpg-agent-browser.socket. 2024-08-20T22:01:06.0133970Z #7 42.84 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-extra.socket → /usr/lib/systemd/user/gpg-agent-extra.socket. 2024-08-20T22:01:06.0135669Z #7 42.94 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent-ssh.socket → /usr/lib/systemd/user/gpg-agent-ssh.socket. 2024-08-20T22:01:06.1260483Z #7 43.03 Created symlink /etc/systemd/user/sockets.target.wants/gpg-agent.socket → /usr/lib/systemd/user/gpg-agent.socket. 2024-08-20T22:01:06.1261563Z #7 43.03 Setting up libxcb1-dev:amd64 (1.14-2) ... 2024-08-20T22:01:06.1262232Z #7 43.05 Setting up libncursesw5-dev:amd64 (6.2-0ubuntu2.1) ... 2024-08-20T22:01:06.2453584Z #7 43.06 Setting up libxrender1:amd64 (1:0.9.10-1) ... 2024-08-20T22:01:06.2454329Z #7 43.08 Setting up libarchive13:amd64 (3.4.0-2ubuntu1.2) ... 2024-08-20T22:01:06.2455022Z #7 43.09 Setting up libsm-dev:amd64 (2:1.2.3-1) ... 2024-08-20T22:01:06.2455726Z #7 43.11 Setting up libhx509-5-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:01:06.2456492Z #7 43.12 Setting up libx11-dev:amd64 (2:1.6.9-2ubuntu1.6) ... 2024-08-20T22:01:06.2457150Z #7 43.13 Setting up libxext6:amd64 (2:1.3.4-0ubuntu1) ... 2024-08-20T22:01:06.2457750Z #7 43.15 Setting up dconf-service (0.36.0-1) ... 2024-08-20T22:01:06.2458298Z #7 43.17 Setting up python3 (3.8.2-0ubuntu2) ... 2024-08-20T22:01:06.3539818Z #7 43.25 Setting up binutils (2.34-6ubuntu1.9) ... 2024-08-20T22:01:06.3540499Z #7 43.27 Setting up libreadline-dev:amd64 (8.0-4) ... 2024-08-20T22:01:06.3541092Z #7 43.28 Setting up python3-six (1.14.0-2) ... 2024-08-20T22:01:06.4643849Z #7 43.39 Setting up libgcc-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:01:06.6406043Z #7 43.40 Setting up gir1.2-packagekitglib-1.0 (1.1.13-2ubuntu1.1) ... 2024-08-20T22:01:06.6406810Z #7 43.41 Setting up perl (5.30.0-9ubuntu0.5) ... 2024-08-20T22:01:06.6407479Z #7 43.43 Setting up libexpat1-dev:amd64 (2.2.9-1ubuntu0.6) ... 2024-08-20T22:01:06.6408202Z #7 43.44 Setting up libsqlite3-dev:amd64 (3.31.1-4ubuntu0.6) ... 2024-08-20T22:01:06.6408856Z #7 43.46 Setting up python3-certifi (2019.11.28-1) ... 2024-08-20T22:01:06.6409488Z #7 43.56 Setting up uuid-dev:amd64 (2.34-0.1ubuntu9.6) ... 2024-08-20T22:01:06.8043715Z #7 43.57 Setting up libpython3.8:amd64 (3.8.10-0ubuntu1~20.04.11) ... 2024-08-20T22:01:06.8044506Z #7 43.58 Setting up python3-gi (3.36.0-1) ... 2024-08-20T22:01:06.8045102Z #7 43.73 Setting up python3-idna (2.8-1ubuntu0.1) ... 2024-08-20T22:01:06.9703261Z #7 43.89 Setting up libxt6:amd64 (1:1.1.5-1) ... 2024-08-20T22:01:07.1581891Z #7 43.91 Setting up libdpkg-perl (1.19.7ubuntu3.2) ... 2024-08-20T22:01:07.1582557Z #7 43.92 Setting up autoconf (2.69-11.1) ... 2024-08-20T22:01:07.1583167Z #7 43.95 Setting up python3-urllib3 (1.25.8-2ubuntu0.3) ... 2024-08-20T22:01:07.1583832Z #7 44.08 Setting up libxext-dev:amd64 (2:1.3.4-0ubuntu1) ... 2024-08-20T22:01:07.2656098Z #7 44.10 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-2ubuntu1.5) ... 2024-08-20T22:01:07.2656810Z #7 44.11 Setting up cpp (4:9.3.0-1ubuntu2) ... 2024-08-20T22:01:07.2657434Z #7 44.12 Setting up libncurses5-dev:amd64 (6.2-0ubuntu2.1) ... 2024-08-20T22:01:07.2658165Z #7 44.14 Setting up libxslt1.1:amd64 (1.1.34-4ubuntu0.20.04.1) ... 2024-08-20T22:01:07.2658817Z #7 44.15 Setting up libxss1:amd64 (1:1.2.3-1) ... 2024-08-20T22:01:07.2659414Z #7 44.16 Setting up libjpeg8-dev:amd64 (8c-2ubuntu8) ... 2024-08-20T22:01:07.2660046Z #7 44.17 Setting up lsb-release (11.1.0ubuntu2) ... 2024-08-20T22:01:07.2660741Z #7 44.19 Setting up libxml2-utils (2.9.10+dfsg-5ubuntu0.20.04.7) ... 2024-08-20T22:01:07.4535259Z #7 44.20 Setting up libxrender-dev:amd64 (1:0.9.10-1) ... 2024-08-20T22:01:07.4536065Z #7 44.21 Setting up libkrb5-26-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:01:07.4536874Z #7 44.23 Setting up python3-pkg-resources (45.2.0-1ubuntu0.1) ... 2024-08-20T22:01:07.4537566Z #7 44.38 Setting up automake (1:1.16.1-4ubuntu6) ... 2024-08-20T22:01:07.5935852Z #7 44.38 update-alternatives: using /usr/bin/automake-1.16 to provide /usr/bin/automake (automake) in auto mode 2024-08-20T22:01:07.5937758Z #7 44.38 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.16.1.gz (of link group automake) doesn't exist 2024-08-20T22:01:07.5940284Z #7 44.38 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.16.1.gz (of link group automake) doesn't exist 2024-08-20T22:01:07.5941713Z #7 44.39 Setting up gcc-9 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:01:07.5942323Z #7 44.40 Setting up python3-dbus (1.2.16-1build1) ... 2024-08-20T22:01:07.5942931Z #7 44.52 Setting up libxft2:amd64 (2.3.3-0ubuntu1) ... 2024-08-20T22:01:07.6963030Z #7 44.53 Setting up vim (2:8.1.2269-1ubuntu5.23) ... 2024-08-20T22:01:07.6964094Z #7 44.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode 2024-08-20T22:01:07.6965327Z #7 44.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode 2024-08-20T22:01:07.6966509Z #7 44.54 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode 2024-08-20T22:01:07.6967680Z #7 44.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode 2024-08-20T22:01:07.6968925Z #7 44.55 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode 2024-08-20T22:01:07.6970546Z #7 44.55 update-alternatives: warning: skip creation of /usr/share/man/da/man1/vi.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group vi) doesn't exist 2024-08-20T22:01:07.6972775Z #7 44.55 update-alternatives: warning: skip creation of /usr/share/man/de/man1/vi.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group vi) doesn't exist 2024-08-20T22:01:07.6974992Z #7 44.55 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/vi.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group vi) doesn't exist 2024-08-20T22:01:07.6977092Z #7 44.55 update-alternatives: warning: skip creation of /usr/share/man/it/man1/vi.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group vi) doesn't exist 2024-08-20T22:01:07.6979212Z #7 44.55 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/vi.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group vi) doesn't exist 2024-08-20T22:01:07.6981320Z #7 44.55 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/vi.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group vi) doesn't exist 2024-08-20T22:01:07.6983675Z #7 44.55 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/vi.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group vi) doesn't exist 2024-08-20T22:01:07.6985951Z #7 44.55 update-alternatives: warning: skip creation of /usr/share/man/man1/vi.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group vi) doesn't exist 2024-08-20T22:01:07.6987623Z #7 44.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode 2024-08-20T22:01:07.6989376Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/da/man1/view.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group view) doesn't exist 2024-08-20T22:01:07.6991376Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/de/man1/view.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group view) doesn't exist 2024-08-20T22:01:07.6993395Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/view.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group view) doesn't exist 2024-08-20T22:01:07.6995411Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/it/man1/view.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group view) doesn't exist 2024-08-20T22:01:07.6997418Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/view.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group view) doesn't exist 2024-08-20T22:01:07.6999421Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/view.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group view) doesn't exist 2024-08-20T22:01:07.7001484Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/view.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group view) doesn't exist 2024-08-20T22:01:07.7003450Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/man1/view.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group view) doesn't exist 2024-08-20T22:01:07.7004888Z #7 44.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode 2024-08-20T22:01:07.7006412Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/da/man1/ex.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group ex) doesn't exist 2024-08-20T22:01:07.7008337Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/de/man1/ex.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group ex) doesn't exist 2024-08-20T22:01:07.7010548Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/ex.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group ex) doesn't exist 2024-08-20T22:01:07.7012808Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/it/man1/ex.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group ex) doesn't exist 2024-08-20T22:01:07.7014993Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/ex.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group ex) doesn't exist 2024-08-20T22:01:07.7017075Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/ex.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group ex) doesn't exist 2024-08-20T22:01:07.7019175Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/ex.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group ex) doesn't exist 2024-08-20T22:01:07.7021306Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/man1/ex.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group ex) doesn't exist 2024-08-20T22:01:07.7022849Z #7 44.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode 2024-08-20T22:01:07.7024540Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/da/man1/editor.1.gz because associated file /usr/share/man/da/man1/vim.1.gz (of link group editor) doesn't exist 2024-08-20T22:01:07.7026780Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/de/man1/editor.1.gz because associated file /usr/share/man/de/man1/vim.1.gz (of link group editor) doesn't exist 2024-08-20T22:01:07.7029141Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/fr/man1/editor.1.gz because associated file /usr/share/man/fr/man1/vim.1.gz (of link group editor) doesn't exist 2024-08-20T22:01:07.7031536Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/it/man1/editor.1.gz because associated file /usr/share/man/it/man1/vim.1.gz (of link group editor) doesn't exist 2024-08-20T22:01:07.7033860Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/ja/man1/editor.1.gz because associated file /usr/share/man/ja/man1/vim.1.gz (of link group editor) doesn't exist 2024-08-20T22:01:07.7036061Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/pl/man1/editor.1.gz because associated file /usr/share/man/pl/man1/vim.1.gz (of link group editor) doesn't exist 2024-08-20T22:01:07.7038282Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/ru/man1/editor.1.gz because associated file /usr/share/man/ru/man1/vim.1.gz (of link group editor) doesn't exist 2024-08-20T22:01:07.7040451Z #7 44.56 update-alternatives: warning: skip creation of /usr/share/man/man1/editor.1.gz because associated file /usr/share/man/man1/vim.1.gz (of link group editor) doesn't exist 2024-08-20T22:01:07.7041881Z #7 44.57 Setting up libstdc++-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:01:07.7042736Z #7 44.59 Setting up dconf-gsettings-backend:amd64 (0.36.0-1) ... 2024-08-20T22:01:07.7043367Z #7 44.60 Setting up libtool (2.4.6-14) ... 2024-08-20T22:01:07.7044038Z #7 44.62 Setting up python3-apt (2.0.1ubuntu0.20.04.1) ... 2024-08-20T22:01:07.8256755Z #7 44.75 Setting up libtk8.6:amd64 (8.6.10-1) ... 2024-08-20T22:01:07.9490975Z #7 44.76 Setting up libpng-dev:amd64 (1.6.37-2) ... 2024-08-20T22:01:07.9492160Z #7 44.78 Setting up xsltproc (1.1.34-4ubuntu0.20.04.1) ... 2024-08-20T22:01:07.9492951Z #7 44.79 Setting up libjpeg-dev:amd64 (8c-2ubuntu8) ... 2024-08-20T22:01:07.9493788Z #7 44.80 Setting up libgfortran-9-dev:amd64 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:01:07.9494541Z #7 44.82 Setting up libxss-dev:amd64 (1:1.2.3-1) ... 2024-08-20T22:01:07.9495264Z #7 44.83 Setting up libheimntlm0-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:01:07.9495963Z #7 44.85 Setting up gcc (4:9.3.0-1ubuntu2) ... 2024-08-20T22:01:07.9496518Z #7 44.87 Setting up dpkg-dev (1.19.7ubuntu3.2) ... 2024-08-20T22:01:08.0963347Z #7 44.89 Setting up libfreetype-dev:amd64 (2.10.1-2ubuntu0.3) ... 2024-08-20T22:01:08.0964060Z #7 44.91 Setting up liberror-perl (0.17029-1) ... 2024-08-20T22:01:08.0964665Z #7 44.92 Setting up asciidoc-base (9.0.0~rc1-1) ... 2024-08-20T22:01:08.0965262Z #7 45.02 Setting up gdb (9.2-0ubuntu1~20.04.2) ... 2024-08-20T22:01:08.2654125Z #7 45.04 Setting up python3-chardet (3.0.4-4build1) ... 2024-08-20T22:01:08.3105451Z #7 45.23 Setting up libgssapi3-heimdal:amd64 (7.7.0+dfsg-1ubuntu1.4) ... 2024-08-20T22:01:08.4373578Z #7 45.25 Setting up python3-software-properties (0.99.9.12) ... 2024-08-20T22:01:08.4374331Z #7 45.36 Setting up libxt-dev:amd64 (1:1.1.5-1) ... 2024-08-20T22:01:08.5690289Z #7 45.37 Setting up python3-requests (2.22.0-2ubuntu1.1) ... 2024-08-20T22:01:08.5691022Z #7 45.49 Setting up pkg-config (0.29.1-0ubuntu4) ... 2024-08-20T22:01:08.6734438Z #7 45.52 Setting up g++-9 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:01:08.6735074Z #7 45.54 Setting up g++ (4:9.3.0-1ubuntu2) ... 2024-08-20T22:01:08.6735914Z #7 45.56 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 2024-08-20T22:01:08.6737503Z #7 45.56 update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist 2024-08-20T22:01:08.6738806Z #7 45.57 Setting up build-essential (12.8ubuntu1.1) ... 2024-08-20T22:01:08.6739523Z #7 45.58 Setting up gsettings-desktop-schemas (3.36.0-1ubuntu1) ... 2024-08-20T22:01:08.6741403Z #7 45.60 Setting up tk8.6 (8.6.10-1) ... 2024-08-20T22:01:08.7817025Z #7 45.61 Setting up gfortran-9 (9.4.0-1ubuntu1~20.04.2) ... 2024-08-20T22:01:08.7817740Z #7 45.62 Setting up tcl8.6-dev:amd64 (8.6.10+dfsg-1) ... 2024-08-20T22:01:08.7818480Z #7 45.63 Setting up libldap-2.4-2:amd64 (2.4.49+dfsg-2ubuntu1.10) ... 2024-08-20T22:01:08.7819255Z #7 45.65 Setting up libcurl3-gnutls:amd64 (7.68.0-1ubuntu2.23) ... 2024-08-20T22:01:08.7819928Z #7 45.66 Setting up gfortran (4:9.3.0-1ubuntu2) ... 2024-08-20T22:01:08.7820829Z #7 45.67 update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode 2024-08-20T22:01:08.7822493Z #7 45.67 update-alternatives: warning: skip creation of /usr/share/man/man1/f95.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f95) doesn't exist 2024-08-20T22:01:08.7824098Z #7 45.68 update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode 2024-08-20T22:01:08.7825768Z #7 45.68 update-alternatives: warning: skip creation of /usr/share/man/man1/f77.1.gz because associated file /usr/share/man/man1/gfortran.1.gz (of link group f77) doesn't exist 2024-08-20T22:01:08.7827167Z #7 45.69 Setting up libfreetype6-dev:amd64 (2.10.1-2ubuntu0.3) ... 2024-08-20T22:01:08.7827802Z #7 45.70 Setting up asciidoc (9.0.0~rc1-1) ... 2024-08-20T22:01:08.9126550Z #7 45.83 Setting up python3-requests-unixsocket (0.2.0-2) ... 2024-08-20T22:01:09.0229044Z #7 45.94 Setting up libsndfile1-dev (1.0.28-7ubuntu0.2) ... 2024-08-20T22:01:09.1353394Z #7 45.96 Setting up git (1:2.25.1-1ubuntu3.13) ... 2024-08-20T22:01:09.1354288Z #7 45.99 Setting up tcl-dev:amd64 (8.6.9+1) ... 2024-08-20T22:01:09.1354921Z #7 46.01 Setting up libcurl4:amd64 (7.68.0-1ubuntu2.23) ... 2024-08-20T22:01:09.1355527Z #7 46.02 Setting up curl (7.68.0-1ubuntu2.23) ... 2024-08-20T22:01:09.1356196Z #7 46.03 Setting up glib-networking:amd64 (2.64.2-1ubuntu0.1) ... 2024-08-20T22:01:09.1356742Z #7 46.04 Setting up tk (8.6.9+1) ... 2024-08-20T22:01:09.1357357Z #7 46.06 Setting up libfontconfig1-dev:amd64 (2.13.1-2ubuntu3) ... 2024-08-20T22:01:09.3217632Z #7 46.07 Setting up libsoup2.4-1:amd64 (2.70.0-1) ... 2024-08-20T22:01:09.3218447Z #7 46.09 Setting up libappstream4:amd64 (0.12.10-2) ... 2024-08-20T22:01:09.3219093Z #7 46.10 Setting up cmake (3.16.3-1ubuntu1.20.04.1) ... 2024-08-20T22:01:09.3219717Z #7 46.11 Setting up packagekit (1.1.13-2ubuntu1.1) ... 2024-08-20T22:01:09.3220350Z #7 46.15 invoke-rc.d: could not determine current runlevel 2024-08-20T22:01:09.3221097Z #7 46.15 invoke-rc.d: policy-rc.d denied execution of force-reload. 2024-08-20T22:01:09.3222242Z #7 46.15 Failed to open connection to "system" message bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory 2024-08-20T22:01:09.3224158Z #7 46.24 Created symlink /etc/systemd/user/sockets.target.wants/pk-debconf-helper.socket → /usr/lib/systemd/user/pk-debconf-helper.socket. 2024-08-20T22:01:09.4696819Z #7 46.26 Setting up libxft-dev:amd64 (2.3.3-0ubuntu1) ... 2024-08-20T22:01:09.4697619Z #7 46.27 Setting up software-properties-common (0.99.9.12) ... 2024-08-20T22:01:09.4698276Z #7 46.39 Setting up tk8.6-dev:amd64 (8.6.10-1) ... 2024-08-20T22:01:09.5949388Z #7 46.46 Setting up tk-dev:amd64 (8.6.9+1) ... 2024-08-20T22:01:09.5950118Z #7 46.52 Processing triggers for libc-bin (2.31-0ubuntu9.16) ... 2024-08-20T22:01:09.7503994Z #7 46.59 Processing triggers for systemd (245.4-4ubuntu3.23) ... 2024-08-20T22:01:09.7504737Z #7 46.62 Processing triggers for sgml-base (1.29.1) ... 2024-08-20T22:01:09.7505338Z #7 46.67 Setting up sgml-data (2.0.11) ... 2024-08-20T22:01:10.1836723Z #7 47.11 Setting up docbook-xsl (1.79.1+dfsg-2) ... 2024-08-20T22:01:10.4301195Z #7 47.18 Processing triggers for sgml-base (1.29.1) ... 2024-08-20T22:01:10.4301860Z #7 47.20 Setting up docbook-xml (4.5-9) ... 2024-08-20T22:01:11.5097646Z #7 48.43 Processing triggers for ca-certificates (20230311ubuntu0.20.04.1) ... 2024-08-20T22:01:11.6665346Z #7 48.44 Updating certificates in /etc/ssl/certs... 2024-08-20T22:01:11.8955971Z #7 48.82 0 added, 0 removed; done. 2024-08-20T22:01:11.8956971Z #7 48.82 Running hooks in /etc/ca-certificates/update.d... 2024-08-20T22:01:11.9968629Z #7 48.82 done. 2024-08-20T22:01:11.9969470Z #7 48.82 Processing triggers for dbus (1.12.16-2ubuntu2.3) ... 2024-08-20T22:01:11.9970164Z #7 48.83 Processing triggers for sgml-base (1.29.1) ... 2024-08-20T22:01:11.9970747Z #7 48.88 + apt-get install -y libgnutls30 2024-08-20T22:01:12.8361856Z #7 48.92 Reading package lists... 2024-08-20T22:01:12.9990985Z #7 49.78 Building dependency tree... 2024-08-20T22:01:13.1496263Z #7 49.92 Reading state information... 2024-08-20T22:01:13.1602312Z #7 50.08 libgnutls30 is already the newest version (3.6.13-2ubuntu1.11). 2024-08-20T22:01:13.1603117Z #7 50.08 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 2024-08-20T22:01:13.3458200Z #7 50.08 + apt-get autoclean 2024-08-20T22:01:14.0322637Z #7 50.12 Reading package lists... 2024-08-20T22:01:14.1916656Z #7 50.97 Building dependency tree... 2024-08-20T22:01:14.2920164Z #7 51.11 Reading state information... 2024-08-20T22:01:14.2921233Z #7 51.12 + apt-get clean 2024-08-20T22:01:14.2934341Z #7 51.13 + rm -rf /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-backports_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-backports_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-backports_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/auxfiles /var/lib/apt/lists/lock /var/lib/apt/lists/partial /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_InRelease /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_universe_binary-amd64_Packages.lz4 '/tmp/*' '/var/tmp/*' 2024-08-20T22:01:14.2945143Z #7 51.13 + mkdir valgrind_build 2024-08-20T22:01:14.2945518Z #7 51.13 + cd valgrind_build 2024-08-20T22:01:14.2945862Z #7 51.13 + VALGRIND_VERSION=3.20.0 2024-08-20T22:01:14.2946590Z #7 51.13 + wget https://ossci-linux.s3.amazonaws.com/valgrind-3.20.0.tar.bz2 2024-08-20T22:01:14.2947599Z #7 51.14 --2024-08-20 22:01:14-- https://ossci-linux.s3.amazonaws.com/valgrind-3.20.0.tar.bz2 2024-08-20T22:01:14.2948903Z #7 51.14 Resolving ossci-linux.s3.amazonaws.com (ossci-linux.s3.amazonaws.com)... 16.182.38.145, 52.216.51.17, 52.216.139.11, ... 2024-08-20T22:01:14.2950349Z #7 51.14 Connecting to ossci-linux.s3.amazonaws.com (ossci-linux.s3.amazonaws.com)|16.182.38.145|:443... connected. 2024-08-20T22:01:14.2951270Z #7 51.14 HTTP request sent, awaiting response... 200 OK 2024-08-20T22:01:14.2951896Z #7 51.17 Length: 16469274 (16M) [application/x-bzip2] 2024-08-20T22:01:14.2952453Z #7 51.17 Saving to: 'valgrind-3.20.0.tar.bz2' 2024-08-20T22:01:14.2952872Z #7 51.17 2024-08-20T22:01:14.2953278Z #7 51.17 0K .......... .......... .......... .......... .......... 0% 55.6M 0s 2024-08-20T22:01:14.2954051Z #7 51.17 50K .......... .......... .......... .......... .......... 0% 83.5M 0s 2024-08-20T22:01:14.2954727Z #7 51.17 100K .......... .......... .......... .......... .......... 0% 95.9M 0s 2024-08-20T22:01:14.2955403Z #7 51.17 150K .......... .......... .......... .......... .......... 1% 64.3M 0s 2024-08-20T22:01:14.2956063Z #7 51.17 200K .......... .......... .......... .......... .......... 1% 85.7M 0s 2024-08-20T22:01:14.2956736Z #7 51.17 250K .......... .......... .......... .......... .......... 1% 70.9M 0s 2024-08-20T22:01:14.2957410Z #7 51.17 300K .......... .......... .......... .......... .......... 2% 91.0M 0s 2024-08-20T22:01:14.2958066Z #7 51.17 350K .......... .......... .......... .......... .......... 2% 128M 0s 2024-08-20T22:01:14.2958733Z #7 51.17 400K .......... .......... .......... .......... .......... 2% 104M 0s 2024-08-20T22:01:14.2959401Z #7 51.17 450K .......... .......... .......... .......... .......... 3% 98.2M 0s 2024-08-20T22:01:14.2960070Z #7 51.17 500K .......... .......... .......... .......... .......... 3% 100M 0s 2024-08-20T22:01:14.2960726Z #7 51.17 550K .......... .......... .......... .......... .......... 3% 149M 0s 2024-08-20T22:01:14.2961388Z #7 51.17 600K .......... .......... .......... .......... .......... 4% 103M 0s 2024-08-20T22:01:14.2962049Z #7 51.18 650K .......... .......... .......... .......... .......... 4% 94.4M 0s 2024-08-20T22:01:14.2962700Z #7 51.18 700K .......... .......... .......... .......... .......... 4% 109M 0s 2024-08-20T22:01:14.2963419Z #7 51.18 750K .......... .......... .......... .......... .......... 4% 97.2M 0s 2024-08-20T22:01:14.2964085Z #7 51.18 800K .......... .......... .......... .......... .......... 5% 296M 0s 2024-08-20T22:01:14.2964734Z #7 51.18 850K .......... .......... .......... .......... .......... 5% 104M 0s 2024-08-20T22:01:14.2965405Z #7 51.18 900K .......... .......... .......... .......... .......... 5% 110M 0s 2024-08-20T22:01:14.2966072Z #7 51.18 950K .......... .......... .......... .......... .......... 6% 296M 0s 2024-08-20T22:01:14.2966741Z #7 51.18 1000K .......... .......... .......... .......... .......... 6% 97.7M 0s 2024-08-20T22:01:14.2967402Z #7 51.18 1050K .......... .......... .......... .......... .......... 6% 102M 0s 2024-08-20T22:01:14.2968076Z #7 51.18 1100K .......... .......... .......... .......... .......... 7% 287M 0s 2024-08-20T22:01:14.2968748Z #7 51.18 1150K .......... .......... .......... .......... .......... 7% 107M 0s 2024-08-20T22:01:14.2969411Z #7 51.18 1200K .......... .......... .......... .......... .......... 7% 109M 0s 2024-08-20T22:01:14.2970093Z #7 51.18 1250K .......... .......... .......... .......... .......... 8% 241M 0s 2024-08-20T22:01:14.2970766Z #7 51.18 1300K .......... .......... .......... .......... .......... 8% 129M 0s 2024-08-20T22:01:14.2971437Z #7 51.18 1350K .......... .......... .......... .......... .......... 8% 305M 0s 2024-08-20T22:01:14.2972090Z #7 51.18 1400K .......... .......... .......... .......... .......... 9% 112M 0s 2024-08-20T22:01:14.2972949Z #7 51.18 1450K .......... .......... .......... .......... .......... 9% 302M 0s 2024-08-20T22:01:14.2973704Z #7 51.18 1500K .......... .......... .......... .......... .......... 9% 139M 0s 2024-08-20T22:01:14.2974372Z #7 51.18 1550K .......... .......... .......... .......... .......... 9% 120M 0s 2024-08-20T22:01:14.2975025Z #7 51.18 1600K .......... .......... .......... .......... .......... 10% 289M 0s 2024-08-20T22:01:14.2975700Z #7 51.18 1650K .......... .......... .......... .......... .......... 10% 138M 0s 2024-08-20T22:01:14.2976367Z #7 51.18 1700K .......... .......... .......... .......... .......... 10% 321M 0s 2024-08-20T22:01:14.2977076Z #7 51.18 1750K .......... .......... .......... .......... .......... 11% 337M 0s 2024-08-20T22:01:14.2977721Z #7 51.18 1800K .......... .......... .......... .......... .......... 11% 153M 0s 2024-08-20T22:01:14.2978461Z #7 51.18 1850K .......... .......... .......... .......... .......... 11% 305M 0s 2024-08-20T22:01:14.2979130Z #7 51.18 1900K .......... .......... .......... .......... .......... 12% 160M 0s 2024-08-20T22:01:14.2979798Z #7 51.18 1950K .......... .......... .......... .......... .......... 12% 274M 0s 2024-08-20T22:01:14.2980453Z #7 51.18 2000K .......... .......... .......... .......... .......... 12% 139M 0s 2024-08-20T22:01:14.2981121Z #7 51.18 2050K .......... .......... .......... .......... .......... 13% 280M 0s 2024-08-20T22:01:14.2981786Z #7 51.18 2100K .......... .......... .......... .......... .......... 13% 254M 0s 2024-08-20T22:01:14.2982441Z #7 51.18 2150K .......... .......... .......... .......... .......... 13% 196M 0s 2024-08-20T22:01:14.2983105Z #7 51.18 2200K .......... .......... .......... .......... .......... 13% 302M 0s 2024-08-20T22:01:14.2983768Z #7 51.18 2250K .......... .......... .......... .......... .......... 14% 301M 0s 2024-08-20T22:01:14.2984425Z #7 51.19 2300K .......... .......... .......... .......... .......... 14% 165M 0s 2024-08-20T22:01:14.2985090Z #7 51.19 2350K .......... .......... .......... .......... .......... 14% 240M 0s 2024-08-20T22:01:14.2985750Z #7 51.19 2400K .......... .......... .......... .......... .......... 15% 295M 0s 2024-08-20T22:01:14.2986413Z #7 51.19 2450K .......... .......... .......... .......... .......... 15% 259M 0s 2024-08-20T22:01:14.2987065Z #7 51.19 2500K .......... .......... .......... .......... .......... 15% 253M 0s 2024-08-20T22:01:14.2987784Z #7 51.19 2550K .......... .......... .......... .......... .......... 16% 186M 0s 2024-08-20T22:01:14.2988448Z #7 51.19 2600K .......... .......... .......... .......... .......... 16% 342M 0s 2024-08-20T22:01:14.2989101Z #7 51.19 2650K .......... .......... .......... .......... .......... 16% 303M 0s 2024-08-20T22:01:14.2989763Z #7 51.19 2700K .......... .......... .......... .......... .......... 17% 290M 0s 2024-08-20T22:01:14.2990437Z #7 51.19 2750K .......... .......... .......... .......... .......... 17% 224M 0s 2024-08-20T22:01:14.2991383Z #7 51.19 2800K .......... .......... .......... .......... .......... 17% 302M 0s 2024-08-20T22:01:14.2992055Z #7 51.19 2850K .......... .......... .......... .......... .......... 18% 304M 0s 2024-08-20T22:01:14.2992723Z #7 51.19 2900K .......... .......... .......... .......... .......... 18% 243M 0s 2024-08-20T22:01:14.2993387Z #7 51.19 2950K .......... .......... .......... .......... .......... 18% 281M 0s 2024-08-20T22:01:14.2994044Z #7 51.19 3000K .......... .......... .......... .......... .......... 18% 323M 0s 2024-08-20T22:01:14.2994710Z #7 51.19 3050K .......... .......... .......... .......... .......... 19% 231M 0s 2024-08-20T22:01:14.2995378Z #7 51.19 3100K .......... .......... .......... .......... .......... 19% 300M 0s 2024-08-20T22:01:14.2996028Z #7 51.19 3150K .......... .......... .......... .......... .......... 19% 312M 0s 2024-08-20T22:01:14.2996699Z #7 51.19 3200K .......... .......... .......... .......... .......... 20% 277M 0s 2024-08-20T22:01:14.2997364Z #7 51.19 3250K .......... .......... .......... .......... .......... 20% 302M 0s 2024-08-20T22:01:14.2998016Z #7 51.19 3300K .......... .......... .......... .......... .......... 20% 266M 0s 2024-08-20T22:01:14.2998681Z #7 51.19 3350K .......... .......... .......... .......... .......... 21% 275M 0s 2024-08-20T22:01:14.2999352Z #7 51.19 3400K .......... .......... .......... .......... .......... 21% 340M 0s 2024-08-20T22:01:14.3000015Z #7 51.19 3450K .......... .......... .......... .......... .......... 21% 333M 0s 2024-08-20T22:01:14.3000671Z #7 51.19 3500K .......... .......... .......... .......... .......... 22% 296M 0s 2024-08-20T22:01:14.3001330Z #7 51.19 3550K .......... .......... .......... .......... .......... 22% 292M 0s 2024-08-20T22:01:14.3001993Z #7 51.19 3600K .......... .......... .......... .......... .......... 22% 294M 0s 2024-08-20T22:01:14.3002738Z #7 51.19 3650K .......... .......... .......... .......... .......... 23% 304M 0s 2024-08-20T22:01:14.3003407Z #7 51.19 3700K .......... .......... .......... .......... .......... 23% 273M 0s 2024-08-20T22:01:14.3004074Z #7 51.19 3750K .......... .......... .......... .......... .......... 23% 267M 0s 2024-08-20T22:01:14.3004741Z #7 51.19 3800K .......... .......... .......... .......... .......... 23% 286M 0s 2024-08-20T22:01:14.3005402Z #7 51.19 3850K .......... .......... .......... .......... .......... 24% 322M 0s 2024-08-20T22:01:14.3006073Z #7 51.19 3900K .......... .......... .......... .......... .......... 24% 296M 0s 2024-08-20T22:01:14.3006735Z #7 51.19 3950K .......... .......... .......... .......... .......... 24% 301M 0s 2024-08-20T22:01:14.3007390Z #7 51.19 4000K .......... .......... .......... .......... .......... 25% 275M 0s 2024-08-20T22:01:14.3008058Z #7 51.19 4050K .......... .......... .......... .......... .......... 25% 303M 0s 2024-08-20T22:01:14.3008726Z #7 51.19 4100K .......... .......... .......... .......... .......... 25% 309M 0s 2024-08-20T22:01:14.3009377Z #7 51.19 4150K .......... .......... .......... .......... .......... 26% 225M 0s 2024-08-20T22:01:14.3010041Z #7 51.19 4200K .......... .......... .......... .......... .......... 26% 292M 0s 2024-08-20T22:01:14.3010703Z #7 51.19 4250K .......... .......... .......... .......... .......... 26% 346M 0s 2024-08-20T22:01:14.3011430Z #7 51.19 4300K .......... .......... .......... .......... .......... 27% 320M 0s 2024-08-20T22:01:14.3012083Z #7 51.19 4350K .......... .......... .......... .......... .......... 27% 301M 0s 2024-08-20T22:01:14.3012742Z #7 51.19 4400K .......... .......... .......... .......... .......... 27% 301M 0s 2024-08-20T22:01:14.3013405Z #7 51.19 4450K .......... .......... .......... .......... .......... 27% 304M 0s 2024-08-20T22:01:14.3014164Z #7 51.19 4500K .......... .......... .......... .......... .......... 28% 306M 0s 2024-08-20T22:01:14.3014837Z #7 51.19 4550K .......... .......... .......... .......... .......... 28% 268M 0s 2024-08-20T22:01:14.3015507Z #7 51.19 4600K .......... .......... .......... .......... .......... 28% 300M 0s 2024-08-20T22:01:14.3016156Z #7 51.19 4650K .......... .......... .......... .......... .......... 29% 311M 0s 2024-08-20T22:01:14.3016826Z #7 51.19 4700K .......... .......... .......... .......... .......... 29% 304M 0s 2024-08-20T22:01:14.3017495Z #7 51.19 4750K .......... .......... .......... .......... .......... 29% 303M 0s 2024-08-20T22:01:14.3018153Z #7 51.19 4800K .......... .......... .......... .......... .......... 30% 277M 0s 2024-08-20T22:01:14.3018803Z #7 51.19 4850K .......... .......... .......... .......... .......... 30% 339M 0s 2024-08-20T22:01:14.3019467Z #7 51.19 4900K .......... .......... .......... .......... .......... 30% 272M 0s 2024-08-20T22:01:14.3020130Z #7 51.19 4950K .......... .......... .......... .......... .......... 31% 266M 0s 2024-08-20T22:01:14.3020786Z #7 51.19 5000K .......... .......... .......... .......... .......... 31% 331M 0s 2024-08-20T22:01:14.3021446Z #7 51.19 5050K .......... .......... .......... .......... .......... 31% 305M 0s 2024-08-20T22:01:14.3022108Z #7 51.19 5100K .......... .......... .......... .......... .......... 32% 280M 0s 2024-08-20T22:01:14.3022771Z #7 51.19 5150K .......... .......... .......... .......... .......... 32% 40.5M 0s 2024-08-20T22:01:14.3023432Z #7 51.20 5200K .......... .......... .......... .......... .......... 32% 313M 0s 2024-08-20T22:01:14.3024092Z #7 51.20 5250K .......... .......... .......... .......... .......... 32% 49.7M 0s 2024-08-20T22:01:14.3024759Z #7 51.20 5300K .......... .......... .......... .......... .......... 33% 332M 0s 2024-08-20T22:01:14.3025412Z #7 51.20 5350K .......... .......... .......... .......... .......... 33% 42.6M 0s 2024-08-20T22:01:14.3026077Z #7 51.20 5400K .......... .......... .......... .......... .......... 33% 280M 0s 2024-08-20T22:01:14.3026822Z #7 51.20 5450K .......... .......... .......... .......... .......... 34% 274M 0s 2024-08-20T22:01:14.3027474Z #7 51.20 5500K .......... .......... .......... .......... .......... 34% 293M 0s 2024-08-20T22:01:14.3028144Z #7 51.20 5550K .......... .......... .......... .......... .......... 34% 305M 0s 2024-08-20T22:01:14.3028810Z #7 51.20 5600K .......... .......... .......... .......... .......... 35% 59.8M 0s 2024-08-20T22:01:14.3029483Z #7 51.20 5650K .......... .......... .......... .......... .......... 35% 41.5M 0s 2024-08-20T22:01:14.3030140Z #7 51.20 5700K .......... .......... .......... .......... .......... 35% 287M 0s 2024-08-20T22:01:14.3030970Z #7 51.20 5750K .......... .......... .......... .......... .......... 36% 303M 0s 2024-08-20T22:01:14.3031644Z #7 51.20 5800K .......... .......... .......... .......... .......... 36% 49.0M 0s 2024-08-20T22:01:14.3032296Z #7 51.20 5850K .......... .......... .......... .......... .......... 36% 297M 0s 2024-08-20T22:01:14.3032972Z #7 51.20 5900K .......... .......... .......... .......... .......... 36% 302M 0s 2024-08-20T22:01:14.3033639Z #7 51.20 5950K .......... .......... .......... .......... .......... 37% 305M 0s 2024-08-20T22:01:14.3034294Z #7 51.20 6000K .......... .......... .......... .......... .......... 37% 53.7M 0s 2024-08-20T22:01:14.3034961Z #7 51.20 6050K .......... .......... .......... .......... .......... 37% 43.0M 0s 2024-08-20T22:01:14.3035726Z #7 51.21 6100K .......... .......... .......... .......... .......... 38% 305M 0s 2024-08-20T22:01:14.3036398Z #7 51.21 6150K .......... .......... .......... .......... .......... 38% 28.0M 0s 2024-08-20T22:01:14.3037050Z #7 51.21 6200K .......... .......... .......... .......... .......... 38% 213M 0s 2024-08-20T22:01:14.3037716Z #7 51.21 6250K .......... .......... .......... .......... .......... 39% 149M 0s 2024-08-20T22:01:14.3038384Z #7 51.21 6300K .......... .......... .......... .......... .......... 39% 333M 0s 2024-08-20T22:01:14.3039042Z #7 51.21 6350K .......... .......... .......... .......... .......... 39% 267M 0s 2024-08-20T22:01:14.3039707Z #7 51.21 6400K .......... .......... .......... .......... .......... 40% 299M 0s 2024-08-20T22:01:14.3040369Z #7 51.21 6450K .......... .......... .......... .......... .......... 40% 56.4M 0s 2024-08-20T22:01:14.3041033Z #7 51.21 6500K .......... .......... .......... .......... .......... 40% 307M 0s 2024-08-20T22:01:14.3041691Z #7 51.21 6550K .......... .......... .......... .......... .......... 41% 45.4M 0s 2024-08-20T22:01:14.3042358Z #7 51.21 6600K .......... .......... .......... .......... .......... 41% 42.0M 0s 2024-08-20T22:01:14.3043021Z #7 51.21 6650K .......... .......... .......... .......... .......... 41% 285M 0s 2024-08-20T22:01:14.3043676Z #7 51.21 6700K .......... .......... .......... .......... .......... 41% 272M 0s 2024-08-20T22:01:14.3044339Z #7 51.21 6750K .......... .......... .......... .......... .......... 42% 286M 0s 2024-08-20T22:01:14.3045009Z #7 51.21 6800K .......... .......... .......... .......... .......... 42% 54.5M 0s 2024-08-20T22:01:14.3045659Z #7 51.21 6850K .......... .......... .......... .......... .......... 42% 302M 0s 2024-08-20T22:01:14.3046324Z #7 51.21 6900K .......... .......... .......... .......... .......... 43% 353M 0s 2024-08-20T22:01:14.5375871Z #7 51.21 6950K .......... .......... .......... .......... .......... 43% 44.1M 0s 2024-08-20T22:01:14.5377069Z #7 51.21 7000K .......... .......... .......... .......... .......... 43% 42.7M 0s 2024-08-20T22:01:14.5378122Z #7 51.22 7050K .......... .......... .......... .......... .......... 44% 300M 0s 2024-08-20T22:01:14.5379180Z #7 51.22 7100K .......... .......... .......... .......... .......... 44% 299M 0s 2024-08-20T22:01:14.5380096Z #7 51.22 7150K .......... .......... .......... .......... .......... 44% 46.1M 0s 2024-08-20T22:01:14.5380775Z #7 51.22 7200K .......... .......... .......... .......... .......... 45% 292M 0s 2024-08-20T22:01:14.5381663Z #7 51.22 7250K .......... .......... .......... .......... .......... 45% 312M 0s 2024-08-20T22:01:14.5382344Z #7 51.22 7300K .......... .......... .......... .......... .......... 45% 71.1M 0s 2024-08-20T22:01:14.5383019Z #7 51.22 7350K .......... .......... .......... .......... .......... 46% 116M 0s 2024-08-20T22:01:14.5383697Z #7 51.22 7400K .......... .......... .......... .......... .......... 46% 280M 0s 2024-08-20T22:01:14.5384364Z #7 51.22 7450K .......... .......... .......... .......... .......... 46% 51.7M 0s 2024-08-20T22:01:14.5385031Z #7 51.22 7500K .......... .......... .......... .......... .......... 46% 41.6M 0s 2024-08-20T22:01:14.5385701Z #7 51.22 7550K .......... .......... .......... .......... .......... 47% 333M 0s 2024-08-20T22:01:14.5386360Z #7 51.22 7600K .......... .......... .......... .......... .......... 47% 210M 0s 2024-08-20T22:01:14.5387030Z #7 51.22 7650K .......... .......... .......... .......... .......... 47% 302M 0s 2024-08-20T22:01:14.5387730Z #7 51.22 7700K .......... .......... .......... .......... .......... 48% 53.3M 0s 2024-08-20T22:01:14.5388399Z #7 51.22 7750K .......... .......... .......... .......... .......... 48% 299M 0s 2024-08-20T22:01:14.5389072Z #7 51.22 7800K .......... .......... .......... .......... .......... 48% 294M 0s 2024-08-20T22:01:14.5389727Z #7 51.22 7850K .......... .......... .......... .......... .......... 49% 44.2M 0s 2024-08-20T22:01:14.5390494Z #7 51.22 7900K .......... .......... .......... .......... .......... 49% 47.2M 0s 2024-08-20T22:01:14.5391168Z #7 51.22 7950K .......... .......... .......... .......... .......... 49% 279M 0s 2024-08-20T22:01:14.5391829Z #7 51.22 8000K .......... .......... .......... .......... .......... 50% 309M 0s 2024-08-20T22:01:14.5392501Z #7 51.22 8050K .......... .......... .......... .......... .......... 50% 308M 0s 2024-08-20T22:01:14.5393175Z #7 51.22 8100K .......... .......... .......... .......... .......... 50% 48.0M 0s 2024-08-20T22:01:14.5393852Z #7 51.23 8150K .......... .......... .......... .......... .......... 50% 295M 0s 2024-08-20T22:01:14.5394516Z #7 51.23 8200K .......... .......... .......... .......... .......... 51% 72.2M 0s 2024-08-20T22:01:14.5395188Z #7 51.23 8250K .......... .......... .......... .......... .......... 51% 115M 0s 2024-08-20T22:01:14.5395857Z #7 51.23 8300K .......... .......... .......... .......... .......... 51% 41.5M 0s 2024-08-20T22:01:14.5396521Z #7 51.23 8350K .......... .......... .......... .......... .......... 52% 298M 0s 2024-08-20T22:01:14.5397187Z #7 51.23 8400K .......... .......... .......... .......... .......... 52% 46.3M 0s 2024-08-20T22:01:14.5397851Z #7 51.23 8450K .......... .......... .......... .......... .......... 52% 248M 0s 2024-08-20T22:01:14.5398514Z #7 51.23 8500K .......... .......... .......... .......... .......... 53% 306M 0s 2024-08-20T22:01:14.5399172Z #7 51.23 8550K .......... .......... .......... .......... .......... 53% 359M 0s 2024-08-20T22:01:14.5399843Z #7 51.23 8600K .......... .......... .......... .......... .......... 53% 56.9M 0s 2024-08-20T22:01:14.5400510Z #7 51.23 8650K .......... .......... .......... .......... .......... 54% 41.7M 0s 2024-08-20T22:01:14.5401164Z #7 51.23 8700K .......... .......... .......... .......... .......... 54% 313M 0s 2024-08-20T22:01:14.5401825Z #7 51.23 8750K .......... .......... .......... .......... .......... 54% 243M 0s 2024-08-20T22:01:14.5402494Z #7 51.23 8800K .......... .......... .......... .......... .......... 55% 49.9M 0s 2024-08-20T22:01:14.5403147Z #7 51.23 8850K .......... .......... .......... .......... .......... 55% 44.6M 0s 2024-08-20T22:01:14.5403816Z #7 51.23 8900K .......... .......... .......... .......... .......... 55% 307M 0s 2024-08-20T22:01:14.5404484Z #7 51.23 8950K .......... .......... .......... .......... .......... 55% 320M 0s 2024-08-20T22:01:14.5405146Z #7 51.23 9000K .......... .......... .......... .......... .......... 56% 301M 0s 2024-08-20T22:01:14.5405878Z #7 51.23 9050K .......... .......... .......... .......... .......... 56% 52.3M 0s 2024-08-20T22:01:14.5406548Z #7 51.24 9100K .......... .......... .......... .......... .......... 56% 258M 0s 2024-08-20T22:01:14.5407217Z #7 51.24 9150K .......... .......... .......... .......... .......... 57% 303M 0s 2024-08-20T22:01:14.5407875Z #7 51.24 9200K .......... .......... .......... .......... .......... 57% 51.1M 0s 2024-08-20T22:01:14.5408554Z #7 51.24 9250K .......... .......... .......... .......... .......... 57% 278M 0s 2024-08-20T22:01:14.5409226Z #7 51.24 9300K .......... .......... .......... .......... .......... 58% 48.1M 0s 2024-08-20T22:01:14.5409884Z #7 51.24 9350K .......... .......... .......... .......... .......... 58% 41.8M 0s 2024-08-20T22:01:14.5410551Z #7 51.24 9400K .......... .......... .......... .......... .......... 58% 287M 0s 2024-08-20T22:01:14.5411218Z #7 51.24 9450K .......... .......... .......... .......... .......... 59% 283M 0s 2024-08-20T22:01:14.5411890Z #7 51.24 9500K .......... .......... .......... .......... .......... 59% 283M 0s 2024-08-20T22:01:14.5412544Z #7 51.24 9550K .......... .......... .......... .......... .......... 59% 83.2M 0s 2024-08-20T22:01:14.5413207Z #7 51.24 9600K .......... .......... .......... .......... .......... 60% 119M 0s 2024-08-20T22:01:14.5413995Z #7 51.24 9650K .......... .......... .......... .......... .......... 60% 338M 0s 2024-08-20T22:01:14.5414737Z #7 51.24 9700K .......... .......... .......... .......... .......... 60% 46.0M 0s 2024-08-20T22:01:14.5415409Z #7 51.24 9750K .......... .......... .......... .......... .......... 60% 45.3M 0s 2024-08-20T22:01:14.5416078Z #7 51.24 9800K .......... .......... .......... .......... .......... 61% 311M 0s 2024-08-20T22:01:14.5416744Z #7 51.24 9850K .......... .......... .......... .......... .......... 61% 302M 0s 2024-08-20T22:01:14.5417399Z #7 51.24 9900K .......... .......... .......... .......... .......... 61% 251M 0s 2024-08-20T22:01:14.5418070Z #7 51.24 9950K .......... .......... .......... .......... .......... 62% 52.8M 0s 2024-08-20T22:01:14.5418744Z #7 51.24 10000K .......... .......... .......... .......... .......... 62% 294M 0s 2024-08-20T22:01:14.5419410Z #7 51.24 10050K .......... .......... .......... .......... .......... 62% 49.9M 0s 2024-08-20T22:01:14.5420083Z #7 51.25 10100K .......... .......... .......... .......... .......... 63% 292M 0s 2024-08-20T22:01:14.5420764Z #7 51.25 10150K .......... .......... .......... .......... .......... 63% 41.6M 0s 2024-08-20T22:01:14.5421427Z #7 51.25 10200K .......... .......... .......... .......... .......... 63% 305M 0s 2024-08-20T22:01:14.5422103Z #7 51.25 10250K .......... .......... .......... .......... .......... 64% 49.7M 0s 2024-08-20T22:01:14.5422771Z #7 51.25 10300K .......... .......... .......... .......... .......... 64% 286M 0s 2024-08-20T22:01:14.5423445Z #7 51.25 10350K .......... .......... .......... .......... .......... 64% 43.1M 0s 2024-08-20T22:01:14.5424108Z #7 51.25 10400K .......... .......... .......... .......... .......... 64% 260M 0s 2024-08-20T22:01:14.5424782Z #7 51.25 10450K .......... .......... .......... .......... .......... 65% 346M 0s 2024-08-20T22:01:14.5425454Z #7 51.25 10500K .......... .......... .......... .......... .......... 65% 77.1M 0s 2024-08-20T22:01:14.5426120Z #7 51.25 10550K .......... .......... .......... .......... .......... 65% 115M 0s 2024-08-20T22:01:14.5426793Z #7 51.25 10600K .......... .......... .......... .......... .......... 66% 277M 0s 2024-08-20T22:01:14.5427467Z #7 51.25 10650K .......... .......... .......... .......... .......... 66% 50.3M 0s 2024-08-20T22:01:14.5428130Z #7 51.25 10700K .......... .......... .......... .......... .......... 66% 38.7M 0s 2024-08-20T22:01:14.5428808Z #7 51.25 10750K .......... .......... .......... .......... .......... 67% 242M 0s 2024-08-20T22:01:14.5429477Z #7 51.25 10800K .......... .......... .......... .......... .......... 67% 263M 0s 2024-08-20T22:01:14.5430209Z #7 51.25 10850K .......... .......... .......... .......... .......... 67% 337M 0s 2024-08-20T22:01:14.5431086Z #7 51.25 10900K .......... .......... .......... .......... .......... 68% 57.9M 0s 2024-08-20T22:01:14.5431769Z #7 51.25 10950K .......... .......... .......... .......... .......... 68% 335M 0s 2024-08-20T22:01:14.5432449Z #7 51.25 11000K .......... .......... .......... .......... .......... 68% 299M 0s 2024-08-20T22:01:14.5433120Z #7 51.26 11050K .......... .......... .......... .......... .......... 69% 47.3M 0s 2024-08-20T22:01:14.5433795Z #7 51.26 11100K .......... .......... .......... .......... .......... 69% 351M 0s 2024-08-20T22:01:14.5434471Z #7 51.26 11150K .......... .......... .......... .......... .......... 69% 60.0M 0s 2024-08-20T22:01:14.5435150Z #7 51.26 11200K .......... .......... .......... .......... .......... 69% 35.8M 0s 2024-08-20T22:01:14.5435813Z #7 51.26 11250K .......... .......... .......... .......... .......... 70% 231M 0s 2024-08-20T22:01:14.5436488Z #7 51.26 11300K .......... .......... .......... .......... .......... 70% 296M 0s 2024-08-20T22:01:14.5437159Z #7 51.26 11350K .......... .......... .......... .......... .......... 70% 318M 0s 2024-08-20T22:01:14.5437823Z #7 51.26 11400K .......... .......... .......... .......... .......... 71% 53.2M 0s 2024-08-20T22:01:14.5438501Z #7 51.26 11450K .......... .......... .......... .......... .......... 71% 250M 0s 2024-08-20T22:01:14.5439283Z #7 51.26 11500K .......... .......... .......... .......... .......... 71% 283M 0s 2024-08-20T22:01:14.5439948Z #7 51.26 11550K .......... .......... .......... .......... .......... 72% 50.4M 0s 2024-08-20T22:01:14.5440631Z #7 51.26 11600K .......... .......... .......... .......... .......... 72% 46.4M 0s 2024-08-20T22:01:14.5441309Z #7 51.26 11650K .......... .......... .......... .......... .......... 72% 192M 0s 2024-08-20T22:01:14.5441983Z #7 51.26 11700K .......... .......... .......... .......... .......... 73% 231M 0s 2024-08-20T22:01:14.5442655Z #7 51.26 11750K .......... .......... .......... .......... .......... 73% 56.8M 0s 2024-08-20T22:01:14.5443330Z #7 51.26 11800K .......... .......... .......... .......... .......... 73% 228M 0s 2024-08-20T22:01:14.5444001Z #7 51.26 11850K .......... .......... .......... .......... .......... 73% 249M 0s 2024-08-20T22:01:14.5444661Z #7 51.26 11900K .......... .......... .......... .......... .......... 74% 226M 0s 2024-08-20T22:01:14.5445340Z #7 51.26 11950K .......... .......... .......... .......... .......... 74% 64.9M 0s 2024-08-20T22:01:14.5446012Z #7 51.27 12000K .......... .......... .......... .......... .......... 74% 45.8M 0s 2024-08-20T22:01:14.5446677Z #7 51.27 12050K .......... .......... .......... .......... .......... 75% 218M 0s 2024-08-20T22:01:14.5447348Z #7 51.27 12100K .......... .......... .......... .......... .......... 75% 53.1M 0s 2024-08-20T22:01:14.5448024Z #7 51.27 12150K .......... .......... .......... .......... .......... 75% 245M 0s 2024-08-20T22:01:14.5448705Z #7 51.27 12200K .......... .......... .......... .......... .......... 76% 43.6M 0s 2024-08-20T22:01:14.5449365Z #7 51.27 12250K .......... .......... .......... .......... .......... 76% 246M 0s 2024-08-20T22:01:14.5450039Z #7 51.27 12300K .......... .......... .......... .......... .......... 76% 220M 0s 2024-08-20T22:01:14.5450712Z #7 51.27 12350K .......... .......... .......... .......... .......... 77% 239M 0s 2024-08-20T22:01:14.5451381Z #7 51.27 12400K .......... .......... .......... .......... .......... 77% 58.9M 0s 2024-08-20T22:01:14.5452057Z #7 51.27 12450K .......... .......... .......... .......... .......... 77% 216M 0s 2024-08-20T22:01:14.5452730Z #7 51.27 12500K .......... .......... .......... .......... .......... 78% 54.5M 0s 2024-08-20T22:01:14.5453393Z #7 51.27 12550K .......... .......... .......... .......... .......... 78% 43.6M 0s 2024-08-20T22:01:14.5454170Z #7 51.27 12600K .......... .......... .......... .......... .......... 78% 236M 0s 2024-08-20T22:01:14.5454936Z #7 51.27 12650K .......... .......... .......... .......... .......... 78% 230M 0s 2024-08-20T22:01:14.5455611Z #7 51.27 12700K .......... .......... .......... .......... .......... 79% 255M 0s 2024-08-20T22:01:14.5456279Z #7 51.27 12750K .......... .......... .......... .......... .......... 79% 58.4M 0s 2024-08-20T22:01:14.5456955Z #7 51.27 12800K .......... .......... .......... .......... .......... 79% 202M 0s 2024-08-20T22:01:14.5457674Z #7 51.27 12850K .......... .......... .......... .......... .......... 80% 310M 0s 2024-08-20T22:01:14.5458345Z #7 51.27 12900K .......... .......... .......... .......... .......... 80% 50.4M 0s 2024-08-20T22:01:14.5459008Z #7 51.28 12950K .......... .......... .......... .......... .......... 80% 297M 0s 2024-08-20T22:01:14.5459688Z #7 51.28 13000K .......... .......... .......... .......... .......... 81% 49.3M 0s 2024-08-20T22:01:14.5460366Z #7 51.28 13050K .......... .......... .......... .......... .......... 81% 293M 0s 2024-08-20T22:01:14.5461048Z #7 51.28 13100K .......... .......... .......... .......... .......... 81% 43.9M 0s 2024-08-20T22:01:14.5461707Z #7 51.28 13150K .......... .......... .......... .......... .......... 82% 286M 0s 2024-08-20T22:01:14.5462377Z #7 51.28 13200K .......... .......... .......... .......... .......... 82% 260M 0s 2024-08-20T22:01:14.5463051Z #7 51.28 13250K .......... .......... .......... .......... .......... 82% 50.1M 0s 2024-08-20T22:01:14.5463784Z #7 51.28 13300K .......... .......... .......... .......... .......... 83% 286M 0s 2024-08-20T22:01:14.5464464Z #7 51.28 13350K .......... .......... .......... .......... .......... 83% 303M 0s 2024-08-20T22:01:14.5465139Z #7 51.28 13400K .......... .......... .......... .......... .......... 83% 43.8M 0s 2024-08-20T22:01:14.5465802Z #7 51.28 13450K .......... .......... .......... .......... .......... 83% 52.5M 0s 2024-08-20T22:01:14.5466552Z #7 51.28 13500K .......... .......... .......... .......... .......... 84% 312M 0s 2024-08-20T22:01:14.5467187Z #7 51.28 13550K .......... .......... .......... .......... .......... 84% 332M 0s 2024-08-20T22:01:14.5467813Z #7 51.28 13600K .......... .......... .......... .......... .......... 84% 46.9M 0s 2024-08-20T22:01:14.5468429Z #7 51.28 13650K .......... .......... .......... .......... .......... 85% 268M 0s 2024-08-20T22:01:14.5469055Z #7 51.28 13700K .......... .......... .......... .......... .......... 85% 265M 0s 2024-08-20T22:01:14.5469684Z #7 51.28 13750K .......... .......... .......... .......... .......... 85% 219M 0s 2024-08-20T22:01:14.5470295Z #7 51.28 13800K .......... .......... .......... .......... .......... 86% 63.4M 0s 2024-08-20T22:01:14.5470919Z #7 51.28 13850K .......... .......... .......... .......... .......... 86% 43.4M 0s 2024-08-20T22:01:14.5471544Z #7 51.29 13900K .......... .......... .......... .......... .......... 86% 214M 0s 2024-08-20T22:01:14.5472158Z #7 51.29 13950K .......... .......... .......... .......... .......... 87% 242M 0s 2024-08-20T22:01:14.5472781Z #7 51.29 14000K .......... .......... .......... .......... .......... 87% 57.7M 0s 2024-08-20T22:01:14.5473408Z #7 51.29 14050K .......... .......... .......... .......... .......... 87% 43.2M 0s 2024-08-20T22:01:14.5474032Z #7 51.29 14100K .......... .......... .......... .......... .......... 87% 232M 0s 2024-08-20T22:01:14.5474644Z #7 51.29 14150K .......... .......... .......... .......... .......... 88% 281M 0s 2024-08-20T22:01:14.5475268Z #7 51.29 14200K .......... .......... .......... .......... .......... 88% 308M 0s 2024-08-20T22:01:14.5475890Z #7 51.29 14250K .......... .......... .......... .......... .......... 88% 43.5M 0s 2024-08-20T22:01:14.5476500Z #7 51.29 14300K .......... .......... .......... .......... .......... 89% 265M 0s 2024-08-20T22:01:14.5477121Z #7 51.29 14350K .......... .......... .......... .......... .......... 89% 50.3M 0s 2024-08-20T22:01:14.5477805Z #7 51.29 14400K .......... .......... .......... .......... .......... 89% 40.5M 0s 2024-08-20T22:01:14.5478426Z #7 51.29 14450K .......... .......... .......... .......... .......... 90% 216M 0s 2024-08-20T22:01:14.5479042Z #7 51.29 14500K .......... .......... .......... .......... .......... 90% 211M 0s 2024-08-20T22:01:14.5479668Z #7 51.29 14550K .......... .......... .......... .......... .......... 90% 249M 0s 2024-08-20T22:01:14.5480298Z #7 51.29 14600K .......... .......... .......... .......... .......... 91% 52.7M 0s 2024-08-20T22:01:14.5480915Z #7 51.29 14650K .......... .......... .......... .......... .......... 91% 201M 0s 2024-08-20T22:01:14.5481539Z #7 51.29 14700K .......... .......... .......... .......... .......... 91% 256M 0s 2024-08-20T22:01:14.5482156Z #7 51.29 14750K .......... .......... .......... .......... .......... 92% 40.4M 0s 2024-08-20T22:01:14.5482771Z #7 51.29 14800K .......... .......... .......... .......... .......... 92% 204M 0s 2024-08-20T22:01:14.5483397Z #7 51.29 14850K .......... .......... .......... .......... .......... 92% 216M 0s 2024-08-20T22:01:14.5484017Z #7 51.30 14900K .......... .......... .......... .......... .......... 92% 225M 0s 2024-08-20T22:01:14.5484639Z #7 51.30 14950K .......... .......... .......... .......... .......... 93% 93.6M 0s 2024-08-20T22:01:14.5485249Z #7 51.30 15000K .......... .......... .......... .......... .......... 93% 217M 0s 2024-08-20T22:01:14.5485874Z #7 51.30 15050K .......... .......... .......... .......... .......... 93% 46.9M 0s 2024-08-20T22:01:14.5486553Z #7 51.30 15100K .......... .......... .......... .......... .......... 94% 295M 0s 2024-08-20T22:01:14.5487163Z #7 51.30 15150K .......... .......... .......... .......... .......... 94% 44.6M 0s 2024-08-20T22:01:14.5487784Z #7 51.30 15200K .......... .......... .......... .......... .......... 94% 259M 0s 2024-08-20T22:01:14.5488403Z #7 51.30 15250K .......... .......... .......... .......... .......... 95% 268M 0s 2024-08-20T22:01:14.5489021Z #7 51.30 15300K .......... .......... .......... .......... .......... 95% 50.2M 0s 2024-08-20T22:01:14.5489648Z #7 51.30 15350K .......... .......... .......... .......... .......... 95% 252M 0s 2024-08-20T22:01:14.5490281Z #7 51.30 15400K .......... .......... .......... .......... .......... 96% 206M 0s 2024-08-20T22:01:14.5490899Z #7 51.30 15450K .......... .......... .......... .......... .......... 96% 50.1M 0s 2024-08-20T22:01:14.5491512Z #7 51.30 15500K .......... .......... .......... .......... .......... 96% 42.5M 0s 2024-08-20T22:01:14.5492137Z #7 51.30 15550K .......... .......... .......... .......... .......... 96% 211M 0s 2024-08-20T22:01:14.5492757Z #7 51.30 15600K .......... .......... .......... .......... .......... 97% 238M 0s 2024-08-20T22:01:14.5493367Z #7 51.30 15650K .......... .......... .......... .......... .......... 97% 227M 0s 2024-08-20T22:01:14.5494265Z #7 51.30 15700K .......... .......... .......... .......... .......... 97% 55.7M 0s 2024-08-20T22:01:14.5494947Z #7 51.30 15750K .......... .......... .......... .......... .......... 98% 216M 0s 2024-08-20T22:01:14.5495610Z #7 51.30 15800K .......... .......... .......... .......... .......... 98% 239M 0s 2024-08-20T22:01:14.5496286Z #7 51.30 15850K .......... .......... .......... .......... .......... 98% 43.1M 0s 2024-08-20T22:01:14.5496963Z #7 51.31 15900K .......... .......... .......... .......... .......... 99% 48.3M 0s 2024-08-20T22:01:14.5497636Z #7 51.31 15950K .......... .......... .......... .......... .......... 99% 213M 0s 2024-08-20T22:01:14.5498304Z #7 51.31 16000K .......... .......... .......... .......... .......... 99% 235M 0s 2024-08-20T22:01:14.5498984Z #7 51.31 16050K .......... .......... .......... ... 100% 20.8M=0.1s 2024-08-20T22:01:14.5499509Z #7 51.31 2024-08-20T22:01:14.5500276Z #7 51.31 2024-08-20 22:01:14 (112 MB/s) - 'valgrind-3.20.0.tar.bz2' saved [16469274/16469274] 2024-08-20T22:01:14.5500915Z #7 51.31 2024-08-20T22:01:14.5501274Z #7 51.31 + tar -xjf valgrind-3.20.0.tar.bz2 2024-08-20T22:01:17.4374511Z #7 54.36 + cd valgrind-3.20.0 2024-08-20T22:01:17.4375108Z #7 54.36 + ./configure --prefix=/usr/local 2024-08-20T22:01:17.5376769Z #7 54.43 checking for a BSD-compatible install... /usr/bin/install -c 2024-08-20T22:01:17.5377510Z #7 54.44 checking whether build environment is sane... yes 2024-08-20T22:01:17.5378223Z #7 54.45 checking for a race-free mkdir -p... /usr/bin/mkdir -p 2024-08-20T22:01:17.5378777Z #7 54.45 checking for gawk... no 2024-08-20T22:01:17.5379163Z #7 54.45 checking for mawk... mawk 2024-08-20T22:01:17.5379615Z #7 54.45 checking whether make sets $(MAKE)... yes 2024-08-20T22:01:17.6604986Z #7 54.46 checking whether make supports nested variables... yes 2024-08-20T22:01:17.6606157Z #7 54.47 checking whether to enable maintainer-specific portions of Makefiles... no 2024-08-20T22:01:17.6606926Z #7 54.47 checking whether ln -s works... yes 2024-08-20T22:01:17.6607385Z #7 54.47 checking for gcc... gcc 2024-08-20T22:01:17.6607840Z #7 54.49 checking whether the C compiler works... yes 2024-08-20T22:01:17.6608498Z #7 54.52 checking for C compiler default output file name... a.out 2024-08-20T22:01:17.6609090Z #7 54.52 checking for suffix of executables... 2024-08-20T22:01:17.6609631Z #7 54.55 checking whether we are cross compiling... no 2024-08-20T22:01:17.7696763Z #7 54.58 checking for suffix of object files... o 2024-08-20T22:01:17.7697436Z #7 54.60 checking whether the compiler supports GNU C... yes 2024-08-20T22:01:17.7698294Z #7 54.62 checking whether gcc accepts -g... yes 2024-08-20T22:01:17.7699739Z #7 54.64 checking for gcc option to enable C11 features... none needed 2024-08-20T22:01:17.7700627Z #7 54.66 checking whether gcc understands -c and -o together... yes 2024-08-20T22:01:17.8767788Z #7 54.69 checking whether make supports the include directive... yes (GNU style) 2024-08-20T22:01:17.8768553Z #7 54.70 checking dependency style of gcc... gcc3 2024-08-20T22:01:17.8769357Z #7 54.73 checking how to run the C preprocessor... gcc -E 2024-08-20T22:01:17.8769890Z #7 54.76 checking for g++... g++ 2024-08-20T22:01:17.8770403Z #7 54.78 checking whether the compiler supports GNU C++... yes 2024-08-20T22:01:17.9769274Z #7 54.80 checking whether g++ accepts -g... yes 2024-08-20T22:01:17.9770003Z #7 54.82 checking for g++ option to enable C++11 features... none needed 2024-08-20T22:01:17.9770667Z #7 54.87 checking dependency style of g++... gcc3 2024-08-20T22:01:17.9771151Z #7 54.90 checking for ranlib... ranlib 2024-08-20T22:01:18.0988873Z #7 54.90 checking for gcc-ranlib... /usr/bin/gcc-ranlib 2024-08-20T22:01:18.0989848Z #7 54.90 checking for a sed that does not truncate output... /usr/bin/sed 2024-08-20T22:01:18.0990506Z #7 54.91 checking for ar... /usr/bin/ar 2024-08-20T22:01:18.0991103Z #7 54.91 checking for gcc-ar... /usr/bin/gcc-ar 2024-08-20T22:01:18.0991574Z #7 54.91 checking for perl... /usr/bin/perl 2024-08-20T22:01:18.0992026Z #7 54.91 checking for gdb... /usr/bin/gdb 2024-08-20T22:01:18.0992500Z #7 54.91 checking dependency style of gcc... gcc3 2024-08-20T22:01:18.0993058Z #7 54.94 checking for diff -u... yes 2024-08-20T22:01:18.0993554Z #7 54.94 checking for a supported version of gcc... ok (9) 2024-08-20T22:01:18.0994224Z #7 54.95 checking build system type... x86_64-pc-linux-gnu 2024-08-20T22:01:18.0994875Z #7 54.99 checking host system type... x86_64-pc-linux-gnu 2024-08-20T22:01:18.0995426Z #7 54.99 checking for a supported CPU... ok (x86_64) 2024-08-20T22:01:18.0996008Z #7 54.99 checking for a 64-bit only build... no 2024-08-20T22:01:18.0996558Z #7 54.99 checking for a 32-bit only build... no 2024-08-20T22:01:18.0997152Z #7 54.99 checking for a supported OS... ok (linux-gnu) 2024-08-20T22:01:18.0997972Z #7 55.00 checking for the kernel version... 2.6 or later (6.1.94-99.176.amzn2023.x86_64) 2024-08-20T22:01:18.0998679Z #7 55.00 checking for 32 bit build support... no 2024-08-20T22:01:18.2182130Z #7 55.02 checking for a supported CPU/OS combination... ok (amd64-linux) 2024-08-20T22:01:18.2182837Z #7 55.02 checking for use as an inner Valgrind... no 2024-08-20T22:01:18.2183683Z #7 55.02 checking for using the undefined behaviour sanitiser... no 2024-08-20T22:01:18.2184266Z #7 55.02 checking for stdio.h... yes 2024-08-20T22:01:18.2184678Z #7 55.04 checking for stdlib.h... yes 2024-08-20T22:01:18.2185073Z #7 55.06 checking for string.h... yes 2024-08-20T22:01:18.2185484Z #7 55.08 checking for inttypes.h... yes 2024-08-20T22:01:18.2185908Z #7 55.10 checking for stdint.h... yes 2024-08-20T22:01:18.2186302Z #7 55.12 checking for strings.h... yes 2024-08-20T22:01:18.3320279Z #7 55.14 checking for sys/stat.h... yes 2024-08-20T22:01:18.3320819Z #7 55.16 checking for sys/types.h... yes 2024-08-20T22:01:18.3321266Z #7 55.18 checking for unistd.h... yes 2024-08-20T22:01:18.3321724Z #7 55.21 checking for sys/time.h... yes 2024-08-20T22:01:18.3322152Z #7 55.23 checking for sys/param.h... yes 2024-08-20T22:01:18.4426649Z #7 55.25 checking for features.h... yes 2024-08-20T22:01:18.4427728Z #7 55.28 checking for grep that handles long lines and -e... /usr/bin/grep 2024-08-20T22:01:18.4428487Z #7 55.29 checking for egrep... /usr/bin/grep -E 2024-08-20T22:01:18.4429081Z #7 55.31 checking whether pthread_create needs libpthread... yes 2024-08-20T22:01:18.4429668Z #7 55.34 checking the glibc version... 2.31 family 2024-08-20T22:01:18.4430143Z #7 55.35 checking for AT_FDCWD... yes 2024-08-20T22:01:18.5598362Z #7 55.37 checking for stpncpy... yes 2024-08-20T22:01:18.5598971Z #7 55.40 checking for PTRACE_GETREGS... yes 2024-08-20T22:01:18.5599469Z #7 55.42 checking for CLOCK_MONOTONIC... yes 2024-08-20T22:01:18.5600141Z #7 55.44 checking for Elf32_Chdr... yes 2024-08-20T22:01:18.6791928Z #7 55.48 checking for Elf64_Chdr... yes 2024-08-20T22:01:18.6792544Z #7 55.52 checking for pthread_rwlock_t... yes 2024-08-20T22:01:18.6793020Z #7 55.54 checking for clockid_t... yes 2024-08-20T22:01:18.6793504Z #7 55.56 checking for PTHREAD_MUTEX_ADAPTIVE_NP... yes 2024-08-20T22:01:18.6794085Z #7 55.58 checking for PTHREAD_MUTEX_ERRORCHECK_NP... yes 2024-08-20T22:01:18.7794734Z #7 55.60 checking for PTHREAD_MUTEX_RECURSIVE_NP... yes 2024-08-20T22:01:18.7796738Z #7 55.62 checking for PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP... yes 2024-08-20T22:01:18.7798271Z #7 55.64 checking for pthread_mutex_t.__m_kind... no 2024-08-20T22:01:18.7798848Z #7 55.68 checking for pthread_mutex_t.__data.__kind... yes 2024-08-20T22:01:18.8929291Z #7 55.70 checking if AT_HWCAP contains the altivec indicator... no 2024-08-20T22:01:18.8930058Z #7 55.70 checking if AT_HWCAP contains the vsx indicator... no 2024-08-20T22:01:18.8931293Z #7 55.70 checking if AT_HWCAP contains the dfp indicator... no 2024-08-20T22:01:18.8932102Z #7 55.71 checking if AT_HWCAP contains the arch_2_05 indicator... no 2024-08-20T22:01:18.8932810Z #7 55.71 checking if AT_HWCAP contains the arch_2_06 indicator... no 2024-08-20T22:01:18.8933598Z #7 55.71 checking if AT_HWCAP contains the arch_2_07 indicator... no 2024-08-20T22:01:18.8934309Z #7 55.71 checking if AT_HWCAP contains the arch_3_00 indicator... no 2024-08-20T22:01:18.8935014Z #7 55.71 checking if AT_HWCAP contains the arch_3_1 indicator... no 2024-08-20T22:01:18.8935674Z #7 55.71 checking if AT_HWCAP contains the htm indicator... no 2024-08-20T22:01:18.8936322Z #7 55.72 checking if AT_HWCAP contains the mma indicator... no 2024-08-20T22:01:18.8936995Z #7 55.72 checking that assembler knows ISA 2.07 instructions ... no 2024-08-20T22:01:18.8937646Z #7 55.74 checking for Altivec support in the compiler ... no 2024-08-20T22:01:18.8938237Z #7 55.75 checking for VSX compiler flag support... no 2024-08-20T22:01:18.8938816Z #7 55.76 checking for VSX support in the assembler ... no 2024-08-20T22:01:18.8939354Z #7 55.77 checking that assembler knows DFP... no 2024-08-20T22:01:18.8940171Z #7 55.79 checking that compiler knows -mhard-dfp switch... no 2024-08-20T22:01:18.8940795Z #7 55.80 checking that compiler knows DFP datatypes... yes 2024-08-20T22:01:18.9972937Z #7 55.82 checking if compiler accepts the -mhtm flag... no 2024-08-20T22:01:18.9973781Z #7 55.82 checking if compiler can find the htm builtins... no 2024-08-20T22:01:18.9974751Z #7 55.83 checking that assembler knows ISA 3.00 ... no 2024-08-20T22:01:18.9975316Z #7 55.86 checking that assembler knows xscvhpdp ... no 2024-08-20T22:01:18.9975906Z #7 55.88 checking that assembler knows darn instruction ... no 2024-08-20T22:01:18.9976502Z #7 55.90 checking that assembler knows ISA 3.1 ... no 2024-08-20T22:01:19.1033201Z #7 55.92 checking for pthread_create@GLIBC2.0()... no 2024-08-20T22:01:19.1033824Z #7 55.96 checking for dlinfo RTLD_DI_TLS_MODID... yes 2024-08-20T22:01:19.1034304Z #7 55.99 checking for eventfd()... yes 2024-08-20T22:01:19.2878702Z #7 56.03 checking that C++ compiler can include header file... yes 2024-08-20T22:01:19.4720310Z #7 56.21 checking that C++ compiler can include header file... yes 2024-08-20T22:01:19.6792732Z #7 56.39 checking that C++ compiler can use std::shared_timed_mutex... yes 2024-08-20T22:01:19.8350498Z #7 56.60 checking that C++ compiler can use std::timed_mutex... yes 2024-08-20T22:01:19.9352240Z #7 56.76 checking for struct user_regs_struct... yes 2024-08-20T22:01:19.9352835Z #7 56.79 checking for __NR_membarrier... yes 2024-08-20T22:01:19.9353579Z #7 56.81 checking if gcc accepts -m32... yes 2024-08-20T22:01:19.9354113Z #7 56.83 checking if gcc accepts -m64... yes 2024-08-20T22:01:19.9354691Z #7 56.85 checking if gcc accepts -march=octeon... no 2024-08-20T22:01:20.0478776Z #7 56.86 checking if gcc accepts -march=octeon2... no 2024-08-20T22:01:20.0479396Z #7 56.87 checking if gcc accepts -mmsa... no 2024-08-20T22:01:20.0480182Z #7 56.88 checking if gcc is producing mips n32 binaries... no 2024-08-20T22:01:20.0480843Z #7 56.89 checking if gcc is producing mips n64 binaries... no 2024-08-20T22:01:20.0481464Z #7 56.90 checking if gcc accepts -mmmx... yes 2024-08-20T22:01:20.0482001Z #7 56.92 checking if gcc accepts -msse... yes 2024-08-20T22:01:20.0482705Z #7 56.94 checking if gcc accepts -mpreferred-stack-boundary=2 -m32... yes 2024-08-20T22:01:20.0483449Z #7 56.95 checking if gcc accepts -mlong-double-128... yes 2024-08-20T22:01:20.1500137Z #7 56.97 checking for using the link time optimisation... no 2024-08-20T22:01:20.1501132Z #7 56.97 checking if gcc accepts -Wmemset-transposed-args... yes 2024-08-20T22:01:20.1501818Z #7 56.99 checking if gcc accepts -Wnonnull... yes 2024-08-20T22:01:20.1502386Z #7 57.00 checking if gcc accepts -Woverflow... yes 2024-08-20T22:01:20.1502995Z #7 57.02 checking if gcc accepts -Wpointer-sign... yes 2024-08-20T22:01:20.1503630Z #7 57.04 checking if gcc accepts -Wuninitialized... yes 2024-08-20T22:01:20.1504285Z #7 57.06 checking if gcc accepts -Wunused-function... yes 2024-08-20T22:01:20.2633037Z #7 57.07 checking if gcc accepts -Wstatic-local-in-inline... no 2024-08-20T22:01:20.2633870Z #7 57.09 checking if gcc accepts -Wmismatched-new-delete... no 2024-08-20T22:01:20.2634587Z #7 57.10 checking if gcc accepts -Winfinite-recursion... no 2024-08-20T22:01:20.2635290Z #7 57.12 checking if gcc accepts -Wexpansion-to-defined... yes 2024-08-20T22:01:20.2635995Z #7 57.14 checking if gcc accepts -Wwrite-strings... yes 2024-08-20T22:01:20.2636619Z #7 57.15 checking if gcc accepts -Wempty-body... yes 2024-08-20T22:01:20.2637190Z #7 57.17 checking if gcc accepts -Wformat... yes 2024-08-20T22:01:20.3638556Z #7 57.19 checking if gcc accepts -Wformat-signedness... yes 2024-08-20T22:01:20.3639278Z #7 57.20 checking if gcc accepts -Wcast-qual... yes 2024-08-20T22:01:20.3639949Z #7 57.22 checking if gcc accepts -Wold-style-declaration... yes 2024-08-20T22:01:20.3640687Z #7 57.24 checking if gcc accepts -Wignored-qualifiers... yes 2024-08-20T22:01:20.3641445Z #7 57.25 checking if gcc accepts -Wmissing-parameter-type... yes 2024-08-20T22:01:20.3642119Z #7 57.27 checking if gcc accepts -Wlogical-op... yes 2024-08-20T22:01:20.4642000Z #7 57.29 checking if gcc accepts -Wenum-conversion... no 2024-08-20T22:01:20.4643296Z #7 57.30 checking if gcc accepts -Wimplicit-fallthrough=2... yes 2024-08-20T22:01:20.4644573Z #7 57.32 checking if gcc accepts -Wformat-security... yes 2024-08-20T22:01:20.4645740Z #7 57.33 checking if gcc accepts -Wextra or -W... -Wextra 2024-08-20T22:01:20.4646380Z #7 57.35 checking if g++ accepts -faligned-new... yes 2024-08-20T22:01:20.4647041Z #7 57.37 checking if g++ accepts -fsized-deallocation... yes 2024-08-20T22:01:20.5745950Z #7 57.39 checking if g++ supports aligned new and delete... yes 2024-08-20T22:01:20.5746944Z #7 57.43 checking if gcc accepts -fno-stack-protector... yes 2024-08-20T22:01:20.5747680Z #7 57.45 checking if gcc accepts -finline-functions... yes 2024-08-20T22:01:20.5748341Z #7 57.46 checking if gcc accepts -fno-ipa-icf... yes 2024-08-20T22:01:20.5749037Z #7 57.48 checking if gcc accepts --param inline-unit-growth... yes 2024-08-20T22:01:20.6748584Z #7 57.50 checking if gcc accepts -gdwarf-4 -fdebug-types-section... yes 2024-08-20T22:01:20.6749380Z #7 57.51 checking if gcc accepts -g -gz=zlib... yes 2024-08-20T22:01:20.6750003Z #7 57.55 checking if gcc accepts -g -gz=zlib-gnu... yes 2024-08-20T22:01:20.6750587Z #7 57.58 checking if gcc accepts nested functions... yes 2024-08-20T22:01:20.7824520Z #7 57.60 checking if gcc accepts the 'p' constraint in asm statements... yes 2024-08-20T22:01:20.7825318Z #7 57.61 checking if gcc accepts -pie... yes 2024-08-20T22:01:20.7825875Z #7 57.65 checking if gcc accepts -ansi... yes 2024-08-20T22:01:20.7826435Z #7 57.66 checking if gcc accepts -no-pie... yes 2024-08-20T22:01:20.7827071Z #7 57.68 checking if the linker accepts -Wl,--image-base... no 2024-08-20T22:01:20.8855541Z #7 57.70 checking if the linker accepts -Wl,-Ttext-segment... yes 2024-08-20T22:01:20.8856852Z #7 57.73 configure: ld --image-base or -Ttext-segment used, no need to strip build-id NOTEs. 2024-08-20T22:01:20.8857685Z #7 57.73 checking if ppc32/64 as supports mtocrf/mfocrf... no 2024-08-20T22:01:20.8858474Z #7 57.75 checking if ppc32/64 asm supports phased out floating point instructions... no 2024-08-20T22:01:20.8859320Z #7 57.77 checking if amd64 assembler supports fxsave64/fxrstor64... yes 2024-08-20T22:01:20.8859997Z #7 57.79 checking if x86/amd64 assembler speaks SSE3... yes 2024-08-20T22:01:20.9884281Z #7 57.81 checking if x86/amd64 assembler speaks SSSE3... yes 2024-08-20T22:01:20.9885294Z #7 57.83 checking if x86/amd64 assembler supports 'pclmulqdq'... yes 2024-08-20T22:01:20.9886142Z #7 57.84 checking if x86/amd64 assembler supports 'vpclmulqdq'... yes 2024-08-20T22:01:20.9887030Z #7 57.86 checking if x86/amd64 assembler supports FMA4 'vfmaddpd'... yes 2024-08-20T22:01:20.9887815Z #7 57.88 checking if x86/amd64 assembler supports 'lzcnt'... yes 2024-08-20T22:01:20.9888591Z #7 57.89 checking if x86/amd64 assembler supports 'loopnel'... yes 2024-08-20T22:01:21.0896481Z #7 57.91 checking if x86/amd64 assembler supports 'addr32'... yes 2024-08-20T22:01:21.0897191Z #7 57.93 checking if x86/amd64 assembler speaks SSE4.2... yes 2024-08-20T22:01:21.0897825Z #7 57.95 checking if x86/amd64 assembler speaks AVX... yes 2024-08-20T22:01:21.0898440Z #7 57.96 checking if x86/amd64 assembler speaks AVX2... yes 2024-08-20T22:01:21.0899045Z #7 57.98 checking if x86/amd64 assembler speaks TSX... yes 2024-08-20T22:01:21.0899709Z #7 57.99 checking if x86/amd64 assembler speaks BMI1 and BMI2... yes 2024-08-20T22:01:21.2037335Z #7 58.01 checking if x86/amd64 assembler speaks FMA... yes 2024-08-20T22:01:21.2038103Z #7 58.03 checking if amd64 assembler knows the MPX instructions... no 2024-08-20T22:01:21.2038845Z #7 58.04 checking if amd64 assembler knows the ADX instructions... yes 2024-08-20T22:01:21.2039621Z #7 58.06 checking if amd64 assembler knows the RDRAND instruction... yes 2024-08-20T22:01:21.2040403Z #7 58.08 checking if amd64 assembler knows the RDSEED instruction... yes 2024-08-20T22:01:21.2041149Z #7 58.09 checking if amd64 assembler knows the F16C instructions... yes 2024-08-20T22:01:21.2041885Z #7 58.11 checking if x86/amd64 assembler knows the MOVBE insn... yes 2024-08-20T22:01:21.3313744Z #7 58.13 checking if gcc supports the ifunc attribute... yes 2024-08-20T22:01:21.3314504Z #7 58.16 checking if gcc supports the armv8 crc feature flag... no 2024-08-20T22:01:21.3315694Z #7 58.17 checking if gcc supports the armv81 feature flag and assembler supports v8.1 instructions... no 2024-08-20T22:01:21.3316820Z #7 58.18 checking if gcc supports the armv82 feature flag and assembler supports v8.2 instructions... no 2024-08-20T22:01:21.3317612Z #7 58.22 checking for TLS support... yes 2024-08-20T22:01:21.4474552Z #7 58.26 checking for asm/unistd.h... yes 2024-08-20T22:01:21.4475077Z #7 58.28 checking for endian.h... yes 2024-08-20T22:01:21.4475562Z #7 58.30 checking for mqueue.h... yes 2024-08-20T22:01:21.4477042Z #7 58.32 checking for sys/endian.h... no 2024-08-20T22:01:21.4477477Z #7 58.35 checking for sys/epoll.h... yes 2024-08-20T22:01:21.5614129Z #7 58.37 checking for sys/eventfd.h... yes 2024-08-20T22:01:21.5614670Z #7 58.39 checking for sys/klog.h... yes 2024-08-20T22:01:21.5615097Z #7 58.41 checking for sys/poll.h... yes 2024-08-20T22:01:21.5615538Z #7 58.44 checking for sys/prctl.h... yes 2024-08-20T22:01:21.5615985Z #7 58.46 checking for sys/signal.h... yes 2024-08-20T22:01:21.7046111Z #7 58.48 checking for sys/signalfd.h... yes 2024-08-20T22:01:21.7046660Z #7 58.51 checking for sys/syscall.h... yes 2024-08-20T22:01:21.7047137Z #7 58.53 checking for sys/sysnvl.h... no 2024-08-20T22:01:21.7047641Z #7 58.55 checking for sys/time.h... (cached) yes 2024-08-20T22:01:21.7048149Z #7 58.55 checking for sys/types.h... (cached) yes 2024-08-20T22:01:21.7048685Z #7 58.55 checking if is usable... yes 2024-08-20T22:01:21.7049220Z #7 58.57 checking for uid_t in sys/types.h... yes 2024-08-20T22:01:21.7049948Z #7 58.58 checking for off_t... yes 2024-08-20T22:01:21.8246789Z #7 58.63 checking for size_t... yes 2024-08-20T22:01:21.8247281Z #7 58.68 checking for struct statx... yes 2024-08-20T22:01:21.9435577Z #7 58.75 checking for working memcmp... yes 2024-08-20T22:01:21.9436128Z #7 58.79 checking for getpagesize... yes 2024-08-20T22:01:21.9436580Z #7 58.82 checking for working mmap... yes 2024-08-20T22:01:22.0732738Z #7 58.87 checking for pthread_create in -lpthread... yes 2024-08-20T22:01:22.0733510Z #7 58.90 checking for clock_gettime in -lrt... yes 2024-08-20T22:01:22.0734260Z #7 58.93 checking for clock_gettime... yes 2024-08-20T22:01:22.0734727Z #7 58.96 checking for copy_file_range... yes 2024-08-20T22:01:22.2041739Z #7 59.00 checking for epoll_create... yes 2024-08-20T22:01:22.2042394Z #7 59.03 checking for epoll_pwait... yes 2024-08-20T22:01:22.2042823Z #7 59.06 checking for klogctl... yes 2024-08-20T22:01:22.2043237Z #7 59.09 checking for mallinfo... yes 2024-08-20T22:01:22.3085856Z #7 59.13 checking for memchr... yes 2024-08-20T22:01:22.3086716Z #7 59.16 checking for memfd_create... yes 2024-08-20T22:01:22.3087182Z #7 59.20 checking for memset... yes 2024-08-20T22:01:22.4402842Z #7 59.23 checking for mkdir... yes 2024-08-20T22:01:22.4403522Z #7 59.26 checking for mremap... yes 2024-08-20T22:01:22.4403930Z #7 59.30 checking for ppoll... yes 2024-08-20T22:01:22.4404335Z #7 59.33 checking for preadv... yes 2024-08-20T22:01:22.5738604Z #7 59.36 checking for preadv2... yes 2024-08-20T22:01:22.5739162Z #7 59.40 checking for process_vm_readv... yes 2024-08-20T22:01:22.5739650Z #7 59.43 checking for process_vm_writev... yes 2024-08-20T22:01:22.5740159Z #7 59.46 checking for pthread_barrier_init... yes 2024-08-20T22:01:22.6738757Z #7 59.50 checking for pthread_condattr_setclock... yes 2024-08-20T22:01:22.6739373Z #7 59.53 checking for pthread_mutex_timedlock... yes 2024-08-20T22:01:22.6739954Z #7 59.56 checking for pthread_rwlock_timedrdlock... yes 2024-08-20T22:01:22.7758506Z #7 59.60 checking for pthread_rwlock_timedwrlock... yes 2024-08-20T22:01:22.7759123Z #7 59.63 checking for pthread_setname_np... yes 2024-08-20T22:01:22.7759664Z #7 59.66 checking for pthread_spin_lock... yes 2024-08-20T22:01:22.9085674Z #7 59.70 checking for pthread_yield... yes 2024-08-20T22:01:22.9086274Z #7 59.73 checking for pwritev... yes 2024-08-20T22:01:22.9086799Z #7 59.76 checking for pwritev2... yes 2024-08-20T22:01:22.9087225Z #7 59.80 checking for rawmemchr... yes 2024-08-20T22:01:23.0403609Z #7 59.83 checking for readlinkat... yes 2024-08-20T22:01:23.0404408Z #7 59.86 checking for semtimedop... yes 2024-08-20T22:01:23.0404843Z #7 59.90 checking for setcontext... yes 2024-08-20T22:01:23.0405275Z #7 59.93 checking for signalfd... yes 2024-08-20T22:01:23.1453390Z #7 59.96 checking for sigwaitinfo... yes 2024-08-20T22:01:23.1454285Z #7 60.00 checking for strchr... yes 2024-08-20T22:01:23.1454734Z #7 60.03 checking for strdup... yes 2024-08-20T22:01:23.2521054Z #7 60.07 checking for strpbrk... yes 2024-08-20T22:01:23.2521702Z #7 60.10 checking for strrchr... yes 2024-08-20T22:01:23.2522136Z #7 60.14 checking for strstr... yes 2024-08-20T22:01:23.3870221Z #7 60.17 checking for swapcontext... yes 2024-08-20T22:01:23.3870755Z #7 60.21 checking for syscall... yes 2024-08-20T22:01:23.3871180Z #7 60.24 checking for utimensat... yes 2024-08-20T22:01:23.3871592Z #7 60.27 checking for mempcpy... yes 2024-08-20T22:01:23.4882778Z #7 60.31 checking for stpncpy... yes 2024-08-20T22:01:23.4883301Z #7 60.34 checking for strchrnul... yes 2024-08-20T22:01:23.4883720Z #7 60.38 checking for memrchr... yes 2024-08-20T22:01:23.5912147Z #7 60.41 checking for strndup... yes 2024-08-20T22:01:23.5912657Z #7 60.45 checking for mpicc... mpicc 2024-08-20T22:01:23.5913608Z #7 60.45 checking primary target for usable MPI2-compliant C compiler and mpi.h... no 2024-08-20T22:01:23.5914647Z #7 60.46 checking secondary target for usable MPI2-compliant C compiler and mpi.h... no 2024-08-20T22:01:23.5915338Z #7 60.46 checking for boost... no 2024-08-20T22:01:23.5915720Z #7 60.48 checking for OpenMP... yes 2024-08-20T22:01:23.7142471Z #7 60.51 checking for __builtin_popcount()... yes 2024-08-20T22:01:23.7143060Z #7 60.54 checking for __builtin_clz()... yes 2024-08-20T22:01:23.7143531Z #7 60.58 checking for __builtin_ctz()... yes 2024-08-20T22:01:23.7144215Z #7 60.61 checking if gcc supports __sync_add_and_fetch for the primary target... yes 2024-08-20T22:01:23.9414783Z #7 60.64 checking if gcc supports __sync_add_and_fetch on uint64_t for all targets... yes 2024-08-20T22:01:23.9415648Z #7 60.67 checking if g++ supports __sync_add_and_fetch... yes 2024-08-20T22:01:24.1393734Z #7 60.71 checking if libstdc++ supports annotating shared pointers... yes 2024-08-20T22:01:24.2427759Z #7 61.09 checking that generated files are newer than configure... done 2024-08-20T22:01:24.2428427Z #7 61.09 configure: creating ./config.status 2024-08-20T22:01:24.2428888Z #7 61.16 config.status: creating Makefile 2024-08-20T22:01:24.3546897Z #7 61.18 config.status: creating VEX/Makefile 2024-08-20T22:01:24.3547557Z #7 61.19 config.status: creating valgrind.spec 2024-08-20T22:01:24.3548052Z #7 61.20 config.status: creating valgrind.pc 2024-08-20T22:01:24.3548774Z #7 61.21 config.status: creating glibc-2.X.supp 2024-08-20T22:01:24.3549391Z #7 61.22 config.status: creating glibc-2.X-helgrind.supp 2024-08-20T22:01:24.3550012Z #7 61.23 config.status: creating glibc-2.X-drd.supp 2024-08-20T22:01:24.3550532Z #7 61.24 config.status: creating include/valgrind.h 2024-08-20T22:01:24.3551061Z #7 61.26 config.status: creating docs/Makefile 2024-08-20T22:01:24.3551659Z #7 61.28 config.status: creating docs/xml/vg-entities.xml 2024-08-20T22:01:24.4652859Z #7 61.29 config.status: creating tests/Makefile 2024-08-20T22:01:24.4653573Z #7 61.30 config.status: creating tests/vg_regtest 2024-08-20T22:01:24.4654181Z #7 61.32 config.status: creating perf/Makefile 2024-08-20T22:01:24.4654673Z #7 61.33 config.status: creating perf/vg_perf 2024-08-20T22:01:24.4655255Z #7 61.35 config.status: creating gdbserver_tests/Makefile 2024-08-20T22:01:24.4655910Z #7 61.36 config.status: creating gdbserver_tests/solaris/Makefile 2024-08-20T22:01:24.4656510Z #7 61.37 config.status: creating include/Makefile 2024-08-20T22:01:24.4657011Z #7 61.39 config.status: creating auxprogs/Makefile 2024-08-20T22:01:24.5730563Z #7 61.40 config.status: creating mpi/Makefile 2024-08-20T22:01:24.5731344Z #7 61.42 config.status: creating coregrind/Makefile 2024-08-20T22:01:24.5731871Z #7 61.45 config.status: creating memcheck/Makefile 2024-08-20T22:01:24.5732664Z #7 61.46 config.status: creating memcheck/tests/Makefile 2024-08-20T22:01:24.5733290Z #7 61.48 config.status: creating memcheck/tests/common/Makefile 2024-08-20T22:01:24.5734026Z #7 61.49 config.status: creating memcheck/tests/amd64/Makefile 2024-08-20T22:01:24.6848705Z #7 61.51 config.status: creating memcheck/tests/x86/Makefile 2024-08-20T22:01:24.6849504Z #7 61.52 config.status: creating memcheck/tests/linux/Makefile 2024-08-20T22:01:24.6850521Z #7 61.54 config.status: creating memcheck/tests/linux/debuginfod-check.vgtest 2024-08-20T22:01:24.6851278Z #7 61.55 config.status: creating memcheck/tests/darwin/Makefile 2024-08-20T22:01:24.6851940Z #7 61.56 config.status: creating memcheck/tests/solaris/Makefile 2024-08-20T22:01:24.6852610Z #7 61.58 config.status: creating memcheck/tests/freebsd/Makefile 2024-08-20T22:01:24.6853362Z #7 61.59 config.status: creating memcheck/tests/amd64-linux/Makefile 2024-08-20T22:01:24.6854303Z #7 61.61 config.status: creating memcheck/tests/arm64-linux/Makefile 2024-08-20T22:01:24.7949923Z #7 61.62 config.status: creating memcheck/tests/x86-linux/Makefile 2024-08-20T22:01:24.7950828Z #7 61.63 config.status: creating memcheck/tests/amd64-solaris/Makefile 2024-08-20T22:01:24.7951614Z #7 61.65 config.status: creating memcheck/tests/x86-solaris/Makefile 2024-08-20T22:01:24.7952408Z #7 61.66 config.status: creating memcheck/tests/amd64-freebsd/Makefile 2024-08-20T22:01:24.7953193Z #7 61.68 config.status: creating memcheck/tests/x86-freebsd/Makefile 2024-08-20T22:01:24.7954076Z #7 61.69 config.status: creating memcheck/tests/ppc32/Makefile 2024-08-20T22:01:24.7954730Z #7 61.70 config.status: creating memcheck/tests/ppc64/Makefile 2024-08-20T22:01:24.7955367Z #7 61.72 config.status: creating memcheck/tests/s390x/Makefile 2024-08-20T22:01:24.9073387Z #7 61.73 config.status: creating memcheck/tests/mips32/Makefile 2024-08-20T22:01:24.9074187Z #7 61.75 config.status: creating memcheck/tests/mips64/Makefile 2024-08-20T22:01:24.9075094Z #7 61.76 config.status: creating memcheck/tests/vbit-test/Makefile 2024-08-20T22:01:24.9075708Z #7 61.77 config.status: creating cachegrind/Makefile 2024-08-20T22:01:24.9076286Z #7 61.79 config.status: creating cachegrind/tests/Makefile 2024-08-20T22:01:24.9076905Z #7 61.80 config.status: creating cachegrind/tests/x86/Makefile 2024-08-20T22:01:24.9077495Z #7 61.82 config.status: creating cachegrind/cg_annotate 2024-08-20T22:01:24.9078039Z #7 61.83 config.status: creating cachegrind/cg_diff 2024-08-20T22:01:25.0081752Z #7 61.84 config.status: creating callgrind/Makefile 2024-08-20T22:01:25.0082454Z #7 61.86 config.status: creating callgrind/callgrind_annotate 2024-08-20T22:01:25.0083097Z #7 61.87 config.status: creating callgrind/callgrind_control 2024-08-20T22:01:25.0083709Z #7 61.89 config.status: creating callgrind/tests/Makefile 2024-08-20T22:01:25.0084265Z #7 61.90 config.status: creating helgrind/Makefile 2024-08-20T22:01:25.0084807Z #7 61.92 config.status: creating helgrind/tests/Makefile 2024-08-20T22:01:25.0085345Z #7 61.93 config.status: creating drd/Makefile 2024-08-20T22:01:25.1095746Z #7 61.95 config.status: creating drd/scripts/download-and-build-splash2 2024-08-20T22:01:25.1096435Z #7 61.96 config.status: creating drd/tests/Makefile 2024-08-20T22:01:25.1096971Z #7 61.97 config.status: creating massif/Makefile 2024-08-20T22:01:25.1097513Z #7 61.99 config.status: creating massif/tests/Makefile 2024-08-20T22:01:25.1098036Z #7 62.00 config.status: creating massif/ms_print 2024-08-20T22:01:25.1098539Z #7 62.02 config.status: creating dhat/Makefile 2024-08-20T22:01:25.1099067Z #7 62.03 config.status: creating dhat/tests/Makefile 2024-08-20T22:01:25.2225266Z #7 62.05 config.status: creating lackey/Makefile 2024-08-20T22:01:25.2225899Z #7 62.06 config.status: creating lackey/tests/Makefile 2024-08-20T22:01:25.2226423Z #7 62.07 config.status: creating none/Makefile 2024-08-20T22:01:25.2226951Z #7 62.09 config.status: creating none/tests/Makefile 2024-08-20T22:01:25.2227535Z #7 62.10 config.status: creating none/tests/scripts/Makefile 2024-08-20T22:01:25.2228370Z #7 62.12 config.status: creating none/tests/amd64/Makefile 2024-08-20T22:01:25.2228972Z #7 62.13 config.status: creating none/tests/ppc32/Makefile 2024-08-20T22:01:25.2229570Z #7 62.14 config.status: creating none/tests/ppc64/Makefile 2024-08-20T22:01:25.3233562Z #7 62.16 config.status: creating none/tests/x86/Makefile 2024-08-20T22:01:25.3234189Z #7 62.17 config.status: creating none/tests/arm/Makefile 2024-08-20T22:01:25.3234789Z #7 62.19 config.status: creating none/tests/arm64/Makefile 2024-08-20T22:01:25.3235405Z #7 62.20 config.status: creating none/tests/s390x/Makefile 2024-08-20T22:01:25.3235996Z #7 62.22 config.status: creating none/tests/mips32/Makefile 2024-08-20T22:01:25.3236606Z #7 62.23 config.status: creating none/tests/mips64/Makefile 2024-08-20T22:01:25.3237226Z #7 62.25 config.status: creating none/tests/nanomips/Makefile 2024-08-20T22:01:25.4350972Z #7 62.26 config.status: creating none/tests/linux/Makefile 2024-08-20T22:01:25.4352195Z #7 62.27 config.status: creating none/tests/darwin/Makefile 2024-08-20T22:01:25.4352868Z #7 62.29 config.status: creating none/tests/solaris/Makefile 2024-08-20T22:01:25.4353502Z #7 62.30 config.status: creating none/tests/freebsd/Makefile 2024-08-20T22:01:25.4354383Z #7 62.31 config.status: creating none/tests/amd64-linux/Makefile 2024-08-20T22:01:25.4355093Z #7 62.33 config.status: creating none/tests/x86-linux/Makefile 2024-08-20T22:01:25.4355817Z #7 62.34 config.status: creating none/tests/amd64-darwin/Makefile 2024-08-20T22:01:25.4356761Z #7 62.36 config.status: creating none/tests/x86-darwin/Makefile 2024-08-20T22:01:25.5455648Z #7 62.37 config.status: creating none/tests/amd64-solaris/Makefile 2024-08-20T22:01:25.5456440Z #7 62.38 config.status: creating none/tests/x86-solaris/Makefile 2024-08-20T22:01:25.5457173Z #7 62.40 config.status: creating none/tests/x86-freebsd/Makefile 2024-08-20T22:01:25.5457824Z #7 62.41 config.status: creating exp-bbv/Makefile 2024-08-20T22:01:25.5458413Z #7 62.43 config.status: creating exp-bbv/tests/Makefile 2024-08-20T22:01:25.5459080Z #7 62.44 config.status: creating exp-bbv/tests/x86/Makefile 2024-08-20T22:01:25.5459785Z #7 62.45 config.status: creating exp-bbv/tests/x86-linux/Makefile 2024-08-20T22:01:25.5460522Z #7 62.47 config.status: creating exp-bbv/tests/amd64-linux/Makefile 2024-08-20T22:01:25.6576283Z #7 62.48 config.status: creating exp-bbv/tests/ppc32-linux/Makefile 2024-08-20T22:01:25.6577088Z #7 62.50 config.status: creating exp-bbv/tests/arm-linux/Makefile 2024-08-20T22:01:25.6577697Z #7 62.51 config.status: creating shared/Makefile 2024-08-20T22:01:25.6578217Z #7 62.52 config.status: creating solaris/Makefile 2024-08-20T22:01:25.6578791Z #7 62.54 config.status: creating coregrind/link_tool_exe_linux 2024-08-20T22:01:25.6579442Z #7 62.55 config.status: creating coregrind/link_tool_exe_freebsd 2024-08-20T22:01:25.6580088Z #7 62.57 config.status: creating coregrind/link_tool_exe_darwin 2024-08-20T22:01:25.6580740Z #7 62.58 config.status: creating coregrind/link_tool_exe_solaris 2024-08-20T22:01:25.7595340Z #7 62.59 config.status: creating tests/filter_stderr_basic 2024-08-20T22:01:25.7596038Z #7 62.61 config.status: creating tests/filter_discards 2024-08-20T22:01:25.7596650Z #7 62.62 config.status: creating memcheck/tests/filter_stderr 2024-08-20T22:01:25.7597272Z #7 62.64 config.status: creating memcheck/tests/filter_dw4 2024-08-20T22:01:25.7597927Z #7 62.65 config.status: creating memcheck/tests/filter_overlaperror 2024-08-20T22:01:25.7598621Z #7 62.67 config.status: creating memcheck/tests/x86/filter_pushfpopf 2024-08-20T22:01:25.7599297Z #7 62.68 config.status: creating gdbserver_tests/filter_gdb 2024-08-20T22:01:25.8600324Z #7 62.70 config.status: creating gdbserver_tests/filter_memcheck_monitor 2024-08-20T22:01:25.8601207Z #7 62.71 config.status: creating gdbserver_tests/filter_stderr 2024-08-20T22:01:25.8602250Z #7 62.73 config.status: creating gdbserver_tests/filter_vgdb 2024-08-20T22:01:25.8602867Z #7 62.74 config.status: creating drd/tests/filter_stderr 2024-08-20T22:01:25.8603686Z #7 62.75 config.status: creating drd/tests/filter_error_count 2024-08-20T22:01:25.8604316Z #7 62.77 config.status: creating drd/tests/filter_error_summary 2024-08-20T22:01:25.8605071Z #7 62.78 config.status: creating drd/tests/filter_stderr_and_thread_no_and_offset 2024-08-20T22:01:26.0750498Z #7 62.80 config.status: creating drd/tests/filter_thread_no 2024-08-20T22:01:26.0751430Z #7 62.81 config.status: creating drd/tests/filter_xml_and_thread_no 2024-08-20T22:01:26.0752125Z #7 62.82 config.status: creating helgrind/tests/filter_stderr 2024-08-20T22:01:26.0752685Z #7 62.84 config.status: creating config.h 2024-08-20T22:01:26.0753180Z #7 62.85 config.status: executing depfiles commands 2024-08-20T22:01:32.2063429Z #7 69.13 2024-08-20T22:01:32.2063839Z #7 69.13 Version: 3.20.0 2024-08-20T22:01:32.2064318Z #7 69.13 Maximum build arch: amd64 2024-08-20T22:01:32.2064765Z #7 69.13 Primary build arch: amd64 2024-08-20T22:01:32.2065200Z #7 69.13 Secondary build arch: 2024-08-20T22:01:32.2065639Z #7 69.13 Build OS: linux 2024-08-20T22:01:32.2066065Z #7 69.13 Link Time Optimisation: no 2024-08-20T22:01:32.2066536Z #7 69.13 Primary build target: AMD64_LINUX 2024-08-20T22:01:32.2067008Z #7 69.13 Secondary build target: 2024-08-20T22:01:32.2067431Z #7 69.13 Platform variant: vanilla 2024-08-20T22:01:32.2068252Z #7 69.13 Primary -DVGPV string: -DVGPV_amd64_linux_vanilla=1 2024-08-20T22:01:32.2070549Z #7 69.13 Default supp files: ./xfree-3.supp ./xfree-4.supp glibc-2.X-drd.supp glibc-2.X-helgrind.supp glibc-2.X.supp 2024-08-20T22:01:32.2071445Z #7 69.13 2024-08-20T22:01:32.3086244Z #7 69.17 ++ nproc 2024-08-20T22:01:32.3087133Z #7 69.17 + make -j46 2024-08-20T22:01:32.3088309Z #7 69.17 echo "# This is a generated file, composed of the following suppression rules:" > default.supp 2024-08-20T22:01:32.3089689Z #7 69.17 ./auxprogs/make_or_upd_vgversion_h . 2024-08-20T22:01:32.3091544Z #7 69.17 echo "# " ./xfree-3.supp ./xfree-4.supp glibc-2.X-drd.supp glibc-2.X-helgrind.supp glibc-2.X.supp >> default.supp 2024-08-20T22:01:32.3094291Z #7 69.17 cat xfree-3.supp xfree-4.supp glibc-2.X-drd.supp glibc-2.X-helgrind.supp glibc-2.X.supp >> default.supp 2024-08-20T22:01:32.3095989Z #7 69.17 make all-recursive 2024-08-20T22:01:32.3097132Z #7 69.18 make[1]: Entering directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T22:01:32.3098075Z #7 69.18 Making all in include 2024-08-20T22:01:32.3099125Z #7 69.18 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/include' 2024-08-20T22:01:32.3100318Z #7 69.18 make[2]: Nothing to be done for 'all'. 2024-08-20T22:01:32.3101555Z #7 69.18 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/include' 2024-08-20T22:01:32.3102652Z #7 69.18 Making all in VEX 2024-08-20T22:01:32.3103702Z #7 69.19 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T22:01:32.3104749Z #7 69.19 make all-am 2024-08-20T22:01:32.3105725Z #7 69.19 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T22:01:32.3116194Z #7 69.19 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-main_globals.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-main_globals.Tpo -c -o priv/libvex_amd64_linux_a-main_globals.o `test -f 'priv/main_globals.c' || echo './'`priv/main_globals.c 2024-08-20T22:01:32.3135472Z #7 69.19 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-main_main.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-main_main.Tpo -c -o priv/libvex_amd64_linux_a-main_main.o `test -f 'priv/main_main.c' || echo './'`priv/main_main.c 2024-08-20T22:01:32.3153964Z #7 69.19 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-main_util.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-main_util.Tpo -c -o priv/libvex_amd64_linux_a-main_util.o `test -f 'priv/main_util.c' || echo './'`priv/main_util.c 2024-08-20T22:01:32.3171856Z #7 69.19 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-ir_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-ir_defs.Tpo -c -o priv/libvex_amd64_linux_a-ir_defs.o `test -f 'priv/ir_defs.c' || echo './'`priv/ir_defs.c 2024-08-20T22:01:32.3189576Z #7 69.19 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-ir_inject.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-ir_inject.Tpo -c -o priv/libvex_amd64_linux_a-ir_inject.o `test -f 'priv/ir_inject.c' || echo './'`priv/ir_inject.c 2024-08-20T22:01:32.3207827Z #7 69.19 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-ir_match.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-ir_match.Tpo -c -o priv/libvex_amd64_linux_a-ir_match.o `test -f 'priv/ir_match.c' || echo './'`priv/ir_match.c 2024-08-20T22:01:32.3226080Z #7 69.19 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-ir_opt.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-ir_opt.Tpo -c -o priv/libvex_amd64_linux_a-ir_opt.o `test -f 'priv/ir_opt.c' || echo './'`priv/ir_opt.c 2024-08-20T22:01:32.3244790Z #7 69.19 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_generic_bb_to_IR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_generic_bb_to_IR.Tpo -c -o priv/libvex_amd64_linux_a-guest_generic_bb_to_IR.o `test -f 'priv/guest_generic_bb_to_IR.c' || echo './'`priv/guest_generic_bb_to_IR.c 2024-08-20T22:01:32.3263388Z #7 69.19 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_generic_x87.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_generic_x87.Tpo -c -o priv/libvex_amd64_linux_a-guest_generic_x87.o `test -f 'priv/guest_generic_x87.c' || echo './'`priv/guest_generic_x87.c 2024-08-20T22:01:32.3281613Z #7 69.19 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_x86_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_x86_helpers.Tpo -c -o priv/libvex_amd64_linux_a-guest_x86_helpers.o `test -f 'priv/guest_x86_helpers.c' || echo './'`priv/guest_x86_helpers.c 2024-08-20T22:01:32.3299852Z #7 69.19 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_x86_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_x86_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_x86_toIR.o `test -f 'priv/guest_x86_toIR.c' || echo './'`priv/guest_x86_toIR.c 2024-08-20T22:01:32.3318115Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_amd64_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_amd64_helpers.Tpo -c -o priv/libvex_amd64_linux_a-guest_amd64_helpers.o `test -f 'priv/guest_amd64_helpers.c' || echo './'`priv/guest_amd64_helpers.c 2024-08-20T22:01:32.3337997Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_amd64_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_amd64_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_amd64_toIR.o `test -f 'priv/guest_amd64_toIR.c' || echo './'`priv/guest_amd64_toIR.c 2024-08-20T22:01:32.3356130Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_ppc_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_ppc_helpers.Tpo -c -o priv/libvex_amd64_linux_a-guest_ppc_helpers.o `test -f 'priv/guest_ppc_helpers.c' || echo './'`priv/guest_ppc_helpers.c 2024-08-20T22:01:32.3374481Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_ppc_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_ppc_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_ppc_toIR.o `test -f 'priv/guest_ppc_toIR.c' || echo './'`priv/guest_ppc_toIR.c 2024-08-20T22:01:32.3393095Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_arm_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_arm_helpers.Tpo -c -o priv/libvex_amd64_linux_a-guest_arm_helpers.o `test -f 'priv/guest_arm_helpers.c' || echo './'`priv/guest_arm_helpers.c 2024-08-20T22:01:32.3411460Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_arm_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_arm_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_arm_toIR.o `test -f 'priv/guest_arm_toIR.c' || echo './'`priv/guest_arm_toIR.c 2024-08-20T22:01:32.3429633Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_arm64_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_arm64_helpers.Tpo -c -o priv/libvex_amd64_linux_a-guest_arm64_helpers.o `test -f 'priv/guest_arm64_helpers.c' || echo './'`priv/guest_arm64_helpers.c 2024-08-20T22:01:32.3448024Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_arm64_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_arm64_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_arm64_toIR.o `test -f 'priv/guest_arm64_toIR.c' || echo './'`priv/guest_arm64_toIR.c 2024-08-20T22:01:32.3465702Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_s390_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_s390_helpers.Tpo -c -o priv/libvex_amd64_linux_a-guest_s390_helpers.o `test -f 'priv/guest_s390_helpers.c' || echo './'`priv/guest_s390_helpers.c 2024-08-20T22:01:32.3484441Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_s390_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_s390_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_s390_toIR.o `test -f 'priv/guest_s390_toIR.c' || echo './'`priv/guest_s390_toIR.c 2024-08-20T22:01:32.3503642Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_mips_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_mips_helpers.Tpo -c -o priv/libvex_amd64_linux_a-guest_mips_helpers.o `test -f 'priv/guest_mips_helpers.c' || echo './'`priv/guest_mips_helpers.c 2024-08-20T22:01:32.3521623Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_mipsdsp_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_mipsdsp_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_mipsdsp_toIR.o `test -f 'priv/guest_mipsdsp_toIR.c' || echo './'`priv/guest_mipsdsp_toIR.c 2024-08-20T22:01:32.3539726Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_mips_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_mips_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_mips_toIR.o `test -f 'priv/guest_mips_toIR.c' || echo './'`priv/guest_mips_toIR.c 2024-08-20T22:01:32.3557291Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_nanomips_helpers.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_nanomips_helpers.Tpo -c -o priv/libvex_amd64_linux_a-guest_nanomips_helpers.o `test -f 'priv/guest_nanomips_helpers.c' || echo './'`priv/guest_nanomips_helpers.c 2024-08-20T22:01:32.3575997Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-guest_nanomips_toIR.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-guest_nanomips_toIR.Tpo -c -o priv/libvex_amd64_linux_a-guest_nanomips_toIR.o `test -f 'priv/guest_nanomips_toIR.c' || echo './'`priv/guest_nanomips_toIR.c 2024-08-20T22:01:32.3594098Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_generic_regs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_generic_regs.Tpo -c -o priv/libvex_amd64_linux_a-host_generic_regs.o `test -f 'priv/host_generic_regs.c' || echo './'`priv/host_generic_regs.c 2024-08-20T22:01:32.3612298Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_generic_simd64.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_generic_simd64.Tpo -c -o priv/libvex_amd64_linux_a-host_generic_simd64.o `test -f 'priv/host_generic_simd64.c' || echo './'`priv/host_generic_simd64.c 2024-08-20T22:01:32.3631486Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_generic_simd128.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_generic_simd128.Tpo -c -o priv/libvex_amd64_linux_a-host_generic_simd128.o `test -f 'priv/host_generic_simd128.c' || echo './'`priv/host_generic_simd128.c 2024-08-20T22:01:32.3649705Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_generic_simd256.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_generic_simd256.Tpo -c -o priv/libvex_amd64_linux_a-host_generic_simd256.o `test -f 'priv/host_generic_simd256.c' || echo './'`priv/host_generic_simd256.c 2024-08-20T22:01:32.3667672Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_generic_maddf.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_generic_maddf.Tpo -c -o priv/libvex_amd64_linux_a-host_generic_maddf.o `test -f 'priv/host_generic_maddf.c' || echo './'`priv/host_generic_maddf.c 2024-08-20T22:01:32.3685986Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_generic_reg_alloc2.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_generic_reg_alloc2.Tpo -c -o priv/libvex_amd64_linux_a-host_generic_reg_alloc2.o `test -f 'priv/host_generic_reg_alloc2.c' || echo './'`priv/host_generic_reg_alloc2.c 2024-08-20T22:01:32.3704086Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_generic_reg_alloc3.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_generic_reg_alloc3.Tpo -c -o priv/libvex_amd64_linux_a-host_generic_reg_alloc3.o `test -f 'priv/host_generic_reg_alloc3.c' || echo './'`priv/host_generic_reg_alloc3.c 2024-08-20T22:01:32.3721879Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_x86_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_x86_defs.Tpo -c -o priv/libvex_amd64_linux_a-host_x86_defs.o `test -f 'priv/host_x86_defs.c' || echo './'`priv/host_x86_defs.c 2024-08-20T22:01:32.3739926Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_x86_isel.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_x86_isel.Tpo -c -o priv/libvex_amd64_linux_a-host_x86_isel.o `test -f 'priv/host_x86_isel.c' || echo './'`priv/host_x86_isel.c 2024-08-20T22:01:32.3757163Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_amd64_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_amd64_defs.Tpo -c -o priv/libvex_amd64_linux_a-host_amd64_defs.o `test -f 'priv/host_amd64_defs.c' || echo './'`priv/host_amd64_defs.c 2024-08-20T22:01:32.3774646Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_amd64_isel.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_amd64_isel.Tpo -c -o priv/libvex_amd64_linux_a-host_amd64_isel.o `test -f 'priv/host_amd64_isel.c' || echo './'`priv/host_amd64_isel.c 2024-08-20T22:01:32.3792146Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_ppc_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_ppc_defs.Tpo -c -o priv/libvex_amd64_linux_a-host_ppc_defs.o `test -f 'priv/host_ppc_defs.c' || echo './'`priv/host_ppc_defs.c 2024-08-20T22:01:32.3809690Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_ppc_isel.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_ppc_isel.Tpo -c -o priv/libvex_amd64_linux_a-host_ppc_isel.o `test -f 'priv/host_ppc_isel.c' || echo './'`priv/host_ppc_isel.c 2024-08-20T22:01:32.3827804Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_arm_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_arm_defs.Tpo -c -o priv/libvex_amd64_linux_a-host_arm_defs.o `test -f 'priv/host_arm_defs.c' || echo './'`priv/host_arm_defs.c 2024-08-20T22:01:32.3845211Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_arm_isel.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_arm_isel.Tpo -c -o priv/libvex_amd64_linux_a-host_arm_isel.o `test -f 'priv/host_arm_isel.c' || echo './'`priv/host_arm_isel.c 2024-08-20T22:01:32.3862596Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_arm64_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_arm64_defs.Tpo -c -o priv/libvex_amd64_linux_a-host_arm64_defs.o `test -f 'priv/host_arm64_defs.c' || echo './'`priv/host_arm64_defs.c 2024-08-20T22:01:32.3880040Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_arm64_isel.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_arm64_isel.Tpo -c -o priv/libvex_amd64_linux_a-host_arm64_isel.o `test -f 'priv/host_arm64_isel.c' || echo './'`priv/host_arm64_isel.c 2024-08-20T22:01:32.3898823Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_s390_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_s390_defs.Tpo -c -o priv/libvex_amd64_linux_a-host_s390_defs.o `test -f 'priv/host_s390_defs.c' || echo './'`priv/host_s390_defs.c 2024-08-20T22:01:32.3915915Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_s390_isel.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_s390_isel.Tpo -c -o priv/libvex_amd64_linux_a-host_s390_isel.o `test -f 'priv/host_s390_isel.c' || echo './'`priv/host_s390_isel.c 2024-08-20T22:01:32.3932812Z #7 69.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-s390_disasm.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-s390_disasm.Tpo -c -o priv/libvex_amd64_linux_a-s390_disasm.o `test -f 'priv/s390_disasm.c' || echo './'`priv/s390_disasm.c 2024-08-20T22:01:32.3942035Z #7 69.23 mv -f priv/.deps/libvex_amd64_linux_a-host_generic_simd256.Tpo priv/.deps/libvex_amd64_linux_a-host_generic_simd256.Po 2024-08-20T22:01:32.4091376Z #7 69.23 mv -f priv/.deps/libvex_amd64_linux_a-main_globals.Tpo priv/.deps/libvex_amd64_linux_a-main_globals.Po 2024-08-20T22:01:32.4102211Z #7 69.23 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_mips_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_mips_defs.Tpo -c -o priv/libvex_amd64_linux_a-host_mips_defs.o `test -f 'priv/host_mips_defs.c' || echo './'`priv/host_mips_defs.c 2024-08-20T22:01:32.4120621Z #7 69.24 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_nanomips_defs.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_nanomips_defs.Tpo -c -o priv/libvex_amd64_linux_a-host_nanomips_defs.o `test -f 'priv/host_nanomips_defs.c' || echo './'`priv/host_nanomips_defs.c 2024-08-20T22:01:32.4131891Z #7 69.26 mv -f priv/.deps/libvex_amd64_linux_a-guest_nanomips_helpers.Tpo priv/.deps/libvex_amd64_linux_a-guest_nanomips_helpers.Po 2024-08-20T22:01:32.4143436Z #7 69.26 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_mips_isel.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_mips_isel.Tpo -c -o priv/libvex_amd64_linux_a-host_mips_isel.o `test -f 'priv/host_mips_isel.c' || echo './'`priv/host_mips_isel.c 2024-08-20T22:01:32.4152874Z #7 69.26 mv -f priv/.deps/libvex_amd64_linux_a-ir_match.Tpo priv/.deps/libvex_amd64_linux_a-ir_match.Po 2024-08-20T22:01:32.4163593Z #7 69.28 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvex_amd64_linux_a-host_nanomips_isel.o -MD -MP -MF priv/.deps/libvex_amd64_linux_a-host_nanomips_isel.Tpo -c -o priv/libvex_amd64_linux_a-host_nanomips_isel.o `test -f 'priv/host_nanomips_isel.c' || echo './'`priv/host_nanomips_isel.c 2024-08-20T22:01:32.4173713Z #7 69.30 mv -f priv/.deps/libvex_amd64_linux_a-host_generic_maddf.Tpo priv/.deps/libvex_amd64_linux_a-host_generic_maddf.Po 2024-08-20T22:01:32.4185347Z #7 69.30 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -Ipriv -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -Wbad-function-cast -fstrict-aliasing -MT priv/libvexmultiarch_amd64_linux_a-multiarch_main_main.o -MD -MP -MF priv/.deps/libvexmultiarch_amd64_linux_a-multiarch_main_main.Tpo -c -o priv/libvexmultiarch_amd64_linux_a-multiarch_main_main.o `test -f 'priv/multiarch_main_main.c' || echo './'`priv/multiarch_main_main.c 2024-08-20T22:01:32.4196025Z #7 69.32 mv -f priv/.deps/libvex_amd64_linux_a-ir_inject.Tpo priv/.deps/libvex_amd64_linux_a-ir_inject.Po 2024-08-20T22:01:32.4198297Z #7 69.32 mv -f priv/.deps/libvex_amd64_linux_a-guest_mips_helpers.Tpo priv/.deps/libvex_amd64_linux_a-guest_mips_helpers.Po 2024-08-20T22:01:32.4200662Z #7 69.33 mv -f priv/.deps/libvex_amd64_linux_a-host_arm_isel.Tpo priv/.deps/libvex_amd64_linux_a-host_arm_isel.Po 2024-08-20T22:01:32.5323736Z #7 69.36 mv -f priv/.deps/libvex_amd64_linux_a-host_generic_simd128.Tpo priv/.deps/libvex_amd64_linux_a-host_generic_simd128.Po 2024-08-20T22:01:32.5326495Z #7 69.38 mv -f priv/.deps/libvex_amd64_linux_a-host_generic_regs.Tpo priv/.deps/libvex_amd64_linux_a-host_generic_regs.Po 2024-08-20T22:01:32.5328861Z #7 69.45 mv -f priv/.deps/libvex_amd64_linux_a-s390_disasm.Tpo priv/.deps/libvex_amd64_linux_a-s390_disasm.Po 2024-08-20T22:01:32.6438104Z #7 69.49 mv -f priv/.deps/libvex_amd64_linux_a-main_util.Tpo priv/.deps/libvex_amd64_linux_a-main_util.Po 2024-08-20T22:01:32.6440937Z #7 69.51 mv -f priv/.deps/libvex_amd64_linux_a-guest_generic_x87.Tpo priv/.deps/libvex_amd64_linux_a-guest_generic_x87.Po 2024-08-20T22:01:32.6443339Z #7 69.54 mv -f priv/.deps/libvex_amd64_linux_a-guest_s390_helpers.Tpo priv/.deps/libvex_amd64_linux_a-guest_s390_helpers.Po 2024-08-20T22:01:32.6446017Z #7 69.57 mv -f priv/.deps/libvex_amd64_linux_a-guest_nanomips_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_nanomips_toIR.Po 2024-08-20T22:01:32.7978341Z #7 69.57 mv -f priv/.deps/libvex_amd64_linux_a-guest_arm_helpers.Tpo priv/.deps/libvex_amd64_linux_a-guest_arm_helpers.Po 2024-08-20T22:01:32.7979665Z #7 69.66 mv -f priv/.deps/libvex_amd64_linux_a-main_main.Tpo priv/.deps/libvex_amd64_linux_a-main_main.Po 2024-08-20T22:01:32.7981039Z #7 69.72 mv -f priv/.deps/libvex_amd64_linux_a-host_generic_reg_alloc3.Tpo priv/.deps/libvex_amd64_linux_a-host_generic_reg_alloc3.Po 2024-08-20T22:01:32.9376957Z #7 69.73 mv -f priv/.deps/libvexmultiarch_amd64_linux_a-multiarch_main_main.Tpo priv/.deps/libvexmultiarch_amd64_linux_a-multiarch_main_main.Po 2024-08-20T22:01:32.9379110Z #7 69.73 rm -f libvexmultiarch-amd64-linux.a 2024-08-20T22:01:32.9381002Z #7 69.73 /usr/bin/ar cru libvexmultiarch-amd64-linux.a priv/libvexmultiarch_amd64_linux_a-multiarch_main_main.o 2024-08-20T22:01:32.9383078Z #7 69.73 /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') 2024-08-20T22:01:32.9384390Z #7 69.73 ranlib libvexmultiarch-amd64-linux.a 2024-08-20T22:01:32.9386448Z #7 69.73 mv -f priv/.deps/libvex_amd64_linux_a-host_generic_reg_alloc2.Tpo priv/.deps/libvex_amd64_linux_a-host_generic_reg_alloc2.Po 2024-08-20T22:01:32.9389162Z #7 69.77 mv -f priv/.deps/libvex_amd64_linux_a-guest_arm64_helpers.Tpo priv/.deps/libvex_amd64_linux_a-guest_arm64_helpers.Po 2024-08-20T22:01:32.9391678Z #7 69.86 mv -f priv/.deps/libvex_amd64_linux_a-guest_x86_helpers.Tpo priv/.deps/libvex_amd64_linux_a-guest_x86_helpers.Po 2024-08-20T22:01:33.0902642Z #7 69.91 mv -f priv/.deps/libvex_amd64_linux_a-guest_generic_bb_to_IR.Tpo priv/.deps/libvex_amd64_linux_a-guest_generic_bb_to_IR.Po 2024-08-20T22:01:33.3003746Z #7 70.01 mv -f priv/.deps/libvex_amd64_linux_a-host_generic_simd64.Tpo priv/.deps/libvex_amd64_linux_a-host_generic_simd64.Po 2024-08-20T22:01:33.3006462Z #7 70.07 mv -f priv/.deps/libvex_amd64_linux_a-host_nanomips_defs.Tpo priv/.deps/libvex_amd64_linux_a-host_nanomips_defs.Po 2024-08-20T22:01:33.3616777Z #7 70.28 mv -f priv/.deps/libvex_amd64_linux_a-host_nanomips_isel.Tpo priv/.deps/libvex_amd64_linux_a-host_nanomips_isel.Po 2024-08-20T22:01:33.4729552Z #7 70.39 mv -f priv/.deps/libvex_amd64_linux_a-guest_ppc_helpers.Tpo priv/.deps/libvex_amd64_linux_a-guest_ppc_helpers.Po 2024-08-20T22:01:33.6155304Z #7 70.54 mv -f priv/.deps/libvex_amd64_linux_a-guest_mips_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_mips_toIR.Po 2024-08-20T22:01:33.7201464Z #7 70.56 mv -f priv/.deps/libvex_amd64_linux_a-host_arm64_isel.Tpo priv/.deps/libvex_amd64_linux_a-host_arm64_isel.Po 2024-08-20T22:01:33.7204130Z #7 70.64 mv -f priv/.deps/libvex_amd64_linux_a-guest_amd64_helpers.Tpo priv/.deps/libvex_amd64_linux_a-guest_amd64_helpers.Po 2024-08-20T22:01:33.9368585Z #7 70.67 mv -f priv/.deps/libvex_amd64_linux_a-host_x86_defs.Tpo priv/.deps/libvex_amd64_linux_a-host_x86_defs.Po 2024-08-20T22:01:33.9370007Z #7 70.74 mv -f priv/.deps/libvex_amd64_linux_a-host_amd64_defs.Tpo priv/.deps/libvex_amd64_linux_a-host_amd64_defs.Po 2024-08-20T22:01:33.9371342Z #7 70.86 mv -f priv/.deps/libvex_amd64_linux_a-host_mips_defs.Tpo priv/.deps/libvex_amd64_linux_a-host_mips_defs.Po 2024-08-20T22:01:34.0415946Z #7 70.86 mv -f priv/.deps/libvex_amd64_linux_a-host_arm_defs.Tpo priv/.deps/libvex_amd64_linux_a-host_arm_defs.Po 2024-08-20T22:01:34.0417370Z #7 70.92 mv -f priv/.deps/libvex_amd64_linux_a-host_amd64_isel.Tpo priv/.deps/libvex_amd64_linux_a-host_amd64_isel.Po 2024-08-20T22:01:34.0418629Z #7 70.94 mv -f priv/.deps/libvex_amd64_linux_a-ir_defs.Tpo priv/.deps/libvex_amd64_linux_a-ir_defs.Po 2024-08-20T22:01:34.0420116Z #7 70.96 mv -f priv/.deps/libvex_amd64_linux_a-host_s390_isel.Tpo priv/.deps/libvex_amd64_linux_a-host_s390_isel.Po 2024-08-20T22:01:34.2098944Z #7 71.03 mv -f priv/.deps/libvex_amd64_linux_a-host_arm64_defs.Tpo priv/.deps/libvex_amd64_linux_a-host_arm64_defs.Po 2024-08-20T22:01:34.2101372Z #7 71.13 mv -f priv/.deps/libvex_amd64_linux_a-host_x86_isel.Tpo priv/.deps/libvex_amd64_linux_a-host_x86_isel.Po 2024-08-20T22:01:34.4216581Z #7 71.19 mv -f priv/.deps/libvex_amd64_linux_a-ir_opt.Tpo priv/.deps/libvex_amd64_linux_a-ir_opt.Po 2024-08-20T22:01:34.5312247Z #7 71.45 mv -f priv/.deps/libvex_amd64_linux_a-host_ppc_isel.Tpo priv/.deps/libvex_amd64_linux_a-host_ppc_isel.Po 2024-08-20T22:01:34.7634461Z #7 71.53 mv -f priv/.deps/libvex_amd64_linux_a-host_ppc_defs.Tpo priv/.deps/libvex_amd64_linux_a-host_ppc_defs.Po 2024-08-20T22:01:34.8632407Z #7 71.79 mv -f priv/.deps/libvex_amd64_linux_a-host_mips_isel.Tpo priv/.deps/libvex_amd64_linux_a-host_mips_isel.Po 2024-08-20T22:01:35.8518984Z #7 72.77 mv -f priv/.deps/libvex_amd64_linux_a-host_s390_defs.Tpo priv/.deps/libvex_amd64_linux_a-host_s390_defs.Po 2024-08-20T22:01:37.4764431Z #7 74.40 mv -f priv/.deps/libvex_amd64_linux_a-guest_mipsdsp_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_mipsdsp_toIR.Po 2024-08-20T22:01:38.9197630Z #7 75.84 mv -f priv/.deps/libvex_amd64_linux_a-guest_arm64_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_arm64_toIR.Po 2024-08-20T22:01:39.3817385Z #7 76.30 mv -f priv/.deps/libvex_amd64_linux_a-guest_x86_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_x86_toIR.Po 2024-08-20T22:01:42.2389907Z #7 79.16 mv -f priv/.deps/libvex_amd64_linux_a-guest_arm_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_arm_toIR.Po 2024-08-20T22:01:42.4007778Z #7 79.17 mv -f priv/.deps/libvex_amd64_linux_a-guest_s390_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_s390_toIR.Po 2024-08-20T22:01:45.4739863Z #7 82.40 mv -f priv/.deps/libvex_amd64_linux_a-guest_amd64_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_amd64_toIR.Po 2024-08-20T22:01:46.6122240Z #7 83.53 mv -f priv/.deps/libvex_amd64_linux_a-guest_ppc_toIR.Tpo priv/.deps/libvex_amd64_linux_a-guest_ppc_toIR.Po 2024-08-20T22:01:46.7499934Z #7 83.54 rm -f libvex-amd64-linux.a 2024-08-20T22:01:46.7514206Z #7 83.54 /usr/bin/ar cru libvex-amd64-linux.a priv/libvex_amd64_linux_a-main_globals.o priv/libvex_amd64_linux_a-main_main.o priv/libvex_amd64_linux_a-main_util.o priv/libvex_amd64_linux_a-ir_defs.o priv/libvex_amd64_linux_a-ir_inject.o priv/libvex_amd64_linux_a-ir_match.o priv/libvex_amd64_linux_a-ir_opt.o priv/libvex_amd64_linux_a-guest_generic_bb_to_IR.o priv/libvex_amd64_linux_a-guest_generic_x87.o priv/libvex_amd64_linux_a-guest_x86_helpers.o priv/libvex_amd64_linux_a-guest_x86_toIR.o priv/libvex_amd64_linux_a-guest_amd64_helpers.o priv/libvex_amd64_linux_a-guest_amd64_toIR.o priv/libvex_amd64_linux_a-guest_ppc_helpers.o priv/libvex_amd64_linux_a-guest_ppc_toIR.o priv/libvex_amd64_linux_a-guest_arm_helpers.o priv/libvex_amd64_linux_a-guest_arm_toIR.o priv/libvex_amd64_linux_a-guest_arm64_helpers.o priv/libvex_amd64_linux_a-guest_arm64_toIR.o priv/libvex_amd64_linux_a-guest_s390_helpers.o priv/libvex_amd64_linux_a-guest_s390_toIR.o priv/libvex_amd64_linux_a-guest_mips_helpers.o priv/libvex_amd64_linux_a-guest_mipsdsp_toIR.o priv/libvex_amd64_linux_a-guest_mips_toIR.o priv/libvex_amd64_linux_a-guest_nanomips_helpers.o priv/libvex_amd64_linux_a-guest_nanomips_toIR.o priv/libvex_amd64_linux_a-host_generic_regs.o priv/libvex_amd64_linux_a-host_generic_simd64.o priv/libvex_amd64_linux_a-host_generic_simd128.o priv/libvex_amd64_linux_a-host_generic_simd256.o priv/libvex_amd64_linux_a-host_generic_maddf.o priv/libvex_amd64_linux_a-host_generic_reg_alloc2.o priv/libvex_amd64_linux_a-host_generic_reg_alloc3.o priv/libvex_amd64_linux_a-host_x86_defs.o priv/libvex_amd64_linux_a-host_x86_isel.o priv/libvex_amd64_linux_a-host_amd64_defs.o priv/libvex_amd64_linux_a-host_amd64_isel.o priv/libvex_amd64_linux_a-host_ppc_defs.o priv/libvex_amd64_linux_a-host_ppc_isel.o priv/libvex_amd64_linux_a-host_arm_defs.o priv/libvex_amd64_linux_a-host_arm_isel.o priv/libvex_amd64_linux_a-host_arm64_defs.o priv/libvex_amd64_linux_a-host_arm64_isel.o priv/libvex_amd64_linux_a-host_s390_defs.o priv/libvex_amd64_linux_a-host_s390_isel.o priv/libvex_amd64_linux_a-s390_disasm.o priv/libvex_amd64_linux_a-host_mips_defs.o priv/libvex_amd64_linux_a-host_nanomips_defs.o priv/libvex_amd64_linux_a-host_mips_isel.o priv/libvex_amd64_linux_a-host_nanomips_isel.o 2024-08-20T22:01:46.7526826Z #7 83.54 /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') 2024-08-20T22:01:46.7527507Z #7 83.60 ranlib libvex-amd64-linux.a 2024-08-20T22:01:46.7528143Z #7 83.67 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T22:01:46.8524409Z #7 83.67 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T22:01:46.8525570Z #7 83.67 Making all in coregrind 2024-08-20T22:01:46.8526761Z #7 83.69 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T22:01:46.8527934Z #7 83.69 make all-am 2024-08-20T22:01:46.8529023Z #7 83.70 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T22:01:46.8539566Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT valgrind-launcher-linux.o -MD -MP -MF .deps/valgrind-launcher-linux.Tpo -c -o valgrind-launcher-linux.o `test -f 'launcher-linux.c' || echo './'`launcher-linux.c 2024-08-20T22:01:46.8557242Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT valgrind-m_debuglog.o -MD -MP -MF .deps/valgrind-m_debuglog.Tpo -c -o valgrind-m_debuglog.o `test -f 'm_debuglog.c' || echo './'`m_debuglog.c 2024-08-20T22:01:46.8574690Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vgdb-vgdb.o -MD -MP -MF .deps/vgdb-vgdb.Tpo -c -o vgdb-vgdb.o `test -f 'vgdb.c' || echo './'`vgdb.c 2024-08-20T22:01:46.8592252Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vgdb-vgdb-invoker-ptrace.o -MD -MP -MF .deps/vgdb-vgdb-invoker-ptrace.Tpo -c -o vgdb-vgdb-invoker-ptrace.o `test -f 'vgdb-invoker-ptrace.c' || echo './'`vgdb-invoker-ptrace.c 2024-08-20T22:01:46.8611118Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -MT vgpreload_core_amd64_linux_so-vg_preloaded.o -MD -MP -MF .deps/vgpreload_core_amd64_linux_so-vg_preloaded.Tpo -c -o vgpreload_core_amd64_linux_so-vg_preloaded.o `test -f 'vg_preloaded.c' || echo './'`vg_preloaded.c 2024-08-20T22:01:46.8630972Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT libnolto_coregrind_amd64_linux_a-m_libcsetjmp.o -MD -MP -MF .deps/libnolto_coregrind_amd64_linux_a-m_libcsetjmp.Tpo -c -o libnolto_coregrind_amd64_linux_a-m_libcsetjmp.o `test -f 'm_libcsetjmp.c' || echo './'`m_libcsetjmp.c 2024-08-20T22:01:46.8649266Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT libnolto_coregrind_amd64_linux_a-m_main.o -MD -MP -MF .deps/libnolto_coregrind_amd64_linux_a-m_main.Tpo -c -o libnolto_coregrind_amd64_linux_a-m_main.o `test -f 'm_main.c' || echo './'`m_main.c 2024-08-20T22:01:46.8667823Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_addrinfo.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_addrinfo.Tpo -c -o libcoregrind_amd64_linux_a-m_addrinfo.o `test -f 'm_addrinfo.c' || echo './'`m_addrinfo.c 2024-08-20T22:01:46.8686219Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_cache.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_cache.Tpo -c -o libcoregrind_amd64_linux_a-m_cache.o `test -f 'm_cache.c' || echo './'`m_cache.c 2024-08-20T22:01:46.8705042Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_commandline.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_commandline.Tpo -c -o libcoregrind_amd64_linux_a-m_commandline.o `test -f 'm_commandline.c' || echo './'`m_commandline.c 2024-08-20T22:01:46.8723631Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_compiler.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_compiler.Tpo -c -o libcoregrind_amd64_linux_a-m_compiler.o `test -f 'm_compiler.c' || echo './'`m_compiler.c 2024-08-20T22:01:46.8742870Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_clientstate.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_clientstate.Tpo -c -o libcoregrind_amd64_linux_a-m_clientstate.o `test -f 'm_clientstate.c' || echo './'`m_clientstate.c 2024-08-20T22:01:46.8756900Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT libcoregrind_amd64_linux_a-m_cpuid.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_cpuid.Tpo -c -o libcoregrind_amd64_linux_a-m_cpuid.o `test -f 'm_cpuid.S' || echo './'`m_cpuid.S 2024-08-20T22:01:46.8771065Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_deduppoolalloc.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_deduppoolalloc.Tpo -c -o libcoregrind_amd64_linux_a-m_deduppoolalloc.o `test -f 'm_deduppoolalloc.c' || echo './'`m_deduppoolalloc.c 2024-08-20T22:01:46.8790551Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_debuglog.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_debuglog.Tpo -c -o libcoregrind_amd64_linux_a-m_debuglog.o `test -f 'm_debuglog.c' || echo './'`m_debuglog.c 2024-08-20T22:01:46.8809220Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_errormgr.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_errormgr.Tpo -c -o libcoregrind_amd64_linux_a-m_errormgr.o `test -f 'm_errormgr.c' || echo './'`m_errormgr.c 2024-08-20T22:01:46.8828573Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_execontext.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_execontext.Tpo -c -o libcoregrind_amd64_linux_a-m_execontext.o `test -f 'm_execontext.c' || echo './'`m_execontext.c 2024-08-20T22:01:46.8846368Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_hashtable.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_hashtable.Tpo -c -o libcoregrind_amd64_linux_a-m_hashtable.o `test -f 'm_hashtable.c' || echo './'`m_hashtable.c 2024-08-20T22:01:46.8865613Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_libcbase.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_libcbase.Tpo -c -o libcoregrind_amd64_linux_a-m_libcbase.o `test -f 'm_libcbase.c' || echo './'`m_libcbase.c 2024-08-20T22:01:46.8884956Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_libcassert.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_libcassert.Tpo -c -o libcoregrind_amd64_linux_a-m_libcassert.o `test -f 'm_libcassert.c' || echo './'`m_libcassert.c 2024-08-20T22:01:46.8904403Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_libcfile.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_libcfile.Tpo -c -o libcoregrind_amd64_linux_a-m_libcfile.o `test -f 'm_libcfile.c' || echo './'`m_libcfile.c 2024-08-20T22:01:46.8924507Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_libcprint.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_libcprint.Tpo -c -o libcoregrind_amd64_linux_a-m_libcprint.o `test -f 'm_libcprint.c' || echo './'`m_libcprint.c 2024-08-20T22:01:46.8943183Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_libcproc.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_libcproc.Tpo -c -o libcoregrind_amd64_linux_a-m_libcproc.o `test -f 'm_libcproc.c' || echo './'`m_libcproc.c 2024-08-20T22:01:46.8962364Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_libcsignal.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_libcsignal.Tpo -c -o libcoregrind_amd64_linux_a-m_libcsignal.o `test -f 'm_libcsignal.c' || echo './'`m_libcsignal.c 2024-08-20T22:01:46.8979951Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_machine.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_machine.Tpo -c -o libcoregrind_amd64_linux_a-m_machine.o `test -f 'm_machine.c' || echo './'`m_machine.c 2024-08-20T22:01:46.8999288Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_mallocfree.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_mallocfree.Tpo -c -o libcoregrind_amd64_linux_a-m_mallocfree.o `test -f 'm_mallocfree.c' || echo './'`m_mallocfree.c 2024-08-20T22:01:46.9018006Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_options.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_options.Tpo -c -o libcoregrind_amd64_linux_a-m_options.o `test -f 'm_options.c' || echo './'`m_options.c 2024-08-20T22:01:46.9036501Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_oset.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_oset.Tpo -c -o libcoregrind_amd64_linux_a-m_oset.o `test -f 'm_oset.c' || echo './'`m_oset.c 2024-08-20T22:01:46.9053366Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_pathscan.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_pathscan.Tpo -c -o libcoregrind_amd64_linux_a-m_pathscan.o `test -f 'm_pathscan.c' || echo './'`m_pathscan.c 2024-08-20T22:01:46.9071978Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_poolalloc.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_poolalloc.Tpo -c -o libcoregrind_amd64_linux_a-m_poolalloc.o `test -f 'm_poolalloc.c' || echo './'`m_poolalloc.c 2024-08-20T22:01:46.9090720Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_rangemap.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_rangemap.Tpo -c -o libcoregrind_amd64_linux_a-m_rangemap.o `test -f 'm_rangemap.c' || echo './'`m_rangemap.c 2024-08-20T22:01:46.9108879Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_redir.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_redir.Tpo -c -o libcoregrind_amd64_linux_a-m_redir.o `test -f 'm_redir.c' || echo './'`m_redir.c 2024-08-20T22:01:46.9127226Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_sbprofile.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_sbprofile.Tpo -c -o libcoregrind_amd64_linux_a-m_sbprofile.o `test -f 'm_sbprofile.c' || echo './'`m_sbprofile.c 2024-08-20T22:01:46.9146180Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_seqmatch.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_seqmatch.Tpo -c -o libcoregrind_amd64_linux_a-m_seqmatch.o `test -f 'm_seqmatch.c' || echo './'`m_seqmatch.c 2024-08-20T22:01:46.9165183Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_signals.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_signals.Tpo -c -o libcoregrind_amd64_linux_a-m_signals.o `test -f 'm_signals.c' || echo './'`m_signals.c 2024-08-20T22:01:46.9184416Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_sparsewa.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_sparsewa.Tpo -c -o libcoregrind_amd64_linux_a-m_sparsewa.o `test -f 'm_sparsewa.c' || echo './'`m_sparsewa.c 2024-08-20T22:01:46.9203320Z #7 83.70 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_stacks.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_stacks.Tpo -c -o libcoregrind_amd64_linux_a-m_stacks.o `test -f 'm_stacks.c' || echo './'`m_stacks.c 2024-08-20T22:01:46.9222881Z #7 83.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_stacktrace.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_stacktrace.Tpo -c -o libcoregrind_amd64_linux_a-m_stacktrace.o `test -f 'm_stacktrace.c' || echo './'`m_stacktrace.c 2024-08-20T22:01:46.9244203Z #7 83.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_syscall.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_syscall.Tpo -c -o libcoregrind_amd64_linux_a-m_syscall.o `test -f 'm_syscall.c' || echo './'`m_syscall.c 2024-08-20T22:01:46.9262159Z #7 83.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_threadstate.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_threadstate.Tpo -c -o libcoregrind_amd64_linux_a-m_threadstate.o `test -f 'm_threadstate.c' || echo './'`m_threadstate.c 2024-08-20T22:01:46.9280237Z #7 83.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_tooliface.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_tooliface.Tpo -c -o libcoregrind_amd64_linux_a-m_tooliface.o `test -f 'm_tooliface.c' || echo './'`m_tooliface.c 2024-08-20T22:01:46.9293322Z #7 83.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT libcoregrind_amd64_linux_a-m_trampoline.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_trampoline.Tpo -c -o libcoregrind_amd64_linux_a-m_trampoline.o `test -f 'm_trampoline.S' || echo './'`m_trampoline.S 2024-08-20T22:01:46.9308773Z #7 83.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_translate.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_translate.Tpo -c -o libcoregrind_amd64_linux_a-m_translate.o `test -f 'm_translate.c' || echo './'`m_translate.c 2024-08-20T22:01:46.9327504Z #7 83.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_transtab.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_transtab.Tpo -c -o libcoregrind_amd64_linux_a-m_transtab.o `test -f 'm_transtab.c' || echo './'`m_transtab.c 2024-08-20T22:01:46.9346680Z #7 83.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_vki.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_vki.Tpo -c -o libcoregrind_amd64_linux_a-m_vki.o `test -f 'm_vki.c' || echo './'`m_vki.c 2024-08-20T22:01:46.9366023Z #7 83.71 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_vkiscnums.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_vkiscnums.Tpo -c -o libcoregrind_amd64_linux_a-m_vkiscnums.o `test -f 'm_vkiscnums.c' || echo './'`m_vkiscnums.c 2024-08-20T22:01:46.9375889Z #7 83.71 mv -f .deps/libcoregrind_amd64_linux_a-m_cpuid.Tpo .deps/libcoregrind_amd64_linux_a-m_cpuid.Po 2024-08-20T22:01:46.9385435Z #7 83.72 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_wordfm.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_wordfm.Tpo -c -o libcoregrind_amd64_linux_a-m_wordfm.o `test -f 'm_wordfm.c' || echo './'`m_wordfm.c 2024-08-20T22:01:46.9394341Z #7 83.72 mv -f .deps/libnolto_coregrind_amd64_linux_a-m_libcsetjmp.Tpo .deps/libnolto_coregrind_amd64_linux_a-m_libcsetjmp.Po 2024-08-20T22:01:46.9405255Z #7 83.72 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_xarray.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_xarray.Tpo -c -o libcoregrind_amd64_linux_a-m_xarray.o `test -f 'm_xarray.c' || echo './'`m_xarray.c 2024-08-20T22:01:46.9415648Z #7 83.73 mv -f .deps/libcoregrind_amd64_linux_a-m_trampoline.Tpo .deps/libcoregrind_amd64_linux_a-m_trampoline.Po 2024-08-20T22:01:46.9418170Z #7 83.75 mv -f .deps/vgpreload_core_amd64_linux_so-vg_preloaded.Tpo .deps/vgpreload_core_amd64_linux_so-vg_preloaded.Po 2024-08-20T22:01:46.9420624Z #7 83.75 mv -f .deps/libcoregrind_amd64_linux_a-m_vkiscnums.Tpo .deps/libcoregrind_amd64_linux_a-m_vkiscnums.Po 2024-08-20T22:01:46.9422819Z #7 83.75 mv -f .deps/libcoregrind_amd64_linux_a-m_vki.Tpo .deps/libcoregrind_amd64_linux_a-m_vki.Po 2024-08-20T22:01:46.9433940Z #7 83.75 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_xtree.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_xtree.Tpo -c -o libcoregrind_amd64_linux_a-m_xtree.o `test -f 'm_xtree.c' || echo './'`m_xtree.c 2024-08-20T22:01:46.9451926Z #7 83.75 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_xtmemory.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_xtmemory.Tpo -c -o libcoregrind_amd64_linux_a-m_xtmemory.o `test -f 'm_xtmemory.c' || echo './'`m_xtmemory.c 2024-08-20T22:01:46.9470098Z #7 83.75 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT libcoregrind_amd64_linux_a-m_aspacehl.o -MD -MP -MF .deps/libcoregrind_amd64_linux_a-m_aspacehl.Tpo -c -o libcoregrind_amd64_linux_a-m_aspacehl.o `test -f 'm_aspacehl.c' || echo './'`m_aspacehl.c 2024-08-20T22:01:46.9479788Z #7 83.75 mv -f .deps/libcoregrind_amd64_linux_a-m_clientstate.Tpo .deps/libcoregrind_amd64_linux_a-m_clientstate.Po 2024-08-20T22:01:46.9482177Z #7 83.76 mv -f .deps/libcoregrind_amd64_linux_a-m_compiler.Tpo .deps/libcoregrind_amd64_linux_a-m_compiler.Po 2024-08-20T22:01:46.9484049Z #7 83.77 mv -f .deps/libcoregrind_amd64_linux_a-m_poolalloc.Tpo .deps/libcoregrind_amd64_linux_a-m_poolalloc.Po 2024-08-20T22:01:46.9529139Z #7 83.78 mv -f .deps/libcoregrind_amd64_linux_a-m_pathscan.Tpo .deps/libcoregrind_amd64_linux_a-m_pathscan.Po 2024-08-20T22:01:46.9531726Z #7 83.78 mv -f .deps/libcoregrind_amd64_linux_a-m_aspacehl.Tpo .deps/libcoregrind_amd64_linux_a-m_aspacehl.Po 2024-08-20T22:01:46.9542857Z #7 83.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_scheduler/libcoregrind_amd64_linux_a-ticket-lock-linux.o -MD -MP -MF m_scheduler/.deps/libcoregrind_amd64_linux_a-ticket-lock-linux.Tpo -c -o m_scheduler/libcoregrind_amd64_linux_a-ticket-lock-linux.o `test -f 'm_scheduler/ticket-lock-linux.c' || echo './'`m_scheduler/ticket-lock-linux.c 2024-08-20T22:01:46.9562234Z #7 83.78 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -MT libgcc_sup_amd64_linux_a-m_libgcc_sup.o -MD -MP -MF .deps/libgcc_sup_amd64_linux_a-m_libgcc_sup.Tpo -c -o libgcc_sup_amd64_linux_a-m_libgcc_sup.o `test -f 'm_libgcc_sup.c' || echo './'`m_libgcc_sup.c 2024-08-20T22:01:46.9584341Z #7 83.79 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -MT m_replacemalloc/libreplacemalloc_toolpreload_amd64_linux_a-vg_replace_malloc.o -MD -MP -MF m_replacemalloc/.deps/libreplacemalloc_toolpreload_amd64_linux_a-vg_replace_malloc.Tpo -c -o m_replacemalloc/libreplacemalloc_toolpreload_amd64_linux_a-vg_replace_malloc.o `test -f 'm_replacemalloc/vg_replace_malloc.c' || echo './'`m_replacemalloc/vg_replace_malloc.c 2024-08-20T22:01:46.9597437Z #7 83.80 mv -f .deps/libcoregrind_amd64_linux_a-m_libcsignal.Tpo .deps/libcoregrind_amd64_linux_a-m_libcsignal.Po 2024-08-20T22:01:46.9598913Z #7 83.80 for f in ; do \ 2024-08-20T22:01:46.9599768Z #7 83.80 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:01:46.9600651Z #7 83.80 echo "dsymutil $f"; \ 2024-08-20T22:01:46.9601328Z #7 83.80 dsymutil $f; \ 2024-08-20T22:01:46.9601898Z #7 83.80 fi; \ 2024-08-20T22:01:46.9602370Z #7 83.80 done 2024-08-20T22:01:46.9614213Z #7 83.80 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-common.o -MD -MP -MF m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-common.Tpo -c -o m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-common.o `test -f 'm_aspacemgr/aspacemgr-common.c' || echo './'`m_aspacemgr/aspacemgr-common.c 2024-08-20T22:01:46.9635181Z #7 83.80 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-linux.o -MD -MP -MF m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-linux.Tpo -c -o m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-linux.o `test -f 'm_aspacemgr/aspacemgr-linux.c' || echo './'`m_aspacemgr/aspacemgr-linux.c 2024-08-20T22:01:46.9646289Z #7 83.80 mv -f .deps/libcoregrind_amd64_linux_a-m_syscall.Tpo .deps/libcoregrind_amd64_linux_a-m_syscall.Po 2024-08-20T22:01:46.9658386Z #7 83.80 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-segnames.o -MD -MP -MF m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-segnames.Tpo -c -o m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-segnames.o `test -f 'm_aspacemgr/aspacemgr-segnames.c' || echo './'`m_aspacemgr/aspacemgr-segnames.c 2024-08-20T22:01:46.9673834Z #7 83.80 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -o vgpreload_core-amd64-linux.so vgpreload_core_amd64_linux_so-vg_preloaded.o 2024-08-20T22:01:46.9681610Z #7 83.80 mv -f .deps/libcoregrind_amd64_linux_a-m_sbprofile.Tpo .deps/libcoregrind_amd64_linux_a-m_sbprofile.Po 2024-08-20T22:01:46.9693117Z #7 83.80 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_coredump/libcoregrind_amd64_linux_a-coredump-elf.o -MD -MP -MF m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-elf.Tpo -c -o m_coredump/libcoregrind_amd64_linux_a-coredump-elf.o `test -f 'm_coredump/coredump-elf.c' || echo './'`m_coredump/coredump-elf.c 2024-08-20T22:01:46.9711641Z #7 83.81 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_coredump/libcoregrind_amd64_linux_a-coredump-macho.o -MD -MP -MF m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-macho.Tpo -c -o m_coredump/libcoregrind_amd64_linux_a-coredump-macho.o `test -f 'm_coredump/coredump-macho.c' || echo './'`m_coredump/coredump-macho.c 2024-08-20T22:01:46.9722475Z #7 83.81 mv -f .deps/libgcc_sup_amd64_linux_a-m_libgcc_sup.Tpo .deps/libgcc_sup_amd64_linux_a-m_libgcc_sup.Po 2024-08-20T22:01:46.9724818Z #7 83.81 mv -f .deps/libcoregrind_amd64_linux_a-m_commandline.Tpo .deps/libcoregrind_amd64_linux_a-m_commandline.Po 2024-08-20T22:01:46.9734722Z #7 83.81 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_coredump/libcoregrind_amd64_linux_a-coredump-solaris.o -MD -MP -MF m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-solaris.Tpo -c -o m_coredump/libcoregrind_amd64_linux_a-coredump-solaris.o `test -f 'm_coredump/coredump-solaris.c' || echo './'`m_coredump/coredump-solaris.c 2024-08-20T22:01:46.9746652Z #7 83.81 mv -f .deps/libcoregrind_amd64_linux_a-m_rangemap.Tpo .deps/libcoregrind_amd64_linux_a-m_rangemap.Po 2024-08-20T22:01:46.9755058Z #7 83.81 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-misc.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-misc.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-misc.o `test -f 'm_debuginfo/misc.c' || echo './'`m_debuginfo/misc.c 2024-08-20T22:01:46.9774867Z #7 83.81 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-d3basics.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-d3basics.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-d3basics.o `test -f 'm_debuginfo/d3basics.c' || echo './'`m_debuginfo/d3basics.c 2024-08-20T22:01:46.9794824Z #7 83.81 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-debuginfo.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-debuginfo.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-debuginfo.o `test -f 'm_debuginfo/debuginfo.c' || echo './'`m_debuginfo/debuginfo.c 2024-08-20T22:01:46.9805727Z #7 83.82 mv -f m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-macho.Tpo m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-macho.Po 2024-08-20T22:01:46.9817415Z #7 83.82 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-image.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-image.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-image.o `test -f 'm_debuginfo/image.c' || echo './'`m_debuginfo/image.c 2024-08-20T22:01:46.9828222Z #7 83.83 mv -f .deps/libcoregrind_amd64_linux_a-m_threadstate.Tpo .deps/libcoregrind_amd64_linux_a-m_threadstate.Po 2024-08-20T22:01:46.9831441Z #7 83.83 mv -f m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-solaris.Tpo m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-solaris.Po 2024-08-20T22:01:46.9844406Z #7 83.83 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-minilzo-inl.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-minilzo-inl.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-minilzo-inl.o `test -f 'm_debuginfo/minilzo-inl.c' || echo './'`m_debuginfo/minilzo-inl.c 2024-08-20T22:01:46.9864741Z #7 83.83 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-readdwarf.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-readdwarf.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-readdwarf.o `test -f 'm_debuginfo/readdwarf.c' || echo './'`m_debuginfo/readdwarf.c 2024-08-20T22:01:46.9875568Z #7 83.84 mv -f .deps/libcoregrind_amd64_linux_a-m_stacks.Tpo .deps/libcoregrind_amd64_linux_a-m_stacks.Po 2024-08-20T22:01:46.9887370Z #7 83.84 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-readdwarf3.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-readdwarf3.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-readdwarf3.o `test -f 'm_debuginfo/readdwarf3.c' || echo './'`m_debuginfo/readdwarf3.c 2024-08-20T22:01:46.9898652Z #7 83.85 mv -f .deps/libcoregrind_amd64_linux_a-m_deduppoolalloc.Tpo .deps/libcoregrind_amd64_linux_a-m_deduppoolalloc.Po 2024-08-20T22:01:46.9910557Z #7 83.86 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-readelf.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-readelf.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-readelf.o `test -f 'm_debuginfo/readelf.c' || echo './'`m_debuginfo/readelf.c 2024-08-20T22:01:46.9921186Z #7 83.87 mv -f .deps/libcoregrind_amd64_linux_a-m_hashtable.Tpo .deps/libcoregrind_amd64_linux_a-m_hashtable.Po 2024-08-20T22:01:46.9923548Z #7 83.87 mv -f .deps/libcoregrind_amd64_linux_a-m_libcassert.Tpo .deps/libcoregrind_amd64_linux_a-m_libcassert.Po 2024-08-20T22:01:46.9935768Z #7 83.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-readexidx.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-readexidx.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-readexidx.o `test -f 'm_debuginfo/readexidx.c' || echo './'`m_debuginfo/readexidx.c 2024-08-20T22:01:46.9955757Z #7 83.87 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-readmacho.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-readmacho.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-readmacho.o `test -f 'm_debuginfo/readmacho.c' || echo './'`m_debuginfo/readmacho.c 2024-08-20T22:01:47.0531529Z #7 83.88 mv -f m_scheduler/.deps/libcoregrind_amd64_linux_a-ticket-lock-linux.Tpo m_scheduler/.deps/libcoregrind_amd64_linux_a-ticket-lock-linux.Po 2024-08-20T22:01:47.0534623Z #7 83.88 mv -f .deps/libcoregrind_amd64_linux_a-m_sparsewa.Tpo .deps/libcoregrind_amd64_linux_a-m_sparsewa.Po 2024-08-20T22:01:47.0546895Z #7 83.89 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-readpdb.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-readpdb.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-readpdb.o `test -f 'm_debuginfo/readpdb.c' || echo './'`m_debuginfo/readpdb.c 2024-08-20T22:01:47.0558288Z #7 83.89 mv -f .deps/libcoregrind_amd64_linux_a-m_seqmatch.Tpo .deps/libcoregrind_amd64_linux_a-m_seqmatch.Po 2024-08-20T22:01:47.0560694Z #7 83.89 mv -f .deps/libcoregrind_amd64_linux_a-m_tooliface.Tpo .deps/libcoregrind_amd64_linux_a-m_tooliface.Po 2024-08-20T22:01:47.0572983Z #7 83.89 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-storage.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-storage.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-storage.o `test -f 'm_debuginfo/storage.c' || echo './'`m_debuginfo/storage.c 2024-08-20T22:01:47.0584311Z #7 83.89 mv -f .deps/libcoregrind_amd64_linux_a-m_options.Tpo .deps/libcoregrind_amd64_linux_a-m_options.Po 2024-08-20T22:01:47.0596178Z #7 83.89 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-tinfl.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-tinfl.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-tinfl.o `test -f 'm_debuginfo/tinfl.c' || echo './'`m_debuginfo/tinfl.c 2024-08-20T22:01:47.0616509Z #7 83.89 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_debuginfo/libcoregrind_amd64_linux_a-tytypes.o -MD -MP -MF m_debuginfo/.deps/libcoregrind_amd64_linux_a-tytypes.Tpo -c -o m_debuginfo/libcoregrind_amd64_linux_a-tytypes.o `test -f 'm_debuginfo/tytypes.c' || echo './'`m_debuginfo/tytypes.c 2024-08-20T22:01:47.0627582Z #7 83.89 mv -f .deps/libcoregrind_amd64_linux_a-m_xtmemory.Tpo .deps/libcoregrind_amd64_linux_a-m_xtmemory.Po 2024-08-20T22:01:47.0630583Z #7 83.89 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-misc.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-misc.Po 2024-08-20T22:01:47.0643253Z #7 83.89 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_demangle/libcoregrind_amd64_linux_a-cp-demangle.o -MD -MP -MF m_demangle/.deps/libcoregrind_amd64_linux_a-cp-demangle.Tpo -c -o m_demangle/libcoregrind_amd64_linux_a-cp-demangle.o `test -f 'm_demangle/cp-demangle.c' || echo './'`m_demangle/cp-demangle.c 2024-08-20T22:01:47.0654807Z #7 83.89 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-readexidx.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-readexidx.Po 2024-08-20T22:01:47.0666981Z #7 83.89 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_demangle/libcoregrind_amd64_linux_a-cplus-dem.o -MD -MP -MF m_demangle/.deps/libcoregrind_amd64_linux_a-cplus-dem.Tpo -c -o m_demangle/libcoregrind_amd64_linux_a-cplus-dem.o `test -f 'm_demangle/cplus-dem.c' || echo './'`m_demangle/cplus-dem.c 2024-08-20T22:01:47.0687890Z #7 83.89 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_demangle/libcoregrind_amd64_linux_a-demangle.o -MD -MP -MF m_demangle/.deps/libcoregrind_amd64_linux_a-demangle.Tpo -c -o m_demangle/libcoregrind_amd64_linux_a-demangle.o `test -f 'm_demangle/demangle.c' || echo './'`m_demangle/demangle.c 2024-08-20T22:01:47.0708940Z #7 83.90 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_demangle/libcoregrind_amd64_linux_a-dyn-string.o -MD -MP -MF m_demangle/.deps/libcoregrind_amd64_linux_a-dyn-string.Tpo -c -o m_demangle/libcoregrind_amd64_linux_a-dyn-string.o `test -f 'm_demangle/dyn-string.c' || echo './'`m_demangle/dyn-string.c 2024-08-20T22:01:47.0720283Z #7 83.90 mv -f .deps/libcoregrind_amd64_linux_a-m_machine.Tpo .deps/libcoregrind_amd64_linux_a-m_machine.Po 2024-08-20T22:01:47.0722822Z #7 83.90 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-readmacho.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-readmacho.Po 2024-08-20T22:01:47.0735502Z #7 83.90 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_demangle/libcoregrind_amd64_linux_a-d-demangle.o -MD -MP -MF m_demangle/.deps/libcoregrind_amd64_linux_a-d-demangle.Tpo -c -o m_demangle/libcoregrind_amd64_linux_a-d-demangle.o `test -f 'm_demangle/d-demangle.c' || echo './'`m_demangle/d-demangle.c 2024-08-20T22:01:47.0755661Z #7 83.90 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_demangle/libcoregrind_amd64_linux_a-rust-demangle.o -MD -MP -MF m_demangle/.deps/libcoregrind_amd64_linux_a-rust-demangle.Tpo -c -o m_demangle/libcoregrind_amd64_linux_a-rust-demangle.o `test -f 'm_demangle/rust-demangle.c' || echo './'`m_demangle/rust-demangle.c 2024-08-20T22:01:47.0765831Z #7 83.92 mv -f .deps/valgrind-launcher-linux.Tpo .deps/valgrind-launcher-linux.Po 2024-08-20T22:01:47.0777485Z #7 83.92 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_demangle/libcoregrind_amd64_linux_a-safe-ctype.o -MD -MP -MF m_demangle/.deps/libcoregrind_amd64_linux_a-safe-ctype.Tpo -c -o m_demangle/libcoregrind_amd64_linux_a-safe-ctype.o `test -f 'm_demangle/safe-ctype.c' || echo './'`m_demangle/safe-ctype.c 2024-08-20T22:01:47.0788307Z #7 83.95 mv -f m_demangle/.deps/libcoregrind_amd64_linux_a-safe-ctype.Tpo m_demangle/.deps/libcoregrind_amd64_linux_a-safe-ctype.Po 2024-08-20T22:01:47.0795930Z #7 83.95 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-linux.o `test -f 'm_dispatch/dispatch-x86-linux.S' || echo './'`m_dispatch/dispatch-x86-linux.S 2024-08-20T22:01:47.0802967Z #7 83.97 mv -f .deps/libcoregrind_amd64_linux_a-m_xarray.Tpo .deps/libcoregrind_amd64_linux_a-m_xarray.Po 2024-08-20T22:01:47.0805713Z #7 83.97 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-linux.Po 2024-08-20T22:01:47.0808846Z #7 83.97 mv -f m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-common.Tpo m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-common.Po 2024-08-20T22:01:47.0816822Z #7 83.97 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-linux.o `test -f 'm_dispatch/dispatch-amd64-linux.S' || echo './'`m_dispatch/dispatch-amd64-linux.S 2024-08-20T22:01:47.0828929Z #7 83.97 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc32-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc32-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc32-linux.o `test -f 'm_dispatch/dispatch-ppc32-linux.S' || echo './'`m_dispatch/dispatch-ppc32-linux.S 2024-08-20T22:01:47.0835719Z #7 83.97 mv -f .deps/libcoregrind_amd64_linux_a-m_addrinfo.Tpo .deps/libcoregrind_amd64_linux_a-m_addrinfo.Po 2024-08-20T22:01:47.0842957Z #7 83.97 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc64be-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc64be-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc64be-linux.o `test -f 'm_dispatch/dispatch-ppc64be-linux.S' || echo './'`m_dispatch/dispatch-ppc64be-linux.S 2024-08-20T22:01:47.0854420Z #7 83.97 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc64le-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc64le-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc64le-linux.o `test -f 'm_dispatch/dispatch-ppc64le-linux.S' || echo './'`m_dispatch/dispatch-ppc64le-linux.S 2024-08-20T22:01:47.1724743Z #7 83.98 mv -f .deps/libcoregrind_amd64_linux_a-m_execontext.Tpo .deps/libcoregrind_amd64_linux_a-m_execontext.Po 2024-08-20T22:01:47.1732834Z #7 83.98 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-arm-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-arm-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-arm-linux.o `test -f 'm_dispatch/dispatch-arm-linux.S' || echo './'`m_dispatch/dispatch-arm-linux.S 2024-08-20T22:01:47.1740977Z #7 83.99 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc32-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc32-linux.Po 2024-08-20T22:01:47.1744607Z #7 83.99 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-linux.Po 2024-08-20T22:01:47.1747966Z #7 83.99 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc64be-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc64be-linux.Po 2024-08-20T22:01:47.1756295Z #7 83.99 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-arm64-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-arm64-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-arm64-linux.o `test -f 'm_dispatch/dispatch-arm64-linux.S' || echo './'`m_dispatch/dispatch-arm64-linux.S 2024-08-20T22:01:47.1768884Z #7 83.99 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-s390x-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-s390x-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-s390x-linux.o `test -f 'm_dispatch/dispatch-s390x-linux.S' || echo './'`m_dispatch/dispatch-s390x-linux.S 2024-08-20T22:01:47.1781447Z #7 83.99 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-mips32-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-mips32-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-mips32-linux.o `test -f 'm_dispatch/dispatch-mips32-linux.S' || echo './'`m_dispatch/dispatch-mips32-linux.S 2024-08-20T22:01:47.1788633Z #7 83.99 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc64le-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-ppc64le-linux.Po 2024-08-20T22:01:47.1796336Z #7 84.00 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-mips64-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-mips64-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-mips64-linux.o `test -f 'm_dispatch/dispatch-mips64-linux.S' || echo './'`m_dispatch/dispatch-mips64-linux.S 2024-08-20T22:01:47.1803811Z #7 84.00 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-arm-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-arm-linux.Po 2024-08-20T22:01:47.1811613Z #7 84.00 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-nanomips-linux.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-nanomips-linux.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-nanomips-linux.o `test -f 'm_dispatch/dispatch-nanomips-linux.S' || echo './'`m_dispatch/dispatch-nanomips-linux.S 2024-08-20T22:01:47.1818414Z #7 84.00 mv -f .deps/libcoregrind_amd64_linux_a-m_stacktrace.Tpo .deps/libcoregrind_amd64_linux_a-m_stacktrace.Po 2024-08-20T22:01:47.1821460Z #7 84.00 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-arm64-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-arm64-linux.Po 2024-08-20T22:01:47.1829099Z #7 84.00 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-freebsd.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-freebsd.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-freebsd.o `test -f 'm_dispatch/dispatch-x86-freebsd.S' || echo './'`m_dispatch/dispatch-x86-freebsd.S 2024-08-20T22:01:47.1836501Z #7 84.01 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-mips32-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-mips32-linux.Po 2024-08-20T22:01:47.1839710Z #7 84.01 mv -f m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-segnames.Tpo m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-segnames.Po 2024-08-20T22:01:47.1842810Z #7 84.01 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-s390x-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-s390x-linux.Po 2024-08-20T22:01:47.1850609Z #7 84.01 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-freebsd.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-freebsd.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-freebsd.o `test -f 'm_dispatch/dispatch-amd64-freebsd.S' || echo './'`m_dispatch/dispatch-amd64-freebsd.S 2024-08-20T22:01:47.1862348Z #7 84.01 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-darwin.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-darwin.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-darwin.o `test -f 'm_dispatch/dispatch-x86-darwin.S' || echo './'`m_dispatch/dispatch-x86-darwin.S 2024-08-20T22:01:47.1873690Z #7 84.01 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-darwin.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-darwin.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-darwin.o `test -f 'm_dispatch/dispatch-amd64-darwin.S' || echo './'`m_dispatch/dispatch-amd64-darwin.S 2024-08-20T22:01:47.1885536Z #7 84.01 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-solaris.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-solaris.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-solaris.o `test -f 'm_dispatch/dispatch-x86-solaris.S' || echo './'`m_dispatch/dispatch-x86-solaris.S 2024-08-20T22:01:47.1892725Z #7 84.01 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-mips64-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-mips64-linux.Po 2024-08-20T22:01:47.1901021Z #7 84.02 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-solaris.o -MD -MP -MF m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-solaris.Tpo -c -o m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-solaris.o `test -f 'm_dispatch/dispatch-amd64-solaris.S' || echo './'`m_dispatch/dispatch-amd64-solaris.S 2024-08-20T22:01:47.1908862Z #7 84.02 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-nanomips-linux.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-nanomips-linux.Po 2024-08-20T22:01:47.1921485Z #7 84.02 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-inferiors.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-inferiors.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-inferiors.o `test -f 'm_gdbserver/inferiors.c' || echo './'`m_gdbserver/inferiors.c 2024-08-20T22:01:47.1932357Z #7 84.02 mv -f m_demangle/.deps/libcoregrind_amd64_linux_a-demangle.Tpo m_demangle/.deps/libcoregrind_amd64_linux_a-demangle.Po 2024-08-20T22:01:47.1935339Z #7 84.02 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-freebsd.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-freebsd.Po 2024-08-20T22:01:47.1938718Z #7 84.02 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-freebsd.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-freebsd.Po 2024-08-20T22:01:47.1951169Z #7 84.02 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-m_gdbserver.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-m_gdbserver.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-m_gdbserver.o `test -f 'm_gdbserver/m_gdbserver.c' || echo './'`m_gdbserver/m_gdbserver.c 2024-08-20T22:01:47.1962564Z #7 84.02 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-darwin.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-darwin.Po 2024-08-20T22:01:47.1965926Z #7 84.03 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-darwin.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-darwin.Po 2024-08-20T22:01:47.1977725Z #7 84.03 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-regcache.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-regcache.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-regcache.o `test -f 'm_gdbserver/regcache.c' || echo './'`m_gdbserver/regcache.c 2024-08-20T22:01:47.1998094Z #7 84.03 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-remote-utils.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-remote-utils.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-remote-utils.o `test -f 'm_gdbserver/remote-utils.c' || echo './'`m_gdbserver/remote-utils.c 2024-08-20T22:01:47.2017847Z #7 84.03 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-server.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-server.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-server.o `test -f 'm_gdbserver/server.c' || echo './'`m_gdbserver/server.c 2024-08-20T22:01:47.2028582Z #7 84.03 mv -f m_demangle/.deps/libcoregrind_amd64_linux_a-cplus-dem.Tpo m_demangle/.deps/libcoregrind_amd64_linux_a-cplus-dem.Po 2024-08-20T22:01:47.2031850Z #7 84.03 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-solaris.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-x86-solaris.Po 2024-08-20T22:01:47.2043489Z #7 84.03 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-signals.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-signals.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-signals.o `test -f 'm_gdbserver/signals.c' || echo './'`m_gdbserver/signals.c 2024-08-20T22:01:47.2054099Z #7 84.03 mv -f .deps/libcoregrind_amd64_linux_a-m_libcproc.Tpo .deps/libcoregrind_amd64_linux_a-m_libcproc.Po 2024-08-20T22:01:47.2065649Z #7 84.03 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-target.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-target.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-target.o `test -f 'm_gdbserver/target.c' || echo './'`m_gdbserver/target.c 2024-08-20T22:01:47.2085728Z #7 84.03 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-utils.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-utils.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-utils.o `test -f 'm_gdbserver/utils.c' || echo './'`m_gdbserver/utils.c 2024-08-20T22:01:47.2096667Z #7 84.03 mv -f m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-elf.Tpo m_coredump/.deps/libcoregrind_amd64_linux_a-coredump-elf.Po 2024-08-20T22:01:47.2109431Z #7 84.03 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-x86.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-x86.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-x86.o `test -f 'm_gdbserver/valgrind-low-x86.c' || echo './'`m_gdbserver/valgrind-low-x86.c 2024-08-20T22:01:47.2121195Z #7 84.03 mv -f m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-solaris.Tpo m_dispatch/.deps/libcoregrind_amd64_linux_a-dispatch-amd64-solaris.Po 2024-08-20T22:01:47.2134562Z #7 84.04 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-amd64.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-amd64.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-amd64.o `test -f 'm_gdbserver/valgrind-low-amd64.c' || echo './'`m_gdbserver/valgrind-low-amd64.c 2024-08-20T22:01:47.2155176Z #7 84.04 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-arm.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-arm.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-arm.o `test -f 'm_gdbserver/valgrind-low-arm.c' || echo './'`m_gdbserver/valgrind-low-arm.c 2024-08-20T22:01:47.2166169Z #7 84.05 mv -f .deps/libcoregrind_amd64_linux_a-m_oset.Tpo .deps/libcoregrind_amd64_linux_a-m_oset.Po 2024-08-20T22:01:47.2178453Z #7 84.06 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-arm64.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-arm64.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-arm64.o `test -f 'm_gdbserver/valgrind-low-arm64.c' || echo './'`m_gdbserver/valgrind-low-arm64.c 2024-08-20T22:01:47.2189849Z #7 84.06 mv -f m_demangle/.deps/libcoregrind_amd64_linux_a-dyn-string.Tpo m_demangle/.deps/libcoregrind_amd64_linux_a-dyn-string.Po 2024-08-20T22:01:47.2202396Z #7 84.06 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-ppc32.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-ppc32.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-ppc32.o `test -f 'm_gdbserver/valgrind-low-ppc32.c' || echo './'`m_gdbserver/valgrind-low-ppc32.c 2024-08-20T22:01:47.2213396Z #7 84.06 mv -f .deps/libcoregrind_amd64_linux_a-m_libcfile.Tpo .deps/libcoregrind_amd64_linux_a-m_libcfile.Po 2024-08-20T22:01:47.2225793Z #7 84.07 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-ppc64.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-ppc64.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-ppc64.o `test -f 'm_gdbserver/valgrind-low-ppc64.c' || echo './'`m_gdbserver/valgrind-low-ppc64.c 2024-08-20T22:01:47.2236982Z #7 84.09 mv -f .deps/libcoregrind_amd64_linux_a-m_redir.Tpo .deps/libcoregrind_amd64_linux_a-m_redir.Po 2024-08-20T22:01:47.2743115Z #7 84.10 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-s390x.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-s390x.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-s390x.o `test -f 'm_gdbserver/valgrind-low-s390x.c' || echo './'`m_gdbserver/valgrind-low-s390x.c 2024-08-20T22:01:47.2754931Z #7 84.15 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-utils.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-utils.Po 2024-08-20T22:01:47.2767073Z #7 84.15 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-mips32.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-mips32.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-mips32.o `test -f 'm_gdbserver/valgrind-low-mips32.c' || echo './'`m_gdbserver/valgrind-low-mips32.c 2024-08-20T22:01:47.2777635Z #7 84.16 mv -f .deps/valgrind-m_debuglog.Tpo .deps/valgrind-m_debuglog.Po 2024-08-20T22:01:47.2779552Z #7 84.16 mv -f .deps/libcoregrind_amd64_linux_a-m_xtree.Tpo .deps/libcoregrind_amd64_linux_a-m_xtree.Po 2024-08-20T22:01:47.2792416Z #7 84.17 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-mips64.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-mips64.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-mips64.o `test -f 'm_gdbserver/valgrind-low-mips64.c' || echo './'`m_gdbserver/valgrind-low-mips64.c 2024-08-20T22:01:47.2816054Z #7 84.17 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-nanomips.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-nanomips.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-nanomips.o `test -f 'm_gdbserver/valgrind-low-nanomips.c' || echo './'`m_gdbserver/valgrind-low-nanomips.c 2024-08-20T22:01:47.2827400Z #7 84.17 mv -f .deps/libcoregrind_amd64_linux_a-m_debuglog.Tpo .deps/libcoregrind_amd64_linux_a-m_debuglog.Po 2024-08-20T22:01:47.2829949Z #7 84.17 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-minilzo-inl.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-minilzo-inl.Po 2024-08-20T22:01:47.2842393Z #7 84.17 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_gdbserver/libcoregrind_amd64_linux_a-version.o -MD -MP -MF m_gdbserver/.deps/libcoregrind_amd64_linux_a-version.Tpo -c -o m_gdbserver/libcoregrind_amd64_linux_a-version.o `test -f 'm_gdbserver/version.c' || echo './'`m_gdbserver/version.c 2024-08-20T22:01:47.2862439Z #7 84.17 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_initimg/libcoregrind_amd64_linux_a-initimg-linux.o -MD -MP -MF m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-linux.Tpo -c -o m_initimg/libcoregrind_amd64_linux_a-initimg-linux.o `test -f 'm_initimg/initimg-linux.c' || echo './'`m_initimg/initimg-linux.c 2024-08-20T22:01:47.2873098Z #7 84.17 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-inferiors.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-inferiors.Po 2024-08-20T22:01:47.2875738Z #7 84.18 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-signals.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-signals.Po 2024-08-20T22:01:47.2887110Z #7 84.18 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_initimg/libcoregrind_amd64_linux_a-initimg-freebsd.o -MD -MP -MF m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-freebsd.Tpo -c -o m_initimg/libcoregrind_amd64_linux_a-initimg-freebsd.o `test -f 'm_initimg/initimg-freebsd.c' || echo './'`m_initimg/initimg-freebsd.c 2024-08-20T22:01:47.2908927Z #7 84.18 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_initimg/libcoregrind_amd64_linux_a-initimg-darwin.o -MD -MP -MF m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-darwin.Tpo -c -o m_initimg/libcoregrind_amd64_linux_a-initimg-darwin.o `test -f 'm_initimg/initimg-darwin.c' || echo './'`m_initimg/initimg-darwin.c 2024-08-20T22:01:47.2918545Z #7 84.19 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-x86.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-x86.Po 2024-08-20T22:01:47.3731736Z #7 84.20 mv -f m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-freebsd.Tpo m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-freebsd.Po 2024-08-20T22:01:47.3734911Z #7 84.20 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-regcache.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-regcache.Po 2024-08-20T22:01:47.3737880Z #7 84.20 mv -f m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-darwin.Tpo m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-darwin.Po 2024-08-20T22:01:47.3749674Z #7 84.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_initimg/libcoregrind_amd64_linux_a-initimg-solaris.o -MD -MP -MF m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-solaris.Tpo -c -o m_initimg/libcoregrind_amd64_linux_a-initimg-solaris.o `test -f 'm_initimg/initimg-solaris.c' || echo './'`m_initimg/initimg-solaris.c 2024-08-20T22:01:47.3768056Z #7 84.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_mach/libcoregrind_amd64_linux_a-mach_basics.o -MD -MP -MF m_mach/.deps/libcoregrind_amd64_linux_a-mach_basics.Tpo -c -o m_mach/libcoregrind_amd64_linux_a-mach_basics.o `test -f 'm_mach/mach_basics.c' || echo './'`m_mach/mach_basics.c 2024-08-20T22:01:47.3786438Z #7 84.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_mach/libcoregrind_amd64_linux_a-mach_msg.o -MD -MP -MF m_mach/.deps/libcoregrind_amd64_linux_a-mach_msg.Tpo -c -o m_mach/libcoregrind_amd64_linux_a-mach_msg.o `test -f 'm_mach/mach_msg.c' || echo './'`m_mach/mach_msg.c 2024-08-20T22:01:47.3800915Z #7 84.20 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_mach/libcoregrind_amd64_linux_a-mach_traps-x86-darwin.o -MD -MP -MF m_mach/.deps/libcoregrind_amd64_linux_a-mach_traps-x86-darwin.Tpo -c -o m_mach/libcoregrind_amd64_linux_a-mach_traps-x86-darwin.o `test -f 'm_mach/mach_traps-x86-darwin.S' || echo './'`m_mach/mach_traps-x86-darwin.S 2024-08-20T22:01:47.3807021Z #7 84.20 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-arm.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-arm.Po 2024-08-20T22:01:47.3813941Z #7 84.21 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_mach/libcoregrind_amd64_linux_a-mach_traps-amd64-darwin.o -MD -MP -MF m_mach/.deps/libcoregrind_amd64_linux_a-mach_traps-amd64-darwin.Tpo -c -o m_mach/libcoregrind_amd64_linux_a-mach_traps-amd64-darwin.o `test -f 'm_mach/mach_traps-amd64-darwin.S' || echo './'`m_mach/mach_traps-amd64-darwin.S 2024-08-20T22:01:47.3819917Z #7 84.21 mv -f .deps/vgdb-vgdb-invoker-ptrace.Tpo .deps/vgdb-vgdb-invoker-ptrace.Po 2024-08-20T22:01:47.3822004Z #7 84.22 mv -f .deps/libcoregrind_amd64_linux_a-m_libcprint.Tpo .deps/libcoregrind_amd64_linux_a-m_libcprint.Po 2024-08-20T22:01:47.3824642Z #7 84.22 mv -f m_mach/.deps/libcoregrind_amd64_linux_a-mach_traps-x86-darwin.Tpo m_mach/.deps/libcoregrind_amd64_linux_a-mach_traps-x86-darwin.Po 2024-08-20T22:01:47.3836781Z #7 84.22 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_replacemalloc/libcoregrind_amd64_linux_a-replacemalloc_core.o -MD -MP -MF m_replacemalloc/.deps/libcoregrind_amd64_linux_a-replacemalloc_core.Tpo -c -o m_replacemalloc/libcoregrind_amd64_linux_a-replacemalloc_core.o `test -f 'm_replacemalloc/replacemalloc_core.c' || echo './'`m_replacemalloc/replacemalloc_core.c 2024-08-20T22:01:47.3843782Z #7 84.22 mv -f m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-solaris.Tpo m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-solaris.Po 2024-08-20T22:01:47.3845302Z #7 84.22 mv -f m_mach/.deps/libcoregrind_amd64_linux_a-mach_basics.Tpo m_mach/.deps/libcoregrind_amd64_linux_a-mach_basics.Po 2024-08-20T22:01:47.3846697Z #7 84.22 mv -f m_mach/.deps/libcoregrind_amd64_linux_a-mach_msg.Tpo m_mach/.deps/libcoregrind_amd64_linux_a-mach_msg.Po 2024-08-20T22:01:47.3849229Z #7 84.22 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-arm64.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-arm64.Po 2024-08-20T22:01:47.3861186Z #7 84.22 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_scheduler/libcoregrind_amd64_linux_a-sched-lock.o -MD -MP -MF m_scheduler/.deps/libcoregrind_amd64_linux_a-sched-lock.Tpo -c -o m_scheduler/libcoregrind_amd64_linux_a-sched-lock.o `test -f 'm_scheduler/sched-lock.c' || echo './'`m_scheduler/sched-lock.c 2024-08-20T22:01:47.3882044Z #7 84.22 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_scheduler/libcoregrind_amd64_linux_a-sched-lock-generic.o -MD -MP -MF m_scheduler/.deps/libcoregrind_amd64_linux_a-sched-lock-generic.Tpo -c -o m_scheduler/libcoregrind_amd64_linux_a-sched-lock-generic.o `test -f 'm_scheduler/sched-lock-generic.c' || echo './'`m_scheduler/sched-lock-generic.c 2024-08-20T22:01:47.3902728Z #7 84.22 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_scheduler/libcoregrind_amd64_linux_a-scheduler.o -MD -MP -MF m_scheduler/.deps/libcoregrind_amd64_linux_a-scheduler.Tpo -c -o m_scheduler/libcoregrind_amd64_linux_a-scheduler.o `test -f 'm_scheduler/scheduler.c' || echo './'`m_scheduler/scheduler.c 2024-08-20T22:01:47.3921777Z #7 84.22 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_scheduler/libcoregrind_amd64_linux_a-sema.o -MD -MP -MF m_scheduler/.deps/libcoregrind_amd64_linux_a-sema.Tpo -c -o m_scheduler/libcoregrind_amd64_linux_a-sema.o `test -f 'm_scheduler/sema.c' || echo './'`m_scheduler/sema.c 2024-08-20T22:01:47.3941608Z #7 84.22 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-common.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-common.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-common.o `test -f 'm_sigframe/sigframe-common.c' || echo './'`m_sigframe/sigframe-common.c 2024-08-20T22:01:47.3960527Z #7 84.22 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-linux.o `test -f 'm_sigframe/sigframe-x86-linux.c' || echo './'`m_sigframe/sigframe-x86-linux.c 2024-08-20T22:01:47.3971983Z #7 84.22 mv -f m_mach/.deps/libcoregrind_amd64_linux_a-mach_traps-amd64-darwin.Tpo m_mach/.deps/libcoregrind_amd64_linux_a-mach_traps-amd64-darwin.Po 2024-08-20T22:01:47.3974493Z #7 84.22 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-amd64.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-amd64.Po 2024-08-20T22:01:47.3985541Z #7 84.23 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-linux.o `test -f 'm_sigframe/sigframe-amd64-linux.c' || echo './'`m_sigframe/sigframe-amd64-linux.c 2024-08-20T22:01:47.4007204Z #7 84.23 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-freebsd.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-freebsd.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-freebsd.o `test -f 'm_sigframe/sigframe-x86-freebsd.c' || echo './'`m_sigframe/sigframe-x86-freebsd.c 2024-08-20T22:01:47.4019147Z #7 84.23 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-s390x.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-s390x.Po 2024-08-20T22:01:47.4029167Z #7 84.23 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-freebsd.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-freebsd.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-freebsd.o `test -f 'm_sigframe/sigframe-amd64-freebsd.c' || echo './'`m_sigframe/sigframe-amd64-freebsd.c 2024-08-20T22:01:47.4040772Z #7 84.24 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-tytypes.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-tytypes.Po 2024-08-20T22:01:47.4043633Z #7 84.24 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-linux.Po 2024-08-20T22:01:47.4056282Z #7 84.24 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-ppc32-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-ppc32-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-ppc32-linux.o `test -f 'm_sigframe/sigframe-ppc32-linux.c' || echo './'`m_sigframe/sigframe-ppc32-linux.c 2024-08-20T22:01:47.4078610Z #7 84.24 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-ppc64-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-ppc64-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-ppc64-linux.o `test -f 'm_sigframe/sigframe-ppc64-linux.c' || echo './'`m_sigframe/sigframe-ppc64-linux.c 2024-08-20T22:01:47.4090476Z #7 84.24 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-freebsd.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-freebsd.Po 2024-08-20T22:01:47.4103276Z #7 84.25 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-arm-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-arm-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-arm-linux.o `test -f 'm_sigframe/sigframe-arm-linux.c' || echo './'`m_sigframe/sigframe-arm-linux.c 2024-08-20T22:01:47.4113976Z #7 84.25 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-freebsd.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-freebsd.Po 2024-08-20T22:01:47.4117142Z #7 84.26 mv -f m_scheduler/.deps/libcoregrind_amd64_linux_a-sched-lock-generic.Tpo m_scheduler/.deps/libcoregrind_amd64_linux_a-sched-lock-generic.Po 2024-08-20T22:01:47.4131370Z #7 84.26 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-arm64-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-arm64-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-arm64-linux.o `test -f 'm_sigframe/sigframe-arm64-linux.c' || echo './'`m_sigframe/sigframe-arm64-linux.c 2024-08-20T22:01:47.4151197Z #7 84.26 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-s390x-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-s390x-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-s390x-linux.o `test -f 'm_sigframe/sigframe-s390x-linux.c' || echo './'`m_sigframe/sigframe-s390x-linux.c 2024-08-20T22:01:47.4161884Z #7 84.26 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-version.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-version.Po 2024-08-20T22:01:47.4164678Z #7 84.26 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-ppc32-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-ppc32-linux.Po 2024-08-20T22:01:47.4176997Z #7 84.26 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-mips32-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-mips32-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-mips32-linux.o `test -f 'm_sigframe/sigframe-mips32-linux.c' || echo './'`m_sigframe/sigframe-mips32-linux.c 2024-08-20T22:01:47.4187464Z #7 84.26 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-ppc32.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-ppc32.Po 2024-08-20T22:01:47.4190351Z #7 84.26 mv -f m_scheduler/.deps/libcoregrind_amd64_linux_a-sched-lock.Tpo m_scheduler/.deps/libcoregrind_amd64_linux_a-sched-lock.Po 2024-08-20T22:01:47.4193477Z #7 84.26 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-ppc64-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-ppc64-linux.Po 2024-08-20T22:01:47.4205897Z #7 84.26 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-mips64-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-mips64-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-mips64-linux.o `test -f 'm_sigframe/sigframe-mips64-linux.c' || echo './'`m_sigframe/sigframe-mips64-linux.c 2024-08-20T22:01:47.4226746Z #7 84.26 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-nanomips-linux.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-nanomips-linux.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-nanomips-linux.o `test -f 'm_sigframe/sigframe-nanomips-linux.c' || echo './'`m_sigframe/sigframe-nanomips-linux.c 2024-08-20T22:01:47.4247788Z #7 84.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-darwin.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-darwin.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-darwin.o `test -f 'm_sigframe/sigframe-x86-darwin.c' || echo './'`m_sigframe/sigframe-x86-darwin.c 2024-08-20T22:01:47.4268532Z #7 84.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-darwin.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-darwin.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-darwin.o `test -f 'm_sigframe/sigframe-amd64-darwin.c' || echo './'`m_sigframe/sigframe-amd64-darwin.c 2024-08-20T22:01:47.4279925Z #7 84.27 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-arm-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-arm-linux.Po 2024-08-20T22:01:47.4292374Z #7 84.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_sigframe/libcoregrind_amd64_linux_a-sigframe-solaris.o -MD -MP -MF m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-solaris.Tpo -c -o m_sigframe/libcoregrind_amd64_linux_a-sigframe-solaris.o `test -f 'm_sigframe/sigframe-solaris.c' || echo './'`m_sigframe/sigframe-solaris.c 2024-08-20T22:01:47.4303252Z #7 84.27 mv -f .deps/libcoregrind_amd64_linux_a-m_signals.Tpo .deps/libcoregrind_amd64_linux_a-m_signals.Po 2024-08-20T22:01:47.4305965Z #7 84.27 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-arm64-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-arm64-linux.Po 2024-08-20T22:01:47.4313182Z #7 84.28 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-linux.o `test -f 'm_syswrap/syscall-x86-linux.S' || echo './'`m_syswrap/syscall-x86-linux.S 2024-08-20T22:01:47.4324485Z #7 84.28 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-linux.o `test -f 'm_syswrap/syscall-amd64-linux.S' || echo './'`m_syswrap/syscall-amd64-linux.S 2024-08-20T22:01:47.4330932Z #7 84.28 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-mips32-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-mips32-linux.Po 2024-08-20T22:01:47.4333386Z #7 84.28 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-darwin.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-x86-darwin.Po 2024-08-20T22:01:47.4336692Z #7 84.28 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-ppc64.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-ppc64.Po 2024-08-20T22:01:47.4344389Z #7 84.28 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc32-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc32-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc32-linux.o `test -f 'm_syswrap/syscall-ppc32-linux.S' || echo './'`m_syswrap/syscall-ppc32-linux.S 2024-08-20T22:01:47.4351626Z #7 84.28 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-nanomips-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-nanomips-linux.Po 2024-08-20T22:01:47.4358857Z #7 84.28 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc64be-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc64be-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc64be-linux.o `test -f 'm_syswrap/syscall-ppc64be-linux.S' || echo './'`m_syswrap/syscall-ppc64be-linux.S 2024-08-20T22:01:47.4365625Z #7 84.28 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc64le-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc64le-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc64le-linux.o `test -f 'm_syswrap/syscall-ppc64le-linux.S' || echo './'`m_syswrap/syscall-ppc64le-linux.S 2024-08-20T22:01:47.4369627Z #7 84.29 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-darwin.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-darwin.Po 2024-08-20T22:01:47.4371448Z #7 84.29 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-mips64-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-mips64-linux.Po 2024-08-20T22:01:47.4376693Z #7 84.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-arm-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-arm-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-arm-linux.o `test -f 'm_syswrap/syscall-arm-linux.S' || echo './'`m_syswrap/syscall-arm-linux.S 2024-08-20T22:01:47.4388431Z #7 84.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-arm64-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-arm64-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-arm64-linux.o `test -f 'm_syswrap/syscall-arm64-linux.S' || echo './'`m_syswrap/syscall-arm64-linux.S 2024-08-20T22:01:47.4392672Z #7 84.29 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-solaris.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-solaris.Po 2024-08-20T22:01:47.4396818Z #7 84.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-s390x-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-s390x-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-s390x-linux.o `test -f 'm_syswrap/syscall-s390x-linux.S' || echo './'`m_syswrap/syscall-s390x-linux.S 2024-08-20T22:01:47.4405992Z #7 84.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-mips32-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-mips32-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-mips32-linux.o `test -f 'm_syswrap/syscall-mips32-linux.S' || echo './'`m_syswrap/syscall-mips32-linux.S 2024-08-20T22:01:47.4412415Z #7 84.29 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-linux.Po 2024-08-20T22:01:47.4415615Z #7 84.29 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-linux.Po 2024-08-20T22:01:47.4423106Z #7 84.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-mips64-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-mips64-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-mips64-linux.o `test -f 'm_syswrap/syscall-mips64-linux.S' || echo './'`m_syswrap/syscall-mips64-linux.S 2024-08-20T22:01:47.4807647Z #7 84.30 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-nanomips-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-nanomips-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-nanomips-linux.o `test -f 'm_syswrap/syscall-nanomips-linux.S' || echo './'`m_syswrap/syscall-nanomips-linux.S 2024-08-20T22:01:47.4815135Z #7 84.30 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc32-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc32-linux.Po 2024-08-20T22:01:47.4818564Z #7 84.30 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc64be-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc64be-linux.Po 2024-08-20T22:01:47.4822320Z #7 84.30 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc64le-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-ppc64le-linux.Po 2024-08-20T22:01:47.4830363Z #7 84.30 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-freebsd.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-freebsd.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-freebsd.o `test -f 'm_syswrap/syscall-x86-freebsd.S' || echo './'`m_syswrap/syscall-x86-freebsd.S 2024-08-20T22:01:47.4838428Z #7 84.30 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-mips32.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-mips32.Po 2024-08-20T22:01:47.4841845Z #7 84.30 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-nanomips.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-nanomips.Po 2024-08-20T22:01:47.4845232Z #7 84.30 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-arm64-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-arm64-linux.Po 2024-08-20T22:01:47.4848210Z #7 84.30 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-arm-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-arm-linux.Po 2024-08-20T22:01:47.4855863Z #7 84.30 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-freebsd.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-freebsd.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-freebsd.o `test -f 'm_syswrap/syscall-amd64-freebsd.S' || echo './'`m_syswrap/syscall-amd64-freebsd.S 2024-08-20T22:01:47.4867402Z #7 84.30 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-darwin.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-darwin.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-darwin.o `test -f 'm_syswrap/syscall-x86-darwin.S' || echo './'`m_syswrap/syscall-x86-darwin.S 2024-08-20T22:01:47.4873609Z #7 84.30 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-s390x-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-s390x-linux.Po 2024-08-20T22:01:47.4880412Z #7 84.31 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-darwin.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-darwin.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-darwin.o `test -f 'm_syswrap/syscall-amd64-darwin.S' || echo './'`m_syswrap/syscall-amd64-darwin.S 2024-08-20T22:01:47.4887159Z #7 84.31 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-solaris.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-solaris.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-solaris.o `test -f 'm_syswrap/syscall-x86-solaris.S' || echo './'`m_syswrap/syscall-x86-solaris.S 2024-08-20T22:01:47.4894145Z #7 84.31 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -g -MT m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-solaris.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-solaris.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-solaris.o `test -f 'm_syswrap/syscall-amd64-solaris.S' || echo './'`m_syswrap/syscall-amd64-solaris.S 2024-08-20T22:01:47.4898072Z #7 84.31 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-mips32-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-mips32-linux.Po 2024-08-20T22:01:47.4904886Z #7 84.31 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-main.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-main.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-main.o `test -f 'm_syswrap/syswrap-main.c' || echo './'`m_syswrap/syswrap-main.c 2024-08-20T22:01:47.4917210Z #7 84.31 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-generic.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-generic.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-generic.o `test -f 'm_syswrap/syswrap-generic.c' || echo './'`m_syswrap/syswrap-generic.c 2024-08-20T22:01:47.4934174Z #7 84.31 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-linux.o `test -f 'm_syswrap/syswrap-linux.c' || echo './'`m_syswrap/syswrap-linux.c 2024-08-20T22:01:47.4940931Z #7 84.31 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-mips64-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-mips64-linux.Po 2024-08-20T22:01:47.4943702Z #7 84.31 mv -f m_scheduler/.deps/libcoregrind_amd64_linux_a-sema.Tpo m_scheduler/.deps/libcoregrind_amd64_linux_a-sema.Po 2024-08-20T22:01:47.4946894Z #7 84.31 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-nanomips-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-nanomips-linux.Po 2024-08-20T22:01:47.4948833Z #7 84.32 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-common.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-common.Po 2024-08-20T22:01:47.4956029Z #7 84.32 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-linux-variants.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-linux-variants.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-linux-variants.o `test -f 'm_syswrap/syswrap-linux-variants.c' || echo './'`m_syswrap/syswrap-linux-variants.c 2024-08-20T22:01:47.4962486Z #7 84.32 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-freebsd.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-freebsd.Po 2024-08-20T22:01:47.4969505Z #7 84.32 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-freebsd.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-freebsd.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-freebsd.o `test -f 'm_syswrap/syswrap-freebsd.c' || echo './'`m_syswrap/syswrap-freebsd.c 2024-08-20T22:01:47.4980940Z #7 84.32 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-darwin.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-darwin.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-darwin.o `test -f 'm_syswrap/syswrap-darwin.c' || echo './'`m_syswrap/syswrap-darwin.c 2024-08-20T22:01:47.4992595Z #7 84.32 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-solaris.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-solaris.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-solaris.o `test -f 'm_syswrap/syswrap-solaris.c' || echo './'`m_syswrap/syswrap-solaris.c 2024-08-20T22:01:47.4998842Z #7 84.32 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-darwin.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-darwin.Po 2024-08-20T22:01:47.5000564Z #7 84.32 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-darwin.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-darwin.Po 2024-08-20T22:01:47.5003335Z #7 84.32 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-freebsd.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-freebsd.Po 2024-08-20T22:01:47.5006558Z #7 84.32 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-solaris.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-x86-solaris.Po 2024-08-20T22:01:47.5017409Z #7 84.32 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-linux.o `test -f 'm_syswrap/syswrap-x86-linux.c' || echo './'`m_syswrap/syswrap-x86-linux.c 2024-08-20T22:01:47.5027966Z #7 84.32 mv -f m_replacemalloc/.deps/libcoregrind_amd64_linux_a-replacemalloc_core.Tpo m_replacemalloc/.deps/libcoregrind_amd64_linux_a-replacemalloc_core.Po 2024-08-20T22:01:47.5039183Z #7 84.32 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-linux.o `test -f 'm_syswrap/syswrap-amd64-linux.c' || echo './'`m_syswrap/syswrap-amd64-linux.c 2024-08-20T22:01:47.5045626Z #7 84.32 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-solaris.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syscall-amd64-solaris.Po 2024-08-20T22:01:47.5052621Z #7 84.32 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-ppc32-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-ppc32-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-ppc32-linux.o `test -f 'm_syswrap/syswrap-ppc32-linux.c' || echo './'`m_syswrap/syswrap-ppc32-linux.c 2024-08-20T22:01:47.5064590Z #7 84.32 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-ppc64-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-ppc64-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-ppc64-linux.o `test -f 'm_syswrap/syswrap-ppc64-linux.c' || echo './'`m_syswrap/syswrap-ppc64-linux.c 2024-08-20T22:01:47.5076431Z #7 84.32 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-freebsd.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-freebsd.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-freebsd.o `test -f 'm_syswrap/syswrap-x86-freebsd.c' || echo './'`m_syswrap/syswrap-x86-freebsd.c 2024-08-20T22:01:47.5082479Z #7 84.33 mv -f .deps/libcoregrind_amd64_linux_a-m_libcbase.Tpo .deps/libcoregrind_amd64_linux_a-m_libcbase.Po 2024-08-20T22:01:47.5089267Z #7 84.33 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-freebsd.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-freebsd.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-freebsd.o `test -f 'm_syswrap/syswrap-amd64-freebsd.c' || echo './'`m_syswrap/syswrap-amd64-freebsd.c 2024-08-20T22:01:47.5100810Z #7 84.33 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-arm-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-arm-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-arm-linux.o `test -f 'm_syswrap/syswrap-arm-linux.c' || echo './'`m_syswrap/syswrap-arm-linux.c 2024-08-20T22:01:47.5112356Z #7 84.33 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-arm64-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-arm64-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-arm64-linux.o `test -f 'm_syswrap/syswrap-arm64-linux.c' || echo './'`m_syswrap/syswrap-arm64-linux.c 2024-08-20T22:01:47.5118920Z #7 84.33 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-s390x-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-s390x-linux.Po 2024-08-20T22:01:47.5120415Z #7 84.33 mv -f .deps/libcoregrind_amd64_linux_a-m_errormgr.Tpo .deps/libcoregrind_amd64_linux_a-m_errormgr.Po 2024-08-20T22:01:47.5121944Z #7 84.34 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-mips64.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-valgrind-low-mips64.Po 2024-08-20T22:01:47.5128863Z #7 84.34 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-s390x-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-s390x-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-s390x-linux.o `test -f 'm_syswrap/syswrap-s390x-linux.c' || echo './'`m_syswrap/syswrap-s390x-linux.c 2024-08-20T22:01:47.5142370Z #7 84.34 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-mips32-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-mips32-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-mips32-linux.o `test -f 'm_syswrap/syswrap-mips32-linux.c' || echo './'`m_syswrap/syswrap-mips32-linux.c 2024-08-20T22:01:47.5154014Z #7 84.34 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-mips64-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-mips64-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-mips64-linux.o `test -f 'm_syswrap/syswrap-mips64-linux.c' || echo './'`m_syswrap/syswrap-mips64-linux.c 2024-08-20T22:01:47.5160236Z #7 84.34 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-freebsd.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-freebsd.Po 2024-08-20T22:01:47.5162012Z #7 84.34 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-linux.Po 2024-08-20T22:01:47.5163701Z #7 84.34 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-ppc64-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-ppc64-linux.Po 2024-08-20T22:01:47.5165360Z #7 84.34 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-darwin.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-darwin.Po 2024-08-20T22:01:47.5167054Z #7 84.34 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-freebsd.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-freebsd.Po 2024-08-20T22:01:47.5174208Z #7 84.34 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-nanomips-linux.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-nanomips-linux.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-nanomips-linux.o `test -f 'm_syswrap/syswrap-nanomips-linux.c' || echo './'`m_syswrap/syswrap-nanomips-linux.c 2024-08-20T22:01:47.5180639Z #7 84.34 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-ppc32-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-ppc32-linux.Po 2024-08-20T22:01:47.5187536Z #7 84.34 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-darwin.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-darwin.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-darwin.o `test -f 'm_syswrap/syswrap-x86-darwin.c' || echo './'`m_syswrap/syswrap-x86-darwin.c 2024-08-20T22:01:47.5199050Z #7 84.34 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-darwin.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-darwin.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-darwin.o `test -f 'm_syswrap/syswrap-amd64-darwin.c' || echo './'`m_syswrap/syswrap-amd64-darwin.c 2024-08-20T22:01:47.5205314Z #7 84.35 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-arm-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-arm-linux.Po 2024-08-20T22:01:47.5207039Z #7 84.35 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-solaris.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-solaris.Po 2024-08-20T22:01:47.5213741Z #7 84.35 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-xen.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-xen.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-xen.o `test -f 'm_syswrap/syswrap-xen.c' || echo './'`m_syswrap/syswrap-xen.c 2024-08-20T22:01:47.5219761Z #7 84.35 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-arm64-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-arm64-linux.Po 2024-08-20T22:01:47.5221478Z #7 84.35 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-freebsd.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-freebsd.Po 2024-08-20T22:01:47.5228401Z #7 84.35 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-solaris.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-solaris.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-solaris.o `test -f 'm_syswrap/syswrap-x86-solaris.c' || echo './'`m_syswrap/syswrap-x86-solaris.c 2024-08-20T22:01:47.5240364Z #7 84.35 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-solaris.o -MD -MP -MF m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-solaris.Tpo -c -o m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-solaris.o `test -f 'm_syswrap/syswrap-amd64-solaris.c' || echo './'`m_syswrap/syswrap-amd64-solaris.c 2024-08-20T22:01:47.5251339Z #7 84.35 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_ume/libcoregrind_amd64_linux_a-elf.o -MD -MP -MF m_ume/.deps/libcoregrind_amd64_linux_a-elf.Tpo -c -o m_ume/libcoregrind_amd64_linux_a-elf.o `test -f 'm_ume/elf.c' || echo './'`m_ume/elf.c 2024-08-20T22:01:47.5261680Z #7 84.35 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_ume/libcoregrind_amd64_linux_a-macho.o -MD -MP -MF m_ume/.deps/libcoregrind_amd64_linux_a-macho.Tpo -c -o m_ume/libcoregrind_amd64_linux_a-macho.o `test -f 'm_ume/macho.c' || echo './'`m_ume/macho.c 2024-08-20T22:01:47.5271966Z #7 84.35 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_ume/libcoregrind_amd64_linux_a-main.o -MD -MP -MF m_ume/.deps/libcoregrind_amd64_linux_a-main.Tpo -c -o m_ume/libcoregrind_amd64_linux_a-main.o `test -f 'm_ume/main.c' || echo './'`m_ume/main.c 2024-08-20T22:01:47.5282287Z #7 84.35 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -DVG_LIBDIR="\"/usr/local/libexec/valgrind"\" -DVG_PLATFORM="\"amd64-linux\"" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -DENABLE_LINUX_TICKET_LOCK -MT m_ume/libcoregrind_amd64_linux_a-script.o -MD -MP -MF m_ume/.deps/libcoregrind_amd64_linux_a-script.Tpo -c -o m_ume/libcoregrind_amd64_linux_a-script.o `test -f 'm_ume/script.c' || echo './'`m_ume/script.c 2024-08-20T22:01:47.5288148Z #7 84.36 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-s390x-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-s390x-linux.Po 2024-08-20T22:01:47.5289890Z #7 84.36 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-mips32-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-mips32-linux.Po 2024-08-20T22:01:47.5291624Z #7 84.36 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-mips64-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-mips64-linux.Po 2024-08-20T22:01:47.5292699Z #7 84.36 rm -f libgcc-sup-amd64-linux.a 2024-08-20T22:01:47.5293163Z #7 84.36 mkdir -p ../.in_place; \ 2024-08-20T22:01:47.5293771Z #7 84.36 for f in vgpreload_core-amd64-linux.so ; do \ 2024-08-20T22:01:47.5294312Z #7 84.36 rm -f ../.in_place/$f; \ 2024-08-20T22:01:47.5294871Z #7 84.36 ln -f -s ../coregrind/$f ../.in_place; \ 2024-08-20T22:01:47.5295295Z #7 84.36 done 2024-08-20T22:01:47.5295619Z #7 84.36 mkdir -p ../.in_place; \ 2024-08-20T22:01:47.5295980Z #7 84.36 for f in ; do \ 2024-08-20T22:01:47.5296359Z #7 84.36 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:01:47.5296904Z #7 84.36 ln -f -s ../coregrind/$f.dSYM ../.in_place; \ 2024-08-20T22:01:47.5297363Z #7 84.36 done 2024-08-20T22:01:47.5298006Z #7 84.36 /usr/bin/ar cru libgcc-sup-amd64-linux.a libgcc_sup_amd64_linux_a-m_libgcc_sup.o 2024-08-20T22:01:47.5299415Z #7 84.36 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-darwin.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-darwin.Po 2024-08-20T22:01:47.5301126Z #7 84.36 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-darwin.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-darwin.Po 2024-08-20T22:01:47.5302393Z #7 84.36 /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') 2024-08-20T22:01:47.5303757Z #7 84.36 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-nanomips-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-nanomips-linux.Po 2024-08-20T22:01:47.5304869Z #7 84.36 ranlib libgcc-sup-amd64-linux.a 2024-08-20T22:01:47.5305337Z #7 84.36 mkdir -p ../.in_place; \ 2024-08-20T22:01:47.5329871Z #7 84.36 for f in m_gdbserver/32bit-core-valgrind-s1.xml m_gdbserver/32bit-core-valgrind-s2.xml m_gdbserver/32bit-core.xml m_gdbserver/32bit-linux-valgrind-s1.xml m_gdbserver/32bit-linux-valgrind-s2.xml m_gdbserver/32bit-linux.xml m_gdbserver/32bit-sse-valgrind-s1.xml m_gdbserver/32bit-sse-valgrind-s2.xml m_gdbserver/32bit-sse.xml m_gdbserver/64bit-avx-valgrind-s2.xml m_gdbserver/64bit-avx-valgrind-s1.xml m_gdbserver/64bit-avx.xml m_gdbserver/64bit-core-valgrind-s1.xml m_gdbserver/64bit-core-valgrind-s2.xml m_gdbserver/64bit-core.xml m_gdbserver/64bit-linux-valgrind-s1.xml m_gdbserver/64bit-linux-valgrind-s2.xml m_gdbserver/64bit-linux.xml m_gdbserver/64bit-sse-valgrind-s1.xml m_gdbserver/64bit-sse-valgrind-s2.xml m_gdbserver/64bit-sse.xml m_gdbserver/amd64-avx-coresse-valgrind.xml m_gdbserver/amd64-avx-coresse.xml m_gdbserver/amd64-avx-linux-valgrind.xml m_gdbserver/amd64-avx-linux.xml m_gdbserver/amd64-coresse-valgrind.xml m_gdbserver/amd64-linux-valgrind.xml m_gdbserver/arm-core-valgrind-s1.xml m_gdbserver/arm-core-valgrind-s2.xml m_gdbserver/arm-core.xml m_gdbserver/arm-vfpv3-valgrind-s1.xml m_gdbserver/arm-vfpv3-valgrind-s2.xml m_gdbserver/arm-vfpv3.xml m_gdbserver/arm-with-vfpv3-valgrind.xml m_gdbserver/arm-with-vfpv3.xml m_gdbserver/i386-coresse-valgrind.xml m_gdbserver/i386-linux-valgrind.xml m_gdbserver/power64-core-valgrind-s1.xml m_gdbserver/power64-core-valgrind-s2.xml m_gdbserver/power64-core.xml m_gdbserver/power64-core2-valgrind-s1.xml m_gdbserver/power64-core2-valgrind-s2.xml m_gdbserver/power64-linux-valgrind-s1.xml m_gdbserver/power64-linux-valgrind-s2.xml m_gdbserver/power64-linux.xml m_gdbserver/power-altivec-valgrind-s1.xml m_gdbserver/power-altivec-valgrind-s2.xml m_gdbserver/power-altivec.xml m_gdbserver/power-vsx-valgrind-s1.xml m_gdbserver/power-vsx-valgrind-s2.xml m_gdbserver/power-vsx.xml m_gdbserver/power-core-valgrind-s1.xml m_gdbserver/power-core-valgrind-s2.xml m_gdbserver/power-core.xml m_gdbserver/power-fpu-valgrind-s1.xml m_gdbserver/power-fpu-valgrind-s2.xml m_gdbserver/power-fpu.xml m_gdbserver/power-linux-valgrind-s1.xml m_gdbserver/power-linux-valgrind-s2.xml m_gdbserver/power-linux.xml m_gdbserver/powerpc-altivec32l-valgrind.xml m_gdbserver/powerpc-altivec32l.xml m_gdbserver/powerpc-altivec64l-valgrind.xml m_gdbserver/powerpc-altivec64l.xml m_gdbserver/s390-acr-valgrind-s1.xml m_gdbserver/s390-acr-valgrind-s2.xml m_gdbserver/s390-acr.xml m_gdbserver/s390-fpr-valgrind-s1.xml m_gdbserver/s390-fpr-valgrind-s2.xml m_gdbserver/s390-fpr.xml m_gdbserver/s390x-core64-valgrind-s1.xml m_gdbserver/s390x-core64-valgrind-s2.xml m_gdbserver/s390x-core64.xml m_gdbserver/s390x-generic-valgrind.xml m_gdbserver/s390x-generic.xml m_gdbserver/s390x-linux64-valgrind-s1.xml m_gdbserver/s390x-linux64-valgrind-s2.xml m_gdbserver/s390x-linux64.xml m_gdbserver/s390-vx-valgrind-s1.xml m_gdbserver/s390-vx-valgrind-s2.xml m_gdbserver/s390-vx.xml m_gdbserver/s390x-vx-linux-valgrind.xml m_gdbserver/s390x-vx-linux.xml m_gdbserver/mips-cp0-valgrind-s1.xml m_gdbserver/mips-cp0-valgrind-s2.xml m_gdbserver/mips-cp0.xml m_gdbserver/mips-cpu-valgrind-s1.xml m_gdbserver/mips-cpu-valgrind-s2.xml m_gdbserver/mips-cpu.xml m_gdbserver/mips-linux.xml m_gdbserver/mips-linux-valgrind.xml m_gdbserver/mips-fpu-valgrind-s1.xml m_gdbserver/mips-fpu-valgrind-s2.xml m_gdbserver/mips-fpu.xml m_gdbserver/mips64-cp0-valgrind-s1.xml m_gdbserver/mips64-cp0-valgrind-s2.xml m_gdbserver/mips64-cp0.xml m_gdbserver/mips64-cpu-valgrind-s1.xml m_gdbserver/mips64-cpu-valgrind-s2.xml m_gdbserver/mips64-cpu.xml m_gdbserver/mips64-linux.xml m_gdbserver/mips64-linux-valgrind.xml m_gdbserver/mips64-fpu-valgrind-s1.xml m_gdbserver/mips64-fpu-valgrind-s2.xml m_gdbserver/mips64-fpu.xml; do \ 2024-08-20T22:01:47.5352281Z #7 84.36 rm -f ../.in_place/$f; \ 2024-08-20T22:01:47.5352776Z #7 84.36 ln -f -s ../coregrind/$f ../.in_place; \ 2024-08-20T22:01:47.5353210Z #7 84.36 done 2024-08-20T22:01:47.5359099Z #7 84.37 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -o valgrind valgrind-launcher-linux.o valgrind-m_debuglog.o 2024-08-20T22:01:47.5365126Z #7 84.37 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-solaris.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-solaris.Po 2024-08-20T22:01:47.5397188Z #7 84.37 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-solaris.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-x86-solaris.Po 2024-08-20T22:01:47.5399301Z #7 84.37 mv -f m_ume/.deps/libcoregrind_amd64_linux_a-macho.Tpo m_ume/.deps/libcoregrind_amd64_linux_a-macho.Po 2024-08-20T22:01:47.5400853Z #7 84.37 mv -f m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-linux.Tpo m_sigframe/.deps/libcoregrind_amd64_linux_a-sigframe-amd64-linux.Po 2024-08-20T22:01:47.5402627Z #7 84.40 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-linux-variants.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-linux-variants.Po 2024-08-20T22:01:47.5843300Z #7 84.41 mv -f m_replacemalloc/.deps/libreplacemalloc_toolpreload_amd64_linux_a-vg_replace_malloc.Tpo m_replacemalloc/.deps/libreplacemalloc_toolpreload_amd64_linux_a-vg_replace_malloc.Po 2024-08-20T22:01:47.5844869Z #7 84.41 rm -f libreplacemalloc_toolpreload-amd64-linux.a 2024-08-20T22:01:47.5846437Z #7 84.42 /usr/bin/ar cru libreplacemalloc_toolpreload-amd64-linux.a m_replacemalloc/libreplacemalloc_toolpreload_amd64_linux_a-vg_replace_malloc.o 2024-08-20T22:01:47.5848293Z #7 84.42 /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') 2024-08-20T22:01:47.5849099Z #7 84.42 ranlib libreplacemalloc_toolpreload-amd64-linux.a 2024-08-20T22:01:47.5850189Z #7 84.42 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-target.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-target.Po 2024-08-20T22:01:47.5851640Z #7 84.43 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-d3basics.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-d3basics.Po 2024-08-20T22:01:47.5853676Z #7 84.45 mv -f m_ume/.deps/libcoregrind_amd64_linux_a-script.Tpo m_ume/.deps/libcoregrind_amd64_linux_a-script.Po 2024-08-20T22:01:47.5855303Z #7 84.45 mv -f m_ume/.deps/libcoregrind_amd64_linux_a-main.Tpo m_ume/.deps/libcoregrind_amd64_linux_a-main.Po 2024-08-20T22:01:47.5856736Z #7 84.46 mv -f m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-linux.Tpo m_initimg/.deps/libcoregrind_amd64_linux_a-initimg-linux.Po 2024-08-20T22:01:47.5858098Z #7 84.46 mv -f .deps/libcoregrind_amd64_linux_a-m_cache.Tpo .deps/libcoregrind_amd64_linux_a-m_cache.Po 2024-08-20T22:01:47.5860138Z #7 84.48 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-amd64-linux.Po 2024-08-20T22:01:47.5861935Z #7 84.48 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-readpdb.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-readpdb.Po 2024-08-20T22:01:47.5863274Z #7 84.49 mv -f m_ume/.deps/libcoregrind_amd64_linux_a-elf.Tpo m_ume/.deps/libcoregrind_amd64_linux_a-elf.Po 2024-08-20T22:01:47.5864463Z #7 84.50 mv -f .deps/libcoregrind_amd64_linux_a-m_wordfm.Tpo .deps/libcoregrind_amd64_linux_a-m_wordfm.Po 2024-08-20T22:01:47.5866093Z #7 84.51 mv -f .deps/libcoregrind_amd64_linux_a-m_translate.Tpo .deps/libcoregrind_amd64_linux_a-m_translate.Po 2024-08-20T22:01:47.7622237Z #7 84.51 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-server.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-server.Po 2024-08-20T22:01:47.7624861Z #7 84.51 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-m_gdbserver.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-m_gdbserver.Po 2024-08-20T22:01:47.7627627Z #7 84.51 mv -f m_gdbserver/.deps/libcoregrind_amd64_linux_a-remote-utils.Tpo m_gdbserver/.deps/libcoregrind_amd64_linux_a-remote-utils.Po 2024-08-20T22:01:47.7630219Z #7 84.52 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-tinfl.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-tinfl.Po 2024-08-20T22:01:47.7633034Z #7 84.53 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-main.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-main.Po 2024-08-20T22:01:47.7635878Z #7 84.54 mv -f m_demangle/.deps/libcoregrind_amd64_linux_a-rust-demangle.Tpo m_demangle/.deps/libcoregrind_amd64_linux_a-rust-demangle.Po 2024-08-20T22:01:47.7638563Z #7 84.60 mv -f m_demangle/.deps/libcoregrind_amd64_linux_a-d-demangle.Tpo m_demangle/.deps/libcoregrind_amd64_linux_a-d-demangle.Po 2024-08-20T22:01:47.7641158Z #7 84.68 mv -f m_scheduler/.deps/libcoregrind_amd64_linux_a-scheduler.Tpo m_scheduler/.deps/libcoregrind_amd64_linux_a-scheduler.Po 2024-08-20T22:01:47.8965297Z #7 84.69 mv -f .deps/vgdb-vgdb.Tpo .deps/vgdb-vgdb.Po 2024-08-20T22:01:47.8971572Z #7 84.69 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -o vgdb vgdb-vgdb.o vgdb-vgdb-invoker-ptrace.o -lpthread 2024-08-20T22:01:47.8977547Z #7 84.74 mv -f .deps/libcoregrind_amd64_linux_a-m_transtab.Tpo .deps/libcoregrind_amd64_linux_a-m_transtab.Po 2024-08-20T22:01:47.8978829Z #7 84.75 mv -f .deps/libcoregrind_amd64_linux_a-m_mallocfree.Tpo .deps/libcoregrind_amd64_linux_a-m_mallocfree.Po 2024-08-20T22:01:47.8980182Z #7 84.75 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-image.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-image.Po 2024-08-20T22:01:47.8981615Z #7 84.82 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-storage.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-storage.Po 2024-08-20T22:01:48.0105373Z #7 84.85 mv -f .deps/libnolto_coregrind_amd64_linux_a-m_main.Tpo .deps/libnolto_coregrind_amd64_linux_a-m_main.Po 2024-08-20T22:01:48.0106427Z #7 84.85 rm -f libnolto_coregrind-amd64-linux.a 2024-08-20T22:01:48.0107600Z #7 84.85 /usr/bin/ar cru libnolto_coregrind-amd64-linux.a libnolto_coregrind_amd64_linux_a-m_libcsetjmp.o libnolto_coregrind_amd64_linux_a-m_main.o 2024-08-20T22:01:48.0108870Z #7 84.85 /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') 2024-08-20T22:01:48.0109610Z #7 84.86 ranlib libnolto_coregrind-amd64-linux.a 2024-08-20T22:01:48.0110677Z #7 84.93 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-xen.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-xen.Po 2024-08-20T22:01:48.2057974Z #7 85.13 mv -f m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-linux.Tpo m_aspacemgr/.deps/libcoregrind_amd64_linux_a-aspacemgr-linux.Po 2024-08-20T22:01:48.3426357Z #7 85.14 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-readdwarf.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-readdwarf.Po 2024-08-20T22:01:48.3427927Z #7 85.26 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-debuginfo.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-debuginfo.Po 2024-08-20T22:01:48.8572917Z #7 85.78 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-readdwarf3.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-readdwarf3.Po 2024-08-20T22:01:48.9899401Z #7 85.79 mv -f m_debuginfo/.deps/libcoregrind_amd64_linux_a-readelf.Tpo m_debuginfo/.deps/libcoregrind_amd64_linux_a-readelf.Po 2024-08-20T22:01:48.9900982Z #7 85.91 mv -f m_demangle/.deps/libcoregrind_amd64_linux_a-cp-demangle.Tpo m_demangle/.deps/libcoregrind_amd64_linux_a-cp-demangle.Po 2024-08-20T22:01:49.2217895Z #7 85.99 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-generic.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-generic.Po 2024-08-20T22:01:51.9328295Z #7 88.85 mv -f m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-linux.Tpo m_syswrap/.deps/libcoregrind_amd64_linux_a-syswrap-linux.Po 2024-08-20T22:01:52.0351207Z #7 88.86 rm -f libcoregrind-amd64-linux.a 2024-08-20T22:01:52.0412794Z #7 88.86 /usr/bin/ar cru libcoregrind-amd64-linux.a libcoregrind_amd64_linux_a-m_addrinfo.o libcoregrind_amd64_linux_a-m_cache.o libcoregrind_amd64_linux_a-m_commandline.o libcoregrind_amd64_linux_a-m_compiler.o libcoregrind_amd64_linux_a-m_clientstate.o libcoregrind_amd64_linux_a-m_cpuid.o libcoregrind_amd64_linux_a-m_deduppoolalloc.o libcoregrind_amd64_linux_a-m_debuglog.o libcoregrind_amd64_linux_a-m_errormgr.o libcoregrind_amd64_linux_a-m_execontext.o libcoregrind_amd64_linux_a-m_hashtable.o libcoregrind_amd64_linux_a-m_libcbase.o libcoregrind_amd64_linux_a-m_libcassert.o libcoregrind_amd64_linux_a-m_libcfile.o libcoregrind_amd64_linux_a-m_libcprint.o libcoregrind_amd64_linux_a-m_libcproc.o libcoregrind_amd64_linux_a-m_libcsignal.o libcoregrind_amd64_linux_a-m_machine.o libcoregrind_amd64_linux_a-m_mallocfree.o libcoregrind_amd64_linux_a-m_options.o libcoregrind_amd64_linux_a-m_oset.o libcoregrind_amd64_linux_a-m_pathscan.o libcoregrind_amd64_linux_a-m_poolalloc.o libcoregrind_amd64_linux_a-m_rangemap.o libcoregrind_amd64_linux_a-m_redir.o libcoregrind_amd64_linux_a-m_sbprofile.o libcoregrind_amd64_linux_a-m_seqmatch.o libcoregrind_amd64_linux_a-m_signals.o libcoregrind_amd64_linux_a-m_sparsewa.o libcoregrind_amd64_linux_a-m_stacks.o libcoregrind_amd64_linux_a-m_stacktrace.o libcoregrind_amd64_linux_a-m_syscall.o libcoregrind_amd64_linux_a-m_threadstate.o libcoregrind_amd64_linux_a-m_tooliface.o libcoregrind_amd64_linux_a-m_trampoline.o libcoregrind_amd64_linux_a-m_translate.o libcoregrind_amd64_linux_a-m_transtab.o libcoregrind_amd64_linux_a-m_vki.o libcoregrind_amd64_linux_a-m_vkiscnums.o libcoregrind_amd64_linux_a-m_wordfm.o libcoregrind_amd64_linux_a-m_xarray.o libcoregrind_amd64_linux_a-m_xtree.o libcoregrind_amd64_linux_a-m_xtmemory.o libcoregrind_amd64_linux_a-m_aspacehl.o m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-common.o m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-linux.o m_aspacemgr/libcoregrind_amd64_linux_a-aspacemgr-segnames.o m_coredump/libcoregrind_amd64_linux_a-coredump-elf.o m_coredump/libcoregrind_amd64_linux_a-coredump-macho.o m_coredump/libcoregrind_amd64_linux_a-coredump-solaris.o m_debuginfo/libcoregrind_amd64_linux_a-misc.o m_debuginfo/libcoregrind_amd64_linux_a-d3basics.o m_debuginfo/libcoregrind_amd64_linux_a-debuginfo.o m_debuginfo/libcoregrind_amd64_linux_a-image.o m_debuginfo/libcoregrind_amd64_linux_a-minilzo-inl.o m_debuginfo/libcoregrind_amd64_linux_a-readdwarf.o m_debuginfo/libcoregrind_amd64_linux_a-readdwarf3.o m_debuginfo/libcoregrind_amd64_linux_a-readelf.o m_debuginfo/libcoregrind_amd64_linux_a-readexidx.o m_debuginfo/libcoregrind_amd64_linux_a-readmacho.o m_debuginfo/libcoregrind_amd64_linux_a-readpdb.o m_debuginfo/libcoregrind_amd64_linux_a-storage.o m_debuginfo/libcoregrind_amd64_linux_a-tinfl.o m_debuginfo/libcoregrind_amd64_linux_a-tytypes.o m_demangle/libcoregrind_amd64_linux_a-cp-demangle.o m_demangle/libcoregrind_amd64_linux_a-cplus-dem.o m_demangle/libcoregrind_amd64_linux_a-demangle.o m_demangle/libcoregrind_amd64_linux_a-dyn-string.o m_demangle/libcoregrind_amd64_linux_a-d-demangle.o m_demangle/libcoregrind_amd64_linux_a-rust-demangle.o m_demangle/libcoregrind_amd64_linux_a-safe-ctype.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc32-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc64be-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-ppc64le-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-arm-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-arm64-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-s390x-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-mips32-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-mips64-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-nanomips-linux.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-freebsd.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-freebsd.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-darwin.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-darwin.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-x86-solaris.o m_dispatch/libcoregrind_amd64_linux_a-dispatch-amd64-solaris.o m_gdbserver/libcoregrind_amd64_linux_a-inferiors.o m_gdbserver/libcoregrind_amd64_linux_a-m_gdbserver.o m_gdbserver/libcoregrind_amd64_linux_a-regcache.o m_gdbserver/libcoregrind_amd64_linux_a-remote-utils.o m_gdbserver/libcoregrind_amd64_linux_a-server.o m_gdbserver/libcoregrind_amd64_linux_a-signals.o m_gdbserver/libcoregrind_amd64_linux_a-target.o m_gdbserver/libcoregrind_amd64_linux_a-utils.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-x86.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-amd64.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-arm.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-arm64.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-ppc32.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-ppc64.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-s390x.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-mips32.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-mips64.o m_gdbserver/libcoregrind_amd64_linux_a-valgrind-low-nanomips.o m_gdbserver/libcoregrind_amd64_linux_a-version.o m_initimg/libcoregrind_amd64_linux_a-initimg-linux.o m_initimg/libcoregrind_amd64_linux_a-initimg-freebsd.o m_initimg/libcoregrind_amd64_linux_a-initimg-darwin.o m_initimg/libcoregrind_amd64_linux_a-initimg-solaris.o m_mach/libcoregrind_amd64_linux_a-mach_basics.o m_mach/libcoregrind_amd64_linux_a-mach_msg.o m_mach/libcoregrind_amd64_linux_a-mach_traps-x86-darwin.o m_mach/libcoregrind_amd64_linux_a-mach_traps-amd64-darwin.o m_replacemalloc/libcoregrind_amd64_linux_a-replacemalloc_core.o m_scheduler/libcoregrind_amd64_linux_a-sched-lock.o m_scheduler/libcoregrind_amd64_linux_a-sched-lock-generic.o m_scheduler/libcoregrind_amd64_linux_a-scheduler.o m_scheduler/libcoregrind_amd64_linux_a-sema.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-common.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-freebsd.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-freebsd.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-ppc32-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-ppc64-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-arm-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-arm64-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-s390x-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-mips32-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-mips64-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-nanomips-linux.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-x86-darwin.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-amd64-darwin.o m_sigframe/libcoregrind_amd64_linux_a-sigframe-solaris.o m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc32-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc64be-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-ppc64le-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-arm-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-arm64-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-s390x-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-mips32-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-mips64-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-nanomips-linux.o m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-freebsd.o m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-freebsd.o m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-darwin.o m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-darwin.o m_syswrap/libcoregrind_amd64_linux_a-syscall-x86-solaris.o m_syswrap/libcoregrind_amd64_linux_a-syscall-amd64-solaris.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-main.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-generic.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-linux-variants.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-freebsd.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-darwin.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-solaris.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-ppc32-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-ppc64-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-freebsd.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-freebsd.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-arm-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-arm64-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-s390x-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-mips32-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-mips64-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-nanomips-linux.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-darwin.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-darwin.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-xen.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-x86-solaris.o m_syswrap/libcoregrind_amd64_linux_a-syswrap-amd64-solaris.o m_ume/libcoregrind_amd64_linux_a-elf.o m_ume/libcoregrind_amd64_linux_a-macho.o m_ume/libcoregrind_amd64_linux_a-main.o m_ume/libcoregrind_amd64_linux_a-script.o m_scheduler/libcoregrind_amd64_linux_a-ticket-lock-linux.o libnolto_coregrind_amd64_linux_a-m_libcsetjmp.o libnolto_coregrind_amd64_linux_a-m_main.o 2024-08-20T22:01:52.0466590Z #7 88.86 /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') 2024-08-20T22:01:52.0467306Z #7 88.90 ranlib libcoregrind-amd64-linux.a 2024-08-20T22:01:52.0468035Z #7 88.94 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T22:01:52.0468908Z #7 88.94 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T22:01:52.0469508Z #7 88.94 Making all in . 2024-08-20T22:01:52.0470180Z #7 88.94 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T22:01:52.0470777Z #7 88.94 ./auxprogs/make_or_upd_vgversion_h . 2024-08-20T22:01:52.0471264Z #7 88.94 mkdir -p ./.in_place 2024-08-20T22:01:52.0471690Z #7 88.95 rm -f ./.in_place/default.supp 2024-08-20T22:01:52.0472165Z #7 88.95 ln -s ../default.supp ./.in_place 2024-08-20T22:01:52.0472812Z #7 88.95 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T22:01:52.0473379Z #7 88.95 Making all in memcheck 2024-08-20T22:01:52.0474013Z #7 88.95 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T22:01:52.0474613Z #7 88.95 Making all in . 2024-08-20T22:01:52.0475211Z #7 88.96 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T22:01:52.0480407Z #7 88.96 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT memcheck_amd64_linux-mc_leakcheck.o -MD -MP -MF .deps/memcheck_amd64_linux-mc_leakcheck.Tpo -c -o memcheck_amd64_linux-mc_leakcheck.o `test -f 'mc_leakcheck.c' || echo './'`mc_leakcheck.c 2024-08-20T22:01:52.2551117Z #7 88.96 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT memcheck_amd64_linux-mc_malloc_wrappers.o -MD -MP -MF .deps/memcheck_amd64_linux-mc_malloc_wrappers.Tpo -c -o memcheck_amd64_linux-mc_malloc_wrappers.o `test -f 'mc_malloc_wrappers.c' || echo './'`mc_malloc_wrappers.c 2024-08-20T22:01:52.2569020Z #7 88.96 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT memcheck_amd64_linux-mc_main.o -MD -MP -MF .deps/memcheck_amd64_linux-mc_main.Tpo -c -o memcheck_amd64_linux-mc_main.o `test -f 'mc_main.c' || echo './'`mc_main.c 2024-08-20T22:01:52.2585822Z #7 88.96 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT memcheck_amd64_linux-mc_main_asm.o -MD -MP -MF .deps/memcheck_amd64_linux-mc_main_asm.Tpo -c -o memcheck_amd64_linux-mc_main_asm.o `test -f 'mc_main_asm.c' || echo './'`mc_main_asm.c 2024-08-20T22:01:52.2602989Z #7 88.96 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT memcheck_amd64_linux-mc_translate.o -MD -MP -MF .deps/memcheck_amd64_linux-mc_translate.Tpo -c -o memcheck_amd64_linux-mc_translate.o `test -f 'mc_translate.c' || echo './'`mc_translate.c 2024-08-20T22:01:52.2619984Z #7 88.96 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT memcheck_amd64_linux-mc_machine.o -MD -MP -MF .deps/memcheck_amd64_linux-mc_machine.Tpo -c -o memcheck_amd64_linux-mc_machine.o `test -f 'mc_machine.c' || echo './'`mc_machine.c 2024-08-20T22:01:52.2636987Z #7 88.96 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT memcheck_amd64_linux-mc_errors.o -MD -MP -MF .deps/memcheck_amd64_linux-mc_errors.Tpo -c -o memcheck_amd64_linux-mc_errors.o `test -f 'mc_errors.c' || echo './'`mc_errors.c 2024-08-20T22:01:52.2655466Z #7 88.96 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -O2 -MT vgpreload_memcheck_amd64_linux_so-mc_replace_strmem.o -MD -MP -MF .deps/vgpreload_memcheck_amd64_linux_so-mc_replace_strmem.Tpo -c -o vgpreload_memcheck_amd64_linux_so-mc_replace_strmem.o `test -f 'mc_replace_strmem.c' || echo './'`mc_replace_strmem.c 2024-08-20T22:01:52.2664619Z #7 88.96 for f in ; do \ 2024-08-20T22:01:52.2665584Z #7 88.96 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:01:52.2666457Z #7 88.96 echo "dsymutil $f"; \ 2024-08-20T22:01:52.2667133Z #7 88.96 dsymutil $f; \ 2024-08-20T22:01:52.2667687Z #7 88.96 fi; \ 2024-08-20T22:01:52.2668148Z #7 88.96 done 2024-08-20T22:01:52.2668781Z #7 88.96 mkdir -p ../.in_place; \ 2024-08-20T22:01:52.2669396Z #7 88.96 for f in ; do \ 2024-08-20T22:01:52.2670100Z #7 88.96 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:01:52.2671022Z #7 88.96 ln -f -s ../memcheck/$f.dSYM ../.in_place; \ 2024-08-20T22:01:52.2671796Z #7 88.96 done 2024-08-20T22:01:52.2673274Z #7 88.98 mv -f .deps/memcheck_amd64_linux-mc_main_asm.Tpo .deps/memcheck_amd64_linux-mc_main_asm.Po 2024-08-20T22:01:52.2675303Z #7 89.03 mv -f .deps/memcheck_amd64_linux-mc_machine.Tpo .deps/memcheck_amd64_linux-mc_machine.Po 2024-08-20T22:01:52.3275280Z #7 89.25 mv -f .deps/memcheck_amd64_linux-mc_errors.Tpo .deps/memcheck_amd64_linux-mc_errors.Po 2024-08-20T22:01:52.4945746Z #7 89.27 mv -f .deps/memcheck_amd64_linux-mc_malloc_wrappers.Tpo .deps/memcheck_amd64_linux-mc_malloc_wrappers.Po 2024-08-20T22:01:52.4947065Z #7 89.42 mv -f .deps/memcheck_amd64_linux-mc_leakcheck.Tpo .deps/memcheck_amd64_linux-mc_leakcheck.Po 2024-08-20T22:01:53.0462188Z #7 89.97 mv -f .deps/vgpreload_memcheck_amd64_linux_so-mc_replace_strmem.Tpo .deps/vgpreload_memcheck_amd64_linux_so-mc_replace_strmem.Po 2024-08-20T22:01:53.2007359Z #7 89.97 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -O2 -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-amd64-linux.a -Wl,--no-whole-archive -o vgpreload_memcheck-amd64-linux.so vgpreload_memcheck_amd64_linux_so-mc_replace_strmem.o 2024-08-20T22:01:53.9944896Z #7 90.92 mv -f .deps/memcheck_amd64_linux-mc_translate.Tpo .deps/memcheck_amd64_linux-mc_translate.Po 2024-08-20T22:01:55.2026839Z #7 92.12 mv -f .deps/memcheck_amd64_linux-mc_main.Tpo .deps/memcheck_amd64_linux-mc_main.Po 2024-08-20T22:01:55.3573511Z #7 92.13 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o memcheck-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -static -nodefaultlibs -nostartfiles -u _start -m64 memcheck_amd64_linux-mc_leakcheck.o memcheck_amd64_linux-mc_malloc_wrappers.o memcheck_amd64_linux-mc_main.o memcheck_amd64_linux-mc_main_asm.o memcheck_amd64_linux-mc_translate.o memcheck_amd64_linux-mc_machine.o memcheck_amd64_linux-mc_errors.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T22:01:55.3797860Z #7 92.30 mkdir -p ../.in_place; \ 2024-08-20T22:01:55.3798766Z #7 92.30 for f in memcheck-amd64-linux vgpreload_memcheck-amd64-linux.so ; do \ 2024-08-20T22:01:55.3799459Z #7 92.30 rm -f ../.in_place/$f; \ 2024-08-20T22:01:55.3799962Z #7 92.30 ln -f -s ../memcheck/$f ../.in_place; \ 2024-08-20T22:01:55.3800397Z #7 92.30 done 2024-08-20T22:01:55.5117047Z #7 92.31 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T22:01:55.5118191Z #7 92.31 Making all in tests 2024-08-20T22:01:55.5118933Z #7 92.31 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T22:01:55.5119571Z #7 92.32 Making all in . 2024-08-20T22:01:55.5120203Z #7 92.32 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T22:01:55.5120969Z #7 92.32 make[4]: Nothing to be done for 'all-am'. 2024-08-20T22:01:55.5121731Z #7 92.32 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T22:01:55.5122346Z #7 92.32 Making all in amd64 2024-08-20T22:01:55.5123045Z #7 92.33 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64' 2024-08-20T22:01:55.5123811Z #7 92.33 make[4]: Nothing to be done for 'all'. 2024-08-20T22:01:55.5124595Z #7 92.33 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64' 2024-08-20T22:01:55.5125449Z #7 92.33 Making all in linux 2024-08-20T22:01:55.5126157Z #7 92.33 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/linux' 2024-08-20T22:01:55.5126926Z #7 92.33 make[4]: Nothing to be done for 'all'. 2024-08-20T22:01:55.5127701Z #7 92.33 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/linux' 2024-08-20T22:01:55.5128417Z #7 92.33 Making all in amd64-linux 2024-08-20T22:01:55.5129193Z #7 92.33 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64-linux' 2024-08-20T22:01:55.5129976Z #7 92.33 make[4]: Nothing to be done for 'all'. 2024-08-20T22:01:55.5130955Z #7 92.33 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64-linux' 2024-08-20T22:01:55.5131995Z #7 92.33 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T22:01:55.5132878Z #7 92.33 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T22:01:55.5133479Z #7 92.33 Making all in cachegrind 2024-08-20T22:01:55.5134210Z #7 92.33 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T22:01:55.5134821Z #7 92.34 Making all in . 2024-08-20T22:01:55.5135427Z #7 92.34 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T22:01:55.5140296Z #7 92.34 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT cg_merge-cg_merge.o -MD -MP -MF .deps/cg_merge-cg_merge.Tpo -c -o cg_merge-cg_merge.o `test -f 'cg_merge.c' || echo './'`cg_merge.c 2024-08-20T22:01:55.5148827Z #7 92.34 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT cachegrind_amd64_linux-cg_main.o -MD -MP -MF .deps/cachegrind_amd64_linux-cg_main.Tpo -c -o cachegrind_amd64_linux-cg_main.o `test -f 'cg_main.c' || echo './'`cg_main.c 2024-08-20T22:01:55.5157385Z #7 92.34 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT cachegrind_amd64_linux-cg_arch.o -MD -MP -MF .deps/cachegrind_amd64_linux-cg_arch.Tpo -c -o cachegrind_amd64_linux-cg_arch.o `test -f 'cg_arch.c' || echo './'`cg_arch.c 2024-08-20T22:01:55.5161498Z #7 92.34 for f in ; do \ 2024-08-20T22:01:55.5161986Z #7 92.34 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:01:55.5162478Z #7 92.34 echo "dsymutil $f"; \ 2024-08-20T22:01:55.5162854Z #7 92.34 dsymutil $f; \ 2024-08-20T22:01:55.5163166Z #7 92.34 fi; \ 2024-08-20T22:01:55.5163427Z #7 92.34 done 2024-08-20T22:01:55.5163735Z #7 92.34 mkdir -p ../.in_place; \ 2024-08-20T22:01:55.5164166Z #7 92.34 for f in ; do \ 2024-08-20T22:01:55.5164555Z #7 92.34 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:01:55.5165077Z #7 92.34 ln -f -s ../cachegrind/$f.dSYM ../.in_place; \ 2024-08-20T22:01:55.5165532Z #7 92.34 done 2024-08-20T22:01:55.5166183Z #7 92.43 mv -f .deps/cachegrind_amd64_linux-cg_arch.Tpo .deps/cachegrind_amd64_linux-cg_arch.Po 2024-08-20T22:01:56.1861342Z #7 93.11 mv -f .deps/cachegrind_amd64_linux-cg_main.Tpo .deps/cachegrind_amd64_linux-cg_main.Po 2024-08-20T22:01:56.3465024Z #7 93.11 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o cachegrind-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -static -nodefaultlibs -nostartfiles -u _start -m64 cachegrind_amd64_linux-cg_main.o cachegrind_amd64_linux-cg_arch.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T22:01:56.3469541Z #7 93.13 mv -f .deps/cg_merge-cg_merge.Tpo .deps/cg_merge-cg_merge.Po 2024-08-20T22:01:56.3475510Z #7 93.13 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -o cg_merge cg_merge-cg_merge.o 2024-08-20T22:01:56.3480996Z #7 93.27 mkdir -p ../.in_place; \ 2024-08-20T22:01:56.3481498Z #7 93.27 for f in cachegrind-amd64-linux ; do \ 2024-08-20T22:01:56.3482001Z #7 93.27 rm -f ../.in_place/$f; \ 2024-08-20T22:01:56.3482511Z #7 93.27 ln -f -s ../cachegrind/$f ../.in_place; \ 2024-08-20T22:01:56.3483194Z #7 93.27 done 2024-08-20T22:01:56.4553614Z #7 93.27 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T22:01:56.4554294Z #7 93.27 Making all in tests 2024-08-20T22:01:56.4555036Z #7 93.27 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T22:01:56.4555680Z #7 93.28 Making all in . 2024-08-20T22:01:56.4556324Z #7 93.28 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T22:01:56.4557114Z #7 93.28 make[4]: Nothing to be done for 'all-am'. 2024-08-20T22:01:56.4557897Z #7 93.28 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T22:01:56.4558834Z #7 93.28 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T22:01:56.4559753Z #7 93.28 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T22:01:56.4560374Z #7 93.28 Making all in callgrind 2024-08-20T22:01:56.4561030Z #7 93.28 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T22:01:56.4561630Z #7 93.29 Making all in . 2024-08-20T22:01:56.4562244Z #7 93.29 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T22:01:56.4568304Z #7 93.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-bb.o -MD -MP -MF .deps/callgrind_amd64_linux-bb.Tpo -c -o callgrind_amd64_linux-bb.o `test -f 'bb.c' || echo './'`bb.c 2024-08-20T22:01:56.4577147Z #7 93.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-bbcc.o -MD -MP -MF .deps/callgrind_amd64_linux-bbcc.Tpo -c -o callgrind_amd64_linux-bbcc.o `test -f 'bbcc.c' || echo './'`bbcc.c 2024-08-20T22:01:56.4585959Z #7 93.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-callstack.o -MD -MP -MF .deps/callgrind_amd64_linux-callstack.Tpo -c -o callgrind_amd64_linux-callstack.o `test -f 'callstack.c' || echo './'`callstack.c 2024-08-20T22:01:56.4594693Z #7 93.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-clo.o -MD -MP -MF .deps/callgrind_amd64_linux-clo.Tpo -c -o callgrind_amd64_linux-clo.o `test -f 'clo.c' || echo './'`clo.c 2024-08-20T22:01:56.4603513Z #7 93.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-context.o -MD -MP -MF .deps/callgrind_amd64_linux-context.Tpo -c -o callgrind_amd64_linux-context.o `test -f 'context.c' || echo './'`context.c 2024-08-20T22:01:56.4612305Z #7 93.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-costs.o -MD -MP -MF .deps/callgrind_amd64_linux-costs.Tpo -c -o callgrind_amd64_linux-costs.o `test -f 'costs.c' || echo './'`costs.c 2024-08-20T22:01:56.4621063Z #7 93.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-debug.o -MD -MP -MF .deps/callgrind_amd64_linux-debug.Tpo -c -o callgrind_amd64_linux-debug.o `test -f 'debug.c' || echo './'`debug.c 2024-08-20T22:01:56.4629743Z #7 93.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-dump.o -MD -MP -MF .deps/callgrind_amd64_linux-dump.Tpo -c -o callgrind_amd64_linux-dump.o `test -f 'dump.c' || echo './'`dump.c 2024-08-20T22:01:56.4638640Z #7 93.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-events.o -MD -MP -MF .deps/callgrind_amd64_linux-events.Tpo -c -o callgrind_amd64_linux-events.o `test -f 'events.c' || echo './'`events.c 2024-08-20T22:01:56.4647363Z #7 93.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-fn.o -MD -MP -MF .deps/callgrind_amd64_linux-fn.Tpo -c -o callgrind_amd64_linux-fn.o `test -f 'fn.c' || echo './'`fn.c 2024-08-20T22:01:56.4656067Z #7 93.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-jumps.o -MD -MP -MF .deps/callgrind_amd64_linux-jumps.Tpo -c -o callgrind_amd64_linux-jumps.o `test -f 'jumps.c' || echo './'`jumps.c 2024-08-20T22:01:56.4664714Z #7 93.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-main.o -MD -MP -MF .deps/callgrind_amd64_linux-main.Tpo -c -o callgrind_amd64_linux-main.o `test -f 'main.c' || echo './'`main.c 2024-08-20T22:01:56.4673290Z #7 93.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-sim.o -MD -MP -MF .deps/callgrind_amd64_linux-sim.Tpo -c -o callgrind_amd64_linux-sim.o `test -f 'sim.c' || echo './'`sim.c 2024-08-20T22:01:56.4681971Z #7 93.29 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -MT callgrind_amd64_linux-threads.o -MD -MP -MF .deps/callgrind_amd64_linux-threads.Tpo -c -o callgrind_amd64_linux-threads.o `test -f 'threads.c' || echo './'`threads.c 2024-08-20T22:01:56.4686316Z #7 93.29 for f in ; do \ 2024-08-20T22:01:56.4686815Z #7 93.29 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:01:56.4687317Z #7 93.29 echo "dsymutil $f"; \ 2024-08-20T22:01:56.4687692Z #7 93.29 dsymutil $f; \ 2024-08-20T22:01:56.4688028Z #7 93.29 fi; \ 2024-08-20T22:01:56.4688301Z #7 93.29 done 2024-08-20T22:01:56.4688621Z #7 93.29 mkdir -p ../.in_place; \ 2024-08-20T22:01:56.4688989Z #7 93.29 for f in ; do \ 2024-08-20T22:01:56.4689390Z #7 93.29 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:01:56.4689920Z #7 93.29 ln -f -s ../callgrind/$f.dSYM ../.in_place; \ 2024-08-20T22:01:56.4690378Z #7 93.29 done 2024-08-20T22:01:56.4691009Z #7 93.34 mv -f .deps/callgrind_amd64_linux-costs.Tpo .deps/callgrind_amd64_linux-costs.Po 2024-08-20T22:01:56.4692009Z #7 93.38 mv -f .deps/callgrind_amd64_linux-jumps.Tpo .deps/callgrind_amd64_linux-jumps.Po 2024-08-20T22:01:56.5769393Z #7 93.40 mv -f .deps/callgrind_amd64_linux-context.Tpo .deps/callgrind_amd64_linux-context.Po 2024-08-20T22:01:56.5770496Z #7 93.42 mv -f .deps/callgrind_amd64_linux-bb.Tpo .deps/callgrind_amd64_linux-bb.Po 2024-08-20T22:01:56.5771551Z #7 93.42 mv -f .deps/callgrind_amd64_linux-callstack.Tpo .deps/callgrind_amd64_linux-callstack.Po 2024-08-20T22:01:56.5772662Z #7 93.42 mv -f .deps/callgrind_amd64_linux-threads.Tpo .deps/callgrind_amd64_linux-threads.Po 2024-08-20T22:01:56.5774073Z #7 93.46 mv -f .deps/callgrind_amd64_linux-debug.Tpo .deps/callgrind_amd64_linux-debug.Po 2024-08-20T22:01:56.5775100Z #7 93.47 mv -f .deps/callgrind_amd64_linux-fn.Tpo .deps/callgrind_amd64_linux-fn.Po 2024-08-20T22:01:56.5776085Z #7 93.50 mv -f .deps/callgrind_amd64_linux-events.Tpo .deps/callgrind_amd64_linux-events.Po 2024-08-20T22:01:56.7922836Z #7 93.55 mv -f .deps/callgrind_amd64_linux-bbcc.Tpo .deps/callgrind_amd64_linux-bbcc.Po 2024-08-20T22:01:56.7923984Z #7 93.56 mv -f .deps/callgrind_amd64_linux-clo.Tpo .deps/callgrind_amd64_linux-clo.Po 2024-08-20T22:01:56.8163678Z #7 93.74 mv -f .deps/callgrind_amd64_linux-dump.Tpo .deps/callgrind_amd64_linux-dump.Po 2024-08-20T22:01:57.0008085Z #7 93.77 mv -f .deps/callgrind_amd64_linux-main.Tpo .deps/callgrind_amd64_linux-main.Po 2024-08-20T22:01:57.5585517Z #7 94.48 mv -f .deps/callgrind_amd64_linux-sim.Tpo .deps/callgrind_amd64_linux-sim.Po 2024-08-20T22:01:57.7131769Z #7 94.48 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o callgrind-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -I../cachegrind -static -nodefaultlibs -nostartfiles -u _start -m64 callgrind_amd64_linux-bb.o callgrind_amd64_linux-bbcc.o callgrind_amd64_linux-callstack.o callgrind_amd64_linux-clo.o callgrind_amd64_linux-context.o callgrind_amd64_linux-costs.o callgrind_amd64_linux-debug.o callgrind_amd64_linux-dump.o callgrind_amd64_linux-events.o callgrind_amd64_linux-fn.o callgrind_amd64_linux-jumps.o callgrind_amd64_linux-main.o callgrind_amd64_linux-sim.o callgrind_amd64_linux-threads.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T22:01:57.7242653Z #7 94.65 mkdir -p ../.in_place; \ 2024-08-20T22:01:57.7243220Z #7 94.65 for f in callgrind-amd64-linux ; do \ 2024-08-20T22:01:57.7243720Z #7 94.65 rm -f ../.in_place/$f; \ 2024-08-20T22:01:57.7244225Z #7 94.65 ln -f -s ../callgrind/$f ../.in_place; \ 2024-08-20T22:01:57.7244663Z #7 94.65 done 2024-08-20T22:01:57.9404392Z #7 94.65 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T22:01:57.9405565Z #7 94.65 Making all in tests 2024-08-20T22:01:57.9408345Z #7 94.65 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T22:01:57.9409514Z #7 94.66 Making all in . 2024-08-20T22:01:57.9410744Z #7 94.66 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T22:01:57.9412136Z #7 94.66 make[4]: Nothing to be done for 'all-am'. 2024-08-20T22:01:57.9413585Z #7 94.66 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T22:01:57.9415425Z #7 94.66 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T22:01:57.9417153Z #7 94.66 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T22:01:57.9418291Z #7 94.66 Making all in helgrind 2024-08-20T22:01:57.9419503Z #7 94.66 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T22:01:57.9420619Z #7 94.66 Making all in . 2024-08-20T22:01:57.9421769Z #7 94.67 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T22:01:57.9431822Z #7 94.67 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT helgrind_amd64_linux-hg_addrdescr.o -MD -MP -MF .deps/helgrind_amd64_linux-hg_addrdescr.Tpo -c -o helgrind_amd64_linux-hg_addrdescr.o `test -f 'hg_addrdescr.c' || echo './'`hg_addrdescr.c 2024-08-20T22:01:57.9448512Z #7 94.67 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT helgrind_amd64_linux-hg_basics.o -MD -MP -MF .deps/helgrind_amd64_linux-hg_basics.Tpo -c -o helgrind_amd64_linux-hg_basics.o `test -f 'hg_basics.c' || echo './'`hg_basics.c 2024-08-20T22:01:57.9465375Z #7 94.67 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT helgrind_amd64_linux-hg_errors.o -MD -MP -MF .deps/helgrind_amd64_linux-hg_errors.Tpo -c -o helgrind_amd64_linux-hg_errors.o `test -f 'hg_errors.c' || echo './'`hg_errors.c 2024-08-20T22:01:57.9481779Z #7 94.67 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT helgrind_amd64_linux-hg_lock_n_thread.o -MD -MP -MF .deps/helgrind_amd64_linux-hg_lock_n_thread.Tpo -c -o helgrind_amd64_linux-hg_lock_n_thread.o `test -f 'hg_lock_n_thread.c' || echo './'`hg_lock_n_thread.c 2024-08-20T22:01:57.9498949Z #7 94.67 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT helgrind_amd64_linux-hg_main.o -MD -MP -MF .deps/helgrind_amd64_linux-hg_main.Tpo -c -o helgrind_amd64_linux-hg_main.o `test -f 'hg_main.c' || echo './'`hg_main.c 2024-08-20T22:01:57.9515337Z #7 94.67 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT helgrind_amd64_linux-hg_wordset.o -MD -MP -MF .deps/helgrind_amd64_linux-hg_wordset.Tpo -c -o helgrind_amd64_linux-hg_wordset.o `test -f 'hg_wordset.c' || echo './'`hg_wordset.c 2024-08-20T22:01:57.9532029Z #7 94.67 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -MT helgrind_amd64_linux-libhb_core.o -MD -MP -MF .deps/helgrind_amd64_linux-libhb_core.Tpo -c -o helgrind_amd64_linux-libhb_core.o `test -f 'libhb_core.c' || echo './'`libhb_core.c 2024-08-20T22:01:57.9550070Z #7 94.67 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -MT vgpreload_helgrind_amd64_linux_so-hg_intercepts.o -MD -MP -MF .deps/vgpreload_helgrind_amd64_linux_so-hg_intercepts.Tpo -c -o vgpreload_helgrind_amd64_linux_so-hg_intercepts.o `test -f 'hg_intercepts.c' || echo './'`hg_intercepts.c 2024-08-20T22:01:57.9558968Z #7 94.67 for f in ; do \ 2024-08-20T22:01:57.9559863Z #7 94.67 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:01:57.9560751Z #7 94.67 echo "dsymutil $f"; \ 2024-08-20T22:01:57.9561427Z #7 94.67 dsymutil $f; \ 2024-08-20T22:01:57.9561983Z #7 94.67 fi; \ 2024-08-20T22:01:57.9562469Z #7 94.67 done 2024-08-20T22:01:57.9563108Z #7 94.67 mkdir -p ../.in_place; \ 2024-08-20T22:01:57.9563761Z #7 94.67 for f in ; do \ 2024-08-20T22:01:57.9564473Z #7 94.67 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:01:57.9565465Z #7 94.67 ln -f -s ../helgrind/$f.dSYM ../.in_place; \ 2024-08-20T22:01:57.9566484Z #7 94.67 done 2024-08-20T22:01:57.9567720Z #7 94.69 mv -f .deps/helgrind_amd64_linux-hg_basics.Tpo .deps/helgrind_amd64_linux-hg_basics.Po 2024-08-20T22:01:57.9569833Z #7 94.70 mv -f .deps/helgrind_amd64_linux-hg_addrdescr.Tpo .deps/helgrind_amd64_linux-hg_addrdescr.Po 2024-08-20T22:01:57.9572030Z #7 94.71 mv -f .deps/helgrind_amd64_linux-hg_lock_n_thread.Tpo .deps/helgrind_amd64_linux-hg_lock_n_thread.Po 2024-08-20T22:01:58.0038061Z #7 94.93 mv -f .deps/helgrind_amd64_linux-hg_errors.Tpo .deps/helgrind_amd64_linux-hg_errors.Po 2024-08-20T22:01:58.2120249Z #7 94.98 mv -f .deps/helgrind_amd64_linux-hg_wordset.Tpo .deps/helgrind_amd64_linux-hg_wordset.Po 2024-08-20T22:01:58.6324811Z #7 95.55 mv -f .deps/vgpreload_helgrind_amd64_linux_so-hg_intercepts.Tpo .deps/vgpreload_helgrind_amd64_linux_so-hg_intercepts.Po 2024-08-20T22:01:58.7868624Z #7 95.56 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-amd64-linux.a -Wl,--no-whole-archive -o vgpreload_helgrind-amd64-linux.so vgpreload_helgrind_amd64_linux_so-hg_intercepts.o 2024-08-20T22:01:58.9501396Z #7 95.87 mv -f .deps/helgrind_amd64_linux-hg_main.Tpo .deps/helgrind_amd64_linux-hg_main.Po 2024-08-20T22:01:59.1622567Z #7 96.08 mv -f .deps/helgrind_amd64_linux-libhb_core.Tpo .deps/helgrind_amd64_linux-libhb_core.Po 2024-08-20T22:01:59.3167568Z #7 96.09 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o helgrind-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -O2 -static -nodefaultlibs -nostartfiles -u _start -m64 helgrind_amd64_linux-hg_addrdescr.o helgrind_amd64_linux-hg_basics.o helgrind_amd64_linux-hg_errors.o helgrind_amd64_linux-hg_lock_n_thread.o helgrind_amd64_linux-hg_main.o helgrind_amd64_linux-hg_wordset.o helgrind_amd64_linux-libhb_core.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T22:01:59.3292603Z #7 96.25 mkdir -p ../.in_place; \ 2024-08-20T22:01:59.3293338Z #7 96.25 for f in helgrind-amd64-linux vgpreload_helgrind-amd64-linux.so ; do \ 2024-08-20T22:01:59.3294148Z #7 96.25 rm -f ../.in_place/$f; \ 2024-08-20T22:01:59.3294661Z #7 96.25 ln -f -s ../helgrind/$f ../.in_place; \ 2024-08-20T22:01:59.3295087Z #7 96.25 done 2024-08-20T22:01:59.4330324Z #7 96.26 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T22:01:59.4332106Z #7 96.26 Making all in tests 2024-08-20T22:01:59.4332866Z #7 96.26 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/helgrind/tests' 2024-08-20T22:01:59.4333605Z #7 96.26 make[3]: Nothing to be done for 'all'. 2024-08-20T22:01:59.4334449Z #7 96.26 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/helgrind/tests' 2024-08-20T22:01:59.4335373Z #7 96.26 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T22:01:59.4335951Z #7 96.26 Making all in drd 2024-08-20T22:01:59.4336550Z #7 96.26 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T22:01:59.4337118Z #7 96.27 Making all in . 2024-08-20T22:01:59.4337677Z #7 96.27 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T22:01:59.4343663Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_barrier.o -MD -MP -MF .deps/drd_amd64_linux-drd_barrier.Tpo -c -o drd_amd64_linux-drd_barrier.o `test -f 'drd_barrier.c' || echo './'`drd_barrier.c 2024-08-20T22:01:59.4353816Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_clientobj.o -MD -MP -MF .deps/drd_amd64_linux-drd_clientobj.Tpo -c -o drd_amd64_linux-drd_clientobj.o `test -f 'drd_clientobj.c' || echo './'`drd_clientobj.c 2024-08-20T22:01:59.4363859Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_clientreq.o -MD -MP -MF .deps/drd_amd64_linux-drd_clientreq.Tpo -c -o drd_amd64_linux-drd_clientreq.o `test -f 'drd_clientreq.c' || echo './'`drd_clientreq.c 2024-08-20T22:01:59.4373775Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_cond.o -MD -MP -MF .deps/drd_amd64_linux-drd_cond.Tpo -c -o drd_amd64_linux-drd_cond.o `test -f 'drd_cond.c' || echo './'`drd_cond.c 2024-08-20T22:01:59.4383946Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_cond_initializer.o -MD -MP -MF .deps/drd_amd64_linux-drd_cond_initializer.Tpo -c -o drd_amd64_linux-drd_cond_initializer.o `test -f 'drd_cond_initializer.c' || echo './'`drd_cond_initializer.c 2024-08-20T22:01:59.4394055Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_error.o -MD -MP -MF .deps/drd_amd64_linux-drd_error.Tpo -c -o drd_amd64_linux-drd_error.o `test -f 'drd_error.c' || echo './'`drd_error.c 2024-08-20T22:01:59.4403823Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_hb.o -MD -MP -MF .deps/drd_amd64_linux-drd_hb.Tpo -c -o drd_amd64_linux-drd_hb.o `test -f 'drd_hb.c' || echo './'`drd_hb.c 2024-08-20T22:01:59.4413648Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_load_store.o -MD -MP -MF .deps/drd_amd64_linux-drd_load_store.Tpo -c -o drd_amd64_linux-drd_load_store.o `test -f 'drd_load_store.c' || echo './'`drd_load_store.c 2024-08-20T22:01:59.4423695Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_main.o -MD -MP -MF .deps/drd_amd64_linux-drd_main.Tpo -c -o drd_amd64_linux-drd_main.o `test -f 'drd_main.c' || echo './'`drd_main.c 2024-08-20T22:01:59.4433926Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_malloc_wrappers.o -MD -MP -MF .deps/drd_amd64_linux-drd_malloc_wrappers.Tpo -c -o drd_amd64_linux-drd_malloc_wrappers.o `test -f 'drd_malloc_wrappers.c' || echo './'`drd_malloc_wrappers.c 2024-08-20T22:01:59.4444186Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_mutex.o -MD -MP -MF .deps/drd_amd64_linux-drd_mutex.Tpo -c -o drd_amd64_linux-drd_mutex.o `test -f 'drd_mutex.c' || echo './'`drd_mutex.c 2024-08-20T22:01:59.4454112Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_rwlock.o -MD -MP -MF .deps/drd_amd64_linux-drd_rwlock.Tpo -c -o drd_amd64_linux-drd_rwlock.o `test -f 'drd_rwlock.c' || echo './'`drd_rwlock.c 2024-08-20T22:01:59.4464105Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_semaphore.o -MD -MP -MF .deps/drd_amd64_linux-drd_semaphore.Tpo -c -o drd_amd64_linux-drd_semaphore.o `test -f 'drd_semaphore.c' || echo './'`drd_semaphore.c 2024-08-20T22:01:59.4474207Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT drd_amd64_linux-drd_suppression.o -MD -MP -MF .deps/drd_amd64_linux-drd_suppression.Tpo -c -o drd_amd64_linux-drd_suppression.o `test -f 'drd_suppression.c' || echo './'`drd_suppression.c 2024-08-20T22:01:59.4485327Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT vgpreload_drd_amd64_linux_so-drd_libstdcxx_intercepts.o -MD -MP -MF .deps/vgpreload_drd_amd64_linux_so-drd_libstdcxx_intercepts.Tpo -c -o vgpreload_drd_amd64_linux_so-drd_libstdcxx_intercepts.o `test -f 'drd_libstdcxx_intercepts.c' || echo './'`drd_libstdcxx_intercepts.c 2024-08-20T22:01:59.4497531Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT vgpreload_drd_amd64_linux_so-drd_pthread_intercepts.o -MD -MP -MF .deps/vgpreload_drd_amd64_linux_so-drd_pthread_intercepts.Tpo -c -o vgpreload_drd_amd64_linux_so-drd_pthread_intercepts.o `test -f 'drd_pthread_intercepts.c' || echo './'`drd_pthread_intercepts.c 2024-08-20T22:01:59.4509489Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT vgpreload_drd_amd64_linux_so-drd_qtcore_intercepts.o -MD -MP -MF .deps/vgpreload_drd_amd64_linux_so-drd_qtcore_intercepts.Tpo -c -o vgpreload_drd_amd64_linux_so-drd_qtcore_intercepts.o `test -f 'drd_qtcore_intercepts.c' || echo './'`drd_qtcore_intercepts.c 2024-08-20T22:01:59.4521159Z #7 96.27 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -MT vgpreload_drd_amd64_linux_so-drd_strmem_intercepts.o -MD -MP -MF .deps/vgpreload_drd_amd64_linux_so-drd_strmem_intercepts.Tpo -c -o vgpreload_drd_amd64_linux_so-drd_strmem_intercepts.o `test -f 'drd_strmem_intercepts.c' || echo './'`drd_strmem_intercepts.c 2024-08-20T22:01:59.4526839Z #7 96.27 for f in ; do \ 2024-08-20T22:01:59.4527346Z #7 96.27 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:01:59.4527832Z #7 96.27 echo "dsymutil $f"; \ 2024-08-20T22:01:59.4528221Z #7 96.27 dsymutil $f; \ 2024-08-20T22:01:59.4528552Z #7 96.27 fi; \ 2024-08-20T22:01:59.4528806Z #7 96.27 done 2024-08-20T22:01:59.4529136Z #7 96.27 mkdir -p ../.in_place; \ 2024-08-20T22:01:59.4529501Z #7 96.27 for f in ; do \ 2024-08-20T22:01:59.4529890Z #7 96.27 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:01:59.4530399Z #7 96.27 ln -f -s ../drd/$f.dSYM ../.in_place; \ 2024-08-20T22:01:59.4531000Z #7 96.27 done 2024-08-20T22:01:59.4531729Z #7 96.29 mv -f .deps/drd_amd64_linux-drd_cond_initializer.Tpo .deps/drd_amd64_linux-drd_cond_initializer.Po 2024-08-20T22:01:59.4533165Z #7 96.31 mv -f .deps/vgpreload_drd_amd64_linux_so-drd_libstdcxx_intercepts.Tpo .deps/vgpreload_drd_amd64_linux_so-drd_libstdcxx_intercepts.Po 2024-08-20T22:01:59.4534656Z #7 96.32 mv -f .deps/drd_amd64_linux-drd_suppression.Tpo .deps/drd_amd64_linux-drd_suppression.Po 2024-08-20T22:01:59.4535983Z #7 96.33 mv -f .deps/vgpreload_drd_amd64_linux_so-drd_qtcore_intercepts.Tpo .deps/vgpreload_drd_amd64_linux_so-drd_qtcore_intercepts.Po 2024-08-20T22:01:59.4537164Z #7 96.33 mv -f .deps/drd_amd64_linux-drd_hb.Tpo .deps/drd_amd64_linux-drd_hb.Po 2024-08-20T22:01:59.4538130Z #7 96.34 mv -f .deps/drd_amd64_linux-drd_clientobj.Tpo .deps/drd_amd64_linux-drd_clientobj.Po 2024-08-20T22:01:59.4539113Z #7 96.35 mv -f .deps/drd_amd64_linux-drd_cond.Tpo .deps/drd_amd64_linux-drd_cond.Po 2024-08-20T22:01:59.6549749Z #7 96.37 mv -f .deps/drd_amd64_linux-drd_semaphore.Tpo .deps/drd_amd64_linux-drd_semaphore.Po 2024-08-20T22:01:59.6550906Z #7 96.37 mv -f .deps/drd_amd64_linux-drd_clientreq.Tpo .deps/drd_amd64_linux-drd_clientreq.Po 2024-08-20T22:01:59.6551956Z #7 96.38 mv -f .deps/drd_amd64_linux-drd_barrier.Tpo .deps/drd_amd64_linux-drd_barrier.Po 2024-08-20T22:01:59.6553076Z #7 96.39 mv -f .deps/drd_amd64_linux-drd_malloc_wrappers.Tpo .deps/drd_amd64_linux-drd_malloc_wrappers.Po 2024-08-20T22:01:59.6554184Z #7 96.41 mv -f .deps/drd_amd64_linux-drd_rwlock.Tpo .deps/drd_amd64_linux-drd_rwlock.Po 2024-08-20T22:01:59.6555143Z #7 96.42 mv -f .deps/drd_amd64_linux-drd_error.Tpo .deps/drd_amd64_linux-drd_error.Po 2024-08-20T22:01:59.6556086Z #7 96.43 mv -f .deps/drd_amd64_linux-drd_mutex.Tpo .deps/drd_amd64_linux-drd_mutex.Po 2024-08-20T22:01:59.7154281Z #7 96.64 mv -f .deps/drd_amd64_linux-drd_main.Tpo .deps/drd_amd64_linux-drd_main.Po 2024-08-20T22:02:00.2225159Z #7 97.14 mv -f .deps/vgpreload_drd_amd64_linux_so-drd_strmem_intercepts.Tpo .deps/vgpreload_drd_amd64_linux_so-drd_strmem_intercepts.Po 2024-08-20T22:02:00.7266599Z #7 97.65 mv -f .deps/vgpreload_drd_amd64_linux_so-drd_pthread_intercepts.Tpo .deps/vgpreload_drd_amd64_linux_so-drd_pthread_intercepts.Po 2024-08-20T22:02:00.8812337Z #7 97.65 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-amd64-linux.a -Wl,--no-whole-archive -o vgpreload_drd-amd64-linux.so vgpreload_drd_amd64_linux_so-drd_libstdcxx_intercepts.o vgpreload_drd_amd64_linux_so-drd_pthread_intercepts.o vgpreload_drd_amd64_linux_so-drd_qtcore_intercepts.o vgpreload_drd_amd64_linux_so-drd_strmem_intercepts.o 2024-08-20T22:02:01.1338007Z #7 98.06 mv -f .deps/drd_amd64_linux-drd_load_store.Tpo .deps/drd_amd64_linux-drd_load_store.Po 2024-08-20T22:02:01.2888300Z #7 98.06 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o drd-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer --param inline-unit-growth=900 -O2 -Wextra -Wformat-nonliteral -Wswitch-enum -Wno-inline -Wno-unused-parameter -static -nodefaultlibs -nostartfiles -u _start -m64 drd_amd64_linux-drd_barrier.o drd_amd64_linux-drd_clientobj.o drd_amd64_linux-drd_clientreq.o drd_amd64_linux-drd_cond.o drd_amd64_linux-drd_cond_initializer.o drd_amd64_linux-drd_error.o drd_amd64_linux-drd_hb.o drd_amd64_linux-drd_load_store.o drd_amd64_linux-drd_main.o drd_amd64_linux-drd_malloc_wrappers.o drd_amd64_linux-drd_mutex.o drd_amd64_linux-drd_rwlock.o drd_amd64_linux-drd_semaphore.o drd_amd64_linux-drd_suppression.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T22:02:01.3015538Z #7 98.22 mkdir -p ../.in_place; \ 2024-08-20T22:02:01.3016220Z #7 98.22 for f in drd-amd64-linux vgpreload_drd-amd64-linux.so ; do \ 2024-08-20T22:02:01.3016859Z #7 98.22 rm -f ../.in_place/$f; \ 2024-08-20T22:02:01.3017344Z #7 98.22 ln -f -s ../drd/$f ../.in_place; \ 2024-08-20T22:02:01.3017772Z #7 98.22 done 2024-08-20T22:02:01.4714200Z #7 98.23 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T22:02:01.4714990Z #7 98.23 Making all in tests 2024-08-20T22:02:01.4715681Z #7 98.23 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/drd/tests' 2024-08-20T22:02:01.4716426Z #7 98.23 make[3]: Nothing to be done for 'all'. 2024-08-20T22:02:01.4717143Z #7 98.23 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/drd/tests' 2024-08-20T22:02:01.4717992Z #7 98.23 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T22:02:01.4718582Z #7 98.23 Making all in massif 2024-08-20T22:02:01.4719191Z #7 98.24 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T22:02:01.4719784Z #7 98.24 Making all in . 2024-08-20T22:02:01.4720383Z #7 98.24 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T22:02:01.4725339Z #7 98.24 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT massif_amd64_linux-ms_main.o -MD -MP -MF .deps/massif_amd64_linux-ms_main.Tpo -c -o massif_amd64_linux-ms_main.o `test -f 'ms_main.c' || echo './'`ms_main.c 2024-08-20T22:02:01.4729556Z #7 98.24 for f in ; do \ 2024-08-20T22:02:01.4730007Z #7 98.24 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:01.4730476Z #7 98.24 echo "dsymutil $f"; \ 2024-08-20T22:02:01.4731191Z #7 98.24 dsymutil $f; \ 2024-08-20T22:02:01.4731515Z #7 98.24 fi; \ 2024-08-20T22:02:01.4732079Z #7 98.24 done 2024-08-20T22:02:01.4732429Z #7 98.24 mkdir -p ../.in_place; \ 2024-08-20T22:02:01.4732784Z #7 98.24 for f in ; do \ 2024-08-20T22:02:01.4733183Z #7 98.24 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:01.4733721Z #7 98.24 ln -f -s ../massif/$f.dSYM ../.in_place; \ 2024-08-20T22:02:01.4734260Z #7 98.24 done 2024-08-20T22:02:01.4738716Z #7 98.24 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-amd64-linux.a -Wl,--no-whole-archive -o vgpreload_massif-amd64-linux.so 2024-08-20T22:02:01.8241742Z #7 98.75 mv -f .deps/massif_amd64_linux-ms_main.Tpo .deps/massif_amd64_linux-ms_main.Po 2024-08-20T22:02:01.9789325Z #7 98.75 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o massif-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -static -nodefaultlibs -nostartfiles -u _start -m64 massif_amd64_linux-ms_main.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T22:02:01.9835301Z #7 98.91 mkdir -p ../.in_place; \ 2024-08-20T22:02:01.9836041Z #7 98.91 for f in massif-amd64-linux vgpreload_massif-amd64-linux.so ; do \ 2024-08-20T22:02:01.9836730Z #7 98.91 rm -f ../.in_place/$f; \ 2024-08-20T22:02:01.9837224Z #7 98.91 ln -f -s ../massif/$f ../.in_place; \ 2024-08-20T22:02:01.9837653Z #7 98.91 done 2024-08-20T22:02:02.1515961Z #7 98.91 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T22:02:02.1516643Z #7 98.91 Making all in tests 2024-08-20T22:02:02.1517378Z #7 98.91 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/massif/tests' 2024-08-20T22:02:02.1518132Z #7 98.91 make[3]: Nothing to be done for 'all'. 2024-08-20T22:02:02.1518881Z #7 98.91 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/massif/tests' 2024-08-20T22:02:02.1519761Z #7 98.91 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T22:02:02.1520353Z #7 98.91 Making all in dhat 2024-08-20T22:02:02.1520941Z #7 98.92 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T22:02:02.1521520Z #7 98.92 Making all in . 2024-08-20T22:02:02.1522103Z #7 98.92 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T22:02:02.1527358Z #7 98.92 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -DDHAT_VIEW_DIR=\"/usr/local/libexec/valgrind\" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT dhat_amd64_linux-dh_main.o -MD -MP -MF .deps/dhat_amd64_linux-dh_main.Tpo -c -o dhat_amd64_linux-dh_main.o `test -f 'dh_main.c' || echo './'`dh_main.c 2024-08-20T22:02:02.1537297Z #7 98.92 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -O2 -MT vgpreload_dhat_amd64_linux_so-dh_replace_strmem.o -MD -MP -MF .deps/vgpreload_dhat_amd64_linux_so-dh_replace_strmem.Tpo -c -o vgpreload_dhat_amd64_linux_so-dh_replace_strmem.o `test -f 'dh_replace_strmem.c' || echo './'`dh_replace_strmem.c 2024-08-20T22:02:02.1542430Z #7 98.92 for f in ; do \ 2024-08-20T22:02:02.1542939Z #7 98.92 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:02.1543428Z #7 98.92 echo "dsymutil $f"; \ 2024-08-20T22:02:02.1543822Z #7 98.92 dsymutil $f; \ 2024-08-20T22:02:02.1544158Z #7 98.92 fi; \ 2024-08-20T22:02:02.1544418Z #7 98.92 done 2024-08-20T22:02:02.1544750Z #7 98.92 mkdir -p ../.in_place; \ 2024-08-20T22:02:02.1545123Z #7 98.92 for f in ; do \ 2024-08-20T22:02:02.1545506Z #7 98.92 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:02.1546026Z #7 98.92 ln -f -s ../dhat/$f.dSYM ../.in_place; \ 2024-08-20T22:02:02.1546565Z #7 98.92 done 2024-08-20T22:02:02.3990424Z #7 99.32 mv -f .deps/dhat_amd64_linux-dh_main.Tpo .deps/dhat_amd64_linux-dh_main.Po 2024-08-20T22:02:02.5533495Z #7 99.32 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o dhat-amd64-linux -DDHAT_VIEW_DIR=\"/usr/local/libexec/valgrind\" -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -static -nodefaultlibs -nostartfiles -u _start -m64 dhat_amd64_linux-dh_main.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T22:02:02.8927664Z #7 99.81 mv -f .deps/vgpreload_dhat_amd64_linux_so-dh_replace_strmem.Tpo .deps/vgpreload_dhat_amd64_linux_so-dh_replace_strmem.Po 2024-08-20T22:02:03.0712807Z #7 99.82 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -O -g -fno-omit-frame-pointer -fno-strict-aliasing -fpic -fno-builtin -fno-ipa-icf -O2 -nodefaultlibs -shared -Wl,-z,interpose,-z,initfirst -m64 -Wl,--whole-archive ../coregrind/libreplacemalloc_toolpreload-amd64-linux.a -Wl,--no-whole-archive -o vgpreload_dhat-amd64-linux.so vgpreload_dhat_amd64_linux_so-dh_replace_strmem.o 2024-08-20T22:02:03.0717299Z #7 99.83 mkdir -p ../.in_place; \ 2024-08-20T22:02:03.0717983Z #7 99.83 for f in dhat-amd64-linux vgpreload_dhat-amd64-linux.so ; do \ 2024-08-20T22:02:03.0718628Z #7 99.83 rm -f ../.in_place/$f; \ 2024-08-20T22:02:03.0719097Z #7 99.83 ln -f -s ../dhat/$f ../.in_place; \ 2024-08-20T22:02:03.0719517Z #7 99.83 done 2024-08-20T22:02:03.0720059Z #7 99.83 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T22:02:03.0720639Z #7 99.83 Making all in tests 2024-08-20T22:02:03.0721269Z #7 99.83 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/dhat/tests' 2024-08-20T22:02:03.0721994Z #7 99.83 make[3]: Nothing to be done for 'all'. 2024-08-20T22:02:03.0722723Z #7 99.83 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/dhat/tests' 2024-08-20T22:02:03.0723788Z #7 99.83 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T22:02:03.0724368Z #7 99.83 Making all in lackey 2024-08-20T22:02:03.0724988Z #7 99.84 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T22:02:03.0725564Z #7 99.84 Making all in . 2024-08-20T22:02:03.0726264Z #7 99.84 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T22:02:03.0731434Z #7 99.84 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT lackey_amd64_linux-lk_main.o -MD -MP -MF .deps/lackey_amd64_linux-lk_main.Tpo -c -o lackey_amd64_linux-lk_main.o `test -f 'lk_main.c' || echo './'`lk_main.c 2024-08-20T22:02:03.0735675Z #7 99.84 for f in ; do \ 2024-08-20T22:02:03.0736179Z #7 99.84 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:03.0736667Z #7 99.84 echo "dsymutil $f"; \ 2024-08-20T22:02:03.0737056Z #7 99.84 dsymutil $f; \ 2024-08-20T22:02:03.0737391Z #7 99.84 fi; \ 2024-08-20T22:02:03.0737650Z #7 99.84 done 2024-08-20T22:02:03.0737980Z #7 99.84 mkdir -p ../.in_place; \ 2024-08-20T22:02:03.0738483Z #7 99.84 for f in ; do \ 2024-08-20T22:02:03.0738871Z #7 99.84 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:03.0739403Z #7 99.84 ln -f -s ../lackey/$f.dSYM ../.in_place; \ 2024-08-20T22:02:03.0739849Z #7 99.84 done 2024-08-20T22:02:03.1162219Z #7 100.0 mv -f .deps/lackey_amd64_linux-lk_main.Tpo .deps/lackey_amd64_linux-lk_main.Po 2024-08-20T22:02:03.2702774Z #7 100.0 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o lackey-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -static -nodefaultlibs -nostartfiles -u _start -m64 lackey_amd64_linux-lk_main.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T22:02:03.2730528Z #7 100.2 mkdir -p ../.in_place; \ 2024-08-20T22:02:03.2731376Z #7 100.2 for f in lackey-amd64-linux ; do \ 2024-08-20T22:02:03.2731895Z #7 100.2 rm -f ../.in_place/$f; \ 2024-08-20T22:02:03.2732373Z #7 100.2 ln -f -s ../lackey/$f ../.in_place; \ 2024-08-20T22:02:03.2732800Z #7 100.2 done 2024-08-20T22:02:03.4700097Z #7 100.2 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T22:02:03.4700811Z #7 100.2 Making all in tests 2024-08-20T22:02:03.4701512Z #7 100.2 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/lackey/tests' 2024-08-20T22:02:03.4702305Z #7 100.2 make[3]: Nothing to be done for 'all'. 2024-08-20T22:02:03.4703056Z #7 100.2 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/lackey/tests' 2024-08-20T22:02:03.4703921Z #7 100.2 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T22:02:03.4704504Z #7 100.2 Making all in none 2024-08-20T22:02:03.4705114Z #7 100.2 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T22:02:03.4705678Z #7 100.2 Making all in . 2024-08-20T22:02:03.4706260Z #7 100.2 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T22:02:03.4711181Z #7 100.2 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT none_amd64_linux-nl_main.o -MD -MP -MF .deps/none_amd64_linux-nl_main.Tpo -c -o none_amd64_linux-nl_main.o `test -f 'nl_main.c' || echo './'`nl_main.c 2024-08-20T22:02:03.4715618Z #7 100.2 for f in ; do \ 2024-08-20T22:02:03.4716114Z #7 100.2 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:03.4716616Z #7 100.2 echo "dsymutil $f"; \ 2024-08-20T22:02:03.4717003Z #7 100.2 dsymutil $f; \ 2024-08-20T22:02:03.4717322Z #7 100.2 fi; \ 2024-08-20T22:02:03.4717594Z #7 100.2 done 2024-08-20T22:02:03.4717931Z #7 100.2 mkdir -p ../.in_place; \ 2024-08-20T22:02:03.4718298Z #7 100.2 for f in ; do \ 2024-08-20T22:02:03.4718699Z #7 100.2 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:03.4719214Z #7 100.2 ln -f -s ../none/$f.dSYM ../.in_place; \ 2024-08-20T22:02:03.4719632Z #7 100.2 done 2024-08-20T22:02:03.4720326Z #7 100.2 mv -f .deps/none_amd64_linux-nl_main.Tpo .deps/none_amd64_linux-nl_main.Po 2024-08-20T22:02:03.4725200Z #7 100.2 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o none-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -static -nodefaultlibs -nostartfiles -u _start -m64 none_amd64_linux-nl_main.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T22:02:03.4729246Z #7 100.4 mkdir -p ../.in_place; \ 2024-08-20T22:02:03.4729710Z #7 100.4 for f in none-amd64-linux ; do \ 2024-08-20T22:02:03.4730172Z #7 100.4 rm -f ../.in_place/$f; \ 2024-08-20T22:02:03.4730831Z #7 100.4 ln -f -s ../none/$f ../.in_place; \ 2024-08-20T22:02:03.4731249Z #7 100.4 done 2024-08-20T22:02:03.6425062Z #7 100.4 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T22:02:03.6425729Z #7 100.4 Making all in tests 2024-08-20T22:02:03.6426416Z #7 100.4 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T22:02:03.6427017Z #7 100.4 Making all in . 2024-08-20T22:02:03.6427640Z #7 100.4 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T22:02:03.6428373Z #7 100.4 make[4]: Nothing to be done for 'all-am'. 2024-08-20T22:02:03.6429101Z #7 100.4 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T22:02:03.6429719Z #7 100.4 Making all in scripts 2024-08-20T22:02:03.6430429Z #7 100.4 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/scripts' 2024-08-20T22:02:03.6431445Z #7 100.4 make[4]: Nothing to be done for 'all'. 2024-08-20T22:02:03.6432224Z #7 100.4 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/scripts' 2024-08-20T22:02:03.6432873Z #7 100.4 Making all in amd64 2024-08-20T22:02:03.6433524Z #7 100.4 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64' 2024-08-20T22:02:03.6434265Z #7 100.4 make[4]: Nothing to be done for 'all'. 2024-08-20T22:02:03.6435136Z #7 100.4 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64' 2024-08-20T22:02:03.6435757Z #7 100.4 Making all in linux 2024-08-20T22:02:03.6436428Z #7 100.4 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/linux' 2024-08-20T22:02:03.6437172Z #7 100.4 make[4]: Nothing to be done for 'all'. 2024-08-20T22:02:03.6437924Z #7 100.4 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/linux' 2024-08-20T22:02:03.6438816Z #7 100.4 Making all in amd64-linux 2024-08-20T22:02:03.6439557Z #7 100.4 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64-linux' 2024-08-20T22:02:03.6440330Z #7 100.4 make[4]: Nothing to be done for 'all'. 2024-08-20T22:02:03.6441110Z #7 100.4 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64-linux' 2024-08-20T22:02:03.6442058Z #7 100.4 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T22:02:03.6442912Z #7 100.4 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T22:02:03.6443522Z #7 100.4 Making all in exp-bbv 2024-08-20T22:02:03.6444151Z #7 100.4 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T22:02:03.6444740Z #7 100.4 Making all in . 2024-08-20T22:02:03.6445325Z #7 100.4 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T22:02:03.6450454Z #7 100.4 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT exp_bbv_amd64_linux-bbv_main.o -MD -MP -MF .deps/exp_bbv_amd64_linux-bbv_main.Tpo -c -o exp_bbv_amd64_linux-bbv_main.o `test -f 'bbv_main.c' || echo './'`bbv_main.c 2024-08-20T22:02:03.6454921Z #7 100.4 for f in ; do \ 2024-08-20T22:02:03.6455412Z #7 100.4 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:03.6455911Z #7 100.4 echo "dsymutil $f"; \ 2024-08-20T22:02:03.6456298Z #7 100.4 dsymutil $f; \ 2024-08-20T22:02:03.6456623Z #7 100.4 fi; \ 2024-08-20T22:02:03.6456888Z #7 100.4 done 2024-08-20T22:02:03.6457218Z #7 100.4 mkdir -p ../.in_place; \ 2024-08-20T22:02:03.6457575Z #7 100.4 for f in ; do \ 2024-08-20T22:02:03.6457969Z #7 100.4 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:03.6458496Z #7 100.4 ln -f -s ../exp-bbv/$f.dSYM ../.in_place; \ 2024-08-20T22:02:03.6458929Z #7 100.4 done 2024-08-20T22:02:03.6459558Z #7 100.6 mv -f .deps/exp_bbv_amd64_linux-bbv_main.Tpo .deps/exp_bbv_amd64_linux-bbv_main.Po 2024-08-20T22:02:03.7968664Z #7 100.6 ../coregrind/link_tool_exe_linux 0x58000000 gcc -o exp-bbv-amd64-linux -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -static -nodefaultlibs -nostartfiles -u _start -m64 exp_bbv_amd64_linux-bbv_main.o ../coregrind/libcoregrind-amd64-linux.a ../VEX/libvex-amd64-linux.a -lgcc ../coregrind/libgcc-sup-amd64-linux.a 2024-08-20T22:02:03.7988260Z #7 100.7 mkdir -p ../.in_place; \ 2024-08-20T22:02:03.7988804Z #7 100.7 for f in exp-bbv-amd64-linux ; do \ 2024-08-20T22:02:03.7989304Z #7 100.7 rm -f ../.in_place/$f; \ 2024-08-20T22:02:03.7989800Z #7 100.7 ln -f -s ../exp-bbv/$f ../.in_place; \ 2024-08-20T22:02:03.7990228Z #7 100.7 done 2024-08-20T22:02:03.9079590Z #7 100.7 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T22:02:03.9080343Z #7 100.7 Making all in tests 2024-08-20T22:02:03.9081058Z #7 100.7 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T22:02:03.9081705Z #7 100.7 Making all in . 2024-08-20T22:02:03.9082361Z #7 100.7 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T22:02:03.9083122Z #7 100.7 make[4]: Nothing to be done for 'all-am'. 2024-08-20T22:02:03.9084790Z #7 100.7 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T22:02:03.9085465Z #7 100.7 Making all in amd64-linux 2024-08-20T22:02:03.9086238Z #7 100.7 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests/amd64-linux' 2024-08-20T22:02:03.9087043Z #7 100.7 make[4]: Nothing to be done for 'all'. 2024-08-20T22:02:03.9087853Z #7 100.7 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests/amd64-linux' 2024-08-20T22:02:03.9088847Z #7 100.7 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T22:02:03.9089736Z #7 100.7 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T22:02:03.9090334Z #7 100.7 Making all in shared 2024-08-20T22:02:03.9090941Z #7 100.7 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/shared' 2024-08-20T22:02:03.9091636Z #7 100.7 make[2]: Nothing to be done for 'all'. 2024-08-20T22:02:03.9092343Z #7 100.7 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/shared' 2024-08-20T22:02:03.9092912Z #7 100.7 Making all in tests 2024-08-20T22:02:03.9093521Z #7 100.7 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/tests' 2024-08-20T22:02:03.9094326Z #7 100.7 make[2]: Nothing to be done for 'all'. 2024-08-20T22:02:03.9095006Z #7 100.7 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/tests' 2024-08-20T22:02:03.9095587Z #7 100.7 Making all in perf 2024-08-20T22:02:03.9096190Z #7 100.7 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/perf' 2024-08-20T22:02:03.9097008Z #7 100.7 make[2]: Nothing to be done for 'all'. 2024-08-20T22:02:03.9097701Z #7 100.7 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/perf' 2024-08-20T22:02:03.9098292Z #7 100.7 Making all in gdbserver_tests 2024-08-20T22:02:03.9099006Z #7 100.7 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T22:02:03.9099624Z #7 100.7 Making all in . 2024-08-20T22:02:03.9100272Z #7 100.7 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T22:02:03.9101026Z #7 100.7 make[3]: Nothing to be done for 'all-am'. 2024-08-20T22:02:03.9101778Z #7 100.7 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T22:02:03.9102714Z #7 100.7 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T22:02:03.9103442Z #7 100.7 Making all in memcheck/tests/vbit-test 2024-08-20T22:02:03.9104259Z #7 100.8 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/vbit-test' 2024-08-20T22:02:03.9109622Z #7 100.8 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-main.o -MD -MP -MF .deps/vbit_test-main.Tpo -c -o vbit_test-main.o `test -f 'main.c' || echo './'`main.c 2024-08-20T22:02:03.9118424Z #7 100.8 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-unary.o -MD -MP -MF .deps/vbit_test-unary.Tpo -c -o vbit_test-unary.o `test -f 'unary.c' || echo './'`unary.c 2024-08-20T22:02:03.9127272Z #7 100.8 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-binary.o -MD -MP -MF .deps/vbit_test-binary.Tpo -c -o vbit_test-binary.o `test -f 'binary.c' || echo './'`binary.c 2024-08-20T22:02:03.9136687Z #7 100.8 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-ternary.o -MD -MP -MF .deps/vbit_test-ternary.Tpo -c -o vbit_test-ternary.o `test -f 'ternary.c' || echo './'`ternary.c 2024-08-20T22:02:03.9145597Z #7 100.8 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-qernary.o -MD -MP -MF .deps/vbit_test-qernary.Tpo -c -o vbit_test-qernary.o `test -f 'qernary.c' || echo './'`qernary.c 2024-08-20T22:02:03.9154389Z #7 100.8 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-util.o -MD -MP -MF .deps/vbit_test-util.Tpo -c -o vbit_test-util.o `test -f 'util.c' || echo './'`util.c 2024-08-20T22:02:03.9163039Z #7 100.8 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-vbits.o -MD -MP -MF .deps/vbit_test-vbits.Tpo -c -o vbit_test-vbits.o `test -f 'vbits.c' || echo './'`vbits.c 2024-08-20T22:02:03.9171926Z #7 100.8 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-irops.o -MD -MP -MF .deps/vbit_test-irops.Tpo -c -o vbit_test-irops.o `test -f 'irops.c' || echo './'`irops.c 2024-08-20T22:02:03.9180889Z #7 100.8 gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../.. -I../../../include -I../../../include -I../../../VEX/pub -I../../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../../../include -I../../../memcheck -I../../../VEX/pub -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT vbit_test-valgrind.o -MD -MP -MF .deps/vbit_test-valgrind.Tpo -c -o vbit_test-valgrind.o `test -f 'valgrind.c' || echo './'`valgrind.c 2024-08-20T22:02:03.9185444Z #7 100.8 mv -f .deps/vbit_test-unary.Tpo .deps/vbit_test-unary.Po 2024-08-20T22:02:03.9186322Z #7 100.8 mv -f .deps/vbit_test-ternary.Tpo .deps/vbit_test-ternary.Po 2024-08-20T22:02:03.9187085Z #7 100.8 mv -f .deps/vbit_test-qernary.Tpo .deps/vbit_test-qernary.Po 2024-08-20T22:02:03.9187818Z #7 100.8 mv -f .deps/vbit_test-irops.Tpo .deps/vbit_test-irops.Po 2024-08-20T22:02:03.9188554Z #7 100.8 mv -f .deps/vbit_test-valgrind.Tpo .deps/vbit_test-valgrind.Po 2024-08-20T22:02:03.9189292Z #7 100.8 mv -f .deps/vbit_test-main.Tpo .deps/vbit_test-main.Po 2024-08-20T22:02:03.9189981Z #7 100.8 mv -f .deps/vbit_test-util.Tpo .deps/vbit_test-util.Po 2024-08-20T22:02:04.0169810Z #7 100.9 mv -f .deps/vbit_test-binary.Tpo .deps/vbit_test-binary.Po 2024-08-20T22:02:04.1414541Z #7 101.0 mv -f .deps/vbit_test-vbits.Tpo .deps/vbit_test-vbits.Po 2024-08-20T22:02:04.1427540Z #7 101.0 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -o vbit-test vbit_test-main.o vbit_test-unary.o vbit_test-binary.o vbit_test-ternary.o vbit_test-qernary.o vbit_test-util.o vbit_test-vbits.o vbit_test-irops.o vbit_test-valgrind.o ../../../VEX/libvex-amd64-linux.a 2024-08-20T22:02:04.1434628Z #7 101.1 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/vbit-test' 2024-08-20T22:02:04.2680150Z #7 101.1 Making all in auxprogs 2024-08-20T22:02:04.2681121Z #7 101.1 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/auxprogs' 2024-08-20T22:02:04.2686681Z #7 101.1 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT valgrind_listener-valgrind-listener.o -MD -MP -MF .deps/valgrind_listener-valgrind-listener.Tpo -c -o valgrind_listener-valgrind-listener.o `test -f 'valgrind-listener.c' || echo './'`valgrind-listener.c 2024-08-20T22:02:04.2696561Z #7 101.1 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -I../coregrind -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT valgrind_di_server-valgrind-di-server.o -MD -MP -MF .deps/valgrind_di_server-valgrind-di-server.Tpo -c -o valgrind_di_server-valgrind-di-server.o `test -f 'valgrind-di-server.c' || echo './'`valgrind-di-server.c 2024-08-20T22:02:04.2705523Z #7 101.1 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../include -I../include -I../VEX/pub -I../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -MT getoff_amd64_linux-getoff.o -MD -MP -MF .deps/getoff_amd64_linux-getoff.Tpo -c -o getoff_amd64_linux-getoff.o `test -f 'getoff.c' || echo './'`getoff.c 2024-08-20T22:02:04.2710002Z #7 101.1 for f in ; do \ 2024-08-20T22:02:04.2710502Z #7 101.1 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:04.2710987Z #7 101.1 echo "dsymutil $f"; \ 2024-08-20T22:02:04.2711374Z #7 101.1 dsymutil $f; \ 2024-08-20T22:02:04.2711703Z #7 101.1 fi; \ 2024-08-20T22:02:04.2711956Z #7 101.1 done 2024-08-20T22:02:04.2712281Z #7 101.1 mkdir -p ../.in_place; \ 2024-08-20T22:02:04.2712650Z #7 101.1 for f in ; do \ 2024-08-20T22:02:04.2713031Z #7 101.1 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:04.2713565Z #7 101.1 ln -f -s ../auxprogs/$f.dSYM ../.in_place; \ 2024-08-20T22:02:04.2714015Z #7 101.1 done 2024-08-20T22:02:04.2714605Z #7 101.1 mv -f .deps/getoff_amd64_linux-getoff.Tpo .deps/getoff_amd64_linux-getoff.Po 2024-08-20T22:02:04.2720814Z #7 101.1 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -o getoff-amd64-linux getoff_amd64_linux-getoff.o -ldl 2024-08-20T22:02:04.2726264Z #7 101.1 mkdir -p ../.in_place; \ 2024-08-20T22:02:04.2726723Z #7 101.1 for f in getoff-amd64-linux ; do \ 2024-08-20T22:02:04.2727201Z #7 101.1 rm -f ../.in_place/$f; \ 2024-08-20T22:02:04.2727673Z #7 101.1 ln -f -s ../auxprogs/$f ../.in_place; \ 2024-08-20T22:02:04.2728101Z #7 101.1 done 2024-08-20T22:02:04.2728855Z #7 101.2 mv -f .deps/valgrind_listener-valgrind-listener.Tpo .deps/valgrind_listener-valgrind-listener.Po 2024-08-20T22:02:04.4222593Z #7 101.2 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -o valgrind-listener valgrind_listener-valgrind-listener.o 2024-08-20T22:02:04.6436644Z #7 101.6 mv -f .deps/valgrind_di_server-valgrind-di-server.Tpo .deps/valgrind_di_server-valgrind-di-server.Po 2024-08-20T22:02:04.7706494Z #7 101.6 gcc -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow -Wpointer-arith -Wstrict-prototypes -Wmissing-declarations -Wcast-align -Wcast-qual -Wwrite-strings -Wempty-body -Wformat -Wformat-signedness -Wformat-security -Wignored-qualifiers -Wmissing-parameter-type -Wlogical-op -Wimplicit-fallthrough=2 -Wold-style-declaration -finline-functions -fno-stack-protector -fno-strict-aliasing -fno-builtin -fomit-frame-pointer -o valgrind-di-server valgrind_di_server-valgrind-di-server.o 2024-08-20T22:02:04.7712105Z #7 101.6 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/auxprogs' 2024-08-20T22:02:04.7712686Z #7 101.6 Making all in mpi 2024-08-20T22:02:04.7713230Z #7 101.6 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/mpi' 2024-08-20T22:02:04.7713817Z #7 101.6 mkdir -p ../.in_place; \ 2024-08-20T22:02:04.7714169Z #7 101.6 for f in ; do \ 2024-08-20T22:02:04.7714511Z #7 101.6 rm -f ../.in_place/$f; \ 2024-08-20T22:02:04.7714944Z #7 101.6 ln -f -s ../mpi/$f ../.in_place; \ 2024-08-20T22:02:04.7715320Z #7 101.6 done 2024-08-20T22:02:04.7715562Z #7 101.6 for f in ; do \ 2024-08-20T22:02:04.7716010Z #7 101.6 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:04.7716469Z #7 101.6 echo "dsymutil $f"; \ 2024-08-20T22:02:04.7716814Z #7 101.6 dsymutil $f; \ 2024-08-20T22:02:04.7717122Z #7 101.6 fi; \ 2024-08-20T22:02:04.7717369Z #7 101.6 done 2024-08-20T22:02:04.7717673Z #7 101.6 mkdir -p ../.in_place; \ 2024-08-20T22:02:04.7718012Z #7 101.6 for f in ; do \ 2024-08-20T22:02:04.7718377Z #7 101.6 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:04.7718840Z #7 101.6 ln -f -s ../mpi/$f.dSYM ../.in_place; \ 2024-08-20T22:02:04.7719241Z #7 101.6 done 2024-08-20T22:02:04.7719726Z #7 101.6 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/mpi' 2024-08-20T22:02:04.7720475Z #7 101.6 Making all in solaris 2024-08-20T22:02:04.7721065Z #7 101.6 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/solaris' 2024-08-20T22:02:04.7721717Z #7 101.6 make[2]: Nothing to be done for 'all'. 2024-08-20T22:02:04.7722371Z #7 101.6 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/solaris' 2024-08-20T22:02:04.7722901Z #7 101.6 Making all in docs 2024-08-20T22:02:04.7723454Z #7 101.6 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/docs' 2024-08-20T22:02:04.7724090Z #7 101.6 make[2]: Nothing to be done for 'all'. 2024-08-20T22:02:04.7724721Z #7 101.6 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/docs' 2024-08-20T22:02:04.7725463Z #7 101.6 make[1]: Leaving directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T22:02:04.7725978Z #7 101.6 + sudo make install 2024-08-20T22:02:04.7726325Z #7 101.6 ./auxprogs/make_or_upd_vgversion_h . 2024-08-20T22:02:04.7726775Z #7 101.6 make install-recursive 2024-08-20T22:02:04.7727334Z #7 101.6 make[1]: Entering directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T22:02:04.7727852Z #7 101.6 Making install in include 2024-08-20T22:02:04.7728457Z #7 101.6 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/include' 2024-08-20T22:02:04.7729255Z #7 101.6 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/include' 2024-08-20T22:02:04.7729950Z #7 101.6 make[3]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:04.7730555Z #7 101.6 /usr/bin/mkdir -p '/usr/local/include/valgrind' 2024-08-20T22:02:04.7736478Z #7 101.6 /usr/bin/install -c -m 644 pub_tool_basics.h pub_tool_basics_asm.h pub_tool_addrinfo.h pub_tool_aspacehl.h pub_tool_aspacemgr.h pub_tool_clientstate.h pub_tool_clreq.h pub_tool_deduppoolalloc.h pub_tool_debuginfo.h pub_tool_errormgr.h pub_tool_execontext.h pub_tool_gdbserver.h pub_tool_guest.h pub_tool_poolalloc.h pub_tool_hashtable.h pub_tool_libcbase.h pub_tool_libcassert.h pub_tool_libcfile.h pub_tool_libcprint.h pub_tool_libcproc.h pub_tool_libcsetjmp.h pub_tool_libcsignal.h pub_tool_machine.h pub_tool_mallocfree.h pub_tool_options.h pub_tool_oset.h pub_tool_rangemap.h pub_tool_redir.h pub_tool_replacemalloc.h pub_tool_seqmatch.h pub_tool_signals.h pub_tool_sparsewa.h pub_tool_stacktrace.h pub_tool_threadstate.h pub_tool_tooliface.h pub_tool_transtab.h pub_tool_vki.h pub_tool_vkiscnums.h pub_tool_vkiscnums_asm.h pub_tool_wordfm.h '/usr/local/include/valgrind/.' 2024-08-20T22:02:04.7741291Z #7 101.6 /usr/bin/mkdir -p '/usr/local/include/valgrind/vki' 2024-08-20T22:02:04.7749316Z #7 101.6 /usr/bin/install -c -m 644 vki/vki-linux.h vki/vki-freebsd.h vki/vki-darwin.h vki/vki-solaris.h vki/vki-solaris-repcache.h vki/vki-machine-types-amd64-freebsd.h vki/vki-machine-types-x86-freebsd.h vki/vki-posixtypes-amd64-linux.h vki/vki-posixtypes-arm64-linux.h vki/vki-posixtypes-ppc32-linux.h vki/vki-posixtypes-ppc64-linux.h vki/vki-posixtypes-x86-linux.h vki/vki-posixtypes-arm-linux.h vki/vki-posixtypes-s390x-linux.h vki/vki-posixtypes-mips32-linux.h vki/vki-posixtypes-mips64-linux.h vki/vki-posixtypes-nanomips-linux.h vki/vki-amd64-linux.h vki/vki-arm64-linux.h vki/vki-ppc32-linux.h vki/vki-ppc64-linux.h vki/vki-x86-linux.h vki/vki-amd64-freebsd.h vki/vki-x86-freebsd.h vki/vki-arm-linux.h vki/vki-s390x-linux.h vki/vki-mips32-linux.h vki/vki-mips64-linux.h vki/vki-nanomips-linux.h vki/vki-scnums-amd64-linux.h vki/vki-scnums-arm64-linux.h vki/vki-scnums-ppc32-linux.h vki/vki-scnums-ppc64-linux.h vki/vki-scnums-x86-linux.h vki/vki-scnums-freebsd.h vki/vki-scnums-arm-linux.h vki/vki-scnums-s390x-linux.h vki/vki-scnums-mips32-linux.h vki/vki-scnums-mips64-linux.h vki/vki-scnums-nanomips-linux.h '/usr/local/include/valgrind/vki' 2024-08-20T22:02:04.7756681Z #7 101.6 /usr/bin/install -c -m 644 pub_tool_xarray.h pub_tool_xtree.h pub_tool_xtmemory.h valgrind.h '/usr/local/include/valgrind/.' 2024-08-20T22:02:04.7757662Z #7 101.6 /usr/bin/mkdir -p '/usr/local/include/valgrind/vki' 2024-08-20T22:02:04.7760968Z #7 101.6 /usr/bin/install -c -m 644 vki/vki-scnums-darwin.h vki/vki-scnums-solaris.h vki/vki-scnums-shared-linux.h vki/vki-scnums-32bit-linux.h vki/vki-xen.h vki/vki-xen-domctl.h vki/vki-xen-evtchn.h vki/vki-xen-gnttab.h vki/vki-xen-hvm.h vki/vki-xen-memory.h vki/vki-xen-mmuext.h vki/vki-xen-physdev.h vki/vki-xen-schedop.h vki/vki-xen-sysctl.h vki/vki-xen-tmem.h vki/vki-xen-version.h vki/vki-xen-xsm.h vki/vki-xen-x86.h vki/vki-linux-drm.h vki/vki-linux-io_uring.h '/usr/local/include/valgrind/vki' 2024-08-20T22:02:04.7764168Z #7 101.6 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/include' 2024-08-20T22:02:04.7764952Z #7 101.6 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/include' 2024-08-20T22:02:04.7765503Z #7 101.6 Making install in VEX 2024-08-20T22:02:04.7766065Z #7 101.6 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T22:02:04.7766617Z #7 101.6 make install-am 2024-08-20T22:02:04.7767156Z #7 101.6 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T22:02:04.7767912Z #7 101.7 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T22:02:04.7768557Z #7 101.7 /usr/bin/mkdir -p '/usr/local/lib/valgrind' 2024-08-20T22:02:04.7769479Z #7 101.7 /usr/bin/install -c -m 644 libvex-amd64-linux.a libvexmultiarch-amd64-linux.a '/usr/local/lib/valgrind' 2024-08-20T22:02:04.7770480Z #7 101.7 ( cd '/usr/local/lib/valgrind' && ranlib libvex-amd64-linux.a ) 2024-08-20T22:02:04.8771865Z #7 101.8 ( cd '/usr/local/lib/valgrind' && ranlib libvexmultiarch-amd64-linux.a ) 2024-08-20T22:02:04.8772772Z #7 101.8 /usr/bin/mkdir -p '/usr/local/include/valgrind' 2024-08-20T22:02:04.8776224Z #7 101.8 /usr/bin/install -c -m 644 pub/libvex.h pub/libvex_basictypes.h pub/libvex_emnote.h pub/libvex_guest_offsets.h pub/libvex_guest_x86.h pub/libvex_guest_amd64.h pub/libvex_guest_ppc32.h pub/libvex_guest_ppc64.h pub/libvex_guest_arm.h pub/libvex_guest_arm64.h pub/libvex_guest_s390x.h pub/libvex_guest_mips32.h pub/libvex_guest_mips64.h pub/libvex_s390x_common.h pub/libvex_ir.h pub/libvex_trc_values.h pub/libvex_inner.h '/usr/local/include/valgrind' 2024-08-20T22:02:04.8779154Z #7 101.8 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T22:02:04.8779968Z #7 101.8 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T22:02:04.8780787Z #7 101.8 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/VEX' 2024-08-20T22:02:04.8781374Z #7 101.8 Making install in coregrind 2024-08-20T22:02:04.8782060Z #7 101.8 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T22:02:04.8782693Z #7 101.8 make install-am 2024-08-20T22:02:05.0764572Z #7 101.8 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T22:02:05.0765440Z #7 101.8 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.0766009Z #7 101.8 for f in vgpreload_core-amd64-linux.so ; do \ 2024-08-20T22:02:05.0766552Z #7 101.8 rm -f ../.in_place/$f; \ 2024-08-20T22:02:05.0767047Z #7 101.8 ln -f -s ../coregrind/$f ../.in_place; \ 2024-08-20T22:02:05.0767468Z #7 101.8 done 2024-08-20T22:02:05.0767754Z #7 101.8 for f in ; do \ 2024-08-20T22:02:05.0768239Z #7 101.8 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.0768719Z #7 101.8 echo "dsymutil $f"; \ 2024-08-20T22:02:05.0769102Z #7 101.8 dsymutil $f; \ 2024-08-20T22:02:05.0769431Z #7 101.8 fi; \ 2024-08-20T22:02:05.0769684Z #7 101.8 done 2024-08-20T22:02:05.0770011Z #7 101.8 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.0770374Z #7 101.8 for f in ; do \ 2024-08-20T22:02:05.0770754Z #7 101.8 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:05.0771301Z #7 101.8 ln -f -s ../coregrind/$f.dSYM ../.in_place; \ 2024-08-20T22:02:05.0771754Z #7 101.8 done 2024-08-20T22:02:05.0772065Z #7 101.8 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.0796671Z #7 101.8 for f in m_gdbserver/32bit-core-valgrind-s1.xml m_gdbserver/32bit-core-valgrind-s2.xml m_gdbserver/32bit-core.xml m_gdbserver/32bit-linux-valgrind-s1.xml m_gdbserver/32bit-linux-valgrind-s2.xml m_gdbserver/32bit-linux.xml m_gdbserver/32bit-sse-valgrind-s1.xml m_gdbserver/32bit-sse-valgrind-s2.xml m_gdbserver/32bit-sse.xml m_gdbserver/64bit-avx-valgrind-s2.xml m_gdbserver/64bit-avx-valgrind-s1.xml m_gdbserver/64bit-avx.xml m_gdbserver/64bit-core-valgrind-s1.xml m_gdbserver/64bit-core-valgrind-s2.xml m_gdbserver/64bit-core.xml m_gdbserver/64bit-linux-valgrind-s1.xml m_gdbserver/64bit-linux-valgrind-s2.xml m_gdbserver/64bit-linux.xml m_gdbserver/64bit-sse-valgrind-s1.xml m_gdbserver/64bit-sse-valgrind-s2.xml m_gdbserver/64bit-sse.xml m_gdbserver/amd64-avx-coresse-valgrind.xml m_gdbserver/amd64-avx-coresse.xml m_gdbserver/amd64-avx-linux-valgrind.xml m_gdbserver/amd64-avx-linux.xml m_gdbserver/amd64-coresse-valgrind.xml m_gdbserver/amd64-linux-valgrind.xml m_gdbserver/arm-core-valgrind-s1.xml m_gdbserver/arm-core-valgrind-s2.xml m_gdbserver/arm-core.xml m_gdbserver/arm-vfpv3-valgrind-s1.xml m_gdbserver/arm-vfpv3-valgrind-s2.xml m_gdbserver/arm-vfpv3.xml m_gdbserver/arm-with-vfpv3-valgrind.xml m_gdbserver/arm-with-vfpv3.xml m_gdbserver/i386-coresse-valgrind.xml m_gdbserver/i386-linux-valgrind.xml m_gdbserver/power64-core-valgrind-s1.xml m_gdbserver/power64-core-valgrind-s2.xml m_gdbserver/power64-core.xml m_gdbserver/power64-core2-valgrind-s1.xml m_gdbserver/power64-core2-valgrind-s2.xml m_gdbserver/power64-linux-valgrind-s1.xml m_gdbserver/power64-linux-valgrind-s2.xml m_gdbserver/power64-linux.xml m_gdbserver/power-altivec-valgrind-s1.xml m_gdbserver/power-altivec-valgrind-s2.xml m_gdbserver/power-altivec.xml m_gdbserver/power-vsx-valgrind-s1.xml m_gdbserver/power-vsx-valgrind-s2.xml m_gdbserver/power-vsx.xml m_gdbserver/power-core-valgrind-s1.xml m_gdbserver/power-core-valgrind-s2.xml m_gdbserver/power-core.xml m_gdbserver/power-fpu-valgrind-s1.xml m_gdbserver/power-fpu-valgrind-s2.xml m_gdbserver/power-fpu.xml m_gdbserver/power-linux-valgrind-s1.xml m_gdbserver/power-linux-valgrind-s2.xml m_gdbserver/power-linux.xml m_gdbserver/powerpc-altivec32l-valgrind.xml m_gdbserver/powerpc-altivec32l.xml m_gdbserver/powerpc-altivec64l-valgrind.xml m_gdbserver/powerpc-altivec64l.xml m_gdbserver/s390-acr-valgrind-s1.xml m_gdbserver/s390-acr-valgrind-s2.xml m_gdbserver/s390-acr.xml m_gdbserver/s390-fpr-valgrind-s1.xml m_gdbserver/s390-fpr-valgrind-s2.xml m_gdbserver/s390-fpr.xml m_gdbserver/s390x-core64-valgrind-s1.xml m_gdbserver/s390x-core64-valgrind-s2.xml m_gdbserver/s390x-core64.xml m_gdbserver/s390x-generic-valgrind.xml m_gdbserver/s390x-generic.xml m_gdbserver/s390x-linux64-valgrind-s1.xml m_gdbserver/s390x-linux64-valgrind-s2.xml m_gdbserver/s390x-linux64.xml m_gdbserver/s390-vx-valgrind-s1.xml m_gdbserver/s390-vx-valgrind-s2.xml m_gdbserver/s390-vx.xml m_gdbserver/s390x-vx-linux-valgrind.xml m_gdbserver/s390x-vx-linux.xml m_gdbserver/mips-cp0-valgrind-s1.xml m_gdbserver/mips-cp0-valgrind-s2.xml m_gdbserver/mips-cp0.xml m_gdbserver/mips-cpu-valgrind-s1.xml m_gdbserver/mips-cpu-valgrind-s2.xml m_gdbserver/mips-cpu.xml m_gdbserver/mips-linux.xml m_gdbserver/mips-linux-valgrind.xml m_gdbserver/mips-fpu-valgrind-s1.xml m_gdbserver/mips-fpu-valgrind-s2.xml m_gdbserver/mips-fpu.xml m_gdbserver/mips64-cp0-valgrind-s1.xml m_gdbserver/mips64-cp0-valgrind-s2.xml m_gdbserver/mips64-cp0.xml m_gdbserver/mips64-cpu-valgrind-s1.xml m_gdbserver/mips64-cpu-valgrind-s2.xml m_gdbserver/mips64-cpu.xml m_gdbserver/mips64-linux.xml m_gdbserver/mips64-linux-valgrind.xml m_gdbserver/mips64-fpu-valgrind-s1.xml m_gdbserver/mips64-fpu-valgrind-s2.xml m_gdbserver/mips64-fpu.xml; do \ 2024-08-20T22:02:05.0818726Z #7 101.8 rm -f ../.in_place/$f; \ 2024-08-20T22:02:05.0819230Z #7 101.8 ln -f -s ../coregrind/$f ../.in_place; \ 2024-08-20T22:02:05.0819669Z #7 101.8 done 2024-08-20T22:02:05.0915769Z #7 102.0 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T22:02:05.1948653Z #7 102.0 /usr/bin/mkdir -p '/usr/local/bin' 2024-08-20T22:02:05.1949393Z #7 102.0 /usr/bin/install -c valgrind vgdb '/usr/local/bin' 2024-08-20T22:02:05.1950356Z #7 102.0 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.1951204Z #7 102.0 for f in vgpreload_core-amd64-linux.so ; do \ 2024-08-20T22:02:05.1952132Z #7 102.0 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.1952637Z #7 102.0 done 2024-08-20T22:02:05.1952899Z #7 102.0 for f in ; do \ 2024-08-20T22:02:05.1953385Z #7 102.0 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.1953875Z #7 102.0 echo "dsymutil $f"; \ 2024-08-20T22:02:05.1954244Z #7 102.0 dsymutil $f; \ 2024-08-20T22:02:05.1954573Z #7 102.0 fi; \ 2024-08-20T22:02:05.1954838Z #7 102.0 done 2024-08-20T22:02:05.1955505Z #7 102.0 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.1956209Z #7 102.0 for f in ; do \ 2024-08-20T22:02:05.1956675Z #7 102.0 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.1957118Z #7 102.0 done 2024-08-20T22:02:05.1957527Z #7 102.0 /usr/bin/mkdir -p '/usr/local/lib/valgrind' 2024-08-20T22:02:05.1958829Z #7 102.0 /usr/bin/install -c -m 644 libcoregrind-amd64-linux.a libgcc-sup-amd64-linux.a libreplacemalloc_toolpreload-amd64-linux.a '/usr/local/lib/valgrind' 2024-08-20T22:02:05.1960207Z #7 102.1 ( cd '/usr/local/lib/valgrind' && ranlib libcoregrind-amd64-linux.a ) 2024-08-20T22:02:05.1961104Z #7 102.1 ( cd '/usr/local/lib/valgrind' && ranlib libgcc-sup-amd64-linux.a ) 2024-08-20T22:02:05.1962170Z #7 102.1 ( cd '/usr/local/lib/valgrind' && ranlib libreplacemalloc_toolpreload-amd64-linux.a ) 2024-08-20T22:02:05.1962961Z #7 102.1 /usr/bin/mkdir -p '/usr/local/libexec/valgrind' 2024-08-20T22:02:05.1973071Z #7 102.1 /usr/bin/install -c -m 644 m_gdbserver/32bit-core-valgrind-s1.xml m_gdbserver/32bit-core-valgrind-s2.xml m_gdbserver/32bit-core.xml m_gdbserver/32bit-linux-valgrind-s1.xml m_gdbserver/32bit-linux-valgrind-s2.xml m_gdbserver/32bit-linux.xml m_gdbserver/32bit-sse-valgrind-s1.xml m_gdbserver/32bit-sse-valgrind-s2.xml m_gdbserver/32bit-sse.xml m_gdbserver/64bit-avx-valgrind-s2.xml m_gdbserver/64bit-avx-valgrind-s1.xml m_gdbserver/64bit-avx.xml m_gdbserver/64bit-core-valgrind-s1.xml m_gdbserver/64bit-core-valgrind-s2.xml m_gdbserver/64bit-core.xml m_gdbserver/64bit-linux-valgrind-s1.xml m_gdbserver/64bit-linux-valgrind-s2.xml m_gdbserver/64bit-linux.xml m_gdbserver/64bit-sse-valgrind-s1.xml m_gdbserver/64bit-sse-valgrind-s2.xml m_gdbserver/64bit-sse.xml m_gdbserver/amd64-avx-coresse-valgrind.xml m_gdbserver/amd64-avx-coresse.xml m_gdbserver/amd64-avx-linux-valgrind.xml m_gdbserver/amd64-avx-linux.xml m_gdbserver/amd64-coresse-valgrind.xml m_gdbserver/amd64-linux-valgrind.xml m_gdbserver/arm-core-valgrind-s1.xml m_gdbserver/arm-core-valgrind-s2.xml m_gdbserver/arm-core.xml m_gdbserver/arm-vfpv3-valgrind-s1.xml m_gdbserver/arm-vfpv3-valgrind-s2.xml m_gdbserver/arm-vfpv3.xml m_gdbserver/arm-with-vfpv3-valgrind.xml m_gdbserver/arm-with-vfpv3.xml m_gdbserver/i386-coresse-valgrind.xml m_gdbserver/i386-linux-valgrind.xml m_gdbserver/power64-core-valgrind-s1.xml m_gdbserver/power64-core-valgrind-s2.xml m_gdbserver/power64-core.xml '/usr/local/libexec/valgrind' 2024-08-20T22:02:05.1991903Z #7 102.1 /usr/bin/install -c -m 644 m_gdbserver/power64-core2-valgrind-s1.xml m_gdbserver/power64-core2-valgrind-s2.xml m_gdbserver/power64-linux-valgrind-s1.xml m_gdbserver/power64-linux-valgrind-s2.xml m_gdbserver/power64-linux.xml m_gdbserver/power-altivec-valgrind-s1.xml m_gdbserver/power-altivec-valgrind-s2.xml m_gdbserver/power-altivec.xml m_gdbserver/power-vsx-valgrind-s1.xml m_gdbserver/power-vsx-valgrind-s2.xml m_gdbserver/power-vsx.xml m_gdbserver/power-core-valgrind-s1.xml m_gdbserver/power-core-valgrind-s2.xml m_gdbserver/power-core.xml m_gdbserver/power-fpu-valgrind-s1.xml m_gdbserver/power-fpu-valgrind-s2.xml m_gdbserver/power-fpu.xml m_gdbserver/power-linux-valgrind-s1.xml m_gdbserver/power-linux-valgrind-s2.xml m_gdbserver/power-linux.xml m_gdbserver/powerpc-altivec32l-valgrind.xml m_gdbserver/powerpc-altivec32l.xml m_gdbserver/powerpc-altivec64l-valgrind.xml m_gdbserver/powerpc-altivec64l.xml m_gdbserver/s390-acr-valgrind-s1.xml m_gdbserver/s390-acr-valgrind-s2.xml m_gdbserver/s390-acr.xml m_gdbserver/s390-fpr-valgrind-s1.xml m_gdbserver/s390-fpr-valgrind-s2.xml m_gdbserver/s390-fpr.xml m_gdbserver/s390x-core64-valgrind-s1.xml m_gdbserver/s390x-core64-valgrind-s2.xml m_gdbserver/s390x-core64.xml m_gdbserver/s390x-generic-valgrind.xml m_gdbserver/s390x-generic.xml m_gdbserver/s390x-linux64-valgrind-s1.xml m_gdbserver/s390x-linux64-valgrind-s2.xml m_gdbserver/s390x-linux64.xml m_gdbserver/s390-vx-valgrind-s1.xml m_gdbserver/s390-vx-valgrind-s2.xml '/usr/local/libexec/valgrind' 2024-08-20T22:02:05.2006802Z #7 102.1 /usr/bin/install -c -m 644 m_gdbserver/s390-vx.xml m_gdbserver/s390x-vx-linux-valgrind.xml m_gdbserver/s390x-vx-linux.xml m_gdbserver/mips-cp0-valgrind-s1.xml m_gdbserver/mips-cp0-valgrind-s2.xml m_gdbserver/mips-cp0.xml m_gdbserver/mips-cpu-valgrind-s1.xml m_gdbserver/mips-cpu-valgrind-s2.xml m_gdbserver/mips-cpu.xml m_gdbserver/mips-linux.xml m_gdbserver/mips-linux-valgrind.xml m_gdbserver/mips-fpu-valgrind-s1.xml m_gdbserver/mips-fpu-valgrind-s2.xml m_gdbserver/mips-fpu.xml m_gdbserver/mips64-cp0-valgrind-s1.xml m_gdbserver/mips64-cp0-valgrind-s2.xml m_gdbserver/mips64-cp0.xml m_gdbserver/mips64-cpu-valgrind-s1.xml m_gdbserver/mips64-cpu-valgrind-s2.xml m_gdbserver/mips64-cpu.xml m_gdbserver/mips64-linux.xml m_gdbserver/mips64-linux-valgrind.xml m_gdbserver/mips64-fpu-valgrind-s1.xml m_gdbserver/mips64-fpu-valgrind-s2.xml m_gdbserver/mips64-fpu.xml '/usr/local/libexec/valgrind' 2024-08-20T22:02:05.2969893Z #7 102.1 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T22:02:05.2971207Z #7 102.1 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T22:02:05.2972148Z #7 102.1 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/coregrind' 2024-08-20T22:02:05.2972755Z #7 102.1 Making install in . 2024-08-20T22:02:05.2973343Z #7 102.1 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T22:02:05.2974042Z #7 102.1 ./auxprogs/make_or_upd_vgversion_h . 2024-08-20T22:02:05.2974539Z #7 102.1 mkdir -p ./.in_place 2024-08-20T22:02:05.2974983Z #7 102.1 rm -f ./.in_place/default.supp 2024-08-20T22:02:05.2975454Z #7 102.1 ln -s ../default.supp ./.in_place 2024-08-20T22:02:05.2976114Z #7 102.1 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T22:02:05.2976858Z #7 102.1 make[3]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.2977487Z #7 102.1 /usr/bin/mkdir -p '/usr/local/lib/pkgconfig' 2024-08-20T22:02:05.2978227Z #7 102.1 /usr/bin/install -c -m 644 valgrind.pc '/usr/local/lib/pkgconfig' 2024-08-20T22:02:05.2979083Z #7 102.1 /usr/bin/mkdir -p '/usr/local/include/valgrind' 2024-08-20T22:02:05.2979838Z #7 102.1 /usr/bin/install -c -m 644 config.h '/usr/local/include/valgrind' 2024-08-20T22:02:05.2980573Z #7 102.1 /usr/bin/mkdir -p '/usr/local/libexec/valgrind' 2024-08-20T22:02:05.2981325Z #7 102.1 /usr/bin/install -c -m 644 default.supp '/usr/local/libexec/valgrind' 2024-08-20T22:02:05.2982162Z #7 102.1 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T22:02:05.2982948Z #7 102.1 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T22:02:05.2983505Z #7 102.1 Making install in memcheck 2024-08-20T22:02:05.2984171Z #7 102.1 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T22:02:05.2984775Z #7 102.2 Making install in . 2024-08-20T22:02:05.2985381Z #7 102.2 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T22:02:05.2986037Z #7 102.2 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.2986726Z #7 102.2 for f in memcheck-amd64-linux vgpreload_memcheck-amd64-linux.so ; do \ 2024-08-20T22:02:05.2987421Z #7 102.2 rm -f ../.in_place/$f; \ 2024-08-20T22:02:05.2987969Z #7 102.2 ln -f -s ../memcheck/$f ../.in_place; \ 2024-08-20T22:02:05.2988522Z #7 102.2 done 2024-08-20T22:02:05.2988897Z #7 102.2 for f in ; do \ 2024-08-20T22:02:05.2989560Z #7 102.2 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.2990162Z #7 102.2 echo "dsymutil $f"; \ 2024-08-20T22:02:05.2990641Z #7 102.2 dsymutil $f; \ 2024-08-20T22:02:05.2991231Z #7 102.2 fi; \ 2024-08-20T22:02:05.2991675Z #7 102.2 done 2024-08-20T22:02:05.2992100Z #7 102.2 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.2992619Z #7 102.2 for f in ; do \ 2024-08-20T22:02:05.2993113Z #7 102.2 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:05.2993752Z #7 102.2 ln -f -s ../memcheck/$f.dSYM ../.in_place; \ 2024-08-20T22:02:05.2994283Z #7 102.2 done 2024-08-20T22:02:05.3004126Z #7 102.2 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T22:02:05.3005170Z #7 102.2 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.3006196Z #7 102.2 for f in memcheck-amd64-linux vgpreload_memcheck-amd64-linux.so ; do \ 2024-08-20T22:02:05.3007016Z #7 102.2 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.3007525Z #7 102.2 done 2024-08-20T22:02:05.3007796Z #7 102.2 for f in ; do \ 2024-08-20T22:02:05.3008267Z #7 102.2 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.3008771Z #7 102.2 echo "dsymutil $f"; \ 2024-08-20T22:02:05.3009156Z #7 102.2 dsymutil $f; \ 2024-08-20T22:02:05.3009473Z #7 102.2 fi; \ 2024-08-20T22:02:05.3009741Z #7 102.2 done 2024-08-20T22:02:05.3010412Z #7 102.2 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.3011100Z #7 102.2 for f in ; do \ 2024-08-20T22:02:05.3011564Z #7 102.2 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.3012015Z #7 102.2 done 2024-08-20T22:02:05.3012552Z #7 102.2 /usr/bin/mkdir -p '/usr/local/include/valgrind' 2024-08-20T22:02:05.3013318Z #7 102.2 /usr/bin/install -c -m 644 memcheck.h '/usr/local/include/valgrind' 2024-08-20T22:02:05.3014299Z #7 102.2 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T22:02:05.3015164Z #7 102.2 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T22:02:05.3015765Z #7 102.2 Making install in tests 2024-08-20T22:02:05.3016454Z #7 102.2 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T22:02:05.3017078Z #7 102.2 Making install in . 2024-08-20T22:02:05.3017733Z #7 102.2 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T22:02:05.3018675Z #7 102.2 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T22:02:05.3019462Z #7 102.2 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.3020133Z #7 102.2 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.3020941Z #7 102.2 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T22:02:05.3021867Z #7 102.2 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T22:02:05.3022490Z #7 102.2 Making install in amd64 2024-08-20T22:02:05.3023203Z #7 102.2 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64' 2024-08-20T22:02:05.3024213Z #7 102.2 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64' 2024-08-20T22:02:05.3025036Z #7 102.2 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.3025701Z #7 102.2 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.3026540Z #7 102.2 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64' 2024-08-20T22:02:05.3027522Z #7 102.2 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64' 2024-08-20T22:02:05.3028184Z #7 102.2 Making install in linux 2024-08-20T22:02:05.3028901Z #7 102.2 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/linux' 2024-08-20T22:02:05.4025706Z #7 102.2 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/linux' 2024-08-20T22:02:05.4026617Z #7 102.2 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.4027306Z #7 102.2 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.4028201Z #7 102.2 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/linux' 2024-08-20T22:02:05.4029438Z #7 102.2 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/linux' 2024-08-20T22:02:05.4030156Z #7 102.2 Making install in amd64-linux 2024-08-20T22:02:05.4031182Z #7 102.2 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64-linux' 2024-08-20T22:02:05.4032272Z #7 102.2 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64-linux' 2024-08-20T22:02:05.4033120Z #7 102.2 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.4033805Z #7 102.2 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.4034686Z #7 102.2 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64-linux' 2024-08-20T22:02:05.4035754Z #7 102.2 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/amd64-linux' 2024-08-20T22:02:05.4036738Z #7 102.2 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests' 2024-08-20T22:02:05.4037649Z #7 102.2 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck' 2024-08-20T22:02:05.4038257Z #7 102.2 Making install in cachegrind 2024-08-20T22:02:05.4038928Z #7 102.2 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T22:02:05.4039538Z #7 102.2 Making install in . 2024-08-20T22:02:05.4040173Z #7 102.2 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T22:02:05.4040823Z #7 102.2 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.4041460Z #7 102.2 for f in cachegrind-amd64-linux ; do \ 2024-08-20T22:02:05.4041981Z #7 102.2 rm -f ../.in_place/$f; \ 2024-08-20T22:02:05.4042473Z #7 102.2 ln -f -s ../cachegrind/$f ../.in_place; \ 2024-08-20T22:02:05.4042917Z #7 102.2 done 2024-08-20T22:02:05.4043192Z #7 102.2 for f in ; do \ 2024-08-20T22:02:05.4043661Z #7 102.2 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.4044157Z #7 102.2 echo "dsymutil $f"; \ 2024-08-20T22:02:05.4044550Z #7 102.2 dsymutil $f; \ 2024-08-20T22:02:05.4044866Z #7 102.2 fi; \ 2024-08-20T22:02:05.4045133Z #7 102.2 done 2024-08-20T22:02:05.4045457Z #7 102.2 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.4045811Z #7 102.2 for f in ; do \ 2024-08-20T22:02:05.4046199Z #7 102.2 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:05.4046744Z #7 102.2 ln -f -s ../cachegrind/$f.dSYM ../.in_place; \ 2024-08-20T22:02:05.4047189Z #7 102.2 done 2024-08-20T22:02:05.4047757Z #7 102.2 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T22:02:05.4048465Z #7 102.2 /usr/bin/mkdir -p '/usr/local/bin' 2024-08-20T22:02:05.4049022Z #7 102.3 /usr/bin/install -c cg_merge '/usr/local/bin' 2024-08-20T22:02:05.4049582Z #7 102.3 /usr/bin/mkdir -p '/usr/local/bin' 2024-08-20T22:02:05.4050213Z #7 102.3 /usr/bin/install -c cg_annotate cg_diff '/usr/local/bin' 2024-08-20T22:02:05.4051128Z #7 102.3 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.4051949Z #7 102.3 for f in cachegrind-amd64-linux ; do \ 2024-08-20T22:02:05.4052592Z #7 102.3 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.4053095Z #7 102.3 done 2024-08-20T22:02:05.4053353Z #7 102.3 for f in ; do \ 2024-08-20T22:02:05.4053832Z #7 102.3 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.4054397Z #7 102.3 echo "dsymutil $f"; \ 2024-08-20T22:02:05.4054772Z #7 102.3 dsymutil $f; \ 2024-08-20T22:02:05.4055162Z #7 102.3 fi; \ 2024-08-20T22:02:05.4055432Z #7 102.3 done 2024-08-20T22:02:05.4056103Z #7 102.3 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.4056800Z #7 102.3 for f in ; do \ 2024-08-20T22:02:05.4057261Z #7 102.3 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.4057703Z #7 102.3 done 2024-08-20T22:02:05.4058151Z #7 102.3 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.4058937Z #7 102.3 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T22:02:05.4059922Z #7 102.3 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T22:02:05.4060538Z #7 102.3 Making install in tests 2024-08-20T22:02:05.4061229Z #7 102.3 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T22:02:05.4061858Z #7 102.3 Making install in . 2024-08-20T22:02:05.4062535Z #7 102.3 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T22:02:05.4063505Z #7 102.3 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T22:02:05.4064299Z #7 102.3 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.4064972Z #7 102.3 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.4065786Z #7 102.3 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T22:02:05.4066730Z #7 102.3 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T22:02:05.4067678Z #7 102.3 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind/tests' 2024-08-20T22:02:05.4068599Z #7 102.3 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/cachegrind' 2024-08-20T22:02:05.4069224Z #7 102.3 Making install in callgrind 2024-08-20T22:02:05.4069886Z #7 102.3 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T22:02:05.4070491Z #7 102.3 Making install in . 2024-08-20T22:02:05.4071120Z #7 102.3 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T22:02:05.4071863Z #7 102.3 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.4072359Z #7 102.3 for f in callgrind-amd64-linux ; do \ 2024-08-20T22:02:05.4072862Z #7 102.3 rm -f ../.in_place/$f; \ 2024-08-20T22:02:05.4073338Z #7 102.3 ln -f -s ../callgrind/$f ../.in_place; \ 2024-08-20T22:02:05.4073774Z #7 102.3 done 2024-08-20T22:02:05.4074046Z #7 102.3 for f in ; do \ 2024-08-20T22:02:05.4074514Z #7 102.3 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.4075012Z #7 102.3 echo "dsymutil $f"; \ 2024-08-20T22:02:05.4075397Z #7 102.3 dsymutil $f; \ 2024-08-20T22:02:05.4075717Z #7 102.3 fi; \ 2024-08-20T22:02:05.4075983Z #7 102.3 done 2024-08-20T22:02:05.4076308Z #7 102.3 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.4076664Z #7 102.3 for f in ; do \ 2024-08-20T22:02:05.4077057Z #7 102.3 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:05.4077637Z #7 102.3 ln -f -s ../callgrind/$f.dSYM ../.in_place; \ 2024-08-20T22:02:05.4078079Z #7 102.3 done 2024-08-20T22:02:05.4078650Z #7 102.3 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T22:02:05.4079352Z #7 102.3 /usr/bin/mkdir -p '/usr/local/bin' 2024-08-20T22:02:05.4080085Z #7 102.3 /usr/bin/install -c callgrind_annotate callgrind_control '/usr/local/bin' 2024-08-20T22:02:05.4081117Z #7 102.3 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.4081936Z #7 102.3 for f in callgrind-amd64-linux ; do \ 2024-08-20T22:02:05.4082564Z #7 102.3 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.4083069Z #7 102.3 done 2024-08-20T22:02:05.4083342Z #7 102.3 for f in ; do \ 2024-08-20T22:02:05.4083809Z #7 102.3 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.4084298Z #7 102.3 echo "dsymutil $f"; \ 2024-08-20T22:02:05.4084686Z #7 102.3 dsymutil $f; \ 2024-08-20T22:02:05.4085003Z #7 102.3 fi; \ 2024-08-20T22:02:05.4085269Z #7 102.3 done 2024-08-20T22:02:05.5085607Z #7 102.3 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.5086363Z #7 102.3 for f in ; do \ 2024-08-20T22:02:05.5086866Z #7 102.3 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.5087334Z #7 102.3 done 2024-08-20T22:02:05.5087771Z #7 102.3 /usr/bin/mkdir -p '/usr/local/include/valgrind' 2024-08-20T22:02:05.5088526Z #7 102.3 /usr/bin/install -c -m 644 callgrind.h '/usr/local/include/valgrind' 2024-08-20T22:02:05.5089641Z #7 102.3 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T22:02:05.5090523Z #7 102.3 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T22:02:05.5091123Z #7 102.3 Making install in tests 2024-08-20T22:02:05.5091815Z #7 102.3 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T22:02:05.5092454Z #7 102.3 Making install in . 2024-08-20T22:02:05.5093121Z #7 102.3 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T22:02:05.5094168Z #7 102.3 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T22:02:05.5094983Z #7 102.3 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.5095656Z #7 102.3 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.5096456Z #7 102.3 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T22:02:05.5097404Z #7 102.3 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T22:02:05.5098342Z #7 102.3 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind/tests' 2024-08-20T22:02:05.5099236Z #7 102.3 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/callgrind' 2024-08-20T22:02:05.5099847Z #7 102.3 Making install in helgrind 2024-08-20T22:02:05.5100511Z #7 102.3 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T22:02:05.5101097Z #7 102.3 Making install in . 2024-08-20T22:02:05.5101846Z #7 102.4 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T22:02:05.5102506Z #7 102.4 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.5103196Z #7 102.4 for f in helgrind-amd64-linux vgpreload_helgrind-amd64-linux.so ; do \ 2024-08-20T22:02:05.5103872Z #7 102.4 rm -f ../.in_place/$f; \ 2024-08-20T22:02:05.5104363Z #7 102.4 ln -f -s ../helgrind/$f ../.in_place; \ 2024-08-20T22:02:05.5104800Z #7 102.4 done 2024-08-20T22:02:05.5105062Z #7 102.4 for f in ; do \ 2024-08-20T22:02:05.5105545Z #7 102.4 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.5106035Z #7 102.4 echo "dsymutil $f"; \ 2024-08-20T22:02:05.5106407Z #7 102.4 dsymutil $f; \ 2024-08-20T22:02:05.5106739Z #7 102.4 fi; \ 2024-08-20T22:02:05.5107008Z #7 102.4 done 2024-08-20T22:02:05.5107316Z #7 102.4 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.5107681Z #7 102.4 for f in ; do \ 2024-08-20T22:02:05.5108070Z #7 102.4 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:05.5108597Z #7 102.4 ln -f -s ../helgrind/$f.dSYM ../.in_place; \ 2024-08-20T22:02:05.5109043Z #7 102.4 done 2024-08-20T22:02:05.5109622Z #7 102.4 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T22:02:05.5110605Z #7 102.4 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.5111612Z #7 102.4 for f in helgrind-amd64-linux vgpreload_helgrind-amd64-linux.so ; do \ 2024-08-20T22:02:05.5112447Z #7 102.4 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.5112953Z #7 102.4 done 2024-08-20T22:02:05.5113214Z #7 102.4 for f in ; do \ 2024-08-20T22:02:05.5113693Z #7 102.4 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.5114186Z #7 102.4 echo "dsymutil $f"; \ 2024-08-20T22:02:05.5114558Z #7 102.4 dsymutil $f; \ 2024-08-20T22:02:05.5114886Z #7 102.4 fi; \ 2024-08-20T22:02:05.5115140Z #7 102.4 done 2024-08-20T22:02:05.5115814Z #7 102.4 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.5116514Z #7 102.4 for f in ; do \ 2024-08-20T22:02:05.5116980Z #7 102.4 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.5117423Z #7 102.4 done 2024-08-20T22:02:05.5117848Z #7 102.4 /usr/bin/mkdir -p '/usr/local/include/valgrind' 2024-08-20T22:02:05.5118603Z #7 102.4 /usr/bin/install -c -m 644 helgrind.h '/usr/local/include/valgrind' 2024-08-20T22:02:05.5119458Z #7 102.4 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T22:02:05.5120403Z #7 102.4 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T22:02:05.5121006Z #7 102.4 Making install in tests 2024-08-20T22:02:05.5121679Z #7 102.4 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/helgrind/tests' 2024-08-20T22:02:05.5122625Z #7 102.4 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/helgrind/tests' 2024-08-20T22:02:05.5123427Z #7 102.4 make[4]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.5124088Z #7 102.4 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.5124887Z #7 102.4 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/helgrind/tests' 2024-08-20T22:02:05.5125813Z #7 102.4 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/helgrind/tests' 2024-08-20T22:02:05.5126706Z #7 102.4 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/helgrind' 2024-08-20T22:02:05.5127294Z #7 102.4 Making install in drd 2024-08-20T22:02:05.5127906Z #7 102.4 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T22:02:05.5128484Z #7 102.4 Making install in . 2024-08-20T22:02:05.5129069Z #7 102.4 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T22:02:05.5129693Z #7 102.4 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.5130313Z #7 102.4 for f in drd-amd64-linux vgpreload_drd-amd64-linux.so ; do \ 2024-08-20T22:02:05.5131106Z #7 102.4 rm -f ../.in_place/$f; \ 2024-08-20T22:02:05.5131583Z #7 102.4 ln -f -s ../drd/$f ../.in_place; \ 2024-08-20T22:02:05.5132105Z #7 102.4 done 2024-08-20T22:02:05.5132370Z #7 102.4 for f in ; do \ 2024-08-20T22:02:05.5132853Z #7 102.4 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.5133343Z #7 102.4 echo "dsymutil $f"; \ 2024-08-20T22:02:05.5133717Z #7 102.4 dsymutil $f; \ 2024-08-20T22:02:05.5134108Z #7 102.4 fi; \ 2024-08-20T22:02:05.5134386Z #7 102.4 done 2024-08-20T22:02:05.5134700Z #7 102.4 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.5135076Z #7 102.4 for f in ; do \ 2024-08-20T22:02:05.5135471Z #7 102.4 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:05.5135965Z #7 102.4 ln -f -s ../drd/$f.dSYM ../.in_place; \ 2024-08-20T22:02:05.5136393Z #7 102.4 done 2024-08-20T22:02:05.5136921Z #7 102.4 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T22:02:05.5137879Z #7 102.4 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.5138831Z #7 102.4 for f in drd-amd64-linux vgpreload_drd-amd64-linux.so ; do \ 2024-08-20T22:02:05.5139639Z #7 102.4 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.5140136Z #7 102.4 done 2024-08-20T22:02:05.6187718Z #7 102.4 for f in ; do \ 2024-08-20T22:02:05.6188677Z #7 102.4 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.6189199Z #7 102.4 echo "dsymutil $f"; \ 2024-08-20T22:02:05.6189632Z #7 102.4 dsymutil $f; \ 2024-08-20T22:02:05.6189993Z #7 102.4 fi; \ 2024-08-20T22:02:05.6190264Z #7 102.4 done 2024-08-20T22:02:05.6190943Z #7 102.4 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.6191652Z #7 102.4 for f in ; do \ 2024-08-20T22:02:05.6192124Z #7 102.4 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.6192566Z #7 102.4 done 2024-08-20T22:02:05.6192997Z #7 102.4 /usr/bin/mkdir -p '/usr/local/include/valgrind' 2024-08-20T22:02:05.6193729Z #7 102.5 /usr/bin/install -c -m 644 drd.h '/usr/local/include/valgrind' 2024-08-20T22:02:05.6194545Z #7 102.5 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T22:02:05.6195364Z #7 102.5 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T22:02:05.6195945Z #7 102.5 Making install in tests 2024-08-20T22:02:05.6196589Z #7 102.5 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/drd/tests' 2024-08-20T22:02:05.6197474Z #7 102.5 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/drd/tests' 2024-08-20T22:02:05.6198487Z #7 102.5 make[4]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.6199145Z #7 102.5 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.6199926Z #7 102.5 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/drd/tests' 2024-08-20T22:02:05.6200800Z #7 102.5 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/drd/tests' 2024-08-20T22:02:05.6201641Z #7 102.5 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/drd' 2024-08-20T22:02:05.6202209Z #7 102.5 Making install in massif 2024-08-20T22:02:05.6202853Z #7 102.5 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T22:02:05.6203440Z #7 102.5 Making install in . 2024-08-20T22:02:05.6204036Z #7 102.5 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T22:02:05.6204675Z #7 102.5 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.6205338Z #7 102.5 for f in massif-amd64-linux vgpreload_massif-amd64-linux.so ; do \ 2024-08-20T22:02:05.6205993Z #7 102.5 rm -f ../.in_place/$f; \ 2024-08-20T22:02:05.6206479Z #7 102.5 ln -f -s ../massif/$f ../.in_place; \ 2024-08-20T22:02:05.6207003Z #7 102.5 done 2024-08-20T22:02:05.6207255Z #7 102.5 for f in ; do \ 2024-08-20T22:02:05.6207728Z #7 102.5 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.6208205Z #7 102.5 echo "dsymutil $f"; \ 2024-08-20T22:02:05.6208570Z #7 102.5 dsymutil $f; \ 2024-08-20T22:02:05.6208893Z #7 102.5 fi; \ 2024-08-20T22:02:05.6209179Z #7 102.5 done 2024-08-20T22:02:05.6209624Z #7 102.5 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.6209982Z #7 102.5 for f in ; do \ 2024-08-20T22:02:05.6210371Z #7 102.5 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:05.6210878Z #7 102.5 ln -f -s ../massif/$f.dSYM ../.in_place; \ 2024-08-20T22:02:05.6211294Z #7 102.5 done 2024-08-20T22:02:05.6211824Z #7 102.5 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T22:02:05.6212483Z #7 102.5 /usr/bin/mkdir -p '/usr/local/bin' 2024-08-20T22:02:05.6213025Z #7 102.5 /usr/bin/install -c ms_print '/usr/local/bin' 2024-08-20T22:02:05.6213953Z #7 102.5 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.6215116Z #7 102.5 for f in massif-amd64-linux vgpreload_massif-amd64-linux.so ; do \ 2024-08-20T22:02:05.6215908Z #7 102.5 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.6216413Z #7 102.5 done 2024-08-20T22:02:05.6216685Z #7 102.5 for f in ; do \ 2024-08-20T22:02:05.6217158Z #7 102.5 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.6217647Z #7 102.5 echo "dsymutil $f"; \ 2024-08-20T22:02:05.6218032Z #7 102.5 dsymutil $f; \ 2024-08-20T22:02:05.6218351Z #7 102.5 fi; \ 2024-08-20T22:02:05.6218619Z #7 102.5 done 2024-08-20T22:02:05.6219293Z #7 102.5 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.6219983Z #7 102.5 for f in ; do \ 2024-08-20T22:02:05.6220551Z #7 102.5 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.6220973Z #7 102.5 done 2024-08-20T22:02:05.6221378Z #7 102.5 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.6222083Z #7 102.5 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T22:02:05.6223056Z #7 102.5 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T22:02:05.6223631Z #7 102.5 Making install in tests 2024-08-20T22:02:05.6224272Z #7 102.5 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/massif/tests' 2024-08-20T22:02:05.6225176Z #7 102.5 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/massif/tests' 2024-08-20T22:02:05.6225949Z #7 102.5 make[4]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.6226766Z #7 102.5 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.6227557Z #7 102.5 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/massif/tests' 2024-08-20T22:02:05.6228579Z #7 102.5 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/massif/tests' 2024-08-20T22:02:05.6229439Z #7 102.5 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/massif' 2024-08-20T22:02:05.6230027Z #7 102.5 Making install in dhat 2024-08-20T22:02:05.6230853Z #7 102.5 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T22:02:05.6231554Z #7 102.5 Making install in . 2024-08-20T22:02:05.6232173Z #7 102.5 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T22:02:05.6232809Z #7 102.5 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.6233438Z #7 102.5 for f in dhat-amd64-linux vgpreload_dhat-amd64-linux.so ; do \ 2024-08-20T22:02:05.6234081Z #7 102.5 rm -f ../.in_place/$f; \ 2024-08-20T22:02:05.6234559Z #7 102.5 ln -f -s ../dhat/$f ../.in_place; \ 2024-08-20T22:02:05.6234959Z #7 102.5 done 2024-08-20T22:02:05.6235233Z #7 102.5 for f in ; do \ 2024-08-20T22:02:05.6235714Z #7 102.5 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.6236213Z #7 102.5 echo "dsymutil $f"; \ 2024-08-20T22:02:05.6236586Z #7 102.5 dsymutil $f; \ 2024-08-20T22:02:05.6236919Z #7 102.5 fi; \ 2024-08-20T22:02:05.6237174Z #7 102.5 done 2024-08-20T22:02:05.6237500Z #7 102.5 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.6237872Z #7 102.5 for f in ; do \ 2024-08-20T22:02:05.6238251Z #7 102.5 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:05.6238759Z #7 102.5 ln -f -s ../dhat/$f.dSYM ../.in_place; \ 2024-08-20T22:02:05.6239194Z #7 102.5 done 2024-08-20T22:02:05.6239837Z #7 102.5 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T22:02:05.6240818Z #7 102.5 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.6241869Z #7 102.5 for f in dhat-amd64-linux vgpreload_dhat-amd64-linux.so ; do \ 2024-08-20T22:02:05.6242625Z #7 102.5 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.6243102Z #7 102.5 done 2024-08-20T22:02:05.6243369Z #7 102.5 for f in ; do \ 2024-08-20T22:02:05.6244015Z #7 102.5 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.6244494Z #7 102.5 echo "dsymutil $f"; \ 2024-08-20T22:02:05.6244878Z #7 102.5 dsymutil $f; \ 2024-08-20T22:02:05.6245209Z #7 102.5 fi; \ 2024-08-20T22:02:05.6245466Z #7 102.5 done 2024-08-20T22:02:05.7197368Z #7 102.5 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.7198610Z #7 102.5 for f in ; do \ 2024-08-20T22:02:05.7199366Z #7 102.5 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.7199855Z #7 102.5 done 2024-08-20T22:02:05.7200302Z #7 102.5 /usr/bin/mkdir -p '/usr/local/libexec/valgrind' 2024-08-20T22:02:05.7201206Z #7 102.5 /usr/bin/install -c -m 644 dh_view.html dh_view.css dh_view.js '/usr/local/libexec/valgrind' 2024-08-20T22:02:05.7202126Z #7 102.6 /usr/bin/mkdir -p '/usr/local/include/valgrind' 2024-08-20T22:02:05.7202865Z #7 102.6 /usr/bin/install -c -m 644 dhat.h '/usr/local/include/valgrind' 2024-08-20T22:02:05.7203710Z #7 102.6 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T22:02:05.7204521Z #7 102.6 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T22:02:05.7205102Z #7 102.6 Making install in tests 2024-08-20T22:02:05.7205761Z #7 102.6 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/dhat/tests' 2024-08-20T22:02:05.7206646Z #7 102.6 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/dhat/tests' 2024-08-20T22:02:05.7207427Z #7 102.6 make[4]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.7208103Z #7 102.6 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.7208875Z #7 102.6 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/dhat/tests' 2024-08-20T22:02:05.7209757Z #7 102.6 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/dhat/tests' 2024-08-20T22:02:05.7210607Z #7 102.6 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/dhat' 2024-08-20T22:02:05.7211401Z #7 102.6 Making install in lackey 2024-08-20T22:02:05.7212029Z #7 102.6 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T22:02:05.7212619Z #7 102.6 Making install in . 2024-08-20T22:02:05.7213229Z #7 102.6 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T22:02:05.7213942Z #7 102.6 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.7214487Z #7 102.6 for f in lackey-amd64-linux ; do \ 2024-08-20T22:02:05.7214975Z #7 102.6 rm -f ../.in_place/$f; \ 2024-08-20T22:02:05.7215442Z #7 102.6 ln -f -s ../lackey/$f ../.in_place; \ 2024-08-20T22:02:05.7215871Z #7 102.6 done 2024-08-20T22:02:05.7216144Z #7 102.6 for f in ; do \ 2024-08-20T22:02:05.7216614Z #7 102.6 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.7217108Z #7 102.6 echo "dsymutil $f"; \ 2024-08-20T22:02:05.7217491Z #7 102.6 dsymutil $f; \ 2024-08-20T22:02:05.7217807Z #7 102.6 fi; \ 2024-08-20T22:02:05.7218073Z #7 102.6 done 2024-08-20T22:02:05.7218400Z #7 102.6 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.7218754Z #7 102.6 for f in ; do \ 2024-08-20T22:02:05.7219147Z #7 102.6 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:05.7219667Z #7 102.6 ln -f -s ../lackey/$f.dSYM ../.in_place; \ 2024-08-20T22:02:05.7220091Z #7 102.6 done 2024-08-20T22:02:05.7220634Z #7 102.6 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T22:02:05.7221617Z #7 102.6 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.7222396Z #7 102.6 for f in lackey-amd64-linux ; do \ 2024-08-20T22:02:05.7223138Z #7 102.6 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.7223647Z #7 102.6 done 2024-08-20T22:02:05.7223905Z #7 102.6 for f in ; do \ 2024-08-20T22:02:05.7224386Z #7 102.6 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.7224877Z #7 102.6 echo "dsymutil $f"; \ 2024-08-20T22:02:05.7225249Z #7 102.6 dsymutil $f; \ 2024-08-20T22:02:05.7225586Z #7 102.6 fi; \ 2024-08-20T22:02:05.7225853Z #7 102.6 done 2024-08-20T22:02:05.7226515Z #7 102.6 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.7227215Z #7 102.6 for f in ; do \ 2024-08-20T22:02:05.7227683Z #7 102.6 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.7228124Z #7 102.6 done 2024-08-20T22:02:05.7228571Z #7 102.6 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.7229334Z #7 102.6 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T22:02:05.7230167Z #7 102.6 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T22:02:05.7230968Z #7 102.6 Making install in tests 2024-08-20T22:02:05.7231670Z #7 102.6 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/lackey/tests' 2024-08-20T22:02:05.7232669Z #7 102.6 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/lackey/tests' 2024-08-20T22:02:05.7233496Z #7 102.6 make[4]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.7234174Z #7 102.6 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.7234968Z #7 102.6 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/lackey/tests' 2024-08-20T22:02:05.7235891Z #7 102.6 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/lackey/tests' 2024-08-20T22:02:05.7236766Z #7 102.6 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/lackey' 2024-08-20T22:02:05.7237352Z #7 102.6 Making install in none 2024-08-20T22:02:05.7237965Z #7 102.6 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T22:02:05.7238545Z #7 102.6 Making install in . 2024-08-20T22:02:05.7239145Z #7 102.6 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T22:02:05.7239764Z #7 102.6 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.7240220Z #7 102.6 for f in none-amd64-linux ; do \ 2024-08-20T22:02:05.7240690Z #7 102.6 rm -f ../.in_place/$f; \ 2024-08-20T22:02:05.7241148Z #7 102.6 ln -f -s ../none/$f ../.in_place; \ 2024-08-20T22:02:05.7241687Z #7 102.6 done 2024-08-20T22:02:05.7241958Z #7 102.6 for f in ; do \ 2024-08-20T22:02:05.7242423Z #7 102.6 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.7242918Z #7 102.6 echo "dsymutil $f"; \ 2024-08-20T22:02:05.7243305Z #7 102.6 dsymutil $f; \ 2024-08-20T22:02:05.7243622Z #7 102.6 fi; \ 2024-08-20T22:02:05.7243890Z #7 102.6 done 2024-08-20T22:02:05.7244212Z #7 102.6 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.7244564Z #7 102.6 for f in ; do \ 2024-08-20T22:02:05.7244967Z #7 102.6 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:05.7245480Z #7 102.6 ln -f -s ../none/$f.dSYM ../.in_place; \ 2024-08-20T22:02:05.7245901Z #7 102.6 done 2024-08-20T22:02:05.7246434Z #7 102.6 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T22:02:05.7247415Z #7 102.6 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.7248182Z #7 102.6 for f in none-amd64-linux ; do \ 2024-08-20T22:02:05.7248798Z #7 102.6 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.7249301Z #7 102.6 done 2024-08-20T22:02:05.7249557Z #7 102.6 for f in ; do \ 2024-08-20T22:02:05.7250035Z #7 102.6 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.7250523Z #7 102.6 echo "dsymutil $f"; \ 2024-08-20T22:02:05.7250904Z #7 102.6 dsymutil $f; \ 2024-08-20T22:02:05.7251220Z #7 102.6 fi; \ 2024-08-20T22:02:05.7251489Z #7 102.6 done 2024-08-20T22:02:05.7252245Z #7 102.6 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.7252949Z #7 102.6 for f in ; do \ 2024-08-20T22:02:05.7253416Z #7 102.6 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.7253942Z #7 102.6 done 2024-08-20T22:02:05.7254384Z #7 102.6 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.7255215Z #7 102.6 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T22:02:05.7256047Z #7 102.6 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T22:02:05.7256619Z #7 102.6 Making install in tests 2024-08-20T22:02:05.7257277Z #7 102.6 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T22:02:05.7257889Z #7 102.6 Making install in . 2024-08-20T22:02:05.7258509Z #7 102.6 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T22:02:05.7259395Z #7 102.6 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T22:02:05.7260170Z #7 102.6 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.7260824Z #7 102.6 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.7261600Z #7 102.6 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T22:02:05.8203182Z #7 102.6 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T22:02:05.8203974Z #7 102.6 Making install in scripts 2024-08-20T22:02:05.8205247Z #7 102.6 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/scripts' 2024-08-20T22:02:05.8206692Z #7 102.6 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/scripts' 2024-08-20T22:02:05.8207507Z #7 102.6 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.8208178Z #7 102.6 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.8209007Z #7 102.6 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/scripts' 2024-08-20T22:02:05.8209979Z #7 102.6 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/scripts' 2024-08-20T22:02:05.8210633Z #7 102.6 Making install in amd64 2024-08-20T22:02:05.8211319Z #7 102.6 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64' 2024-08-20T22:02:05.8212280Z #7 102.7 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64' 2024-08-20T22:02:05.8213069Z #7 102.7 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.8214027Z #7 102.7 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.8214847Z #7 102.7 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64' 2024-08-20T22:02:05.8215785Z #7 102.7 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64' 2024-08-20T22:02:05.8216424Z #7 102.7 Making install in linux 2024-08-20T22:02:05.8217113Z #7 102.7 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/linux' 2024-08-20T22:02:05.8218061Z #7 102.7 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/linux' 2024-08-20T22:02:05.8218863Z #7 102.7 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.8219533Z #7 102.7 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.8220386Z #7 102.7 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/linux' 2024-08-20T22:02:05.8221356Z #7 102.7 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/linux' 2024-08-20T22:02:05.8222061Z #7 102.7 Making install in amd64-linux 2024-08-20T22:02:05.8222824Z #7 102.7 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64-linux' 2024-08-20T22:02:05.8223873Z #7 102.7 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64-linux' 2024-08-20T22:02:05.8224713Z #7 102.7 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.8225382Z #7 102.7 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.8226330Z #7 102.7 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64-linux' 2024-08-20T22:02:05.8227354Z #7 102.7 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests/amd64-linux' 2024-08-20T22:02:05.8228301Z #7 102.7 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/none/tests' 2024-08-20T22:02:05.8229151Z #7 102.7 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/none' 2024-08-20T22:02:05.8229767Z #7 102.7 Making install in exp-bbv 2024-08-20T22:02:05.8230426Z #7 102.7 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T22:02:05.8231195Z #7 102.7 Making install in . 2024-08-20T22:02:05.8231811Z #7 102.7 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T22:02:05.8232468Z #7 102.7 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.8232985Z #7 102.7 for f in exp-bbv-amd64-linux ; do \ 2024-08-20T22:02:05.8233474Z #7 102.7 rm -f ../.in_place/$f; \ 2024-08-20T22:02:05.8233950Z #7 102.7 ln -f -s ../exp-bbv/$f ../.in_place; \ 2024-08-20T22:02:05.8234379Z #7 102.7 done 2024-08-20T22:02:05.8234659Z #7 102.7 for f in ; do \ 2024-08-20T22:02:05.8235126Z #7 102.7 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.8235625Z #7 102.7 echo "dsymutil $f"; \ 2024-08-20T22:02:05.8236009Z #7 102.7 dsymutil $f; \ 2024-08-20T22:02:05.8236325Z #7 102.7 fi; \ 2024-08-20T22:02:05.8236592Z #7 102.7 done 2024-08-20T22:02:05.8236917Z #7 102.7 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.8237277Z #7 102.7 for f in ; do \ 2024-08-20T22:02:05.8237675Z #7 102.7 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:05.8238208Z #7 102.7 ln -f -s ../exp-bbv/$f.dSYM ../.in_place; \ 2024-08-20T22:02:05.8238640Z #7 102.7 done 2024-08-20T22:02:05.8239193Z #7 102.7 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T22:02:05.8240190Z #7 102.7 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.8240980Z #7 102.7 for f in exp-bbv-amd64-linux ; do \ 2024-08-20T22:02:05.8241620Z #7 102.7 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.8242130Z #7 102.7 done 2024-08-20T22:02:05.8242387Z #7 102.7 for f in ; do \ 2024-08-20T22:02:05.8242869Z #7 102.7 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.8243361Z #7 102.7 echo "dsymutil $f"; \ 2024-08-20T22:02:05.8243733Z #7 102.7 dsymutil $f; \ 2024-08-20T22:02:05.8244065Z #7 102.7 fi; \ 2024-08-20T22:02:05.8244330Z #7 102.7 done 2024-08-20T22:02:05.8245120Z #7 102.7 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.8245821Z #7 102.7 for f in ; do \ 2024-08-20T22:02:05.8246290Z #7 102.7 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.8246838Z #7 102.7 done 2024-08-20T22:02:05.8247275Z #7 102.7 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.8248026Z #7 102.7 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T22:02:05.8248854Z #7 102.7 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T22:02:05.8249432Z #7 102.7 Making install in tests 2024-08-20T22:02:05.8250092Z #7 102.7 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T22:02:05.8250692Z #7 102.7 Making install in . 2024-08-20T22:02:05.8251322Z #7 102.7 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T22:02:05.8252225Z #7 102.7 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T22:02:05.8253007Z #7 102.7 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.8253642Z #7 102.7 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.8254676Z #7 102.7 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T22:02:05.8255617Z #7 102.7 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T22:02:05.8256286Z #7 102.7 Making install in amd64-linux 2024-08-20T22:02:05.8257188Z #7 102.7 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests/amd64-linux' 2024-08-20T22:02:05.8258255Z #7 102.7 make[5]: Entering directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests/amd64-linux' 2024-08-20T22:02:05.8259098Z #7 102.7 make[5]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.8259766Z #7 102.7 make[5]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.8260637Z #7 102.7 make[5]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests/amd64-linux' 2024-08-20T22:02:05.8261677Z #7 102.7 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests/amd64-linux' 2024-08-20T22:02:05.8262655Z #7 102.7 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv/tests' 2024-08-20T22:02:05.8263542Z #7 102.7 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/exp-bbv' 2024-08-20T22:02:05.8264143Z #7 102.7 Making install in shared 2024-08-20T22:02:05.8264771Z #7 102.7 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/shared' 2024-08-20T22:02:05.8265624Z #7 102.7 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/shared' 2024-08-20T22:02:05.8266485Z #7 102.7 make[3]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.8267123Z #7 102.7 make[3]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.8267859Z #7 102.7 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/shared' 2024-08-20T22:02:05.8268675Z #7 102.7 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/shared' 2024-08-20T22:02:05.8269240Z #7 102.7 Making install in tests 2024-08-20T22:02:05.8269854Z #7 102.7 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/tests' 2024-08-20T22:02:05.8270673Z #7 102.7 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/tests' 2024-08-20T22:02:05.8271389Z #7 102.7 make[3]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.8272037Z #7 102.7 make[3]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.8272766Z #7 102.7 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/tests' 2024-08-20T22:02:05.8273570Z #7 102.7 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/tests' 2024-08-20T22:02:05.8274124Z #7 102.7 Making install in perf 2024-08-20T22:02:05.8274730Z #7 102.7 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/perf' 2024-08-20T22:02:05.8275542Z #7 102.7 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/perf' 2024-08-20T22:02:05.8276252Z #7 102.7 make[3]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.8276965Z #7 102.7 make[3]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.8277690Z #7 102.7 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/perf' 2024-08-20T22:02:05.8278476Z #7 102.7 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/perf' 2024-08-20T22:02:05.8279063Z #7 102.7 Making install in gdbserver_tests 2024-08-20T22:02:05.8279787Z #7 102.7 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T22:02:05.8280398Z #7 102.7 Making install in . 2024-08-20T22:02:05.8281051Z #7 102.7 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T22:02:05.8281979Z #7 102.7 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T22:02:05.8282754Z #7 102.7 make[4]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.8283388Z #7 102.7 make[4]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.8284186Z #7 102.7 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T22:02:05.8285193Z #7 102.7 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T22:02:05.8286048Z #7 102.7 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/gdbserver_tests' 2024-08-20T22:02:05.8286740Z #7 102.7 Making install in memcheck/tests/vbit-test 2024-08-20T22:02:05.8287711Z #7 102.7 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/vbit-test' 2024-08-20T22:02:05.8288775Z #7 102.7 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/vbit-test' 2024-08-20T22:02:05.8289606Z #7 102.7 make[3]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.9245112Z #7 102.7 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/vbit-test' 2024-08-20T22:02:05.9246995Z #7 102.7 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/memcheck/tests/vbit-test' 2024-08-20T22:02:05.9247762Z #7 102.7 Making install in auxprogs 2024-08-20T22:02:05.9248513Z #7 102.8 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/auxprogs' 2024-08-20T22:02:05.9249566Z #7 102.8 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.9250230Z #7 102.8 for f in getoff-amd64-linux ; do \ 2024-08-20T22:02:05.9251091Z #7 102.8 rm -f ../.in_place/$f; \ 2024-08-20T22:02:05.9251649Z #7 102.8 ln -f -s ../auxprogs/$f ../.in_place; \ 2024-08-20T22:02:05.9252068Z #7 102.8 done 2024-08-20T22:02:05.9252342Z #7 102.8 for f in ; do \ 2024-08-20T22:02:05.9252826Z #7 102.8 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.9253321Z #7 102.8 echo "dsymutil $f"; \ 2024-08-20T22:02:05.9253707Z #7 102.8 dsymutil $f; \ 2024-08-20T22:02:05.9254134Z #7 102.8 fi; \ 2024-08-20T22:02:05.9254391Z #7 102.8 done 2024-08-20T22:02:05.9254720Z #7 102.8 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.9255088Z #7 102.8 for f in ; do \ 2024-08-20T22:02:05.9255516Z #7 102.8 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:05.9256048Z #7 102.8 ln -f -s ../auxprogs/$f.dSYM ../.in_place; \ 2024-08-20T22:02:05.9256497Z #7 102.8 done 2024-08-20T22:02:05.9257060Z #7 102.8 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/auxprogs' 2024-08-20T22:02:05.9257741Z #7 102.8 /usr/bin/mkdir -p '/usr/local/bin' 2024-08-20T22:02:05.9258490Z #7 102.8 /usr/bin/install -c valgrind-listener valgrind-di-server '/usr/local/bin' 2024-08-20T22:02:05.9259536Z #7 102.8 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.9260320Z #7 102.8 for f in getoff-amd64-linux ; do \ 2024-08-20T22:02:05.9260950Z #7 102.8 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.9261455Z #7 102.8 done 2024-08-20T22:02:05.9261714Z #7 102.8 for f in ; do \ 2024-08-20T22:02:05.9262198Z #7 102.8 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.9262694Z #7 102.8 echo "dsymutil $f"; \ 2024-08-20T22:02:05.9263061Z #7 102.8 dsymutil $f; \ 2024-08-20T22:02:05.9263585Z #7 102.8 fi; \ 2024-08-20T22:02:05.9263852Z #7 102.8 done 2024-08-20T22:02:05.9264634Z #7 102.8 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.9265337Z #7 102.8 for f in ; do \ 2024-08-20T22:02:05.9265804Z #7 102.8 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.9266244Z #7 102.8 done 2024-08-20T22:02:05.9266690Z #7 102.8 make[3]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.9267467Z #7 102.8 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/auxprogs' 2024-08-20T22:02:05.9268334Z #7 102.8 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/auxprogs' 2024-08-20T22:02:05.9268919Z #7 102.8 Making install in mpi 2024-08-20T22:02:05.9269524Z #7 102.8 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/mpi' 2024-08-20T22:02:05.9270149Z #7 102.8 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.9270503Z #7 102.8 for f in ; do \ 2024-08-20T22:02:05.9270884Z #7 102.8 rm -f ../.in_place/$f; \ 2024-08-20T22:02:05.9271360Z #7 102.8 ln -f -s ../mpi/$f ../.in_place; \ 2024-08-20T22:02:05.9271749Z #7 102.8 done 2024-08-20T22:02:05.9272016Z #7 102.8 for f in ; do \ 2024-08-20T22:02:05.9272494Z #7 102.8 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.9272971Z #7 102.8 echo "dsymutil $f"; \ 2024-08-20T22:02:05.9273353Z #7 102.8 dsymutil $f; \ 2024-08-20T22:02:05.9273678Z #7 102.8 fi; \ 2024-08-20T22:02:05.9273930Z #7 102.8 done 2024-08-20T22:02:05.9274250Z #7 102.8 mkdir -p ../.in_place; \ 2024-08-20T22:02:05.9274645Z #7 102.8 for f in ; do \ 2024-08-20T22:02:05.9275242Z #7 102.8 rm -f ../.in_place/$f.dSYM; \ 2024-08-20T22:02:05.9275759Z #7 102.8 ln -f -s ../mpi/$f.dSYM ../.in_place; \ 2024-08-20T22:02:05.9276188Z #7 102.8 done 2024-08-20T22:02:05.9276702Z #7 102.8 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/mpi' 2024-08-20T22:02:05.9277677Z #7 102.8 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.9278380Z #7 102.8 for f in ; do \ 2024-08-20T22:02:05.9278890Z #7 102.8 /usr/bin/install -c $f /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.9279393Z #7 102.8 done 2024-08-20T22:02:05.9279665Z #7 102.8 for f in ; do \ 2024-08-20T22:02:05.9280124Z #7 102.8 if [ ! -e $f.dSYM -o $f -nt $f.dSYM ] ; then \ 2024-08-20T22:02:05.9280615Z #7 102.8 echo "dsymutil $f"; \ 2024-08-20T22:02:05.9280999Z #7 102.8 dsymutil $f; \ 2024-08-20T22:02:05.9281311Z #7 102.8 fi; \ 2024-08-20T22:02:05.9281575Z #7 102.8 done 2024-08-20T22:02:05.9282250Z #7 102.8 /bin/bash /valgrind_build/valgrind-3.20.0/install-sh -d /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.9282940Z #7 102.8 for f in ; do \ 2024-08-20T22:02:05.9283400Z #7 102.8 cp -R $f.dSYM /usr/local/libexec/valgrind; \ 2024-08-20T22:02:05.9283856Z #7 102.8 done 2024-08-20T22:02:05.9284243Z #7 102.8 /usr/bin/mkdir -p '/usr/local/lib/valgrind' 2024-08-20T22:02:05.9284954Z #7 102.8 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/mpi' 2024-08-20T22:02:05.9285769Z #7 102.8 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/mpi' 2024-08-20T22:02:05.9286334Z #7 102.8 Making install in solaris 2024-08-20T22:02:05.9286983Z #7 102.8 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/solaris' 2024-08-20T22:02:05.9287842Z #7 102.8 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/solaris' 2024-08-20T22:02:05.9288591Z #7 102.8 make[3]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.9289259Z #7 102.8 make[3]: Nothing to be done for 'install-data-am'. 2024-08-20T22:02:05.9290020Z #7 102.8 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/solaris' 2024-08-20T22:02:05.9290870Z #7 102.8 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/solaris' 2024-08-20T22:02:05.9291449Z #7 102.8 Making install in docs 2024-08-20T22:02:05.9292065Z #7 102.8 make[2]: Entering directory '/valgrind_build/valgrind-3.20.0/docs' 2024-08-20T22:02:05.9292894Z #7 102.8 make[3]: Entering directory '/valgrind_build/valgrind-3.20.0/docs' 2024-08-20T22:02:05.9293707Z #7 102.8 make[3]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:02:05.9294346Z #7 102.8 make install-data-hook 2024-08-20T22:02:05.9294976Z #7 102.8 make[4]: Entering directory '/valgrind_build/valgrind-3.20.0/docs' 2024-08-20T22:02:05.9295636Z #7 102.8 set -e; \ 2024-08-20T22:02:05.9295981Z #7 102.8 if test -r html ; then \ 2024-08-20T22:02:05.9296473Z #7 102.8 mkdir -p /usr/local/share/doc/valgrind; \ 2024-08-20T22:02:05.9297047Z #7 102.8 cp -r html /usr/local/share/doc/valgrind; \ 2024-08-20T22:02:05.9297495Z #7 102.8 fi 2024-08-20T22:02:05.9297759Z #7 102.8 for f in *.1 ; do \ 2024-08-20T22:02:05.9298139Z #7 102.8 if test -r $f ; then \ 2024-08-20T22:02:05.9298602Z #7 102.8 mkdir -p /usr/local/share/man/man1; \ 2024-08-20T22:02:05.9299080Z #7 102.8 cp $f /usr/local/share/man/man1; \ 2024-08-20T22:02:05.9299475Z #7 102.8 fi \ 2024-08-20T22:02:05.9299734Z #7 102.8 done 2024-08-20T22:02:05.9300027Z #7 102.8 set -e; \ 2024-08-20T22:02:05.9300380Z #7 102.8 if test -r index.pdf ; then \ 2024-08-20T22:02:05.9300895Z #7 102.8 mkdir -p /usr/local/share/doc/valgrind; \ 2024-08-20T22:02:05.9301553Z #7 102.8 cp index.pdf /usr/local/share/doc/valgrind/valgrind_manual.pdf; \ 2024-08-20T22:02:05.9302119Z #7 102.8 fi 2024-08-20T22:02:05.9302405Z #7 102.8 set -e; \ 2024-08-20T22:02:05.9302763Z #7 102.8 if test -r index.ps ; then \ 2024-08-20T22:02:05.9303260Z #7 102.8 mkdir -p /usr/local/share/doc/valgrind; \ 2024-08-20T22:02:05.9303897Z #7 102.8 cp index.ps /usr/local/share/doc/valgrind/valgrind_manual.ps; \ 2024-08-20T22:02:05.9304537Z #7 102.8 fi 2024-08-20T22:02:05.9305047Z #7 102.8 make[4]: Leaving directory '/valgrind_build/valgrind-3.20.0/docs' 2024-08-20T22:02:06.0768084Z #7 102.8 make[3]: Leaving directory '/valgrind_build/valgrind-3.20.0/docs' 2024-08-20T22:02:06.0769434Z #7 102.8 make[2]: Leaving directory '/valgrind_build/valgrind-3.20.0/docs' 2024-08-20T22:02:06.0770252Z #7 102.8 make[1]: Leaving directory '/valgrind_build/valgrind-3.20.0' 2024-08-20T22:02:06.0770817Z #7 102.8 + cd ../../ 2024-08-20T22:02:06.0771168Z #7 102.8 + rm -rf valgrind_build 2024-08-20T22:02:06.1094178Z #7 103.0 + alias valgrind=/usr/local/bin/valgrind 2024-08-20T22:02:07.3778977Z #7 DONE 104.3s 2024-08-20T22:02:07.5619688Z 2024-08-20T22:02:07.5620798Z #8 [ 4/49] COPY ./common/install_clang.sh install_clang.sh 2024-08-20T22:02:07.5621670Z #8 DONE 0.0s 2024-08-20T22:02:07.5621836Z 2024-08-20T22:02:07.5622084Z #9 [ 5/49] RUN bash ./install_clang.sh && rm install_clang.sh 2024-08-20T22:02:07.8678812Z #9 0.456 + '[' -n '' ']' 2024-08-20T22:02:08.0750486Z #9 DONE 0.5s 2024-08-20T22:02:08.0750816Z 2024-08-20T22:02:08.0751156Z #10 [ 6/49] COPY ./common/install_user.sh install_user.sh 2024-08-20T22:02:08.0751777Z #10 DONE 0.0s 2024-08-20T22:02:08.0752012Z 2024-08-20T22:02:08.0752273Z #11 [ 7/49] RUN bash ./install_user.sh && rm install_user.sh 2024-08-20T22:02:08.5578273Z #11 0.633 + echo jenkins:x:1000:1000::/var/lib/jenkins: 2024-08-20T22:02:08.6580746Z #11 0.635 + echo jenkins:x:1000: 2024-08-20T22:02:08.6581596Z #11 0.635 + echo 'jenkins:*:19110:0:99999:7:::' 2024-08-20T22:02:08.6582110Z #11 0.636 + mkdir -p /var/lib/jenkins 2024-08-20T22:02:08.6582588Z #11 0.637 + chown jenkins:jenkins /var/lib/jenkins 2024-08-20T22:02:08.6583127Z #11 0.638 + mkdir -p /var/lib/jenkins/.ccache 2024-08-20T22:02:08.6583651Z #11 0.639 + chown jenkins:jenkins /var/lib/jenkins/.ccache 2024-08-20T22:02:08.6584182Z #11 0.640 + chown jenkins:jenkins /usr/local 2024-08-20T22:02:08.6584718Z #11 0.641 + echo 'jenkins ALL=(ALL) NOPASSWD:ALL' 2024-08-20T22:02:08.6585217Z #11 0.641 + '[' -n '' ']' 2024-08-20T22:02:08.6585533Z #11 0.641 + SUDO=sudo 2024-08-20T22:02:08.6585884Z #11 0.641 + sudo -u jenkins sudo -v 2024-08-20T22:02:08.6586254Z #11 DONE 0.7s 2024-08-20T22:02:08.6586416Z 2024-08-20T22:02:08.6586770Z #12 [ 8/49] COPY requirements-ci.txt /opt/conda/requirements-ci.txt 2024-08-20T22:02:08.6587300Z #12 DONE 0.0s 2024-08-20T22:02:08.6587473Z 2024-08-20T22:02:08.6587691Z #13 [ 9/49] COPY ./common/install_conda.sh install_conda.sh 2024-08-20T22:02:08.6588437Z #13 DONE 0.0s 2024-08-20T22:02:08.6588595Z 2024-08-20T22:02:08.6588797Z #14 [10/49] COPY ./common/common_utils.sh common_utils.sh 2024-08-20T22:02:08.8274897Z #14 DONE 0.2s 2024-08-20T22:02:08.9802747Z 2024-08-20T22:02:08.9805131Z #15 [11/49] RUN bash ./install_conda.sh && rm install_conda.sh common_utils.sh /opt/conda/requirements-ci.txt 2024-08-20T22:02:09.4685070Z #15 0.639 + '[' -n 3.8 ']' 2024-08-20T22:02:09.4685717Z #15 0.639 + BASE_URL=https://repo.anaconda.com/miniconda 2024-08-20T22:02:09.6266752Z #15 0.640 ++ echo 3.8 2024-08-20T22:02:09.6268114Z #15 0.640 ++ cut -d . -f 1 2024-08-20T22:02:09.6268653Z #15 0.641 + MAJOR_PYTHON_VERSION=3 2024-08-20T22:02:09.6269079Z #15 0.641 ++ echo 3.8 2024-08-20T22:02:09.6269475Z #15 0.641 ++ cut -d . -f 2 2024-08-20T22:02:09.6269831Z #15 0.642 + MINOR_PYTHON_VERSION=8 2024-08-20T22:02:09.6270210Z #15 0.642 ++ uname -m 2024-08-20T22:02:09.6270556Z #15 0.643 + [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-08-20T22:02:09.6271036Z #15 0.643 + case "$MAJOR_PYTHON_VERSION" in 2024-08-20T22:02:09.6271631Z #15 0.643 + CONDA_FILE=Miniconda3-latest-Linux-x86_64.sh 2024-08-20T22:02:09.6272201Z #15 0.643 + mkdir -p /opt/conda 2024-08-20T22:02:09.6272617Z #15 0.644 + chown jenkins:jenkins /opt/conda 2024-08-20T22:02:09.6273061Z #15 0.646 ++ dirname ./install_conda.sh 2024-08-20T22:02:09.6273485Z #15 0.646 + source ./common_utils.sh 2024-08-20T22:02:09.6273919Z #15 0.646 ++ '[' -n '' ']' 2024-08-20T22:02:09.6274244Z #15 0.646 ++ export SUDO=sudo 2024-08-20T22:02:09.6274597Z #15 0.646 ++ SUDO=sudo 2024-08-20T22:02:09.6275236Z #15 0.646 + pushd /tmp 2024-08-20T22:02:09.6275963Z #15 0.646 + wget -q https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh 2024-08-20T22:02:09.6276656Z #15 0.646 /tmp / 2024-08-20T22:02:10.3439904Z #15 1.515 + as_jenkins bash Miniconda3-latest-Linux-x86_64.sh -b -f -p /opt/conda 2024-08-20T22:02:10.3442098Z #15 1.515 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/envs/py_3.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= bash Miniconda3-latest-Linux-x86_64.sh -b -f -p /opt/conda 2024-08-20T22:02:10.5084527Z #15 1.529 PREFIX=/opt/conda 2024-08-20T22:02:10.6849268Z #15 1.856 Unpacking payload ... 2024-08-20T22:02:13.4840962Z #15 4.655 2024-08-20T22:02:13.4841344Z #15 4.655 Installing base environment... 2024-08-20T22:02:13.4841764Z #15 4.655 2024-08-20T22:02:14.3855979Z #15 5.346 Preparing transaction: ...working... done 2024-08-20T22:02:16.6673271Z #15 5.556 Executing transaction: ...working... done 2024-08-20T22:02:17.2747148Z #15 8.446 installation finished. 2024-08-20T22:02:17.4288371Z #15 8.447 + popd 2024-08-20T22:02:17.4289581Z #15 8.447 + sed -e 's|PATH="\(.*\)"|PATH="/opt/conda/bin:\1"|g' -i /etc/environment 2024-08-20T22:02:17.4290196Z #15 8.447 / 2024-08-20T22:02:17.4290442Z #15 8.448 /opt/conda / 2024-08-20T22:02:17.4291325Z #15 8.448 + export PATH=/opt/conda/bin:/opt/conda/envs/py_3.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-20T22:02:17.4292829Z #15 8.448 + PATH=/opt/conda/bin:/opt/conda/envs/py_3.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-20T22:02:17.4293728Z #15 8.448 + pushd /opt/conda 2024-08-20T22:02:17.4294221Z #15 8.449 ++ uname -m 2024-08-20T22:02:17.4294552Z #15 8.449 + [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-08-20T22:02:17.4295091Z #15 8.449 + export SYSROOT_DEP=sysroot_linux-64=2.17 2024-08-20T22:02:17.4295651Z #15 8.449 + SYSROOT_DEP=sysroot_linux-64=2.17 2024-08-20T22:02:17.4296385Z #15 8.449 + as_jenkins conda create -n py_3.8 -y python=3.8 sysroot_linux-64=2.17 2024-08-20T22:02:17.4298584Z #15 8.449 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/bin:/opt/conda/envs/py_3.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda create -n py_3.8 -y python=3.8 sysroot_linux-64=2.17 2024-08-20T22:02:17.7577172Z #15 8.928 Channels: 2024-08-20T22:02:17.7577802Z #15 8.928 - defaults 2024-08-20T22:02:17.7578196Z #15 8.928 Platform: linux-64 2024-08-20T22:02:19.9763093Z #15 8.928 Collecting package metadata (repodata.json): ...working... done 2024-08-20T22:02:20.1954801Z #15 11.15 Solving environment: ...working... done 2024-08-20T22:02:25.1091508Z #15 16.28 2024-08-20T22:02:25.1091884Z #15 16.28 ## Package Plan ## 2024-08-20T22:02:25.1092262Z #15 16.28 2024-08-20T22:02:25.1092616Z #15 16.28 environment location: /opt/conda/envs/py_3.8 2024-08-20T22:02:25.1093112Z #15 16.28 2024-08-20T22:02:25.1093383Z #15 16.28 added / updated specs: 2024-08-20T22:02:25.1094056Z #15 16.28 - python=3.8 2024-08-20T22:02:25.1094461Z #15 16.28 - sysroot_linux-64=2.17 2024-08-20T22:02:25.1094824Z #15 16.28 2024-08-20T22:02:25.1095051Z #15 16.28 2024-08-20T22:02:25.1095390Z #15 16.28 The following packages will be downloaded: 2024-08-20T22:02:25.1095842Z #15 16.28 2024-08-20T22:02:25.1096182Z #15 16.28 package | build 2024-08-20T22:02:25.1096786Z #15 16.28 ---------------------------|----------------- 2024-08-20T22:02:25.1097536Z #15 16.28 _sysroot_linux-64_curr_repodata_hack-3| haa98f57_10 12 KB 2024-08-20T22:02:25.1098379Z #15 16.28 ca-certificates-2024.7.2 | h06a4308_0 127 KB 2024-08-20T22:02:25.1099202Z #15 16.28 kernel-headers_linux-64-3.10.0| h57e8cba_10 952 KB 2024-08-20T22:02:25.1099983Z #15 16.28 pip-24.2 | py38h06a4308_0 2.2 MB 2024-08-20T22:02:25.1100958Z #15 16.28 python-3.8.19 | h955ad1f_0 23.8 MB 2024-08-20T22:02:25.1101719Z #15 16.28 setuptools-72.1.0 | py38h06a4308_0 2.4 MB 2024-08-20T22:02:25.1102487Z #15 16.28 sysroot_linux-64-2.17 | h57e8cba_10 32.6 MB 2024-08-20T22:02:25.1103250Z #15 16.28 wheel-0.43.0 | py38h06a4308_0 109 KB 2024-08-20T22:02:25.1103943Z #15 16.28 ------------------------------------------------------------ 2024-08-20T22:02:25.1104519Z #15 16.28 Total: 62.1 MB 2024-08-20T22:02:25.1104983Z #15 16.28 2024-08-20T22:02:25.1105331Z #15 16.28 The following NEW packages will be INSTALLED: 2024-08-20T22:02:25.1105902Z #15 16.28 2024-08-20T22:02:25.1106576Z #15 16.28 _libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main 2024-08-20T22:02:25.1107333Z #15 16.28 _openmp_mutex pkgs/main/linux-64::_openmp_mutex-5.1-1_gnu 2024-08-20T22:02:25.1108266Z #15 16.28 _sysroot_linux-64~ pkgs/main/noarch::_sysroot_linux-64_curr_repodata_hack-3-haa98f57_10 2024-08-20T22:02:25.1109272Z #15 16.28 ca-certificates pkgs/main/linux-64::ca-certificates-2024.7.2-h06a4308_0 2024-08-20T22:02:25.1110427Z #15 16.28 kernel-headers_li~ pkgs/main/noarch::kernel-headers_linux-64-3.10.0-h57e8cba_10 2024-08-20T22:02:25.1111409Z #15 16.28 ld_impl_linux-64 pkgs/main/linux-64::ld_impl_linux-64-2.38-h1181459_1 2024-08-20T22:02:25.1112279Z #15 16.28 libffi pkgs/main/linux-64::libffi-3.4.4-h6a678d5_1 2024-08-20T22:02:25.1113112Z #15 16.28 libgcc-ng pkgs/main/linux-64::libgcc-ng-11.2.0-h1234567_1 2024-08-20T22:02:25.1113932Z #15 16.28 libgomp pkgs/main/linux-64::libgomp-11.2.0-h1234567_1 2024-08-20T22:02:25.1114789Z #15 16.28 libstdcxx-ng pkgs/main/linux-64::libstdcxx-ng-11.2.0-h1234567_1 2024-08-20T22:02:25.1115632Z #15 16.28 ncurses pkgs/main/linux-64::ncurses-6.4-h6a678d5_0 2024-08-20T22:02:25.1116436Z #15 16.28 openssl pkgs/main/linux-64::openssl-3.0.14-h5eee18b_0 2024-08-20T22:02:25.1117209Z #15 16.28 pip pkgs/main/linux-64::pip-24.2-py38h06a4308_0 2024-08-20T22:02:25.1117987Z #15 16.28 python pkgs/main/linux-64::python-3.8.19-h955ad1f_0 2024-08-20T22:02:25.1118785Z #15 16.28 readline pkgs/main/linux-64::readline-8.2-h5eee18b_0 2024-08-20T22:02:25.1119637Z #15 16.28 setuptools pkgs/main/linux-64::setuptools-72.1.0-py38h06a4308_0 2024-08-20T22:02:25.1120624Z #15 16.28 sqlite pkgs/main/linux-64::sqlite-3.45.3-h5eee18b_0 2024-08-20T22:02:25.1121590Z #15 16.28 sysroot_linux-64 pkgs/main/noarch::sysroot_linux-64-2.17-h57e8cba_10 2024-08-20T22:02:25.1122715Z #15 16.28 tk pkgs/main/linux-64::tk-8.6.14-h39e8969_0 2024-08-20T22:02:25.1123742Z #15 16.28 wheel pkgs/main/linux-64::wheel-0.43.0-py38h06a4308_0 2024-08-20T22:02:25.1124630Z #15 16.28 xz pkgs/main/linux-64::xz-5.4.6-h5eee18b_1 2024-08-20T22:02:25.1125495Z #15 16.28 zlib pkgs/main/linux-64::zlib-1.2.13-h5eee18b_1 2024-08-20T22:02:25.1126147Z #15 16.28 2024-08-20T22:02:25.1126439Z #15 16.28 2024-08-20T22:02:25.1135477Z #15 16.28 2024-08-20T22:02:25.1135934Z #15 16.28 Downloading and Extracting Packages: ...working... done 2024-08-20T22:02:25.2978505Z #15 16.28 Preparing transaction: ...working... done 2024-08-20T22:02:26.5889889Z #15 16.47 Verifying transaction: ...working... done 2024-08-20T22:02:27.3538387Z #15 17.76 Executing transaction: ...working... done 2024-08-20T22:02:27.5644300Z #15 18.53 # 2024-08-20T22:02:27.5644722Z #15 18.53 # To activate this environment, use 2024-08-20T22:02:27.5645316Z #15 18.53 # 2024-08-20T22:02:27.5645670Z #15 18.53 # $ conda activate py_3.8 2024-08-20T22:02:27.5646053Z #15 18.53 # 2024-08-20T22:02:27.5646415Z #15 18.53 # To deactivate an active environment, use 2024-08-20T22:02:27.5646877Z #15 18.53 # 2024-08-20T22:02:27.5647140Z #15 18.53 # $ conda deactivate 2024-08-20T22:02:27.5647757Z #15 18.53 2024-08-20T22:02:27.5648390Z #15 18.58 + conda_install libstdcxx-ng=12.3.0 -c conda-forge 2024-08-20T22:02:27.5649306Z #15 18.58 + as_jenkins conda install -q -n py_3.8 -y python=3.8 libstdcxx-ng=12.3.0 -c conda-forge 2024-08-20T22:02:27.5651688Z #15 18.58 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/bin:/opt/conda/envs/py_3.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda install -q -n py_3.8 -y python=3.8 libstdcxx-ng=12.3.0 -c conda-forge 2024-08-20T22:02:28.0319201Z #15 19.20 Channels: 2024-08-20T22:02:28.0319919Z #15 19.20 - conda-forge 2024-08-20T22:02:28.0320299Z #15 19.20 - defaults 2024-08-20T22:02:28.0320679Z #15 19.20 Platform: linux-64 2024-08-20T22:02:42.9346772Z #15 19.20 Collecting package metadata (repodata.json): ...working... done 2024-08-20T22:02:43.4135814Z #15 34.11 Solving environment: ...working... done 2024-08-20T22:02:44.9178621Z #15 36.09 2024-08-20T22:02:44.9178985Z #15 36.09 ## Package Plan ## 2024-08-20T22:02:44.9179376Z #15 36.09 2024-08-20T22:02:44.9179753Z #15 36.09 environment location: /opt/conda/envs/py_3.8 2024-08-20T22:02:44.9180216Z #15 36.09 2024-08-20T22:02:44.9180495Z #15 36.09 added / updated specs: 2024-08-20T22:02:44.9181104Z #15 36.09 - libstdcxx-ng=12.3.0 2024-08-20T22:02:44.9181521Z #15 36.09 - python=3.8 2024-08-20T22:02:44.9181851Z #15 36.09 2024-08-20T22:02:44.9182096Z #15 36.09 2024-08-20T22:02:44.9182430Z #15 36.09 The following packages will be downloaded: 2024-08-20T22:02:44.9182884Z #15 36.09 2024-08-20T22:02:44.9183226Z #15 36.09 package | build 2024-08-20T22:02:44.9183815Z #15 36.09 ---------------------------|----------------- 2024-08-20T22:02:44.9184551Z #15 36.09 _libgcc_mutex-0.1 | conda_forge 3 KB conda-forge 2024-08-20T22:02:44.9185411Z #15 36.09 _openmp_mutex-4.5 | 2_gnu 23 KB conda-forge 2024-08-20T22:02:44.9186234Z #15 36.09 bzip2-1.0.8 | h4bc722e_7 247 KB conda-forge 2024-08-20T22:02:44.9187114Z #15 36.09 ca-certificates-2024.7.4 | hbcca054_0 151 KB conda-forge 2024-08-20T22:02:44.9188013Z #15 36.09 libgcc-ng-12.3.0 | h77fa898_13 762 KB conda-forge 2024-08-20T22:02:44.9188861Z #15 36.09 libgomp-12.3.0 | h77fa898_13 407 KB conda-forge 2024-08-20T22:02:44.9189896Z #15 36.09 libnsl-2.0.1 | hd590300_0 33 KB conda-forge 2024-08-20T22:02:44.9190732Z #15 36.09 libsqlite-3.46.0 | hde9e2c9_0 845 KB conda-forge 2024-08-20T22:02:44.9191605Z #15 36.09 libstdcxx-ng-12.3.0 | hc0a3c3a_13 3.3 MB conda-forge 2024-08-20T22:02:44.9192448Z #15 36.09 libuuid-2.38.1 | h0b41bf4_0 33 KB conda-forge 2024-08-20T22:02:44.9193298Z #15 36.09 libxcrypt-4.4.36 | hd590300_1 98 KB conda-forge 2024-08-20T22:02:44.9194135Z #15 36.09 libzlib-1.2.13 | h4ab18f5_6 60 KB conda-forge 2024-08-20T22:02:44.9194945Z #15 36.09 ncurses-6.5 | h59595ed_0 867 KB conda-forge 2024-08-20T22:02:44.9195737Z #15 36.09 openssl-3.3.1 | h4bc722e_2 2.8 MB conda-forge 2024-08-20T22:02:44.9196584Z #15 36.09 python-3.8.19 |hd12c33a_0_cpython 21.3 MB conda-forge 2024-08-20T22:02:44.9197424Z #15 36.09 zlib-1.2.13 | h4ab18f5_6 91 KB conda-forge 2024-08-20T22:02:44.9198146Z #15 36.09 ------------------------------------------------------------ 2024-08-20T22:02:44.9198737Z #15 36.09 Total: 30.9 MB 2024-08-20T22:02:44.9199213Z #15 36.09 2024-08-20T22:02:44.9199556Z #15 36.09 The following NEW packages will be INSTALLED: 2024-08-20T22:02:44.9200023Z #15 36.09 2024-08-20T22:02:44.9200741Z #15 36.09 bzip2 conda-forge/linux-64::bzip2-1.0.8-h4bc722e_7 2024-08-20T22:02:44.9201562Z #15 36.09 libnsl conda-forge/linux-64::libnsl-2.0.1-hd590300_0 2024-08-20T22:02:44.9202453Z #15 36.09 libsqlite conda-forge/linux-64::libsqlite-3.46.0-hde9e2c9_0 2024-08-20T22:02:44.9203329Z #15 36.09 libuuid conda-forge/linux-64::libuuid-2.38.1-h0b41bf4_0 2024-08-20T22:02:44.9204211Z #15 36.09 libxcrypt conda-forge/linux-64::libxcrypt-4.4.36-hd590300_1 2024-08-20T22:02:44.9205069Z #15 36.09 libzlib conda-forge/linux-64::libzlib-1.2.13-h4ab18f5_6 2024-08-20T22:02:44.9205625Z #15 36.09 2024-08-20T22:02:44.9205959Z #15 36.09 The following packages will be UPDATED: 2024-08-20T22:02:44.9206384Z #15 36.09 2024-08-20T22:02:44.9207263Z #15 36.09 ca-certificates pkgs/main::ca-certificates-2024.7.2-h~ --> conda-forge::ca-certificates-2024.7.4-hbcca054_0 2024-08-20T22:02:44.9208653Z #15 36.09 libgcc-ng pkgs/main::libgcc-ng-11.2.0-h1234567_1 --> conda-forge::libgcc-ng-12.3.0-h77fa898_13 2024-08-20T22:02:44.9209868Z #15 36.09 libgomp pkgs/main::libgomp-11.2.0-h1234567_1 --> conda-forge::libgomp-12.3.0-h77fa898_13 2024-08-20T22:02:44.9211159Z #15 36.09 libstdcxx-ng pkgs/main::libstdcxx-ng-11.2.0-h12345~ --> conda-forge::libstdcxx-ng-12.3.0-hc0a3c3a_13 2024-08-20T22:02:44.9212390Z #15 36.09 ncurses pkgs/main::ncurses-6.4-h6a678d5_0 --> conda-forge::ncurses-6.5-h59595ed_0 2024-08-20T22:02:44.9213545Z #15 36.09 openssl pkgs/main::openssl-3.0.14-h5eee18b_0 --> conda-forge::openssl-3.3.1-h4bc722e_2 2024-08-20T22:02:44.9214755Z #15 36.09 zlib pkgs/main::zlib-1.2.13-h5eee18b_1 --> conda-forge::zlib-1.2.13-h4ab18f5_6 2024-08-20T22:02:44.9215426Z #15 36.09 2024-08-20T22:02:44.9216026Z #15 36.09 The following packages will be SUPERSEDED by a higher-priority channel: 2024-08-20T22:02:44.9216629Z #15 36.09 2024-08-20T22:02:44.9217366Z #15 36.09 _libgcc_mutex pkgs/main::_libgcc_mutex-0.1-main --> conda-forge::_libgcc_mutex-0.1-conda_forge 2024-08-20T22:02:44.9218542Z #15 36.09 _openmp_mutex pkgs/main::_openmp_mutex-5.1-1_gnu --> conda-forge::_openmp_mutex-4.5-2_gnu 2024-08-20T22:02:44.9219738Z #15 36.09 python pkgs/main::python-3.8.19-h955ad1f_0 --> conda-forge::python-3.8.19-hd12c33a_0_cpython 2024-08-20T22:02:44.9220460Z #15 36.09 2024-08-20T22:02:44.9220775Z #15 36.09 2024-08-20T22:02:45.1643322Z #15 36.09 Preparing transaction: ...working... done 2024-08-20T22:02:45.8392776Z #15 36.18 Verifying transaction: ...working... done 2024-08-20T22:02:46.4057483Z #15 37.01 Executing transaction: ...working... done 2024-08-20T22:02:46.8883225Z #15 38.06 ++ uname -m 2024-08-20T22:02:47.0390337Z #15 38.06 + [[ x86_64 == \a\a\r\c\h\6\4 ]] 2024-08-20T22:02:47.0391372Z #15 38.06 + CONDA_COMMON_DEPS='astunparse pyyaml mkl=2021.4.0 mkl-include=2021.4.0 setuptools' 2024-08-20T22:02:47.0392114Z #15 38.06 + '[' 3.8 = 3.11 ']' 2024-08-20T22:02:47.0392530Z #15 38.06 + '[' 3.8 = 3.12 ']' 2024-08-20T22:02:47.0392917Z #15 38.06 + '[' 3.8 = 3.13 ']' 2024-08-20T22:02:47.0393684Z #15 38.06 + conda_install numpy=1.21.2 astunparse pyyaml mkl=2021.4.0 mkl-include=2021.4.0 setuptools 2024-08-20T22:02:47.0395041Z #15 38.06 + as_jenkins conda install -q -n py_3.8 -y python=3.8 numpy=1.21.2 astunparse pyyaml mkl=2021.4.0 mkl-include=2021.4.0 setuptools 2024-08-20T22:02:47.0397857Z #15 38.06 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/bin:/opt/conda/envs/py_3.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda install -q -n py_3.8 -y python=3.8 numpy=1.21.2 astunparse pyyaml mkl=2021.4.0 mkl-include=2021.4.0 setuptools 2024-08-20T22:02:47.5757647Z #15 38.75 Channels: 2024-08-20T22:02:47.5758317Z #15 38.75 - defaults 2024-08-20T22:02:47.5758741Z #15 38.75 - conda-forge 2024-08-20T22:02:47.5759152Z #15 38.75 Platform: linux-64 2024-08-20T22:03:01.6161595Z #15 38.75 Collecting package metadata (repodata.json): ...working... done 2024-08-20T22:03:03.3626641Z #15 52.79 Solving environment: ...working... done 2024-08-20T22:03:06.4618384Z #15 57.63 2024-08-20T22:03:06.4618773Z #15 57.63 ## Package Plan ## 2024-08-20T22:03:06.4619148Z #15 57.63 2024-08-20T22:03:06.4619529Z #15 57.63 environment location: /opt/conda/envs/py_3.8 2024-08-20T22:03:06.4620011Z #15 57.63 2024-08-20T22:03:06.4620324Z #15 57.63 added / updated specs: 2024-08-20T22:03:06.4620958Z #15 57.63 - astunparse 2024-08-20T22:03:06.4621363Z #15 57.63 - mkl-include=2021.4.0 2024-08-20T22:03:06.4621787Z #15 57.63 - mkl=2021.4.0 2024-08-20T22:03:06.4622170Z #15 57.63 - numpy=1.21.2 2024-08-20T22:03:06.4622533Z #15 57.63 - python=3.8 2024-08-20T22:03:06.4622897Z #15 57.63 - pyyaml 2024-08-20T22:03:06.4623243Z #15 57.63 - setuptools 2024-08-20T22:03:06.4623565Z #15 57.63 2024-08-20T22:03:06.4623812Z #15 57.63 2024-08-20T22:03:06.4624170Z #15 57.63 The following packages will be downloaded: 2024-08-20T22:03:06.4624615Z #15 57.63 2024-08-20T22:03:06.4624958Z #15 57.63 package | build 2024-08-20T22:03:06.4625570Z #15 57.63 ---------------------------|----------------- 2024-08-20T22:03:06.4626247Z #15 57.63 astunparse-1.6.3 | py_0 17 KB 2024-08-20T22:03:06.4627006Z #15 57.63 blas-1.0 | openblas 46 KB 2024-08-20T22:03:06.4627784Z #15 57.63 intel-openmp-2021.4.0 | h06a4308_3561 4.2 MB 2024-08-20T22:03:06.4628567Z #15 57.63 libgfortran-ng-11.2.0 | h00389a5_1 20 KB 2024-08-20T22:03:06.4629356Z #15 57.63 libgfortran5-11.2.0 | h1234567_1 2.0 MB 2024-08-20T22:03:06.4630133Z #15 57.63 libopenblas-0.3.21 | h043d6bf_0 5.4 MB 2024-08-20T22:03:06.4631092Z #15 57.63 mkl-2021.4.0 | h06a4308_640 142.6 MB 2024-08-20T22:03:06.4631986Z #15 57.63 mkl-include-2021.4.0 | h06a4308_640 535 KB 2024-08-20T22:03:06.4632753Z #15 57.63 numpy-1.21.2 | py38hd8d4704_0 23 KB 2024-08-20T22:03:06.4633515Z #15 57.63 numpy-base-1.21.2 | py38h2b8c604_0 4.8 MB 2024-08-20T22:03:06.4634270Z #15 57.63 pyyaml-6.0.1 | py38h5eee18b_0 192 KB 2024-08-20T22:03:06.4635013Z #15 57.63 six-1.16.0 | pyhd3eb1b0_1 18 KB 2024-08-20T22:03:06.4635990Z #15 57.63 yaml-0.2.5 | h7b6447c_0 75 KB 2024-08-20T22:03:06.4636670Z #15 57.63 ------------------------------------------------------------ 2024-08-20T22:03:06.4637260Z #15 57.63 Total: 160.0 MB 2024-08-20T22:03:06.4637723Z #15 57.63 2024-08-20T22:03:06.4638068Z #15 57.63 The following NEW packages will be INSTALLED: 2024-08-20T22:03:06.4638537Z #15 57.63 2024-08-20T22:03:06.4639077Z #15 57.63 astunparse pkgs/main/noarch::astunparse-1.6.3-py_0 2024-08-20T22:03:06.4639908Z #15 57.63 blas pkgs/main/linux-64::blas-1.0-openblas 2024-08-20T22:03:06.4640772Z #15 57.63 intel-openmp pkgs/main/linux-64::intel-openmp-2021.4.0-h06a4308_3561 2024-08-20T22:03:06.4641760Z #15 57.63 libgfortran-ng pkgs/main/linux-64::libgfortran-ng-11.2.0-h00389a5_1 2024-08-20T22:03:06.4642720Z #15 57.63 libgfortran5 pkgs/main/linux-64::libgfortran5-11.2.0-h1234567_1 2024-08-20T22:03:06.4643637Z #15 57.63 libopenblas pkgs/main/linux-64::libopenblas-0.3.21-h043d6bf_0 2024-08-20T22:03:06.4644500Z #15 57.63 mkl pkgs/main/linux-64::mkl-2021.4.0-h06a4308_640 2024-08-20T22:03:06.4645366Z #15 57.63 mkl-include pkgs/main/linux-64::mkl-include-2021.4.0-h06a4308_640 2024-08-20T22:03:06.4646252Z #15 57.63 numpy pkgs/main/linux-64::numpy-1.21.2-py38hd8d4704_0 2024-08-20T22:03:06.4647141Z #15 57.63 numpy-base pkgs/main/linux-64::numpy-base-1.21.2-py38h2b8c604_0 2024-08-20T22:03:06.4648149Z #15 57.63 pyyaml pkgs/main/linux-64::pyyaml-6.0.1-py38h5eee18b_0 2024-08-20T22:03:06.4648935Z #15 57.63 six pkgs/main/noarch::six-1.16.0-pyhd3eb1b0_1 2024-08-20T22:03:06.4649696Z #15 57.63 yaml pkgs/main/linux-64::yaml-0.2.5-h7b6447c_0 2024-08-20T22:03:06.4650208Z #15 57.63 2024-08-20T22:03:06.4650792Z #15 57.63 The following packages will be SUPERSEDED by a higher-priority channel: 2024-08-20T22:03:06.4651404Z #15 57.63 2024-08-20T22:03:06.4652149Z #15 57.63 python conda-forge::python-3.8.19-hd12c33a_0~ --> pkgs/main::python-3.8.19-h955ad1f_0 2024-08-20T22:03:06.4652862Z #15 57.63 2024-08-20T22:03:06.4653091Z #15 57.63 2024-08-20T22:03:06.6769416Z #15 57.63 Preparing transaction: ...working... done 2024-08-20T22:03:06.9795203Z #15 57.70 Verifying transaction: ...working... done 2024-08-20T22:03:07.5716958Z #15 58.15 Executing transaction: ...working... done 2024-08-20T22:03:07.7917585Z #15 58.96 + conda_install llvmdev=8.0.0 libpython-static=3.8 2024-08-20T22:03:07.7918676Z #15 58.96 + as_jenkins conda install -q -n py_3.8 -y python=3.8 llvmdev=8.0.0 libpython-static=3.8 2024-08-20T22:03:07.7921121Z #15 58.96 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/bin:/opt/conda/envs/py_3.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda install -q -n py_3.8 -y python=3.8 llvmdev=8.0.0 libpython-static=3.8 2024-08-20T22:03:08.4807707Z #15 59.65 Channels: 2024-08-20T22:03:08.4808706Z #15 59.65 - defaults 2024-08-20T22:03:08.4809078Z #15 59.65 - conda-forge 2024-08-20T22:03:08.4809468Z #15 59.65 Platform: linux-64 2024-08-20T22:03:22.5792753Z #15 59.65 Collecting package metadata (repodata.json): ...working... done 2024-08-20T22:03:23.7586124Z #15 73.75 Solving environment: ...working... done 2024-08-20T22:03:26.5344147Z #15 77.71 2024-08-20T22:03:26.5344575Z #15 77.71 ## Package Plan ## 2024-08-20T22:03:26.5344937Z #15 77.71 2024-08-20T22:03:26.5345345Z #15 77.71 environment location: /opt/conda/envs/py_3.8 2024-08-20T22:03:26.5345849Z #15 77.71 2024-08-20T22:03:26.5346125Z #15 77.71 added / updated specs: 2024-08-20T22:03:26.5346775Z #15 77.71 - libpython-static=3.8 2024-08-20T22:03:26.5347216Z #15 77.71 - llvmdev=8.0.0 2024-08-20T22:03:26.5347602Z #15 77.71 - python=3.8 2024-08-20T22:03:26.5347906Z #15 77.71 2024-08-20T22:03:26.5348437Z #15 77.71 2024-08-20T22:03:26.5348779Z #15 77.71 The following packages will be downloaded: 2024-08-20T22:03:26.5350542Z #15 77.71 2024-08-20T22:03:26.5350968Z #15 77.71 package | build 2024-08-20T22:03:26.5351695Z #15 77.71 ---------------------------|----------------- 2024-08-20T22:03:26.5352419Z #15 77.71 libpython-static-3.8.19 | h6a678d5_0 44.7 MB 2024-08-20T22:03:26.5353201Z #15 77.71 llvmdev-8.0.0 | hc6ec683_0 103.1 MB 2024-08-20T22:03:26.5353923Z #15 77.71 ------------------------------------------------------------ 2024-08-20T22:03:26.5354512Z #15 77.71 Total: 147.8 MB 2024-08-20T22:03:26.5354970Z #15 77.71 2024-08-20T22:03:26.5355333Z #15 77.71 The following NEW packages will be INSTALLED: 2024-08-20T22:03:26.5355801Z #15 77.71 2024-08-20T22:03:26.5356502Z #15 77.71 libpython-static pkgs/main/linux-64::libpython-static-3.8.19-h6a678d5_0 2024-08-20T22:03:26.5357459Z #15 77.71 llvmdev pkgs/main/linux-64::llvmdev-8.0.0-hc6ec683_0 2024-08-20T22:03:26.5358002Z #15 77.71 2024-08-20T22:03:26.5358238Z #15 77.71 2024-08-20T22:03:26.7102064Z #15 77.71 Preparing transaction: ...working... done 2024-08-20T22:03:27.3512298Z #15 77.73 Verifying transaction: ...working... done 2024-08-20T22:03:27.5219380Z #15 78.52 Executing transaction: ...working... done 2024-08-20T22:03:27.5220178Z #15 78.69 + '[' -n yes ']' 2024-08-20T22:03:27.5220519Z #15 78.69 + conda_install cmake 2024-08-20T22:03:27.5222003Z #15 78.69 + as_jenkins conda install -q -n py_3.8 -y python=3.8 cmake 2024-08-20T22:03:27.5224163Z #15 78.69 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/bin:/opt/conda/envs/py_3.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda install -q -n py_3.8 -y python=3.8 cmake 2024-08-20T22:03:28.2510236Z #15 79.42 Channels: 2024-08-20T22:03:28.2510923Z #15 79.42 - defaults 2024-08-20T22:03:28.2511326Z #15 79.42 - conda-forge 2024-08-20T22:03:28.2511723Z #15 79.42 Platform: linux-64 2024-08-20T22:03:43.3555628Z #15 79.42 Collecting package metadata (repodata.json): ...working... done 2024-08-20T22:03:44.6425130Z #15 94.53 Solving environment: ...working... done 2024-08-20T22:03:45.5491790Z #15 96.72 2024-08-20T22:03:45.5492150Z #15 96.72 ## Package Plan ## 2024-08-20T22:03:45.5492491Z #15 96.72 2024-08-20T22:03:45.5492879Z #15 96.72 environment location: /opt/conda/envs/py_3.8 2024-08-20T22:03:45.5493355Z #15 96.72 2024-08-20T22:03:45.5493645Z #15 96.72 added / updated specs: 2024-08-20T22:03:45.5494318Z #15 96.72 - cmake 2024-08-20T22:03:45.5494668Z #15 96.72 - python=3.8 2024-08-20T22:03:45.5495002Z #15 96.72 2024-08-20T22:03:45.5495228Z #15 96.72 2024-08-20T22:03:45.5495575Z #15 96.72 The following packages will be downloaded: 2024-08-20T22:03:45.5496033Z #15 96.72 2024-08-20T22:03:45.5496363Z #15 96.72 package | build 2024-08-20T22:03:45.5496975Z #15 96.72 ---------------------------|----------------- 2024-08-20T22:03:45.5497658Z #15 96.72 cmake-3.26.4 | h96355d8_0 16.7 MB 2024-08-20T22:03:45.5498390Z #15 96.72 libuv-1.48.0 | h5eee18b_0 950 KB 2024-08-20T22:03:45.5499125Z #15 96.72 rhash-1.4.3 | hdbd6064_0 220 KB 2024-08-20T22:03:45.5499822Z #15 96.72 ------------------------------------------------------------ 2024-08-20T22:03:45.5500398Z #15 96.72 Total: 17.9 MB 2024-08-20T22:03:45.5500859Z #15 96.72 2024-08-20T22:03:45.5501216Z #15 96.72 The following NEW packages will be INSTALLED: 2024-08-20T22:03:45.5501667Z #15 96.72 2024-08-20T22:03:45.5502258Z #15 96.72 c-ares pkgs/main/linux-64::c-ares-1.19.1-h5eee18b_0 2024-08-20T22:03:45.5503072Z #15 96.72 cmake pkgs/main/linux-64::cmake-3.26.4-h96355d8_0 2024-08-20T22:03:45.5504090Z #15 96.72 expat pkgs/main/linux-64::expat-2.6.2-h6a678d5_0 2024-08-20T22:03:45.5504871Z #15 96.72 krb5 pkgs/main/linux-64::krb5-1.20.1-h143b758_1 2024-08-20T22:03:45.5505662Z #15 96.72 libcurl pkgs/main/linux-64::libcurl-8.7.1-h251f7ec_0 2024-08-20T22:03:45.5506530Z #15 96.72 libedit pkgs/main/linux-64::libedit-3.1.20230828-h5eee18b_0 2024-08-20T22:03:45.5507345Z #15 96.72 libev pkgs/main/linux-64::libev-4.33-h7f8727e_1 2024-08-20T22:03:45.5508288Z #15 96.72 libnghttp2 pkgs/main/linux-64::libnghttp2-1.57.0-h2d74bed_0 2024-08-20T22:03:45.5509131Z #15 96.72 libssh2 pkgs/main/linux-64::libssh2-1.11.0-h251f7ec_0 2024-08-20T22:03:45.5509906Z #15 96.72 libuv pkgs/main/linux-64::libuv-1.48.0-h5eee18b_0 2024-08-20T22:03:45.5510668Z #15 96.72 lz4-c pkgs/main/linux-64::lz4-c-1.9.4-h6a678d5_1 2024-08-20T22:03:45.5511427Z #15 96.72 rhash pkgs/main/linux-64::rhash-1.4.3-hdbd6064_0 2024-08-20T22:03:45.5512176Z #15 96.72 zstd pkgs/main/linux-64::zstd-1.5.5-hc292b87_2 2024-08-20T22:03:45.5512674Z #15 96.72 2024-08-20T22:03:45.5512911Z #15 96.72 2024-08-20T22:03:45.7619812Z #15 96.72 Preparing transaction: ...working... done 2024-08-20T22:03:45.9168785Z #15 96.78 Verifying transaction: ...working... done 2024-08-20T22:03:46.1470209Z #15 97.09 Executing transaction: ...working... done 2024-08-20T22:03:46.3779808Z #15 97.40 + '[' -n '' ']' 2024-08-20T22:03:46.3780390Z #15 97.40 + pip_install -r /opt/conda/requirements-ci.txt 2024-08-20T22:03:46.3781581Z #15 97.40 + as_jenkins conda run -n py_3.8 pip install --progress-bar off -r /opt/conda/requirements-ci.txt 2024-08-20T22:03:46.3784091Z #15 97.40 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/bin:/opt/conda/envs/py_3.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda run -n py_3.8 pip install --progress-bar off -r /opt/conda/requirements-ci.txt 2024-08-20T22:04:30.5159052Z #15 141.7 Ignoring numba: markers 'python_version == "3.9"' don't match your environment 2024-08-20T22:04:30.5160190Z #15 141.7 Ignoring numba: markers 'python_version == "3.10"' don't match your environment 2024-08-20T22:04:30.5161274Z #15 141.7 Ignoring scikit-image: markers 'python_version >= "3.10"' don't match your environment 2024-08-20T22:04:30.5162326Z #15 141.7 Ignoring scipy: markers 'python_version == "3.12"' don't match your environment 2024-08-20T22:04:30.5163385Z #15 141.7 Ignoring pywavelets: markers 'python_version >= "3.12"' don't match your environment 2024-08-20T22:04:30.5164417Z #15 141.7 Ignoring sympy: markers 'python_version >= "3.9"' don't match your environment 2024-08-20T22:04:30.5165406Z #15 141.7 Collecting boto3==1.19.12 (from -r /opt/conda/requirements-ci.txt (line 8)) 2024-08-20T22:04:30.5166301Z #15 141.7 Downloading boto3-1.19.12-py3-none-any.whl.metadata (6.4 kB) 2024-08-20T22:04:30.5167194Z #15 141.7 Collecting click (from -r /opt/conda/requirements-ci.txt (line 13)) 2024-08-20T22:04:30.5168051Z #15 141.7 Downloading click-8.1.7-py3-none-any.whl.metadata (3.0 kB) 2024-08-20T22:04:30.5168970Z #15 141.7 Collecting coremltools==5.0b5 (from -r /opt/conda/requirements-ci.txt (line 18)) 2024-08-20T22:04:30.5170025Z #15 141.7 Downloading coremltools-5.0b5-cp38-none-manylinux1_x86_64.whl.metadata (2.3 kB) 2024-08-20T22:04:30.5171028Z #15 141.7 Collecting dill==0.3.7 (from -r /opt/conda/requirements-ci.txt (line 28)) 2024-08-20T22:04:30.5171913Z #15 141.7 Downloading dill-0.3.7-py3-none-any.whl.metadata (9.9 kB) 2024-08-20T22:04:30.5172810Z #15 141.7 Collecting expecttest==0.1.6 (from -r /opt/conda/requirements-ci.txt (line 33)) 2024-08-20T22:04:30.5173762Z #15 141.7 Downloading expecttest-0.1.6-py3-none-any.whl.metadata (2.5 kB) 2024-08-20T22:04:30.5174854Z #15 141.7 Collecting flatbuffers==2.0 (from -r /opt/conda/requirements-ci.txt (line 39)) 2024-08-20T22:04:30.5175832Z #15 141.7 Downloading flatbuffers-2.0-py2.py3-none-any.whl.metadata (871 bytes) 2024-08-20T22:04:30.5177196Z #15 141.7 Collecting hypothesis==5.35.1 (from -r /opt/conda/requirements-ci.txt (line 44)) 2024-08-20T22:04:30.5178164Z #15 141.7 Downloading hypothesis-5.35.1-py3-none-any.whl.metadata (5.1 kB) 2024-08-20T22:04:30.5179145Z #15 141.7 Collecting junitparser==2.1.1 (from -r /opt/conda/requirements-ci.txt (line 50)) 2024-08-20T22:04:30.5180152Z #15 141.7 Downloading junitparser-2.1.1-py2.py3-none-any.whl.metadata (7.3 kB) 2024-08-20T22:04:30.5181112Z #15 141.7 Collecting lark==0.12.0 (from -r /opt/conda/requirements-ci.txt (line 55)) 2024-08-20T22:04:30.5182035Z #15 141.7 Downloading lark-0.12.0-py2.py3-none-any.whl.metadata (1.7 kB) 2024-08-20T22:04:30.5182956Z #15 141.7 Collecting librosa>=0.6.2 (from -r /opt/conda/requirements-ci.txt (line 60)) 2024-08-20T22:04:30.5183903Z #15 141.7 Downloading librosa-0.10.2.post1-py3-none-any.whl.metadata (8.6 kB) 2024-08-20T22:04:30.5184851Z #15 141.7 Collecting mypy==1.10.0 (from -r /opt/conda/requirements-ci.txt (line 88)) 2024-08-20T22:04:30.5185988Z #15 141.7 Downloading mypy-1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.9 kB) 2024-08-20T22:04:30.5187094Z #15 141.7 Collecting networkx==2.8.8 (from -r /opt/conda/requirements-ci.txt (line 94)) 2024-08-20T22:04:30.5188006Z #15 141.7 Downloading networkx-2.8.8-py3-none-any.whl.metadata (5.1 kB) 2024-08-20T22:04:30.5188926Z #15 141.7 Collecting numba==0.49.0 (from -r /opt/conda/requirements-ci.txt (line 106)) 2024-08-20T22:04:30.5190067Z #15 141.7 Downloading numba-0.49.0-cp38-cp38-manylinux2014_x86_64.whl.metadata (3.1 kB) 2024-08-20T22:04:30.5191073Z #15 141.7 Collecting opt-einsum==3.3 (from -r /opt/conda/requirements-ci.txt (line 132)) 2024-08-20T22:04:30.5192010Z #15 141.7 Downloading opt_einsum-3.3.0-py3-none-any.whl.metadata (6.5 kB) 2024-08-20T22:04:30.5192946Z #15 141.7 Collecting optree==0.12.1 (from -r /opt/conda/requirements-ci.txt (line 137)) 2024-08-20T22:04:30.5194098Z #15 141.7 Downloading optree-0.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (47 kB) 2024-08-20T22:04:30.5195218Z #15 141.7 Collecting pillow==10.3.0 (from -r /opt/conda/requirements-ci.txt (line 150)) 2024-08-20T22:04:30.5196242Z #15 141.7 Downloading pillow-10.3.0-cp38-cp38-manylinux_2_28_x86_64.whl.metadata (9.2 kB) 2024-08-20T22:04:30.5197266Z #15 141.7 Collecting protobuf==3.20.2 (from -r /opt/conda/requirements-ci.txt (line 155)) 2024-08-20T22:04:30.5198422Z #15 141.7 Downloading protobuf-3.20.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl.metadata (679 bytes) 2024-08-20T22:04:30.5199521Z #15 141.7 Collecting psutil (from -r /opt/conda/requirements-ci.txt (line 160)) 2024-08-20T22:04:30.5200873Z #15 141.7 Downloading psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (21 kB) 2024-08-20T22:04:30.5202190Z #15 141.7 Collecting pytest==7.3.2 (from -r /opt/conda/requirements-ci.txt (line 165)) 2024-08-20T22:04:30.5203087Z #15 141.7 Downloading pytest-7.3.2-py3-none-any.whl.metadata (8.0 kB) 2024-08-20T22:04:30.5204036Z #15 141.7 Collecting pytest-xdist==3.3.1 (from -r /opt/conda/requirements-ci.txt (line 170)) 2024-08-20T22:04:30.5205001Z #15 141.7 Downloading pytest_xdist-3.3.1-py3-none-any.whl.metadata (3.1 kB) 2024-08-20T22:04:30.5206011Z #15 141.7 Collecting pytest-flakefinder==1.1.0 (from -r /opt/conda/requirements-ci.txt (line 175)) 2024-08-20T22:04:30.5207096Z #15 141.7 Downloading pytest_flakefinder-1.1.0-py2.py3-none-any.whl.metadata (3.3 kB) 2024-08-20T22:04:30.5208203Z #15 141.7 Collecting pytest-rerunfailures>=10.3 (from -r /opt/conda/requirements-ci.txt (line 180)) 2024-08-20T22:04:30.5209249Z #15 141.7 Downloading pytest_rerunfailures-14.0-py3-none-any.whl.metadata (18 kB) 2024-08-20T22:04:30.5210241Z #15 141.7 Collecting xdoctest==1.1.0 (from -r /opt/conda/requirements-ci.txt (line 195)) 2024-08-20T22:04:30.5211160Z #15 141.7 Downloading xdoctest-1.1.0-py3-none-any.whl.metadata (37 kB) 2024-08-20T22:04:30.5212169Z #15 141.7 Collecting pygments==2.15.0 (from -r /opt/conda/requirements-ci.txt (line 200)) 2024-08-20T22:04:30.5213095Z #15 141.7 Downloading Pygments-2.15.0-py3-none-any.whl.metadata (2.5 kB) 2024-08-20T22:04:30.5214166Z #15 141.7 Collecting scikit-image==0.19.3 (from -r /opt/conda/requirements-ci.txt (line 220)) 2024-08-20T22:04:30.5215403Z #15 141.7 Downloading scikit_image-0.19.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (8.0 kB) 2024-08-20T22:04:30.5216544Z #15 141.7 Collecting scipy==1.10.1 (from -r /opt/conda/requirements-ci.txt (line 231)) 2024-08-20T22:04:30.5217679Z #15 141.7 Downloading scipy-1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (58 kB) 2024-08-20T22:04:30.5218880Z #15 141.7 Collecting tb-nightly==2.13.0a20230426 (from -r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5219931Z #15 141.7 Downloading tb_nightly-2.13.0a20230426-py3-none-any.whl.metadata (1.8 kB) 2024-08-20T22:04:30.5220939Z #15 141.7 Collecting typing-extensions (from -r /opt/conda/requirements-ci.txt (line 251)) 2024-08-20T22:04:30.5221945Z #15 141.7 Downloading typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2024-08-20T22:04:30.5223092Z #15 141.7 Collecting unittest-xml-reporting<=3.2.0,>=2.0.0 (from -r /opt/conda/requirements-ci.txt (line 261)) 2024-08-20T22:04:30.5224232Z #15 141.7 Downloading unittest_xml_reporting-3.2.0-py2.py3-none-any.whl.metadata (11 kB) 2024-08-20T22:04:30.5225279Z #15 141.7 Collecting lintrunner==0.12.5 (from -r /opt/conda/requirements-ci.txt (line 267)) 2024-08-20T22:04:30.5226535Z #15 141.7 Downloading lintrunner-0.12.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.2 kB) 2024-08-20T22:04:30.5227673Z #15 141.7 Collecting redis>=4.0.0 (from -r /opt/conda/requirements-ci.txt (line 272)) 2024-08-20T22:04:30.5228545Z #15 141.7 Downloading redis-5.0.8-py3-none-any.whl.metadata (9.2 kB) 2024-08-20T22:04:30.5229448Z #15 141.7 Collecting rockset==1.0.3 (from -r /opt/conda/requirements-ci.txt (line 276)) 2024-08-20T22:04:30.5230373Z #15 141.7 Downloading rockset-1.0.3-py3-none-any.whl.metadata (2.4 kB) 2024-08-20T22:04:30.5231463Z #15 141.7 Collecting ghstack==0.8.0 (from -r /opt/conda/requirements-ci.txt (line 281)) 2024-08-20T22:04:30.5232390Z #15 141.7 Downloading ghstack-0.8.0-py3-none-any.whl.metadata (6.8 kB) 2024-08-20T22:04:30.5233309Z #15 141.7 Collecting jinja2==3.1.4 (from -r /opt/conda/requirements-ci.txt (line 286)) 2024-08-20T22:04:30.5234195Z #15 141.7 Downloading jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) 2024-08-20T22:04:30.5235131Z #15 141.7 Collecting pytest-cpp==2.3.0 (from -r /opt/conda/requirements-ci.txt (line 291)) 2024-08-20T22:04:30.5236072Z #15 141.7 Downloading pytest_cpp-2.3.0-py3-none-any.whl.metadata (5.4 kB) 2024-08-20T22:04:30.5237038Z #15 141.7 Collecting z3-solver==4.12.2.0 (from -r /opt/conda/requirements-ci.txt (line 296)) 2024-08-20T22:04:30.5238142Z #15 141.7 Downloading z3_solver-4.12.2.0-py2.py3-none-manylinux2014_x86_64.whl.metadata (697 bytes) 2024-08-20T22:04:30.5239249Z #15 141.7 Collecting tensorboard==2.13.0 (from -r /opt/conda/requirements-ci.txt (line 301)) 2024-08-20T22:04:30.5240225Z #15 141.7 Downloading tensorboard-2.13.0-py3-none-any.whl.metadata (1.8 kB) 2024-08-20T22:04:30.5241179Z #15 141.7 Collecting pywavelets==1.4.1 (from -r /opt/conda/requirements-ci.txt (line 306)) 2024-08-20T22:04:30.5242374Z #15 141.7 Downloading PyWavelets-1.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.9 kB) 2024-08-20T22:04:30.5243618Z #15 141.7 Collecting lxml==5.0.0 (from -r /opt/conda/requirements-ci.txt (line 313)) 2024-08-20T22:04:30.5244568Z #15 141.7 Downloading lxml-5.0.0-cp38-cp38-manylinux_2_28_x86_64.whl.metadata (6.7 kB) 2024-08-20T22:04:30.5245526Z #15 141.7 Collecting PyGithub==2.3.0 (from -r /opt/conda/requirements-ci.txt (line 318)) 2024-08-20T22:04:30.5246424Z #15 141.7 Downloading PyGithub-2.3.0-py3-none-any.whl.metadata (3.8 kB) 2024-08-20T22:04:30.5247322Z #15 141.7 Collecting sympy==1.12.1 (from -r /opt/conda/requirements-ci.txt (line 320)) 2024-08-20T22:04:30.5248282Z #15 141.7 Downloading sympy-1.12.1-py3-none-any.whl.metadata (12 kB) 2024-08-20T22:04:30.5249152Z #15 141.7 Collecting onnx==1.16.1 (from -r /opt/conda/requirements-ci.txt (line 326)) 2024-08-20T22:04:30.5250244Z #15 141.7 Downloading onnx-1.16.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (16 kB) 2024-08-20T22:04:30.5251401Z #15 141.7 Collecting onnxscript==0.1.0.dev20240817 (from -r /opt/conda/requirements-ci.txt (line 331)) 2024-08-20T22:04:30.5252475Z #15 141.7 Downloading onnxscript-0.1.0.dev20240817-py3-none-any.whl.metadata (14 kB) 2024-08-20T22:04:30.5253600Z #15 141.7 Collecting botocore<1.23.0,>=1.22.12 (from boto3==1.19.12->-r /opt/conda/requirements-ci.txt (line 8)) 2024-08-20T22:04:30.5254869Z #15 141.7 Downloading botocore-1.22.12-py3-none-any.whl.metadata (5.6 kB) 2024-08-20T22:04:30.5255920Z #15 141.7 Collecting jmespath<1.0.0,>=0.7.1 (from boto3==1.19.12->-r /opt/conda/requirements-ci.txt (line 8)) 2024-08-20T22:04:30.5256981Z #15 141.7 Downloading jmespath-0.10.0-py2.py3-none-any.whl.metadata (8.0 kB) 2024-08-20T22:04:30.5258079Z #15 141.7 Collecting s3transfer<0.6.0,>=0.5.0 (from boto3==1.19.12->-r /opt/conda/requirements-ci.txt (line 8)) 2024-08-20T22:04:30.5259113Z #15 141.7 Downloading s3transfer-0.5.2-py3-none-any.whl.metadata (1.7 kB) 2024-08-20T22:04:30.5260633Z #15 141.7 Requirement already satisfied: numpy>=1.14.5 in ./envs/py_3.8/lib/python3.8/site-packages (from coremltools==5.0b5->-r /opt/conda/requirements-ci.txt (line 18)) (1.21.2) 2024-08-20T22:04:30.5262350Z #15 141.7 Collecting tqdm (from coremltools==5.0b5->-r /opt/conda/requirements-ci.txt (line 18)) 2024-08-20T22:04:30.5263297Z #15 141.7 Downloading tqdm-4.66.5-py3-none-any.whl.metadata (57 kB) 2024-08-20T22:04:30.5264288Z #15 141.7 Collecting packaging (from coremltools==5.0b5->-r /opt/conda/requirements-ci.txt (line 18)) 2024-08-20T22:04:30.5265291Z #15 141.7 Downloading packaging-24.1-py3-none-any.whl.metadata (3.2 kB) 2024-08-20T22:04:30.5266425Z #15 141.7 Collecting attrs>=19.2.0 (from hypothesis==5.35.1->-r /opt/conda/requirements-ci.txt (line 44)) 2024-08-20T22:04:30.5267386Z #15 141.7 Downloading attrs-24.2.0-py3-none-any.whl.metadata (11 kB) 2024-08-20T22:04:30.5268571Z #15 141.7 Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis==5.35.1->-r /opt/conda/requirements-ci.txt (line 44)) 2024-08-20T22:04:30.5269657Z #15 141.7 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2024-08-20T22:04:30.5270669Z #15 141.7 Collecting future (from junitparser==2.1.1->-r /opt/conda/requirements-ci.txt (line 50)) 2024-08-20T22:04:30.5271559Z #15 141.7 Downloading future-1.0.0-py3-none-any.whl.metadata (4.0 kB) 2024-08-20T22:04:30.5272525Z #15 141.7 Collecting mypy-extensions>=1.0.0 (from mypy==1.10.0->-r /opt/conda/requirements-ci.txt (line 88)) 2024-08-20T22:04:30.5273504Z #15 141.7 Downloading mypy_extensions-1.0.0-py3-none-any.whl.metadata (1.1 kB) 2024-08-20T22:04:30.5274460Z #15 141.7 Collecting tomli>=1.1.0 (from mypy==1.10.0->-r /opt/conda/requirements-ci.txt (line 88)) 2024-08-20T22:04:30.5275330Z #15 141.7 Downloading tomli-2.0.1-py3-none-any.whl.metadata (8.9 kB) 2024-08-20T22:04:30.5276347Z #15 141.7 Collecting llvmlite<=0.33.0.dev0,>=0.31.0.dev0 (from numba==0.49.0->-r /opt/conda/requirements-ci.txt (line 106)) 2024-08-20T22:04:30.5277443Z #15 141.7 Downloading llvmlite-0.32.1-cp38-cp38-manylinux1_x86_64.whl.metadata (4.4 kB) 2024-08-20T22:04:30.5278879Z #15 141.7 Requirement already satisfied: setuptools in ./envs/py_3.8/lib/python3.8/site-packages (from numba==0.49.0->-r /opt/conda/requirements-ci.txt (line 106)) (72.1.0) 2024-08-20T22:04:30.5280276Z #15 141.7 Collecting iniconfig (from pytest==7.3.2->-r /opt/conda/requirements-ci.txt (line 165)) 2024-08-20T22:04:30.5281169Z #15 141.7 Downloading iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) 2024-08-20T22:04:30.5282126Z #15 141.7 Collecting pluggy<2.0,>=0.12 (from pytest==7.3.2->-r /opt/conda/requirements-ci.txt (line 165)) 2024-08-20T22:04:30.5283099Z #15 141.7 Downloading pluggy-1.5.0-py3-none-any.whl.metadata (4.8 kB) 2024-08-20T22:04:30.5284076Z #15 141.7 Collecting exceptiongroup>=1.0.0rc8 (from pytest==7.3.2->-r /opt/conda/requirements-ci.txt (line 165)) 2024-08-20T22:04:30.5285098Z #15 141.7 Downloading exceptiongroup-1.2.2-py3-none-any.whl.metadata (6.6 kB) 2024-08-20T22:04:30.5286109Z #15 141.7 Collecting execnet>=1.1 (from pytest-xdist==3.3.1->-r /opt/conda/requirements-ci.txt (line 170)) 2024-08-20T22:04:30.5287048Z #15 141.7 Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2024-08-20T22:04:30.5288353Z #15 141.7 Requirement already satisfied: six in ./envs/py_3.8/lib/python3.8/site-packages (from xdoctest==1.1.0->-r /opt/conda/requirements-ci.txt (line 195)) (1.16.0) 2024-08-20T22:04:30.5289786Z #15 141.7 Collecting imageio>=2.4.1 (from scikit-image==0.19.3->-r /opt/conda/requirements-ci.txt (line 220)) 2024-08-20T22:04:30.5290737Z #15 141.7 Downloading imageio-2.35.1-py3-none-any.whl.metadata (4.9 kB) 2024-08-20T22:04:30.5291741Z #15 141.7 Collecting tifffile>=2019.7.26 (from scikit-image==0.19.3->-r /opt/conda/requirements-ci.txt (line 220)) 2024-08-20T22:04:30.5292733Z #15 141.7 Downloading tifffile-2023.7.10-py3-none-any.whl.metadata (31 kB) 2024-08-20T22:04:30.5293754Z #15 141.7 Collecting absl-py>=0.4 (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5295005Z #15 141.7 Downloading absl_py-2.1.0-py3-none-any.whl.metadata (2.3 kB) 2024-08-20T22:04:30.5296157Z #15 141.7 Collecting grpcio>=1.48.2 (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5297450Z #15 141.7 Downloading grpcio-1.65.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.3 kB) 2024-08-20T22:04:30.5298792Z #15 141.7 Collecting google-auth<3,>=1.6.3 (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5299922Z #15 141.7 Downloading google_auth-2.34.0-py2.py3-none-any.whl.metadata (4.7 kB) 2024-08-20T22:04:30.5301181Z #15 141.7 Collecting google-auth-oauthlib<1.1,>=0.5 (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5302435Z #15 141.7 Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl.metadata (2.7 kB) 2024-08-20T22:04:30.5303623Z #15 141.7 Collecting markdown>=2.6.8 (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5304664Z #15 141.7 Downloading Markdown-3.7-py3-none-any.whl.metadata (7.0 kB) 2024-08-20T22:04:30.5305783Z #15 141.7 Collecting requests<3,>=2.21.0 (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5306947Z #15 141.7 Downloading requests-2.32.3-py3-none-any.whl.metadata (4.6 kB) 2024-08-20T22:04:30.5308105Z #15 141.7 Collecting tensorboard-data-server<0.8.0,>=0.7.0 (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5309376Z #15 141.7 Downloading tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl.metadata (1.1 kB) 2024-08-20T22:04:30.5310545Z #15 141.7 Collecting werkzeug>=1.0.1 (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5311529Z #15 141.7 Downloading werkzeug-3.0.3-py3-none-any.whl.metadata (3.7 kB) 2024-08-20T22:04:30.5312995Z #15 141.7 Requirement already satisfied: wheel>=0.26 in ./envs/py_3.8/lib/python3.8/site-packages (from tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) (0.43.0) 2024-08-20T22:04:30.5314516Z #15 141.7 Collecting geojson<3.0.0,>=2.5.0 (from rockset==1.0.3->-r /opt/conda/requirements-ci.txt (line 276)) 2024-08-20T22:04:30.5315481Z #15 141.7 Downloading geojson-2.5.0-py2.py3-none-any.whl.metadata (15 kB) 2024-08-20T22:04:30.5316521Z #15 141.7 Collecting python_dateutil<3.0.0,>=2.5.3 (from rockset==1.0.3->-r /opt/conda/requirements-ci.txt (line 276)) 2024-08-20T22:04:30.5317595Z #15 141.7 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2024-08-20T22:04:30.5318741Z #15 141.7 Collecting urllib3<2.0.0,>=1.25.3 (from rockset==1.0.3->-r /opt/conda/requirements-ci.txt (line 276)) 2024-08-20T22:04:30.5319712Z #15 141.7 Downloading urllib3-1.26.19-py2.py3-none-any.whl.metadata (49 kB) 2024-08-20T22:04:30.5320658Z #15 141.7 Collecting aiohttp<4,>=3 (from ghstack==0.8.0->-r /opt/conda/requirements-ci.txt (line 281)) 2024-08-20T22:04:30.5321793Z #15 141.7 Downloading aiohttp-3.10.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.5 kB) 2024-08-20T22:04:30.5322934Z #15 141.7 Collecting MarkupSafe>=2.0 (from jinja2==3.1.4->-r /opt/conda/requirements-ci.txt (line 286)) 2024-08-20T22:04:30.5324096Z #15 141.7 Downloading MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.0 kB) 2024-08-20T22:04:30.5325225Z #15 141.7 Collecting colorama (from pytest-cpp==2.3.0->-r /opt/conda/requirements-ci.txt (line 291)) 2024-08-20T22:04:30.5326172Z #15 141.7 Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2024-08-20T22:04:30.5327138Z #15 141.7 Collecting pynacl>=1.4.0 (from PyGithub==2.3.0->-r /opt/conda/requirements-ci.txt (line 318)) 2024-08-20T22:04:30.5328376Z #15 141.7 Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl.metadata (8.6 kB) 2024-08-20T22:04:30.5329706Z #15 141.7 Collecting pyjwt>=2.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub==2.3.0->-r /opt/conda/requirements-ci.txt (line 318)) 2024-08-20T22:04:30.5332143Z #15 141.7 Downloading PyJWT-2.9.0-py3-none-any.whl.metadata (3.0 kB) 2024-08-20T22:04:30.5333195Z #15 141.7 Collecting Deprecated (from PyGithub==2.3.0->-r /opt/conda/requirements-ci.txt (line 318)) 2024-08-20T22:04:30.5334317Z #15 141.7 Downloading Deprecated-1.2.14-py2.py3-none-any.whl.metadata (5.4 kB) 2024-08-20T22:04:30.5335420Z #15 141.7 Collecting mpmath<1.4.0,>=1.1.0 (from sympy==1.12.1->-r /opt/conda/requirements-ci.txt (line 320)) 2024-08-20T22:04:30.5336430Z #15 141.7 Downloading mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB) 2024-08-20T22:04:30.5337499Z #15 141.7 Collecting ml-dtypes (from onnxscript==0.1.0.dev20240817->-r /opt/conda/requirements-ci.txt (line 331)) 2024-08-20T22:04:30.5338790Z #15 141.7 Downloading ml_dtypes-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (20 kB) 2024-08-20T22:04:30.5340019Z #15 141.7 Collecting audioread>=2.1.9 (from librosa>=0.6.2->-r /opt/conda/requirements-ci.txt (line 60)) 2024-08-20T22:04:30.5341041Z #15 141.7 Downloading audioread-3.0.1-py3-none-any.whl.metadata (8.4 kB) 2024-08-20T22:04:30.5342095Z #15 141.7 Collecting scikit-learn>=0.20.0 (from librosa>=0.6.2->-r /opt/conda/requirements-ci.txt (line 60)) 2024-08-20T22:04:30.5343381Z #15 141.7 Downloading scikit_learn-1.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2024-08-20T22:04:30.5344603Z #15 141.7 Collecting joblib>=0.14 (from librosa>=0.6.2->-r /opt/conda/requirements-ci.txt (line 60)) 2024-08-20T22:04:30.5345564Z #15 141.7 Downloading joblib-1.4.2-py3-none-any.whl.metadata (5.4 kB) 2024-08-20T22:04:30.5346751Z #15 141.7 Collecting decorator>=4.3.0 (from librosa>=0.6.2->-r /opt/conda/requirements-ci.txt (line 60)) 2024-08-20T22:04:30.5347688Z #15 141.7 Downloading decorator-5.1.1-py3-none-any.whl.metadata (4.0 kB) 2024-08-20T22:04:30.5348819Z #15 141.7 INFO: pip is looking at multiple versions of librosa to determine which version is compatible with other requirements. This could take a while. 2024-08-20T22:04:30.5350053Z #15 141.7 Collecting librosa>=0.6.2 (from -r /opt/conda/requirements-ci.txt (line 60)) 2024-08-20T22:04:30.5350896Z #15 141.7 Downloading librosa-0.10.2-py3-none-any.whl.metadata (8.6 kB) 2024-08-20T22:04:30.5351686Z #15 141.7 Downloading librosa-0.10.1-py3-none-any.whl.metadata (8.3 kB) 2024-08-20T22:04:30.5352508Z #15 141.7 Downloading librosa-0.10.0.post2-py3-none-any.whl.metadata (8.3 kB) 2024-08-20T22:04:30.5353375Z #15 141.7 Downloading librosa-0.10.0.post1-py3-none-any.whl.metadata (8.3 kB) 2024-08-20T22:04:30.5354301Z #15 141.7 Downloading librosa-0.10.0-py3-none-any.whl.metadata (8.3 kB) 2024-08-20T22:04:30.5355091Z #15 141.7 Downloading librosa-0.9.2-py3-none-any.whl.metadata (8.2 kB) 2024-08-20T22:04:30.5356014Z #15 141.7 Collecting resampy>=0.2.2 (from librosa>=0.6.2->-r /opt/conda/requirements-ci.txt (line 60)) 2024-08-20T22:04:30.5357096Z #15 141.7 Downloading resampy-0.4.3-py3-none-any.whl.metadata (3.0 kB) 2024-08-20T22:04:30.5358104Z #15 141.7 Collecting soundfile>=0.10.2 (from librosa>=0.6.2->-r /opt/conda/requirements-ci.txt (line 60)) 2024-08-20T22:04:30.5359215Z #15 141.7 Downloading soundfile-0.12.1-py2.py3-none-manylinux_2_31_x86_64.whl.metadata (14 kB) 2024-08-20T22:04:30.5360303Z #15 141.7 Collecting pooch>=1.0 (from librosa>=0.6.2->-r /opt/conda/requirements-ci.txt (line 60)) 2024-08-20T22:04:30.5361219Z #15 141.7 Downloading pooch-1.8.2-py3-none-any.whl.metadata (10 kB) 2024-08-20T22:04:30.5362201Z #15 141.7 Collecting async-timeout>=4.0.3 (from redis>=4.0.0->-r /opt/conda/requirements-ci.txt (line 272)) 2024-08-20T22:04:30.5363224Z #15 141.7 Downloading async_timeout-4.0.3-py3-none-any.whl.metadata (4.2 kB) 2024-08-20T22:04:30.5364374Z #15 141.7 Collecting aiohappyeyeballs>=2.3.0 (from aiohttp<4,>=3->ghstack==0.8.0->-r /opt/conda/requirements-ci.txt (line 281)) 2024-08-20T22:04:30.5365520Z #15 141.7 Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl.metadata (5.9 kB) 2024-08-20T22:04:30.5366712Z #15 141.7 Collecting aiosignal>=1.1.2 (from aiohttp<4,>=3->ghstack==0.8.0->-r /opt/conda/requirements-ci.txt (line 281)) 2024-08-20T22:04:30.5367767Z #15 141.7 Downloading aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB) 2024-08-20T22:04:30.5368966Z #15 141.7 Collecting frozenlist>=1.1.1 (from aiohttp<4,>=3->ghstack==0.8.0->-r /opt/conda/requirements-ci.txt (line 281)) 2024-08-20T22:04:30.5370395Z #15 141.7 Downloading frozenlist-1.4.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2024-08-20T22:04:30.5371797Z #15 141.7 Collecting multidict<7.0,>=4.5 (from aiohttp<4,>=3->ghstack==0.8.0->-r /opt/conda/requirements-ci.txt (line 281)) 2024-08-20T22:04:30.5373031Z #15 141.7 Downloading multidict-6.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.2 kB) 2024-08-20T22:04:30.5374491Z #15 141.7 Collecting yarl<2.0,>=1.0 (from aiohttp<4,>=3->ghstack==0.8.0->-r /opt/conda/requirements-ci.txt (line 281)) 2024-08-20T22:04:30.5375749Z #15 141.7 Downloading yarl-1.9.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB) 2024-08-20T22:04:30.5377203Z #15 141.7 Collecting cachetools<6.0,>=2.0.0 (from google-auth<3,>=1.6.3->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5378431Z #15 141.7 Downloading cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB) 2024-08-20T22:04:30.5379723Z #15 141.7 Collecting pyasn1-modules>=0.2.1 (from google-auth<3,>=1.6.3->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5380965Z #15 141.7 Downloading pyasn1_modules-0.4.0-py3-none-any.whl.metadata (3.4 kB) 2024-08-20T22:04:30.5382202Z #15 141.7 Collecting rsa<5,>=3.1.4 (from google-auth<3,>=1.6.3->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5383305Z #15 141.7 Downloading rsa-4.9-py3-none-any.whl.metadata (4.2 kB) 2024-08-20T22:04:30.5384625Z #15 141.7 Collecting requests-oauthlib>=0.7.0 (from google-auth-oauthlib<1.1,>=0.5->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5385979Z #15 141.7 Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl.metadata (11 kB) 2024-08-20T22:04:30.5387354Z #15 141.7 Collecting importlib-metadata>=4.4 (from markdown>=2.6.8->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5388515Z #15 141.7 Downloading importlib_metadata-8.4.0-py3-none-any.whl.metadata (4.7 kB) 2024-08-20T22:04:30.5389645Z #15 141.7 Collecting platformdirs>=2.5.0 (from pooch>=1.0->librosa>=0.6.2->-r /opt/conda/requirements-ci.txt (line 60)) 2024-08-20T22:04:30.5390673Z #15 141.7 Downloading platformdirs-4.2.2-py3-none-any.whl.metadata (11 kB) 2024-08-20T22:04:30.5391793Z #15 141.7 Collecting cryptography>=3.4.0 (from pyjwt[crypto]>=2.4.0->PyGithub==2.3.0->-r /opt/conda/requirements-ci.txt (line 318)) 2024-08-20T22:04:30.5392989Z #15 141.7 Downloading cryptography-43.0.0-cp37-abi3-manylinux_2_28_x86_64.whl.metadata (5.4 kB) 2024-08-20T22:04:30.5394111Z #15 141.7 Collecting cffi>=1.4.1 (from pynacl>=1.4.0->PyGithub==2.3.0->-r /opt/conda/requirements-ci.txt (line 318)) 2024-08-20T22:04:30.5395284Z #15 141.7 Downloading cffi-1.17.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB) 2024-08-20T22:04:30.5396634Z #15 141.7 Collecting charset-normalizer<4,>=2 (from requests<3,>=2.21.0->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5398032Z #15 141.7 Downloading charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (33 kB) 2024-08-20T22:04:30.5399366Z #15 141.7 Collecting idna<4,>=2.5 (from requests<3,>=2.21.0->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5400377Z #15 141.7 Downloading idna-3.7-py3-none-any.whl.metadata (9.9 kB) 2024-08-20T22:04:30.5401485Z #15 141.7 Collecting certifi>=2017.4.17 (from requests<3,>=2.21.0->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5402618Z #15 141.7 Downloading certifi-2024.7.4-py3-none-any.whl.metadata (2.2 kB) 2024-08-20T22:04:30.5403758Z #15 141.7 INFO: pip is looking at multiple versions of resampy to determine which version is compatible with other requirements. This could take a while. 2024-08-20T22:04:30.5405087Z #15 141.7 Collecting resampy>=0.2.2 (from librosa>=0.6.2->-r /opt/conda/requirements-ci.txt (line 60)) 2024-08-20T22:04:30.5405996Z #15 141.7 Downloading resampy-0.4.2-py3-none-any.whl.metadata (2.8 kB) 2024-08-20T22:04:30.5406773Z #15 141.7 Downloading resampy-0.4.1-py3-none-any.whl.metadata (2.8 kB) 2024-08-20T22:04:30.5407553Z #15 141.7 Downloading resampy-0.4.0-py3-none-any.whl.metadata (2.8 kB) 2024-08-20T22:04:30.5408330Z #15 141.7 Downloading resampy-0.3.1-py3-none-any.whl.metadata (2.8 kB) 2024-08-20T22:04:30.5409411Z #15 141.7 Collecting threadpoolctl>=2.0.0 (from scikit-learn>=0.20.0->librosa>=0.6.2->-r /opt/conda/requirements-ci.txt (line 60)) 2024-08-20T22:04:30.5410496Z #15 141.7 Downloading threadpoolctl-3.5.0-py3-none-any.whl.metadata (13 kB) 2024-08-20T22:04:30.5411541Z #15 141.7 Collecting wrapt<2,>=1.10 (from Deprecated->PyGithub==2.3.0->-r /opt/conda/requirements-ci.txt (line 318)) 2024-08-20T22:04:30.5412931Z #15 141.7 Downloading wrapt-1.16.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.6 kB) 2024-08-20T22:04:30.5414584Z #15 141.7 Collecting pycparser (from cffi>=1.4.1->pynacl>=1.4.0->PyGithub==2.3.0->-r /opt/conda/requirements-ci.txt (line 318)) 2024-08-20T22:04:30.5415736Z #15 141.7 Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes) 2024-08-20T22:04:30.5417080Z #15 141.7 Collecting zipp>=0.5 (from importlib-metadata>=4.4->markdown>=2.6.8->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5418293Z #15 141.7 Downloading zipp-3.20.0-py3-none-any.whl.metadata (3.6 kB) 2024-08-20T22:04:30.5419667Z #15 141.7 Collecting pyasn1<0.7.0,>=0.4.6 (from pyasn1-modules>=0.2.1->google-auth<3,>=1.6.3->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5420989Z #15 141.7 Downloading pyasn1-0.6.0-py2.py3-none-any.whl.metadata (8.3 kB) 2024-08-20T22:04:30.5422456Z #15 141.7 Collecting oauthlib>=3.0.0 (from requests-oauthlib>=0.7.0->google-auth-oauthlib<1.1,>=0.5->tb-nightly==2.13.0a20230426->-r /opt/conda/requirements-ci.txt (line 245)) 2024-08-20T22:04:30.5423809Z #15 141.7 Downloading oauthlib-3.2.2-py3-none-any.whl.metadata (7.5 kB) 2024-08-20T22:04:30.5424677Z #15 141.7 Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2024-08-20T22:04:30.5425509Z #15 141.7 Downloading coremltools-5.0b5-cp38-none-manylinux1_x86_64.whl (1.5 MB) 2024-08-20T22:04:30.5426303Z #15 141.7 Downloading dill-0.3.7-py3-none-any.whl (115 kB) 2024-08-20T22:04:30.5427087Z #15 141.7 Downloading expecttest-0.1.6-py3-none-any.whl (6.5 kB) 2024-08-20T22:04:30.5427799Z #15 141.7 Downloading flatbuffers-2.0-py2.py3-none-any.whl (26 kB) 2024-08-20T22:04:30.5428520Z #15 141.7 Downloading hypothesis-5.35.1-py3-none-any.whl (334 kB) 2024-08-20T22:04:30.5429240Z #15 141.7 Downloading junitparser-2.1.1-py2.py3-none-any.whl (10 kB) 2024-08-20T22:04:30.5429955Z #15 141.7 Downloading lark-0.12.0-py2.py3-none-any.whl (103 kB) 2024-08-20T22:04:30.5431139Z #15 141.7 Downloading mypy-1.10.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.7 MB) 2024-08-20T22:04:30.5432067Z #15 141.7 Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2024-08-20T22:04:30.5432900Z #15 141.7 Downloading numba-0.49.0-cp38-cp38-manylinux2014_x86_64.whl (3.6 MB) 2024-08-20T22:04:30.5433718Z #15 141.7 Downloading opt_einsum-3.3.0-py3-none-any.whl (65 kB) 2024-08-20T22:04:30.5434678Z #15 141.7 Downloading optree-0.12.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (347 kB) 2024-08-20T22:04:30.5435723Z #15 141.7 Downloading pillow-10.3.0-cp38-cp38-manylinux_2_28_x86_64.whl (4.5 MB) 2024-08-20T22:04:30.5436777Z #15 141.7 Downloading protobuf-3.20.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl (1.0 MB) 2024-08-20T22:04:30.5437786Z #15 141.7 Downloading pytest-7.3.2-py3-none-any.whl (320 kB) 2024-08-20T22:04:30.5438506Z #15 141.7 Downloading pytest_xdist-3.3.1-py3-none-any.whl (41 kB) 2024-08-20T22:04:30.5439335Z #15 141.7 Downloading pytest_flakefinder-1.1.0-py2.py3-none-any.whl (4.6 kB) 2024-08-20T22:04:30.5440144Z #15 141.7 Downloading xdoctest-1.1.0-py3-none-any.whl (135 kB) 2024-08-20T22:04:30.5440863Z #15 141.7 Downloading Pygments-2.15.0-py3-none-any.whl (1.1 MB) 2024-08-20T22:04:30.5441890Z #15 141.7 Downloading scikit_image-0.19.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (14.0 MB) 2024-08-20T22:04:30.5443115Z #15 141.7 Downloading scipy-1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (34.5 MB) 2024-08-20T22:04:30.5444380Z #15 141.7 Downloading tb_nightly-2.13.0a20230426-py3-none-any.whl (5.6 MB) 2024-08-20T22:04:30.5445450Z #15 141.7 Downloading lintrunner-0.12.5-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.9 MB) 2024-08-20T22:04:30.5446416Z #15 141.7 Downloading rockset-1.0.3-py3-none-any.whl (699 kB) 2024-08-20T22:04:30.5447123Z #15 141.7 Downloading ghstack-0.8.0-py3-none-any.whl (89 kB) 2024-08-20T22:04:30.5447798Z #15 141.7 Downloading jinja2-3.1.4-py3-none-any.whl (133 kB) 2024-08-20T22:04:30.5448503Z #15 141.7 Downloading pytest_cpp-2.3.0-py3-none-any.whl (14 kB) 2024-08-20T22:04:30.5449391Z #15 141.7 Downloading z3_solver-4.12.2.0-py2.py3-none-manylinux2014_x86_64.whl (55.7 MB) 2024-08-20T22:04:30.5450311Z #15 141.7 Downloading tensorboard-2.13.0-py3-none-any.whl (5.6 MB) 2024-08-20T22:04:30.5451325Z #15 141.7 Downloading PyWavelets-1.4.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.9 MB) 2024-08-20T22:04:30.5452377Z #15 141.7 Downloading lxml-5.0.0-cp38-cp38-manylinux_2_28_x86_64.whl (8.0 MB) 2024-08-20T22:04:30.5453175Z #15 141.7 Downloading PyGithub-2.3.0-py3-none-any.whl (354 kB) 2024-08-20T22:04:30.5453951Z #15 141.7 Downloading sympy-1.12.1-py3-none-any.whl (5.7 MB) 2024-08-20T22:04:30.5454892Z #15 141.7 Downloading onnx-1.16.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (15.9 MB) 2024-08-20T22:04:30.5455927Z #15 141.7 Downloading onnxscript-0.1.0.dev20240817-py3-none-any.whl (660 kB) 2024-08-20T22:04:30.5456713Z #15 141.7 Downloading click-8.1.7-py3-none-any.whl (97 kB) 2024-08-20T22:04:30.5457391Z #15 141.7 Downloading librosa-0.9.2-py3-none-any.whl (214 kB) 2024-08-20T22:04:30.5458600Z #15 141.7 Downloading psutil-6.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (290 kB) 2024-08-20T22:04:30.5459909Z #15 141.7 Downloading pytest_rerunfailures-14.0-py3-none-any.whl (12 kB) 2024-08-20T22:04:30.5460736Z #15 141.7 Downloading typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-20T22:04:30.5461612Z #15 141.7 Downloading unittest_xml_reporting-3.2.0-py2.py3-none-any.whl (20 kB) 2024-08-20T22:04:30.5462407Z #15 141.7 Downloading redis-5.0.8-py3-none-any.whl (255 kB) 2024-08-20T22:04:30.5463100Z #15 141.7 Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-20T22:04:30.5464055Z #15 141.7 Downloading aiohttp-3.10.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-20T22:04:30.5465023Z #15 141.7 Downloading async_timeout-4.0.3-py3-none-any.whl (5.7 kB) 2024-08-20T22:04:30.5465748Z #15 141.7 Downloading attrs-24.2.0-py3-none-any.whl (63 kB) 2024-08-20T22:04:30.5466534Z #15 141.7 Downloading audioread-3.0.1-py3-none-any.whl (23 kB) 2024-08-20T22:04:30.5467250Z #15 141.7 Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2024-08-20T22:04:30.5467972Z #15 141.7 Downloading decorator-5.1.1-py3-none-any.whl (9.1 kB) 2024-08-20T22:04:30.5468793Z #15 141.7 Downloading exceptiongroup-1.2.2-py3-none-any.whl (16 kB) 2024-08-20T22:04:30.5469476Z #15 141.7 Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2024-08-20T22:04:30.5470143Z #15 141.7 Downloading geojson-2.5.0-py2.py3-none-any.whl (14 kB) 2024-08-20T22:04:30.5470854Z #15 141.7 Downloading google_auth-2.34.0-py2.py3-none-any.whl (200 kB) 2024-08-20T22:04:30.5471699Z #15 141.7 Downloading google_auth_oauthlib-1.0.0-py2.py3-none-any.whl (18 kB) 2024-08-20T22:04:30.5472678Z #15 141.7 Downloading grpcio-1.65.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (5.7 MB) 2024-08-20T22:04:30.5473544Z #15 141.7 Downloading imageio-2.35.1-py3-none-any.whl (315 kB) 2024-08-20T22:04:30.5474229Z #15 141.7 Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2024-08-20T22:04:30.5474911Z #15 141.7 Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-20T22:04:30.5475673Z #15 141.7 Downloading llvmlite-0.32.1-cp38-cp38-manylinux1_x86_64.whl (20.2 MB) 2024-08-20T22:04:30.5476409Z #15 141.7 Downloading Markdown-3.7-py3-none-any.whl (106 kB) 2024-08-20T22:04:30.5477317Z #15 141.7 Downloading MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26 kB) 2024-08-20T22:04:30.5478186Z #15 141.7 Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-20T22:04:30.5478868Z #15 141.7 Downloading mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB) 2024-08-20T22:04:30.5479574Z #15 141.7 Downloading packaging-24.1-py3-none-any.whl (53 kB) 2024-08-20T22:04:30.5480224Z #15 141.7 Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) 2024-08-20T22:04:30.5480835Z #15 141.7 Downloading pooch-1.8.2-py3-none-any.whl (64 kB) 2024-08-20T22:04:30.5481458Z #15 141.7 Downloading PyJWT-2.9.0-py3-none-any.whl (22 kB) 2024-08-20T22:04:30.5482449Z #15 141.7 Downloading PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (856 kB) 2024-08-20T22:04:30.5483527Z #15 141.7 Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2024-08-20T22:04:30.5484283Z #15 141.7 Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-20T22:04:30.5484943Z #15 141.7 Downloading resampy-0.3.1-py3-none-any.whl (3.1 MB) 2024-08-20T22:04:30.5485613Z #15 141.7 Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2024-08-20T22:04:30.5486536Z #15 141.7 Downloading scikit_learn-1.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.1 MB) 2024-08-20T22:04:30.5487519Z #15 141.7 Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-08-20T22:04:30.5488404Z #15 141.7 Downloading soundfile-0.12.1-py2.py3-none-manylinux_2_31_x86_64.whl (1.2 MB) 2024-08-20T22:04:30.5489376Z #15 141.7 Downloading tensorboard_data_server-0.7.2-py3-none-manylinux_2_31_x86_64.whl (6.6 MB) 2024-08-20T22:04:30.5490233Z #15 141.7 Downloading tifffile-2023.7.10-py3-none-any.whl (220 kB) 2024-08-20T22:04:30.5490954Z #15 141.7 Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2024-08-20T22:04:30.5491627Z #15 141.7 Downloading urllib3-1.26.19-py2.py3-none-any.whl (143 kB) 2024-08-20T22:04:30.5492312Z #15 141.7 Downloading werkzeug-3.0.3-py3-none-any.whl (227 kB) 2024-08-20T22:04:30.5493003Z #15 141.7 Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-20T22:04:30.5493738Z #15 141.7 Downloading Deprecated-1.2.14-py2.py3-none-any.whl (9.6 kB) 2024-08-20T22:04:30.5494679Z #15 141.7 Downloading future-1.0.0-py3-none-any.whl (491 kB) 2024-08-20T22:04:30.5495398Z #15 141.7 Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2024-08-20T22:04:30.5496385Z #15 141.7 Downloading ml_dtypes-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.0 MB) 2024-08-20T22:04:30.5497291Z #15 141.7 Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-20T22:04:30.5498042Z #15 141.7 Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-20T22:04:30.5498826Z #15 141.7 Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-20T22:04:30.5499560Z #15 141.7 Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-20T22:04:30.5500303Z #15 141.7 Downloading certifi-2024.7.4-py3-none-any.whl (162 kB) 2024-08-20T22:04:30.5501262Z #15 141.7 Downloading cffi-1.17.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (446 kB) 2024-08-20T22:04:30.5502506Z #15 141.7 Downloading charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (141 kB) 2024-08-20T22:04:30.5503652Z #15 141.7 Downloading cryptography-43.0.0-cp37-abi3-manylinux_2_28_x86_64.whl (4.0 MB) 2024-08-20T22:04:30.5505088Z #15 141.7 Downloading frozenlist-1.4.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (240 kB) 2024-08-20T22:04:30.5506197Z #15 141.7 Downloading idna-3.7-py3-none-any.whl (66 kB) 2024-08-20T22:04:30.5507002Z #15 141.7 Downloading importlib_metadata-8.4.0-py3-none-any.whl (26 kB) 2024-08-20T22:04:30.5507963Z #15 141.7 Downloading multidict-6.0.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (129 kB) 2024-08-20T22:04:30.5508878Z #15 141.7 Downloading platformdirs-4.2.2-py3-none-any.whl (18 kB) 2024-08-20T22:04:30.5509607Z #15 141.7 Downloading pyasn1_modules-0.4.0-py3-none-any.whl (181 kB) 2024-08-20T22:04:30.5510361Z #15 141.7 Downloading requests_oauthlib-2.0.0-py2.py3-none-any.whl (24 kB) 2024-08-20T22:04:30.5511043Z #15 141.7 Downloading rsa-4.9-py3-none-any.whl (34 kB) 2024-08-20T22:04:30.5511701Z #15 141.7 Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-20T22:04:30.5512819Z #15 141.7 Downloading wrapt-1.16.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (83 kB) 2024-08-20T22:04:30.5514057Z #15 141.7 Downloading yarl-1.9.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (308 kB) 2024-08-20T22:04:30.5514906Z #15 141.7 Downloading oauthlib-3.2.2-py3-none-any.whl (151 kB) 2024-08-20T22:04:30.5515563Z #15 141.7 Downloading pyasn1-0.6.0-py2.py3-none-any.whl (85 kB) 2024-08-20T22:04:30.5516221Z #15 141.7 Downloading zipp-3.20.0-py3-none-any.whl (9.4 kB) 2024-08-20T22:04:30.5516868Z #15 141.7 Downloading pycparser-2.22-py3-none-any.whl (117 kB) 2024-08-20T22:04:30.5524058Z #15 141.7 Installing collected packages: z3-solver, sortedcontainers, mpmath, llvmlite, lark, geojson, flatbuffers, zipp, xdoctest, wrapt, urllib3, typing-extensions, tqdm, tomli, tifffile, threadpoolctl, tensorboard-data-server, sympy, scipy, pywavelets, python_dateutil, pyjwt, pygments, pycparser, pyasn1, psutil, protobuf, pluggy, platformdirs, pillow, packaging, opt-einsum, oauthlib, numba, networkx, mypy-extensions, multidict, ml-dtypes, MarkupSafe, lxml, lintrunner, joblib, jmespath, iniconfig, idna, grpcio, future, frozenlist, expecttest, execnet, exceptiongroup, dill, decorator, colorama, click, charset-normalizer, certifi, cachetools, audioread, attrs, async-timeout, aiohappyeyeballs, absl-py, yarl, werkzeug, unittest-xml-reporting, scikit-learn, rsa, rockset, resampy, requests, redis, pytest, pyasn1-modules, optree, onnx, mypy, junitparser, jinja2, importlib-metadata, imageio, hypothesis, Deprecated, coremltools, cffi, botocore, aiosignal, soundfile, scikit-image, s3transfer, requests-oauthlib, pytest-xdist, pytest-rerunfailures, pytest-flakefinder, pytest-cpp, pynacl, pooch, onnxscript, markdown, google-auth, cryptography, aiohttp, librosa, google-auth-oauthlib, ghstack, boto3, tensorboard, tb-nightly, PyGithub 2024-08-20T22:04:30.5542665Z #15 141.7 Successfully installed Deprecated-1.2.14 MarkupSafe-2.1.5 PyGithub-2.3.0 absl-py-2.1.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiosignal-1.3.1 async-timeout-4.0.3 attrs-24.2.0 audioread-3.0.1 boto3-1.19.12 botocore-1.22.12 cachetools-5.5.0 certifi-2024.7.4 cffi-1.17.0 charset-normalizer-3.3.2 click-8.1.7 colorama-0.4.6 coremltools-5.0b5 cryptography-43.0.0 decorator-5.1.1 dill-0.3.7 exceptiongroup-1.2.2 execnet-2.1.1 expecttest-0.1.6 flatbuffers-2.0 frozenlist-1.4.1 future-1.0.0 geojson-2.5.0 ghstack-0.8.0 google-auth-2.34.0 google-auth-oauthlib-1.0.0 grpcio-1.65.5 hypothesis-5.35.1 idna-3.7 imageio-2.35.1 importlib-metadata-8.4.0 iniconfig-2.0.0 jinja2-3.1.4 jmespath-0.10.0 joblib-1.4.2 junitparser-2.1.1 lark-0.12.0 librosa-0.9.2 lintrunner-0.12.5 llvmlite-0.32.1 lxml-5.0.0 markdown-3.7 ml-dtypes-0.2.0 mpmath-1.3.0 multidict-6.0.5 mypy-1.10.0 mypy-extensions-1.0.0 networkx-2.8.8 numba-0.49.0 oauthlib-3.2.2 onnx-1.16.1 onnxscript-0.1.0.dev20240817 opt-einsum-3.3.0 optree-0.12.1 packaging-24.1 pillow-10.3.0 platformdirs-4.2.2 pluggy-1.5.0 pooch-1.8.2 protobuf-3.20.2 psutil-6.0.0 pyasn1-0.6.0 pyasn1-modules-0.4.0 pycparser-2.22 pygments-2.15.0 pyjwt-2.9.0 pynacl-1.5.0 pytest-7.3.2 pytest-cpp-2.3.0 pytest-flakefinder-1.1.0 pytest-rerunfailures-14.0 pytest-xdist-3.3.1 python_dateutil-2.9.0.post0 pywavelets-1.4.1 redis-5.0.8 requests-2.32.3 requests-oauthlib-2.0.0 resampy-0.3.1 rockset-1.0.3 rsa-4.9 s3transfer-0.5.2 scikit-image-0.19.3 scikit-learn-1.3.2 scipy-1.10.1 sortedcontainers-2.4.0 soundfile-0.12.1 sympy-1.12.1 tb-nightly-2.13.0a20230426 tensorboard-2.13.0 tensorboard-data-server-0.7.2 threadpoolctl-3.5.0 tifffile-2023.7.10 tomli-2.0.1 tqdm-4.66.5 typing-extensions-4.12.2 unittest-xml-reporting-3.2.0 urllib3-1.26.19 werkzeug-3.0.3 wrapt-1.16.0 xdoctest-1.1.0 yarl-1.9.4 z3-solver-4.12.2.0 zipp-3.20.0 2024-08-20T22:04:30.5553662Z #15 141.7 2024-08-20T22:04:30.7064797Z #15 141.7 + pip_install -U scikit-learn 2024-08-20T22:04:30.7065646Z #15 141.7 + as_jenkins conda run -n py_3.8 pip install --progress-bar off -U scikit-learn 2024-08-20T22:04:30.7067940Z #15 141.7 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/bin:/opt/conda/envs/py_3.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda run -n py_3.8 pip install --progress-bar off -U scikit-learn 2024-08-20T22:04:31.7930026Z #15 143.0 Requirement already satisfied: scikit-learn in ./envs/py_3.8/lib/python3.8/site-packages (1.3.2) 2024-08-20T22:04:31.7931748Z #15 143.0 Requirement already satisfied: numpy<2.0,>=1.17.3 in ./envs/py_3.8/lib/python3.8/site-packages (from scikit-learn) (1.21.2) 2024-08-20T22:04:31.7933258Z #15 143.0 Requirement already satisfied: scipy>=1.5.0 in ./envs/py_3.8/lib/python3.8/site-packages (from scikit-learn) (1.10.1) 2024-08-20T22:04:31.7934833Z #15 143.0 Requirement already satisfied: joblib>=1.1.1 in ./envs/py_3.8/lib/python3.8/site-packages (from scikit-learn) (1.4.2) 2024-08-20T22:04:31.7936348Z #15 143.0 Requirement already satisfied: threadpoolctl>=2.0.0 in ./envs/py_3.8/lib/python3.8/site-packages (from scikit-learn) (3.5.0) 2024-08-20T22:04:31.7937245Z #15 143.0 2024-08-20T22:04:31.9832547Z #15 143.0 / 2024-08-20T22:04:31.9833140Z #15 143.0 + '[' -n '' ']' 2024-08-20T22:04:31.9833514Z #15 143.0 + popd 2024-08-20T22:04:38.1016253Z #15 DONE 149.3s 2024-08-20T22:04:38.2845852Z 2024-08-20T22:04:38.2846502Z #16 [12/49] COPY ./common/install_gcc.sh install_gcc.sh 2024-08-20T22:04:38.2847242Z #16 DONE 0.0s 2024-08-20T22:04:38.2847426Z 2024-08-20T22:04:38.2847670Z #17 [13/49] RUN bash ./install_gcc.sh && rm install_gcc.sh 2024-08-20T22:04:38.5778675Z #17 0.444 + '[' -n 9 ']' 2024-08-20T22:04:38.5779375Z #17 0.444 + add-apt-repository ppa:ubuntu-toolchain-r/test 2024-08-20T22:04:39.0794835Z #17 0.945 Toolchain test builds; see https://wiki.ubuntu.com/ToolChain 2024-08-20T22:04:39.0795492Z #17 0.945 2024-08-20T22:04:39.0796341Z #17 0.945 More info: https://launchpad.net/~ubuntu-toolchain-r/+archive/ubuntu/test 2024-08-20T22:04:39.6132832Z #17 1.479 Get:1 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] 2024-08-20T22:04:39.7707060Z #17 1.483 Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-08-20T22:04:39.7708103Z #17 1.554 Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-08-20T22:04:39.7709063Z #17 1.572 Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-08-20T22:04:39.7710153Z #17 1.637 Get:5 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1257 kB] 2024-08-20T22:04:39.8904074Z #17 1.719 Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] 2024-08-20T22:04:39.8905389Z #17 1.721 Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3887 kB] 2024-08-20T22:04:39.8906546Z #17 1.757 Get:8 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.9 kB] 2024-08-20T22:04:40.0039864Z #17 1.757 Get:9 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3867 kB] 2024-08-20T22:04:40.0040940Z #17 1.836 Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] 2024-08-20T22:04:40.0042114Z #17 1.843 Get:11 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] 2024-08-20T22:04:40.0043100Z #17 1.843 Get:12 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] 2024-08-20T22:04:40.0044215Z #17 1.845 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4356 kB] 2024-08-20T22:04:40.0045350Z #17 1.870 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4023 kB] 2024-08-20T22:04:40.1881885Z #17 1.895 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1544 kB] 2024-08-20T22:04:40.1884113Z #17 1.903 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.5 kB] 2024-08-20T22:04:40.1886246Z #17 1.904 Get:17 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] 2024-08-20T22:04:40.1888357Z #17 1.904 Get:18 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] 2024-08-20T22:04:43.8987194Z #17 5.765 Get:19 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease [24.6 kB] 2024-08-20T22:04:44.1389385Z #17 6.005 Get:20 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal/main amd64 Packages [28.7 kB] 2024-08-20T22:04:44.3263869Z #17 6.042 Fetched 32.6 MB in 5s (7101 kB/s) 2024-08-20T22:04:45.0289742Z #17 6.042 Reading package lists... 2024-08-20T22:04:45.1314951Z #17 6.913 + apt-get update 2024-08-20T22:04:45.1315698Z #17 6.998 Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-08-20T22:04:45.2472126Z #17 7.113 Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2024-08-20T22:04:45.3967542Z #17 7.187 Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-08-20T22:04:45.3968472Z #17 7.263 Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-08-20T22:04:47.6528370Z #17 9.519 Hit:5 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease 2024-08-20T22:04:48.5741809Z #17 9.600 Reading package lists... 2024-08-20T22:04:48.7784815Z #17 10.46 + apt-get install -y g++-9 2024-08-20T22:04:49.4756078Z #17 10.49 Reading package lists... 2024-08-20T22:04:49.6406727Z #17 11.36 Building dependency tree... 2024-08-20T22:04:49.7913438Z #17 11.51 Reading state information... 2024-08-20T22:04:49.8096413Z #17 11.68 g++-9 is already the newest version (9.4.0-1ubuntu1~20.04.2). 2024-08-20T22:04:49.8097100Z #17 11.68 g++-9 set to manually installed. 2024-08-20T22:04:49.8098009Z #17 11.68 0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded. 2024-08-20T22:04:50.0087497Z #17 11.68 + update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 50 2024-08-20T22:04:50.0088604Z #17 11.68 update-alternatives: using /usr/bin/gcc-9 to provide /usr/bin/gcc (gcc) in auto mode 2024-08-20T22:04:50.0089576Z #17 11.68 + update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-9 50 2024-08-20T22:04:50.0090572Z #17 11.69 update-alternatives: using /usr/bin/g++-9 to provide /usr/bin/g++ (g++) in auto mode 2024-08-20T22:04:50.0091568Z #17 11.69 + update-alternatives --install /usr/bin/gcov gcov /usr/bin/gcov-9 50 2024-08-20T22:04:50.0092589Z #17 11.69 update-alternatives: using /usr/bin/gcov-9 to provide /usr/bin/gcov (gcov) in auto mode 2024-08-20T22:04:50.0093340Z #17 11.69 + apt-get autoclean 2024-08-20T22:04:50.7003657Z #17 11.72 Reading package lists... 2024-08-20T22:04:50.8614028Z #17 12.59 Building dependency tree... 2024-08-20T22:04:51.0618535Z #17 12.73 Reading state information... 2024-08-20T22:04:51.0619249Z #17 12.74 + apt-get clean 2024-08-20T22:04:51.0633110Z #17 12.74 + rm -rf /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-backports_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-backports_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-backports_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/auxfiles /var/lib/apt/lists/lock /var/lib/apt/lists/partial /var/lib/apt/lists/ppa.launchpad.net_ubuntu-toolchain-r_test_ubuntu_dists_focal_InRelease /var/lib/apt/lists/ppa.launchpad.net_ubuntu-toolchain-r_test_ubuntu_dists_focal_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_InRelease /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_universe_binary-amd64_Packages.lz4 /tmp/Miniconda3-latest-Linux-x86_64.sh /tmp/tmpkfo0_qgq '/var/tmp/*' 2024-08-20T22:04:51.0645347Z #17 DONE 12.8s 2024-08-20T22:04:51.0645535Z 2024-08-20T22:04:51.0645794Z #18 [14/49] COPY ./common/install_protobuf.sh install_protobuf.sh 2024-08-20T22:04:51.1441942Z #18 DONE 0.2s 2024-08-20T22:04:51.2968364Z 2024-08-20T22:04:51.2969254Z #19 [15/49] RUN if [ -n "yes" ]; then bash ./install_protobuf.sh; fi 2024-08-20T22:04:51.8167823Z #19 0.671 + pb_dir=/usr/temp_pb_install_dir 2024-08-20T22:04:51.8169106Z #19 0.671 + mkdir -p /usr/temp_pb_install_dir 2024-08-20T22:04:51.9492944Z #19 0.672 + ln -s /usr/lib64 /usr/temp_pb_install_dir/lib64 2024-08-20T22:04:51.9494490Z #19 0.673 + curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.17.3/protobuf-all-3.17.3.tar.gz --retry 3 2024-08-20T22:04:51.9495663Z #19 0.680 % Total % Received % Xferd Average Speed Time Time Time Current 2024-08-20T22:04:51.9496445Z #19 0.680 Dload Upload Total Spent Left Speed 2024-08-20T22:04:51.9497278Z #19 0.680 2024-08-20T22:04:51.9497756Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-20T22:04:51.9498434Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-20T22:04:51.9498918Z #19 0.803 2024-08-20T22:04:51.9499412Z 100 7453k 100 7453k 0 0 59.1M 0 --:--:-- --:--:-- --:--:-- 59.1M 2024-08-20T22:04:52.0492823Z #19 0.805 + tar -xvz --no-same-owner -C /usr/temp_pb_install_dir --strip-components 1 -f protobuf-all-3.17.3.tar.gz 2024-08-20T22:04:52.0493761Z #19 0.808 protobuf-3.17.3/WORKSPACE 2024-08-20T22:04:52.0494327Z #19 0.808 protobuf-3.17.3/test-driver 2024-08-20T22:04:52.0494783Z #19 0.808 protobuf-3.17.3/config.h.in 2024-08-20T22:04:52.0495226Z #19 0.808 protobuf-3.17.3/benchmarks/ 2024-08-20T22:04:52.0495697Z #19 0.808 protobuf-3.17.3/benchmarks/gogo/ 2024-08-20T22:04:52.0496275Z #19 0.808 protobuf-3.17.3/benchmarks/gogo/cpp_no_group/ 2024-08-20T22:04:52.0497016Z #19 0.808 protobuf-3.17.3/benchmarks/gogo/cpp_no_group/cpp_benchmark.cc 2024-08-20T22:04:52.0497703Z #19 0.808 protobuf-3.17.3/benchmarks/datasets/ 2024-08-20T22:04:52.0498342Z #19 0.808 protobuf-3.17.3/benchmarks/datasets/google_message2/ 2024-08-20T22:04:52.0499263Z #19 0.808 protobuf-3.17.3/benchmarks/datasets/google_message2/benchmark_message2.proto 2024-08-20T22:04:52.0500115Z #19 0.808 protobuf-3.17.3/benchmarks/datasets/google_message4/ 2024-08-20T22:04:52.0501002Z #19 0.808 protobuf-3.17.3/benchmarks/datasets/google_message4/benchmark_message4_1.proto 2024-08-20T22:04:52.0502282Z #19 0.808 protobuf-3.17.3/benchmarks/datasets/google_message4/benchmark_message4_2.proto 2024-08-20T22:04:52.0503328Z #19 0.808 protobuf-3.17.3/benchmarks/datasets/google_message4/benchmark_message4_3.proto 2024-08-20T22:04:52.0504355Z #19 0.808 protobuf-3.17.3/benchmarks/datasets/google_message4/benchmark_message4.proto 2024-08-20T22:04:52.0505222Z #19 0.808 protobuf-3.17.3/benchmarks/datasets/google_message1/ 2024-08-20T22:04:52.0505982Z #19 0.808 protobuf-3.17.3/benchmarks/datasets/google_message1/proto3/ 2024-08-20T22:04:52.0506996Z #19 0.808 protobuf-3.17.3/benchmarks/datasets/google_message1/proto3/benchmark_message1_proto3.proto 2024-08-20T22:04:52.0507981Z #19 0.808 protobuf-3.17.3/benchmarks/datasets/google_message1/proto2/ 2024-08-20T22:04:52.0508988Z #19 0.809 protobuf-3.17.3/benchmarks/datasets/google_message1/proto2/benchmark_message1_proto2.proto 2024-08-20T22:04:52.0509919Z #19 0.809 protobuf-3.17.3/benchmarks/datasets/google_message3/ 2024-08-20T22:04:52.0510815Z #19 0.809 protobuf-3.17.3/benchmarks/datasets/google_message3/benchmark_message3_5.proto 2024-08-20T22:04:52.0511979Z #19 0.809 protobuf-3.17.3/benchmarks/datasets/google_message3/benchmark_message3_1.proto 2024-08-20T22:04:52.0523489Z #19 0.809 protobuf-3.17.3/benchmarks/datasets/google_message3/benchmark_message3_7.proto 2024-08-20T22:04:52.0524570Z #19 0.809 protobuf-3.17.3/benchmarks/datasets/google_message3/benchmark_message3_6.proto 2024-08-20T22:04:52.0525629Z #19 0.809 protobuf-3.17.3/benchmarks/datasets/google_message3/benchmark_message3_4.proto 2024-08-20T22:04:52.0526653Z #19 0.809 protobuf-3.17.3/benchmarks/datasets/google_message3/benchmark_message3.proto 2024-08-20T22:04:52.0527665Z #19 0.809 protobuf-3.17.3/benchmarks/datasets/google_message3/benchmark_message3_2.proto 2024-08-20T22:04:52.0528702Z #19 0.809 protobuf-3.17.3/benchmarks/datasets/google_message3/benchmark_message3_3.proto 2024-08-20T22:04:52.0529744Z #19 0.809 protobuf-3.17.3/benchmarks/datasets/google_message3/benchmark_message3_8.proto 2024-08-20T22:04:52.0530544Z #19 0.809 protobuf-3.17.3/benchmarks/benchmarks.proto 2024-08-20T22:04:52.0531363Z #19 0.809 protobuf-3.17.3/benchmarks/Makefile.in 2024-08-20T22:04:52.0531906Z #19 0.811 protobuf-3.17.3/benchmarks/python/ 2024-08-20T22:04:52.0532589Z #19 0.811 protobuf-3.17.3/benchmarks/python/python_benchmark_messages.cc 2024-08-20T22:04:52.0533256Z #19 0.811 protobuf-3.17.3/benchmarks/util/ 2024-08-20T22:04:52.0534136Z #19 0.811 protobuf-3.17.3/benchmarks/util/gogo_data_scrubber.cc 2024-08-20T22:04:52.0534918Z #19 0.811 protobuf-3.17.3/benchmarks/util/protoc-gen-proto2_to_proto3.cc 2024-08-20T22:04:52.0535728Z #19 0.811 protobuf-3.17.3/benchmarks/util/protoc-gen-gogoproto.cc 2024-08-20T22:04:52.0536490Z #19 0.811 protobuf-3.17.3/benchmarks/util/proto3_data_stripper.cc 2024-08-20T22:04:52.0537168Z #19 0.811 protobuf-3.17.3/benchmarks/google_size.proto 2024-08-20T22:04:52.0537706Z #19 0.811 protobuf-3.17.3/benchmarks/cpp/ 2024-08-20T22:04:52.0538288Z #19 0.811 protobuf-3.17.3/benchmarks/cpp/cpp_benchmark.cc 2024-08-20T22:04:52.0538887Z #19 0.811 protobuf-3.17.3/benchmarks/Makefile.am 2024-08-20T22:04:52.0539367Z #19 0.811 protobuf-3.17.3/js/ 2024-08-20T22:04:52.0539792Z #19 0.811 protobuf-3.17.3/js/test9.proto 2024-08-20T22:04:52.0540254Z #19 0.811 protobuf-3.17.3/js/debug.js 2024-08-20T22:04:52.0540703Z #19 0.811 protobuf-3.17.3/js/test15.proto 2024-08-20T22:04:52.0541199Z #19 0.811 protobuf-3.17.3/js/message_test.js 2024-08-20T22:04:52.0541743Z #19 0.811 protobuf-3.17.3/js/compatibility_tests/ 2024-08-20T22:04:52.0542337Z #19 0.811 protobuf-3.17.3/js/compatibility_tests/v3.1.0/ 2024-08-20T22:04:52.0543071Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/message_test.js 2024-08-20T22:04:52.0543898Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/proto3_test.proto 2024-08-20T22:04:52.0544696Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/test4.proto 2024-08-20T22:04:52.0545471Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/maps_test.js 2024-08-20T22:04:52.0546339Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/commonjs/ 2024-08-20T22:04:52.0547117Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/commonjs/test6/ 2024-08-20T22:04:52.0548011Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/commonjs/test6/test6.proto 2024-08-20T22:04:52.0548897Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/commonjs/test7/ 2024-08-20T22:04:52.0549791Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/commonjs/test7/test7.proto 2024-08-20T22:04:52.0550652Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/test3.proto 2024-08-20T22:04:52.0551462Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/testbinary.proto 2024-08-20T22:04:52.0552645Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/proto3_test.js 2024-08-20T22:04:52.0553449Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/testempty.proto 2024-08-20T22:04:52.0554256Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/debug_test.js 2024-08-20T22:04:52.0555036Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/data.proto 2024-08-20T22:04:52.0555786Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/test5.proto 2024-08-20T22:04:52.0556550Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/test.proto 2024-08-20T22:04:52.0557313Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/test2.proto 2024-08-20T22:04:52.0558059Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/binary/ 2024-08-20T22:04:52.0558860Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/binary/utils_test.js 2024-08-20T22:04:52.0559733Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/binary/proto_test.js 2024-08-20T22:04:52.0560618Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/binary/writer_test.js 2024-08-20T22:04:52.0561487Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/binary/arith_test.js 2024-08-20T22:04:52.0562367Z #19 0.812 protobuf-3.17.3/js/compatibility_tests/v3.1.0/binary/reader_test.js 2024-08-20T22:04:52.0563271Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.1.0/binary/decoder_test.js 2024-08-20T22:04:52.0564025Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/ 2024-08-20T22:04:52.0564753Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/jasmine3.json 2024-08-20T22:04:52.0565559Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/message_test.js 2024-08-20T22:04:52.0566377Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/proto3_test.proto 2024-08-20T22:04:52.0567265Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/test4.proto 2024-08-20T22:04:52.0568052Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/jasmine1.json 2024-08-20T22:04:52.0568819Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/commonjs/ 2024-08-20T22:04:52.0569647Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/commonjs/import_test.js 2024-08-20T22:04:52.0570514Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/commonjs/test6/ 2024-08-20T22:04:52.0571411Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/commonjs/test6/test6.proto 2024-08-20T22:04:52.0572424Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/commonjs/rewrite_tests_for_commonjs.js 2024-08-20T22:04:52.0573376Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/commonjs/test7/ 2024-08-20T22:04:52.0574352Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/commonjs/test7/test7.proto 2024-08-20T22:04:52.0575299Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/commonjs/export_testdeps.js 2024-08-20T22:04:52.0576242Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/commonjs/jasmine.json 2024-08-20T22:04:52.0577171Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/commonjs/export_asserts.js 2024-08-20T22:04:52.0578031Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/test3.proto 2024-08-20T22:04:52.0578831Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/testbinary.proto 2024-08-20T22:04:52.0579659Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/proto3_test.js 2024-08-20T22:04:52.0580574Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/testempty.proto 2024-08-20T22:04:52.0581376Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/debug_test.js 2024-08-20T22:04:52.0582152Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/data.proto 2024-08-20T22:04:52.0582918Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/test5.proto 2024-08-20T22:04:52.0583670Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/test.proto 2024-08-20T22:04:52.0584442Z #19 0.813 protobuf-3.17.3/js/compatibility_tests/v3.0.0/test2.proto 2024-08-20T22:04:52.0585224Z #19 0.814 protobuf-3.17.3/js/compatibility_tests/v3.0.0/jasmine2.json 2024-08-20T22:04:52.0585980Z #19 0.814 protobuf-3.17.3/js/compatibility_tests/v3.0.0/binary/ 2024-08-20T22:04:52.0586774Z #19 0.814 protobuf-3.17.3/js/compatibility_tests/v3.0.0/binary/utils_test.js 2024-08-20T22:04:52.0587649Z #19 0.814 protobuf-3.17.3/js/compatibility_tests/v3.0.0/binary/proto_test.js 2024-08-20T22:04:52.0588539Z #19 0.814 protobuf-3.17.3/js/compatibility_tests/v3.0.0/binary/writer_test.js 2024-08-20T22:04:52.0589407Z #19 0.814 protobuf-3.17.3/js/compatibility_tests/v3.0.0/binary/arith_test.js 2024-08-20T22:04:52.0590296Z #19 0.814 protobuf-3.17.3/js/compatibility_tests/v3.0.0/binary/reader_test.js 2024-08-20T22:04:52.0591191Z #19 0.814 protobuf-3.17.3/js/compatibility_tests/v3.0.0/binary/decoder_test.js 2024-08-20T22:04:52.0591982Z #19 0.814 protobuf-3.17.3/js/compatibility_tests/v3.0.0/test.sh 2024-08-20T22:04:52.0592618Z #19 0.814 protobuf-3.17.3/js/test_bootstrap.js 2024-08-20T22:04:52.0593160Z #19 0.814 protobuf-3.17.3/js/proto3_test.proto 2024-08-20T22:04:52.0593640Z #19 0.814 protobuf-3.17.3/js/map.js 2024-08-20T22:04:52.0594099Z #19 0.814 protobuf-3.17.3/js/test13.proto 2024-08-20T22:04:52.0594587Z #19 0.814 protobuf-3.17.3/js/test4.proto 2024-08-20T22:04:52.0595050Z #19 0.814 protobuf-3.17.3/js/maps_test.js 2024-08-20T22:04:52.0595540Z #19 0.814 protobuf-3.17.3/js/experimental/ 2024-08-20T22:04:52.0596102Z #19 0.814 protobuf-3.17.3/js/experimental/benchmarks/ 2024-08-20T22:04:52.0596757Z #19 0.814 protobuf-3.17.3/js/experimental/benchmarks/code_size/ 2024-08-20T22:04:52.0597560Z #19 0.814 protobuf-3.17.3/js/experimental/benchmarks/code_size/apps_jspb/ 2024-08-20T22:04:52.0598544Z #19 0.814 protobuf-3.17.3/js/experimental/benchmarks/code_size/apps_jspb/all_types_proto3.js 2024-08-20T22:04:52.0599683Z #19 0.814 protobuf-3.17.3/js/experimental/benchmarks/code_size/apps_jspb/popular_types_proto2.js 2024-08-20T22:04:52.0600902Z #19 0.814 protobuf-3.17.3/js/experimental/benchmarks/code_size/apps_jspb/popular_types_proto3.js 2024-08-20T22:04:52.0602033Z #19 0.814 protobuf-3.17.3/js/experimental/benchmarks/code_size/apps_jspb/all_types_proto2.js 2024-08-20T22:04:52.0602991Z #19 0.814 protobuf-3.17.3/js/experimental/benchmarks/code_size/kernel/ 2024-08-20T22:04:52.0603911Z #19 0.814 protobuf-3.17.3/js/experimental/benchmarks/code_size/kernel/popular_types.js 2024-08-20T22:04:52.0604920Z #19 0.815 protobuf-3.17.3/js/experimental/benchmarks/code_size/kernel/all_types.js 2024-08-20T22:04:52.0605889Z #19 0.815 protobuf-3.17.3/js/experimental/benchmarks/code_size/code_size_base.js 2024-08-20T22:04:52.0606632Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/ 2024-08-20T22:04:52.0607322Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/bytestring_test.js 2024-08-20T22:04:52.0608048Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/int64.js 2024-08-20T22:04:52.0608716Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/testing/ 2024-08-20T22:04:52.0609498Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/testing/jasmine_protobuf.js 2024-08-20T22:04:52.0610492Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/testing/ensure_custom_equality_test.js 2024-08-20T22:04:52.0611399Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/testing/binary/ 2024-08-20T22:04:52.0612255Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/testing/binary/test_message.js 2024-08-20T22:04:52.0613228Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/bytestring_internal.js 2024-08-20T22:04:52.0614069Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/internal/ 2024-08-20T22:04:52.0614800Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/internal/checks.js 2024-08-20T22:04:52.0615633Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/internal/checks_test.js 2024-08-20T22:04:52.0616431Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/int64_test.js 2024-08-20T22:04:52.0617146Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/bytestring.js 2024-08-20T22:04:52.0617848Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/kernel/ 2024-08-20T22:04:52.0618688Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/kernel/packed_sint64_test_pairs.js 2024-08-20T22:04:52.0619624Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/kernel/buffer_decoder.js 2024-08-20T22:04:52.0620439Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/kernel/indexer.js 2024-08-20T22:04:52.0621208Z #19 0.815 protobuf-3.17.3/js/experimental/runtime/kernel/kernel.js 2024-08-20T22:04:52.0622003Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/uint8arrays.js 2024-08-20T22:04:52.0622865Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/uint8arrays_test.js 2024-08-20T22:04:52.0623768Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/bool_test_pairs.js 2024-08-20T22:04:52.0624688Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/sfixed64_test_pairs.js 2024-08-20T22:04:52.0625558Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/message_set.js 2024-08-20T22:04:52.0626337Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/tag.js 2024-08-20T22:04:52.0627170Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/buffer_decoder_test.js 2024-08-20T22:04:52.0628105Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/textencoding_test.js 2024-08-20T22:04:52.0629053Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/packed_sint32_test_pairs.js 2024-08-20T22:04:52.0629981Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/textencoding.js 2024-08-20T22:04:52.0630931Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/tag_test.js 2024-08-20T22:04:52.0631816Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/packed_float_test_pairs.js 2024-08-20T22:04:52.0632769Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/double_test_pairs.js 2024-08-20T22:04:52.0633630Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/wire_type.js 2024-08-20T22:04:52.0634627Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/buffer_decoder_helper.js 2024-08-20T22:04:52.0635566Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/float_test_pairs.js 2024-08-20T22:04:52.0636536Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/kernel_compatibility_test.js 2024-08-20T22:04:52.0637577Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/packed_sfixed64_test_pairs.js 2024-08-20T22:04:52.0638507Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/typed_arrays.js 2024-08-20T22:04:52.0639315Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/field.js 2024-08-20T22:04:52.0640215Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/packed_sfixed32_test_pairs.js 2024-08-20T22:04:52.0641192Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/binary_storage_test.js 2024-08-20T22:04:52.0642136Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/sfixed32_test_pairs.js 2024-08-20T22:04:52.0643055Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/int64_test_pairs.js 2024-08-20T22:04:52.0643942Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/message_set_test.js 2024-08-20T22:04:52.0644840Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/internal_message.js 2024-08-20T22:04:52.0645707Z #19 0.816 protobuf-3.17.3/js/experimental/runtime/kernel/writer_test.js 2024-08-20T22:04:52.0646583Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/sint32_test_pairs.js 2024-08-20T22:04:52.0647437Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/kernel_test.js 2024-08-20T22:04:52.0648308Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/reader.js 2024-08-20T22:04:52.0649153Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/typed_arrays_test.js 2024-08-20T22:04:52.0650055Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/sint64_test_pairs.js 2024-08-20T22:04:52.0651027Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/packed_double_test_pairs.js 2024-08-20T22:04:52.0651957Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/indexer_test.js 2024-08-20T22:04:52.0652875Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/packed_int64_test_pairs.js 2024-08-20T22:04:52.0653837Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/fixed32_test_pairs.js 2024-08-20T22:04:52.0654852Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/int32_test_pairs.js 2024-08-20T22:04:52.0655728Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/binary_storage.js 2024-08-20T22:04:52.0656680Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/packed_fixed32_test_pairs.js 2024-08-20T22:04:52.0657659Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/uint32_test_pairs.js 2024-08-20T22:04:52.0658506Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/storage.js 2024-08-20T22:04:52.0659391Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/packed_int32_test_pairs.js 2024-08-20T22:04:52.0660398Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/packed_uint32_test_pairs.js 2024-08-20T22:04:52.0661321Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/reader_test.js 2024-08-20T22:04:52.0662213Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/packed_bool_test_pairs.js 2024-08-20T22:04:52.0663112Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/conformance/ 2024-08-20T22:04:52.0664088Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/conformance/test_all_types_proto3.js 2024-08-20T22:04:52.0665285Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/conformance/conformance_testee_runner_node.js 2024-08-20T22:04:52.0666476Z #19 0.817 protobuf-3.17.3/js/experimental/runtime/kernel/conformance/conformance_testee.js 2024-08-20T22:04:52.0667519Z #19 0.818 protobuf-3.17.3/js/experimental/runtime/kernel/conformance/wire_format.js 2024-08-20T22:04:52.0668587Z #19 0.818 protobuf-3.17.3/js/experimental/runtime/kernel/conformance/conformance_response.js 2024-08-20T22:04:52.0669699Z #19 0.818 protobuf-3.17.3/js/experimental/runtime/kernel/conformance/test_all_types_proto2.js 2024-08-20T22:04:52.0670901Z #19 0.818 protobuf-3.17.3/js/experimental/runtime/kernel/conformance/conformance_request.js 2024-08-20T22:04:52.0671942Z #19 0.818 protobuf-3.17.3/js/experimental/runtime/kernel/kernel_repeated_test.js 2024-08-20T22:04:52.0672792Z #19 0.818 protobuf-3.17.3/js/experimental/runtime/kernel/writer.js 2024-08-20T22:04:52.0673402Z #19 0.819 protobuf-3.17.3/js/commonjs/ 2024-08-20T22:04:52.0673931Z #19 0.819 protobuf-3.17.3/js/commonjs/import_test.js 2024-08-20T22:04:52.0674472Z #19 0.819 protobuf-3.17.3/js/commonjs/test6/ 2024-08-20T22:04:52.0675053Z #19 0.819 protobuf-3.17.3/js/commonjs/test6/test6.proto 2024-08-20T22:04:52.0675752Z #19 0.819 protobuf-3.17.3/js/commonjs/rewrite_tests_for_commonjs.js 2024-08-20T22:04:52.0676393Z #19 0.819 protobuf-3.17.3/js/commonjs/test7/ 2024-08-20T22:04:52.0676958Z #19 0.819 protobuf-3.17.3/js/commonjs/test7/test7.proto 2024-08-20T22:04:52.0677588Z #19 0.819 protobuf-3.17.3/js/commonjs/export_testdeps.js 2024-08-20T22:04:52.0678182Z #19 0.819 protobuf-3.17.3/js/commonjs/export.js 2024-08-20T22:04:52.0678734Z #19 0.819 protobuf-3.17.3/js/commonjs/strict_test.js 2024-08-20T22:04:52.0679309Z #19 0.819 protobuf-3.17.3/js/commonjs/jasmine.json 2024-08-20T22:04:52.0679914Z #19 0.819 protobuf-3.17.3/js/commonjs/export_asserts.js 2024-08-20T22:04:52.0680455Z #19 0.819 protobuf-3.17.3/js/test14.proto 2024-08-20T22:04:52.0680941Z #19 0.819 protobuf-3.17.3/js/test10.proto 2024-08-20T22:04:52.0681418Z #19 0.819 protobuf-3.17.3/js/gulpfile.js 2024-08-20T22:04:52.0681882Z #19 0.819 protobuf-3.17.3/js/package.json 2024-08-20T22:04:52.0682418Z #19 0.819 protobuf-3.17.3/js/test3.proto 2024-08-20T22:04:52.0682923Z #19 0.819 protobuf-3.17.3/js/testbinary.proto 2024-08-20T22:04:52.0683424Z #19 0.819 protobuf-3.17.3/js/node_loader.js 2024-08-20T22:04:52.0683929Z #19 0.819 protobuf-3.17.3/js/proto3_test.js 2024-08-20T22:04:52.0684447Z #19 0.819 protobuf-3.17.3/js/testempty.proto 2024-08-20T22:04:52.0684944Z #19 0.819 protobuf-3.17.3/js/debug_test.js 2024-08-20T22:04:52.0685431Z #19 0.819 protobuf-3.17.3/js/data.proto 2024-08-20T22:04:52.0685906Z #19 0.819 protobuf-3.17.3/js/test5.proto 2024-08-20T22:04:52.0686362Z #19 0.819 protobuf-3.17.3/js/test.proto 2024-08-20T22:04:52.0686829Z #19 0.819 protobuf-3.17.3/js/test2.proto 2024-08-20T22:04:52.0687292Z #19 0.819 protobuf-3.17.3/js/README.md 2024-08-20T22:04:52.0687739Z #19 0.819 protobuf-3.17.3/js/message.js 2024-08-20T22:04:52.0688264Z #19 0.820 protobuf-3.17.3/js/testlargenumbers.proto 2024-08-20T22:04:52.0688808Z #19 0.820 protobuf-3.17.3/js/test11.proto 2024-08-20T22:04:52.0689284Z #19 0.820 protobuf-3.17.3/js/test12.proto 2024-08-20T22:04:52.0689770Z #19 0.820 protobuf-3.17.3/js/jasmine.json 2024-08-20T22:04:52.0690252Z #19 0.820 protobuf-3.17.3/js/test8.proto 2024-08-20T22:04:52.0690700Z #19 0.820 protobuf-3.17.3/js/binary/ 2024-08-20T22:04:52.0691176Z #19 0.820 protobuf-3.17.3/js/binary/arith.js 2024-08-20T22:04:52.0691717Z #19 0.820 protobuf-3.17.3/js/binary/utils_test.js 2024-08-20T22:04:52.0692273Z #19 0.820 protobuf-3.17.3/js/binary/message_test.js 2024-08-20T22:04:52.0692845Z #19 0.820 protobuf-3.17.3/js/binary/proto_test.js 2024-08-20T22:04:52.0693383Z #19 0.820 protobuf-3.17.3/js/binary/utils.js 2024-08-20T22:04:52.0693984Z #19 0.820 protobuf-3.17.3/js/binary/constants.js 2024-08-20T22:04:52.0694562Z #19 0.820 protobuf-3.17.3/js/binary/writer_test.js 2024-08-20T22:04:52.0695111Z #19 0.820 protobuf-3.17.3/js/binary/reader.js 2024-08-20T22:04:52.0695641Z #19 0.820 protobuf-3.17.3/js/binary/encoder.js 2024-08-20T22:04:52.0696161Z #19 0.821 protobuf-3.17.3/js/binary/decoder.js 2024-08-20T22:04:52.0696716Z #19 0.821 protobuf-3.17.3/js/binary/arith_test.js 2024-08-20T22:04:52.0697277Z #19 0.821 protobuf-3.17.3/js/binary/reader_test.js 2024-08-20T22:04:52.0697838Z #19 0.821 protobuf-3.17.3/js/binary/decoder_test.js 2024-08-20T22:04:52.0698386Z #19 0.821 protobuf-3.17.3/js/binary/writer.js 2024-08-20T22:04:52.0698880Z #19 0.821 protobuf-3.17.3/protobuf.bzl 2024-08-20T22:04:52.0699426Z #19 0.821 protobuf-3.17.3/build_files_updated_unittest.sh 2024-08-20T22:04:52.0700048Z #19 0.821 protobuf-3.17.3/csharp/ 2024-08-20T22:04:52.0700546Z #19 0.821 protobuf-3.17.3/csharp/build_packages.bat 2024-08-20T22:04:52.0701058Z #19 0.821 protobuf-3.17.3/csharp/keys/ 2024-08-20T22:04:52.0701679Z #19 0.821 protobuf-3.17.3/csharp/keys/Google.Protobuf.public.snk 2024-08-20T22:04:52.0702334Z #19 0.821 protobuf-3.17.3/csharp/keys/README.md 2024-08-20T22:04:52.0702924Z #19 0.821 protobuf-3.17.3/csharp/keys/Google.Protobuf.snk 2024-08-20T22:04:52.0703524Z #19 0.821 protobuf-3.17.3/csharp/build_tools.sh 2024-08-20T22:04:52.0704027Z #19 0.822 protobuf-3.17.3/csharp/src/ 2024-08-20T22:04:52.0704626Z #19 0.822 protobuf-3.17.3/csharp/src/Google.Protobuf.Benchmarks/ 2024-08-20T22:04:52.0705614Z #19 0.822 protobuf-3.17.3/csharp/src/Google.Protobuf.Benchmarks/ParseRawPrimitivesBenchmark.cs 2024-08-20T22:04:52.0706771Z #19 0.822 protobuf-3.17.3/csharp/src/Google.Protobuf.Benchmarks/BenchmarkMessage1Proto3.cs 2024-08-20T22:04:52.0707911Z #19 0.822 protobuf-3.17.3/csharp/src/Google.Protobuf.Benchmarks/wrapper_benchmark_messages.proto 2024-08-20T22:04:52.0709052Z #19 0.822 protobuf-3.17.3/csharp/src/Google.Protobuf.Benchmarks/WriteMessagesBenchmark.cs 2024-08-20T22:04:52.0710157Z #19 0.822 protobuf-3.17.3/csharp/src/Google.Protobuf.Benchmarks/GoogleMessageBenchmark.cs 2024-08-20T22:04:52.0711175Z #19 0.822 protobuf-3.17.3/csharp/src/Google.Protobuf.Benchmarks/Benchmarks.cs 2024-08-20T22:04:52.0712241Z #19 0.822 protobuf-3.17.3/csharp/src/Google.Protobuf.Benchmarks/Google.Protobuf.Benchmarks.csproj 2024-08-20T22:04:52.0713503Z #19 0.822 protobuf-3.17.3/csharp/src/Google.Protobuf.Benchmarks/WrapperBenchmarkMessages.cs 2024-08-20T22:04:52.0714665Z #19 0.823 protobuf-3.17.3/csharp/src/Google.Protobuf.Benchmarks/WriteRawPrimitivesBenchmark.cs 2024-08-20T22:04:52.0715675Z #19 0.823 protobuf-3.17.3/csharp/src/Google.Protobuf.Benchmarks/Program.cs 2024-08-20T22:04:52.0716677Z #19 0.823 protobuf-3.17.3/csharp/src/Google.Protobuf.Benchmarks/ParseMessagesBenchmark.cs 2024-08-20T22:04:52.0717759Z #19 0.823 protobuf-3.17.3/csharp/src/Google.Protobuf.Benchmarks/ByteStringBenchmark.cs 2024-08-20T22:04:52.0718835Z #19 0.823 protobuf-3.17.3/csharp/src/Google.Protobuf.Benchmarks/BenchmarkDatasetConfig.cs 2024-08-20T22:04:52.0719751Z #19 0.823 protobuf-3.17.3/csharp/src/Google.Protobuf.Conformance/ 2024-08-20T22:04:52.0720623Z #19 0.824 protobuf-3.17.3/csharp/src/Google.Protobuf.Conformance/Conformance.cs 2024-08-20T22:04:52.0721730Z #19 0.824 protobuf-3.17.3/csharp/src/Google.Protobuf.Conformance/Google.Protobuf.Conformance.csproj 2024-08-20T22:04:52.0722782Z #19 0.824 protobuf-3.17.3/csharp/src/Google.Protobuf.Conformance/Program.cs 2024-08-20T22:04:52.0723554Z #19 0.824 protobuf-3.17.3/csharp/src/Google.Protobuf.sln 2024-08-20T22:04:52.0724157Z #19 0.824 protobuf-3.17.3/csharp/src/AddressBook/ 2024-08-20T22:04:52.0724790Z #19 0.824 protobuf-3.17.3/csharp/src/AddressBook/ListPeople.cs 2024-08-20T22:04:52.0725505Z #19 0.824 protobuf-3.17.3/csharp/src/AddressBook/AddPerson.cs 2024-08-20T22:04:52.0726255Z #19 0.824 protobuf-3.17.3/csharp/src/AddressBook/AddressBook.csproj 2024-08-20T22:04:52.0726969Z #19 0.824 protobuf-3.17.3/csharp/src/AddressBook/Program.cs 2024-08-20T22:04:52.0727668Z #19 0.824 protobuf-3.17.3/csharp/src/AddressBook/SampleUsage.cs 2024-08-20T22:04:52.0728394Z #19 0.824 protobuf-3.17.3/csharp/src/AddressBook/Addressbook.cs 2024-08-20T22:04:52.0729124Z #19 0.824 protobuf-3.17.3/csharp/src/Google.Protobuf.JsonDump/ 2024-08-20T22:04:52.0730072Z #19 0.824 protobuf-3.17.3/csharp/src/Google.Protobuf.JsonDump/Google.Protobuf.JsonDump.csproj 2024-08-20T22:04:52.0731214Z #19 0.824 protobuf-3.17.3/csharp/src/Google.Protobuf.JsonDump/Program.cs 2024-08-20T22:04:52.0732162Z #19 0.824 protobuf-3.17.3/csharp/src/Google.Protobuf/ 2024-08-20T22:04:52.0732842Z #19 0.824 protobuf-3.17.3/csharp/src/Google.Protobuf/JsonParser.cs 2024-08-20T22:04:52.0733635Z #19 0.824 protobuf-3.17.3/csharp/src/Google.Protobuf/MessageParser.cs 2024-08-20T22:04:52.0734561Z #19 0.824 protobuf-3.17.3/csharp/src/Google.Protobuf/ParsingPrimitives.cs 2024-08-20T22:04:52.0735523Z #19 0.824 protobuf-3.17.3/csharp/src/Google.Protobuf/IBufferMessage.cs 2024-08-20T22:04:52.0736400Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/FieldMaskTree.cs 2024-08-20T22:04:52.0737213Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/ObjectIntPair.cs 2024-08-20T22:04:52.0737982Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/ 2024-08-20T22:04:52.0738855Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/OneofDescriptor.cs 2024-08-20T22:04:52.0739859Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/ServiceDescriptor.cs 2024-08-20T22:04:52.0740901Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/RepeatedFieldAccessor.cs 2024-08-20T22:04:52.0741870Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/FieldType.cs 2024-08-20T22:04:52.0742856Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/OriginalNameAttribute.cs 2024-08-20T22:04:52.0743897Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/PackageDescriptor.cs 2024-08-20T22:04:52.0744883Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/FieldDescriptor.cs 2024-08-20T22:04:52.0745874Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/MethodDescriptor.cs 2024-08-20T22:04:52.0746899Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/GeneratedClrTypeInfo.cs 2024-08-20T22:04:52.0747905Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/DescriptorPool.cs 2024-08-20T22:04:52.0748972Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/IFieldAccessor.cs 2024-08-20T22:04:52.0749951Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/DescriptorBase.cs 2024-08-20T22:04:52.0750939Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/FieldAccessorBase.cs 2024-08-20T22:04:52.0751947Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/EnumValueDescriptor.cs 2024-08-20T22:04:52.0752957Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/FileDescriptor.cs 2024-08-20T22:04:52.0753930Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/ReflectionUtil.cs 2024-08-20T22:04:52.0755010Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/DescriptorValidationException.cs 2024-08-20T22:04:52.0756084Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/OneofAccessor.cs 2024-08-20T22:04:52.0757063Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/MapFieldAccessor.cs 2024-08-20T22:04:52.0758026Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/IDescriptor.cs 2024-08-20T22:04:52.0758986Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/ExtensionAccessor.cs 2024-08-20T22:04:52.0759960Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/TypeRegistry.cs 2024-08-20T22:04:52.0760883Z #19 0.825 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/Descriptor.cs 2024-08-20T22:04:52.0761865Z #19 0.827 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/DescriptorDeclaration.cs 2024-08-20T22:04:52.0762917Z #19 0.827 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/ExtensionCollection.cs 2024-08-20T22:04:52.0763944Z #19 0.827 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/SingleFieldAccessor.cs 2024-08-20T22:04:52.0764949Z #19 0.827 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/MessageDescriptor.cs 2024-08-20T22:04:52.0765937Z #19 0.827 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/DescriptorUtil.cs 2024-08-20T22:04:52.0766910Z #19 0.827 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/EnumDescriptor.cs 2024-08-20T22:04:52.0767867Z #19 0.827 protobuf-3.17.3/csharp/src/Google.Protobuf/Reflection/CustomOptions.cs 2024-08-20T22:04:52.0768744Z #19 0.827 protobuf-3.17.3/csharp/src/Google.Protobuf/IDeepCloneable.cs 2024-08-20T22:04:52.0769559Z #19 0.827 protobuf-3.17.3/csharp/src/Google.Protobuf/WriteContext.cs 2024-08-20T22:04:52.0770355Z #19 0.827 protobuf-3.17.3/csharp/src/Google.Protobuf/Compatibility/ 2024-08-20T22:04:52.0771372Z #19 0.827 protobuf-3.17.3/csharp/src/Google.Protobuf/Compatibility/PropertyInfoExtensions.cs 2024-08-20T22:04:52.0772444Z #19 0.827 protobuf-3.17.3/csharp/src/Google.Protobuf/Compatibility/TypeExtensions.cs 2024-08-20T22:04:52.0773476Z #19 0.827 protobuf-3.17.3/csharp/src/Google.Protobuf/Compatibility/StreamExtensions.cs 2024-08-20T22:04:52.0774613Z #19 0.827 protobuf-3.17.3/csharp/src/Google.Protobuf/Compatibility/MethodInfoExtensions.cs 2024-08-20T22:04:52.0775557Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/ParseContext.cs 2024-08-20T22:04:52.0776446Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/ICustomDiagnosticMessage.cs 2024-08-20T22:04:52.0777316Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/WireFormat.cs 2024-08-20T22:04:52.0778134Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/ParserInternalState.cs 2024-08-20T22:04:52.0778964Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/ByteArray.cs 2024-08-20T22:04:52.0779775Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/CodedInputStream.cs 2024-08-20T22:04:52.0780620Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/WritingPrimitives.cs 2024-08-20T22:04:52.0781492Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/ExtensionRegistry.cs 2024-08-20T22:04:52.0782305Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/ByteString.cs 2024-08-20T22:04:52.0783118Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/WriterInternalState.cs 2024-08-20T22:04:52.0783977Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/JsonFormatter.cs 2024-08-20T22:04:52.0784871Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/UnknownFieldSet.cs 2024-08-20T22:04:52.0785724Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/LimitedInputStream.cs 2024-08-20T22:04:52.0786627Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/FrameworkPortability.cs 2024-08-20T22:04:52.0787467Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/Collections/ 2024-08-20T22:04:52.0788280Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/Collections/Lists.cs 2024-08-20T22:04:52.0789217Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/Collections/ReadOnlyDictionary.cs 2024-08-20T22:04:52.0790318Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/Collections/ProtobufEqualityComparers.cs 2024-08-20T22:04:52.0791331Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/Collections/MapField.cs 2024-08-20T22:04:52.0792253Z #19 0.828 protobuf-3.17.3/csharp/src/Google.Protobuf/Collections/RepeatedField.cs 2024-08-20T22:04:52.0793202Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/SegmentedBufferHelper.cs 2024-08-20T22:04:52.0794030Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/IMessage.cs 2024-08-20T22:04:52.0794767Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/Extension.cs 2024-08-20T22:04:52.0795516Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/Properties/ 2024-08-20T22:04:52.0796362Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/Properties/AssemblyInfo.cs 2024-08-20T22:04:52.0797292Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/UnsafeByteOperations.cs 2024-08-20T22:04:52.0798231Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/ParsingPrimitivesWrappers.cs 2024-08-20T22:04:52.0799099Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/JsonToken.cs 2024-08-20T22:04:52.0799907Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/ProtoPreconditions.cs 2024-08-20T22:04:52.0800744Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/ByteStringAsync.cs 2024-08-20T22:04:52.0801578Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/ExtensionValue.cs 2024-08-20T22:04:52.0802488Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/WritingPrimitivesMessages.cs 2024-08-20T22:04:52.0803360Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/UnknownField.cs 2024-08-20T22:04:52.0804202Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/Google.Protobuf.csproj 2024-08-20T22:04:52.0805174Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/CodedOutputStream.ComputeSize.cs 2024-08-20T22:04:52.0806149Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/FieldCodec.cs 2024-08-20T22:04:52.0806950Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/WriteBufferHelper.cs 2024-08-20T22:04:52.0807782Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/ 2024-08-20T22:04:52.0808664Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/Timestamp.cs 2024-08-20T22:04:52.0809615Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/AnyPartial.cs 2024-08-20T22:04:52.0810625Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/WrappersPartial.cs 2024-08-20T22:04:52.0811658Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/DurationPartial.cs 2024-08-20T22:04:52.0812589Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/Any.cs 2024-08-20T22:04:52.0813489Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/Duration.cs 2024-08-20T22:04:52.0814584Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/FieldMaskPartial.cs 2024-08-20T22:04:52.0815554Z #19 0.829 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/Type.cs 2024-08-20T22:04:52.0816497Z #19 0.830 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/TimeExtensions.cs 2024-08-20T22:04:52.0817535Z #19 0.830 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/TimestampPartial.cs 2024-08-20T22:04:52.0818566Z #19 0.830 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/ValuePartial.cs 2024-08-20T22:04:52.0819592Z #19 0.830 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/FieldMask.cs 2024-08-20T22:04:52.0820520Z #19 0.830 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/Empty.cs 2024-08-20T22:04:52.0821427Z #19 0.830 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/Struct.cs 2024-08-20T22:04:52.0822376Z #19 0.830 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/SourceContext.cs 2024-08-20T22:04:52.0823318Z #19 0.830 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/Api.cs 2024-08-20T22:04:52.0824233Z #19 0.830 protobuf-3.17.3/csharp/src/Google.Protobuf/WellKnownTypes/Wrappers.cs 2024-08-20T22:04:52.0825139Z #19 0.831 protobuf-3.17.3/csharp/src/Google.Protobuf/MessageExtensions.cs 2024-08-20T22:04:52.0825966Z #19 0.831 protobuf-3.17.3/csharp/src/Google.Protobuf/JsonTokenizer.cs 2024-08-20T22:04:52.0826828Z #19 0.831 protobuf-3.17.3/csharp/src/Google.Protobuf/InvalidJsonException.cs 2024-08-20T22:04:52.0827711Z #19 0.831 protobuf-3.17.3/csharp/src/Google.Protobuf/CodedOutputStream.cs 2024-08-20T22:04:52.0828667Z #19 0.831 protobuf-3.17.3/csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs 2024-08-20T22:04:52.0829692Z #19 0.831 protobuf-3.17.3/csharp/src/Google.Protobuf/ParsingPrimitivesMessages.cs 2024-08-20T22:04:52.0830777Z #19 0.831 protobuf-3.17.3/csharp/src/Google.Protobuf/IExtendableMessage.cs 2024-08-20T22:04:52.0831611Z #19 0.831 protobuf-3.17.3/csharp/src/Google.Protobuf/ExtensionSet.cs 2024-08-20T22:04:52.0832490Z #19 0.831 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/ 2024-08-20T22:04:52.0833549Z #19 0.831 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestImportPublicProto3.cs 2024-08-20T22:04:52.0834715Z #19 0.831 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/MapUnittestProto3.cs 2024-08-20T22:04:52.0835829Z #19 0.831 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestImportProto3.cs 2024-08-20T22:04:52.0836957Z #19 0.831 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssue6936B.cs 2024-08-20T22:04:52.0838150Z #19 0.832 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestCustomOptionsProto3.cs 2024-08-20T22:04:52.0839411Z #19 0.832 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestSelfreferentialOptions.cs 2024-08-20T22:04:52.0840633Z #19 0.832 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/ForeignMessagePartial.cs 2024-08-20T22:04:52.0841795Z #19 0.832 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestProto3Optional.cs 2024-08-20T22:04:52.0843105Z #19 0.832 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestWellKnownTypes.cs 2024-08-20T22:04:52.0844248Z #19 0.833 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestImportPublic.cs 2024-08-20T22:04:52.0845380Z #19 0.833 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssue6936A.cs 2024-08-20T22:04:52.0846469Z #19 0.833 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/OldExtensions1.cs 2024-08-20T22:04:52.0847544Z #19 0.833 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/TestMessagesProto2.cs 2024-08-20T22:04:52.0848588Z #19 0.834 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/Unittest.cs 2024-08-20T22:04:52.0849635Z #19 0.839 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/TestMessagesProto3.cs 2024-08-20T22:04:52.0850700Z #19 0.839 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssues.cs 2024-08-20T22:04:52.0851758Z #19 0.840 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/OldExtensions2.cs 2024-08-20T22:04:52.0852965Z #19 0.840 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/Google.Protobuf.Test.TestProtos.csproj 2024-08-20T22:04:52.0854233Z #19 0.840 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestProto3.cs 2024-08-20T22:04:52.0855278Z #19 0.841 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestImport.cs 2024-08-20T22:04:52.0856360Z #19 0.841 protobuf-3.17.3/csharp/src/Google.Protobuf.Test.TestProtos/UnittestIssue6936C.cs 2024-08-20T22:04:52.0857327Z #19 0.841 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/ 2024-08-20T22:04:52.0858205Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/RefStructCompatibilityTest.cs 2024-08-20T22:04:52.0859188Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/ByteStringTest.cs 2024-08-20T22:04:52.0860110Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/JsonFormatterTest.cs 2024-08-20T22:04:52.0861086Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/GeneratedMessageTest.cs 2024-08-20T22:04:52.0862028Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/ExtensionSetTest.cs 2024-08-20T22:04:52.0862899Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Reflection/ 2024-08-20T22:04:52.0863914Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Reflection/DescriptorDeclarationTest.cs 2024-08-20T22:04:52.0865036Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Reflection/CustomOptionsTest.cs 2024-08-20T22:04:52.0866109Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Reflection/FieldAccessTest.cs 2024-08-20T22:04:52.0867154Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Reflection/DescriptorsTest.cs 2024-08-20T22:04:52.0868197Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Reflection/TypeRegistryTest.cs 2024-08-20T22:04:52.0869227Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/MessageParsingHelpers.cs 2024-08-20T22:04:52.0870245Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/ReadOnlySequenceFactory.cs 2024-08-20T22:04:52.0871182Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Compatibility/ 2024-08-20T22:04:52.0872173Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Compatibility/TypeExtensionsTest.cs 2024-08-20T22:04:52.0873318Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Compatibility/StreamExtensionsTest.cs 2024-08-20T22:04:52.0874537Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Compatibility/PropertyInfoExtensionsTest.cs 2024-08-20T22:04:52.0875602Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/TestCornerCases.cs 2024-08-20T22:04:52.0876576Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/LegacyGeneratedCodeTest.cs 2024-08-20T22:04:52.0877584Z #19 0.842 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/DeprecatedMemberTest.cs 2024-08-20T22:04:52.0878509Z #19 0.843 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/JsonParserTest.cs 2024-08-20T22:04:52.0879438Z #19 0.843 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/IssuesTest.cs 2024-08-20T22:04:52.0880278Z #19 0.843 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/testprotos.pb 2024-08-20T22:04:52.0881140Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/FieldCodecTest.cs 2024-08-20T22:04:52.0881989Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/SampleEnum.cs 2024-08-20T22:04:52.0882824Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Collections/ 2024-08-20T22:04:52.0883763Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Collections/MapFieldTest.cs 2024-08-20T22:04:52.0884814Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Collections/RepeatedFieldTest.cs 2024-08-20T22:04:52.0886009Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Collections/ProtobufEqualityComparersTest.cs 2024-08-20T22:04:52.0887166Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Google.Protobuf.Test.csproj 2024-08-20T22:04:52.0888132Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/SampleMessages.cs 2024-08-20T22:04:52.0889019Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/EqualityTester.cs 2024-08-20T22:04:52.0889935Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Proto3OptionalTest.cs 2024-08-20T22:04:52.0890948Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/CodedInputStreamExtensions.cs 2024-08-20T22:04:52.0891851Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Buffers/ 2024-08-20T22:04:52.0892756Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/Buffers/ArrayBufferWriter.cs 2024-08-20T22:04:52.0893800Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/FieldMaskTreeTest.cs 2024-08-20T22:04:52.0894773Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/SampleNaNs.cs 2024-08-20T22:04:52.0895630Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/WellKnownTypes/ 2024-08-20T22:04:52.0896608Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/WellKnownTypes/TimestampTest.cs 2024-08-20T22:04:52.0897694Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/WellKnownTypes/FieldMaskTest.cs 2024-08-20T22:04:52.0898756Z #19 0.845 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/WellKnownTypes/DurationTest.cs 2024-08-20T22:04:52.0899817Z #19 0.846 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/WellKnownTypes/WrappersTest.cs 2024-08-20T22:04:52.0900844Z #19 0.846 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/WellKnownTypes/AnyTest.cs 2024-08-20T22:04:52.0901873Z #19 0.846 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/GeneratedMessageTest.Proto2.cs 2024-08-20T22:04:52.0902900Z #19 0.846 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/UnknownFieldSetTest.cs 2024-08-20T22:04:52.0903876Z #19 0.846 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/CodedInputStreamTest.cs 2024-08-20T22:04:52.0904852Z #19 0.846 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/CodedOutputStreamTest.cs 2024-08-20T22:04:52.0905824Z #19 0.846 protobuf-3.17.3/csharp/src/Google.Protobuf.Test/JsonTokenizerTest.cs 2024-08-20T22:04:52.0906554Z #19 0.846 protobuf-3.17.3/csharp/buildall.bat 2024-08-20T22:04:52.0907073Z #19 0.846 protobuf-3.17.3/csharp/.gitignore 2024-08-20T22:04:52.0907694Z #19 0.846 protobuf-3.17.3/csharp/Google.Protobuf.Tools.targets 2024-08-20T22:04:52.0908379Z #19 0.846 protobuf-3.17.3/csharp/install_dotnet_sdk.ps1 2024-08-20T22:04:52.0908980Z #19 0.846 protobuf-3.17.3/csharp/generate_protos.sh 2024-08-20T22:04:52.0909512Z #19 0.846 protobuf-3.17.3/csharp/README.md 2024-08-20T22:04:52.0910027Z #19 0.846 protobuf-3.17.3/csharp/buildall.sh 2024-08-20T22:04:52.0910533Z #19 0.846 protobuf-3.17.3/csharp/protos/ 2024-08-20T22:04:52.0911123Z #19 0.846 protobuf-3.17.3/csharp/protos/old_extensions1.proto 2024-08-20T22:04:52.0911878Z #19 0.846 protobuf-3.17.3/csharp/protos/unittest_import_proto3.proto 2024-08-20T22:04:52.0912746Z #19 0.846 protobuf-3.17.3/csharp/protos/unittest_selfreferential_options.proto 2024-08-20T22:04:52.0913591Z #19 0.846 protobuf-3.17.3/csharp/protos/unittest_import_public.proto 2024-08-20T22:04:52.0914414Z #19 0.847 protobuf-3.17.3/csharp/protos/unittest_issues.proto 2024-08-20T22:04:52.0915122Z #19 0.847 protobuf-3.17.3/csharp/protos/unittest_import.proto 2024-08-20T22:04:52.0915844Z #19 0.847 protobuf-3.17.3/csharp/protos/map_unittest_proto3.proto 2024-08-20T22:04:52.0916575Z #19 0.847 protobuf-3.17.3/csharp/protos/old_extensions2.proto 2024-08-20T22:04:52.0917290Z #19 0.847 protobuf-3.17.3/csharp/protos/unittest_proto3.proto 2024-08-20T22:04:52.0918010Z #19 0.847 protobuf-3.17.3/csharp/protos/unittest_issue6936_c.proto 2024-08-20T22:04:52.0918855Z #19 0.847 protobuf-3.17.3/csharp/protos/unittest_custom_options_proto3.proto 2024-08-20T22:04:52.0919747Z #19 0.847 protobuf-3.17.3/csharp/protos/unittest_import_public_proto3.proto 2024-08-20T22:04:52.0920469Z #19 0.847 protobuf-3.17.3/csharp/protos/README.md 2024-08-20T22:04:52.0921122Z #19 0.847 protobuf-3.17.3/csharp/protos/unittest_issue6936_b.proto 2024-08-20T22:04:52.0921807Z #19 0.847 protobuf-3.17.3/csharp/protos/unittest.proto 2024-08-20T22:04:52.0922501Z #19 0.847 protobuf-3.17.3/csharp/protos/unittest_issue6936_a.proto 2024-08-20T22:04:52.0923122Z #19 0.847 protobuf-3.17.3/csharp/CHANGES.txt 2024-08-20T22:04:52.0923753Z #19 0.847 protobuf-3.17.3/csharp/Google.Protobuf.Tools.nuspec 2024-08-20T22:04:52.0924336Z #19 0.847 protobuf-3.17.3/ltmain.sh 2024-08-20T22:04:52.0924771Z #19 0.849 protobuf-3.17.3/third_party/ 2024-08-20T22:04:52.0925281Z #19 0.849 protobuf-3.17.3/third_party/googletest/ 2024-08-20T22:04:52.0925900Z #19 0.849 protobuf-3.17.3/third_party/googletest/WORKSPACE 2024-08-20T22:04:52.0926622Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/ 2024-08-20T22:04:52.0927371Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/codegear/ 2024-08-20T22:04:52.0928267Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/codegear/gtest_main.cbproj 2024-08-20T22:04:52.0929230Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/codegear/gtest.cbproj 2024-08-20T22:04:52.0930202Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/codegear/gtest.groupproj 2024-08-20T22:04:52.0931447Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/codegear/gtest_unittest.cbproj 2024-08-20T22:04:52.0932447Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/codegear/gtest_all.cc 2024-08-20T22:04:52.0933383Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/codegear/gtest_link.cc 2024-08-20T22:04:52.0934305Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/ 2024-08-20T22:04:52.0935124Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Scripts/ 2024-08-20T22:04:52.0936031Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Scripts/runtests.sh 2024-08-20T22:04:52.0937086Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Scripts/versiongenerate.py 2024-08-20T22:04:52.0938120Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/gtest.xcodeproj/ 2024-08-20T22:04:52.0939189Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/gtest.xcodeproj/project.pbxproj 2024-08-20T22:04:52.0940180Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Samples/ 2024-08-20T22:04:52.0941144Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Samples/FrameworkSample/ 2024-08-20T22:04:52.0942412Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/ 2024-08-20T22:04:52.0943974Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj 2024-08-20T22:04:52.0945391Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Samples/FrameworkSample/widget.h 2024-08-20T22:04:52.0946595Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Samples/FrameworkSample/runtests.sh 2024-08-20T22:04:52.0947790Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Samples/FrameworkSample/widget.cc 2024-08-20T22:04:52.0948971Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Samples/FrameworkSample/Info.plist 2024-08-20T22:04:52.0950322Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Samples/FrameworkSample/widget_test.cc 2024-08-20T22:04:52.0951380Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Resources/ 2024-08-20T22:04:52.0952309Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Resources/Info.plist 2024-08-20T22:04:52.0953233Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Config/ 2024-08-20T22:04:52.0954227Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Config/DebugProject.xcconfig 2024-08-20T22:04:52.0955364Z #19 0.849 protobuf-3.17.3/third_party/googletest/googletest/xcode/Config/ReleaseProject.xcconfig 2024-08-20T22:04:52.0956460Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/xcode/Config/General.xcconfig 2024-08-20T22:04:52.0957609Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/xcode/Config/StaticLibraryTarget.xcconfig 2024-08-20T22:04:52.0958808Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/xcode/Config/FrameworkTarget.xcconfig 2024-08-20T22:04:52.0959922Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/xcode/Config/TestTarget.xcconfig 2024-08-20T22:04:52.0960859Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/samples/ 2024-08-20T22:04:52.0961736Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/samples/prime_tables.h 2024-08-20T22:04:52.0962790Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/samples/sample8_unittest.cc 2024-08-20T22:04:52.0963808Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/samples/sample5_unittest.cc 2024-08-20T22:04:52.0964827Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/samples/sample2_unittest.cc 2024-08-20T22:04:52.0965836Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/samples/sample1_unittest.cc 2024-08-20T22:04:52.0966773Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/samples/sample4.cc 2024-08-20T22:04:52.0967681Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/samples/sample1.cc 2024-08-20T22:04:52.0968632Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/samples/sample6_unittest.cc 2024-08-20T22:04:52.0969626Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/samples/sample3_unittest.cc 2024-08-20T22:04:52.0970637Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/samples/sample4_unittest.cc 2024-08-20T22:04:52.0971646Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/samples/sample7_unittest.cc 2024-08-20T22:04:52.0972583Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/samples/sample2.cc 2024-08-20T22:04:52.0973537Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/samples/sample9_unittest.cc 2024-08-20T22:04:52.0974633Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/samples/sample10_unittest.cc 2024-08-20T22:04:52.0975522Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/msvc/ 2024-08-20T22:04:52.0976295Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/msvc/2010/ 2024-08-20T22:04:52.0977182Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/msvc/2010/gtest-md.sln 2024-08-20T22:04:52.0978145Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/msvc/2010/gtest.vcxproj 2024-08-20T22:04:52.0979164Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/msvc/2010/gtest_prod_test.vcxproj 2024-08-20T22:04:52.0980271Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/msvc/2010/gtest_unittest-md.vcxproj 2024-08-20T22:04:52.0981277Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/msvc/2010/gtest.sln 2024-08-20T22:04:52.0982239Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/msvc/2010/gtest_main.vcxproj 2024-08-20T22:04:52.0983232Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/msvc/2010/gtest-md.vcxproj 2024-08-20T22:04:52.0984264Z #19 0.850 protobuf-3.17.3/third_party/googletest/googletest/msvc/2010/gtest_main-md.vcxproj 2024-08-20T22:04:52.0985447Z #19 0.851 protobuf-3.17.3/third_party/googletest/googletest/msvc/2010/gtest_prod_test-md.vcxproj 2024-08-20T22:04:52.0986544Z #19 0.851 protobuf-3.17.3/third_party/googletest/googletest/msvc/2010/gtest_unittest.vcxproj 2024-08-20T22:04:52.0987448Z #19 0.851 protobuf-3.17.3/third_party/googletest/googletest/src/ 2024-08-20T22:04:52.0988296Z #19 0.851 protobuf-3.17.3/third_party/googletest/googletest/src/gtest-matchers.cc 2024-08-20T22:04:52.0989247Z #19 0.851 protobuf-3.17.3/third_party/googletest/googletest/src/gtest-death-test.cc 2024-08-20T22:04:52.0990210Z #19 0.851 protobuf-3.17.3/third_party/googletest/googletest/src/gtest-printers.cc 2024-08-20T22:04:52.0991170Z #19 0.851 protobuf-3.17.3/third_party/googletest/googletest/src/gtest-typed-test.cc 2024-08-20T22:04:52.0992126Z #19 0.851 protobuf-3.17.3/third_party/googletest/googletest/src/gtest-filepath.cc 2024-08-20T22:04:52.0993074Z #19 0.851 protobuf-3.17.3/third_party/googletest/googletest/src/gtest-internal-inl.h 2024-08-20T22:04:52.0994056Z #19 0.851 protobuf-3.17.3/third_party/googletest/googletest/src/gtest-test-part.cc 2024-08-20T22:04:52.0994978Z #19 0.851 protobuf-3.17.3/third_party/googletest/googletest/src/gtest_main.cc 2024-08-20T22:04:52.0995819Z #19 0.851 protobuf-3.17.3/third_party/googletest/googletest/src/gtest.cc 2024-08-20T22:04:52.0996678Z #19 0.852 protobuf-3.17.3/third_party/googletest/googletest/src/gtest-port.cc 2024-08-20T22:04:52.0997561Z #19 0.853 protobuf-3.17.3/third_party/googletest/googletest/src/gtest-all.cc 2024-08-20T22:04:52.0998443Z #19 0.853 protobuf-3.17.3/third_party/googletest/googletest/build-aux/ 2024-08-20T22:04:52.0999319Z #19 0.853 protobuf-3.17.3/third_party/googletest/googletest/build-aux/test-driver 2024-08-20T22:04:52.1000259Z #19 0.853 protobuf-3.17.3/third_party/googletest/googletest/build-aux/config.h.in 2024-08-20T22:04:52.1001183Z #19 0.853 protobuf-3.17.3/third_party/googletest/googletest/build-aux/ltmain.sh 2024-08-20T22:04:52.1002071Z #19 0.855 protobuf-3.17.3/third_party/googletest/googletest/build-aux/depcomp 2024-08-20T22:04:52.1002954Z #19 0.855 protobuf-3.17.3/third_party/googletest/googletest/build-aux/compile 2024-08-20T22:04:52.1003871Z #19 0.855 protobuf-3.17.3/third_party/googletest/googletest/build-aux/config.guess 2024-08-20T22:04:52.1004791Z #19 0.855 protobuf-3.17.3/third_party/googletest/googletest/build-aux/config.sub 2024-08-20T22:04:52.1005708Z #19 0.855 protobuf-3.17.3/third_party/googletest/googletest/build-aux/install-sh 2024-08-20T22:04:52.1006617Z #19 0.855 protobuf-3.17.3/third_party/googletest/googletest/build-aux/missing 2024-08-20T22:04:52.1007478Z #19 0.855 protobuf-3.17.3/third_party/googletest/googletest/CMakeLists.txt 2024-08-20T22:04:52.1008292Z #19 0.855 protobuf-3.17.3/third_party/googletest/googletest/LICENSE 2024-08-20T22:04:52.1009100Z #19 0.855 protobuf-3.17.3/third_party/googletest/googletest/configure.ac 2024-08-20T22:04:52.1009889Z #19 0.855 protobuf-3.17.3/third_party/googletest/googletest/test/ 2024-08-20T22:04:52.1010750Z #19 0.855 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_test_utils.py 2024-08-20T22:04:52.1011744Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_xml_test_utils.py 2024-08-20T22:04:52.1012874Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-throw-on-failure-test.py 2024-08-20T22:04:52.1014105Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/gtest-typed-test2_test.cc 2024-08-20T22:04:52.1015187Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_xml_outfiles_test.py 2024-08-20T22:04:52.1016458Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-break-on-failure-unittest.py 2024-08-20T22:04:52.1017617Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-color-test.py 2024-08-20T22:04:52.1018645Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_main_unittest.cc 2024-08-20T22:04:52.1019671Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_no_test_unittest.cc 2024-08-20T22:04:52.1020852Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-filter-unittest.py 2024-08-20T22:04:52.1022001Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-uninitialized-test.py 2024-08-20T22:04:52.1023144Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-filepath-test.cc 2024-08-20T22:04:52.1024246Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-printers-test.cc 2024-08-20T22:04:52.1025334Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_premature_exit_test.cc 2024-08-20T22:04:52.1026426Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-env-var-test.py 2024-08-20T22:04:52.1027482Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-port-test.cc 2024-08-20T22:04:52.1028545Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-shuffle-test.py 2024-08-20T22:04:52.1029568Z #19 0.856 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_repeat_test.cc 2024-08-20T22:04:52.1030791Z #19 0.857 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-param-test-test.cc 2024-08-20T22:04:52.1031949Z #19 0.857 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-filter-unittest_.cc 2024-08-20T22:04:52.1033139Z #19 0.857 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-catch-exceptions-test_.cc 2024-08-20T22:04:52.1034463Z #19 0.857 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-list-tests-unittest_.cc 2024-08-20T22:04:52.1035537Z #19 0.857 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_all_test.cc 2024-08-20T22:04:52.1036601Z #19 0.857 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-death-test_ex_test.cc 2024-08-20T22:04:52.1037708Z #19 0.857 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_xml_outfile2_test_.cc 2024-08-20T22:04:52.1038815Z #19 0.857 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-test-part-test.cc 2024-08-20T22:04:52.1039976Z #19 0.857 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-uninitialized-test_.cc 2024-08-20T22:04:52.1041120Z #19 0.857 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-param-test-test.h 2024-08-20T22:04:52.1042311Z #19 0.857 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-catch-exceptions-test.py 2024-08-20T22:04:52.1043521Z #19 0.857 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-list-tests-unittest.py 2024-08-20T22:04:52.1044582Z #19 0.857 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_unittest.cc 2024-08-20T22:04:52.1045544Z #19 0.858 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_prod_test.cc 2024-08-20T22:04:52.1046562Z #19 0.858 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_xml_output_unittest.py 2024-08-20T22:04:52.1047728Z #19 0.858 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-throw-on-failure-test_.cc 2024-08-20T22:04:52.1048876Z #19 0.858 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-color-test_.cc 2024-08-20T22:04:52.1049842Z #19 0.858 protobuf-3.17.3/third_party/googletest/googletest/test/production.cc 2024-08-20T22:04:52.1050853Z #19 0.858 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-listener-test.cc 2024-08-20T22:04:52.1051956Z #19 0.858 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_xml_output_unittest_.cc 2024-08-20T22:04:52.1053039Z #19 0.858 protobuf-3.17.3/third_party/googletest/googletest/test/gtest-unittest-api_test.cc 2024-08-20T22:04:52.1054174Z #19 0.858 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-shuffle-test_.cc 2024-08-20T22:04:52.1055274Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-env-var-test_.cc 2024-08-20T22:04:52.1056303Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_help_test_.cc 2024-08-20T22:04:52.1057436Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-death-test-test.cc 2024-08-20T22:04:52.1058652Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-break-on-failure-unittest_.cc 2024-08-20T22:04:52.1059825Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-message-test.cc 2024-08-20T22:04:52.1060899Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-options-test.cc 2024-08-20T22:04:52.1061966Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-output-test_.cc 2024-08-20T22:04:52.1063028Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_environment_test.cc 2024-08-20T22:04:52.1064024Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_help_test.py 2024-08-20T22:04:52.1065020Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_sole_header_test.cc 2024-08-20T22:04:52.1066120Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-param-test2-test.cc 2024-08-20T22:04:52.1067207Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/gtest-typed-test_test.h 2024-08-20T22:04:52.1068148Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/production.h 2024-08-20T22:04:52.1069137Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_xml_outfile1_test_.cc 2024-08-20T22:04:52.1070204Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_pred_impl_unittest.cc 2024-08-20T22:04:52.1071290Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_stress_test.cc 2024-08-20T22:04:52.1072288Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/gtest-typed-test_test.cc 2024-08-20T22:04:52.1073441Z #19 0.859 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-output-test-golden-lin.txt 2024-08-20T22:04:52.1074595Z #19 0.860 protobuf-3.17.3/third_party/googletest/googletest/test/googletest-output-test.py 2024-08-20T22:04:52.1075695Z #19 0.860 protobuf-3.17.3/third_party/googletest/googletest/test/gtest_throw_on_failure_ex_test.cc 2024-08-20T22:04:52.1076673Z #19 0.860 protobuf-3.17.3/third_party/googletest/googletest/Makefile.in 2024-08-20T22:04:52.1077490Z #19 0.860 protobuf-3.17.3/third_party/googletest/googletest/aclocal.m4 2024-08-20T22:04:52.1078270Z #19 0.860 protobuf-3.17.3/third_party/googletest/googletest/cmake/ 2024-08-20T22:04:52.1079143Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/cmake/internal_utils.cmake 2024-08-20T22:04:52.1080037Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/scripts/ 2024-08-20T22:04:52.1080937Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/scripts/fuse_gtest_files.py 2024-08-20T22:04:52.1081953Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/scripts/gen_gtest_pred_impl.py 2024-08-20T22:04:52.1082959Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/scripts/gtest-config.in 2024-08-20T22:04:52.1083870Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/scripts/test/ 2024-08-20T22:04:52.1084750Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/scripts/test/Makefile 2024-08-20T22:04:52.1085650Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/scripts/pump.py 2024-08-20T22:04:52.1086471Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/include/ 2024-08-20T22:04:52.1087291Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/ 2024-08-20T22:04:52.1088260Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/gtest-param-test.h 2024-08-20T22:04:52.1089392Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/gtest-param-test.h.pump 2024-08-20T22:04:52.1090465Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/gtest-spi.h 2024-08-20T22:04:52.1091425Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/internal/ 2024-08-20T22:04:52.1092644Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h.pump 2024-08-20T22:04:52.1094080Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/internal/gtest-string.h 2024-08-20T22:04:52.1095320Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h 2024-08-20T22:04:52.1096573Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/internal/gtest-filepath.h 2024-08-20T22:04:52.1097727Z #19 0.861 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/internal/gtest-port.h 2024-08-20T22:04:52.1098876Z #19 0.862 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/internal/gtest-internal.h 2024-08-20T22:04:52.1100043Z #19 0.862 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/internal/gtest-type-util.h 2024-08-20T22:04:52.1101240Z #19 0.863 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h 2024-08-20T22:04:52.1102485Z #19 0.863 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/internal/gtest-type-util.h.pump 2024-08-20T22:04:52.1103715Z #19 0.863 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/internal/gtest-port-arch.h 2024-08-20T22:04:52.1104817Z #19 0.863 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/internal/custom/ 2024-08-20T22:04:52.1105961Z #19 0.863 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/internal/custom/gtest-port.h 2024-08-20T22:04:52.1107285Z #19 0.863 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/internal/custom/gtest-printers.h 2024-08-20T22:04:52.1108481Z #19 0.863 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/internal/custom/gtest.h 2024-08-20T22:04:52.1109744Z #19 0.863 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/internal/gtest-param-util-generated.h 2024-08-20T22:04:52.1110913Z #19 0.863 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/gtest_prod.h 2024-08-20T22:04:52.1111969Z #19 0.863 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/gtest-typed-test.h 2024-08-20T22:04:52.1113018Z #19 0.863 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/gtest-message.h 2024-08-20T22:04:52.1114074Z #19 0.863 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/gtest-test-part.h 2024-08-20T22:04:52.1115138Z #19 0.863 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/gtest-printers.h 2024-08-20T22:04:52.1116204Z #19 0.864 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/gtest-death-test.h 2024-08-20T22:04:52.1117218Z #19 0.864 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/gtest.h 2024-08-20T22:04:52.1118222Z #19 0.864 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/gtest_pred_impl.h 2024-08-20T22:04:52.1119264Z #19 0.864 protobuf-3.17.3/third_party/googletest/googletest/include/gtest/gtest-matchers.h 2024-08-20T22:04:52.1120185Z #19 0.864 protobuf-3.17.3/third_party/googletest/googletest/configure 2024-08-20T22:04:52.1120949Z #19 0.867 protobuf-3.17.3/third_party/googletest/googletest/m4/ 2024-08-20T22:04:52.1121749Z #19 0.867 protobuf-3.17.3/third_party/googletest/googletest/m4/ltoptions.m4 2024-08-20T22:04:52.1122610Z #19 0.867 protobuf-3.17.3/third_party/googletest/googletest/m4/acx_pthread.m4 2024-08-20T22:04:52.1123464Z #19 0.868 protobuf-3.17.3/third_party/googletest/googletest/m4/ltsugar.m4 2024-08-20T22:04:52.1124312Z #19 0.868 protobuf-3.17.3/third_party/googletest/googletest/m4/ltversion.m4 2024-08-20T22:04:52.1125140Z #19 0.868 protobuf-3.17.3/third_party/googletest/googletest/m4/gtest.m4 2024-08-20T22:04:52.1125963Z #19 0.868 protobuf-3.17.3/third_party/googletest/googletest/m4/libtool.m4 2024-08-20T22:04:52.1126821Z #19 0.869 protobuf-3.17.3/third_party/googletest/googletest/m4/lt~obsolete.m4 2024-08-20T22:04:52.1127621Z #19 0.869 protobuf-3.17.3/third_party/googletest/googletest/make/ 2024-08-20T22:04:52.1128415Z #19 0.869 protobuf-3.17.3/third_party/googletest/googletest/make/Makefile 2024-08-20T22:04:52.1129315Z #19 0.869 protobuf-3.17.3/third_party/googletest/googletest/CONTRIBUTORS 2024-08-20T22:04:52.1130133Z #19 0.869 protobuf-3.17.3/third_party/googletest/googletest/fused-src/ 2024-08-20T22:04:52.1131092Z #19 0.869 protobuf-3.17.3/third_party/googletest/googletest/fused-src/gtest/ 2024-08-20T22:04:52.1132057Z #19 0.869 protobuf-3.17.3/third_party/googletest/googletest/fused-src/gtest/gtest_main.cc 2024-08-20T22:04:52.1133082Z #19 0.869 protobuf-3.17.3/third_party/googletest/googletest/fused-src/gtest/gtest-all.cc 2024-08-20T22:04:52.1134122Z #19 0.871 protobuf-3.17.3/third_party/googletest/googletest/fused-src/gtest/gtest.h 2024-08-20T22:04:52.1135019Z #19 0.875 protobuf-3.17.3/third_party/googletest/googletest/Makefile.am 2024-08-20T22:04:52.1135765Z #19 0.875 protobuf-3.17.3/third_party/googletest/build-aux/ 2024-08-20T22:04:52.1136492Z #19 0.875 protobuf-3.17.3/third_party/googletest/build-aux/install-sh 2024-08-20T22:04:52.1137265Z #19 0.875 protobuf-3.17.3/third_party/googletest/build-aux/missing 2024-08-20T22:04:52.1138008Z #19 0.875 protobuf-3.17.3/third_party/googletest/CMakeLists.txt 2024-08-20T22:04:52.1138710Z #19 0.875 protobuf-3.17.3/third_party/googletest/configure.ac 2024-08-20T22:04:52.1139403Z #19 0.875 protobuf-3.17.3/third_party/googletest/Makefile.in 2024-08-20T22:04:52.1140082Z #19 0.875 protobuf-3.17.3/third_party/googletest/aclocal.m4 2024-08-20T22:04:52.1140757Z #19 0.875 protobuf-3.17.3/third_party/googletest/googlemock/ 2024-08-20T22:04:52.1141460Z #19 0.875 protobuf-3.17.3/third_party/googletest/googlemock/msvc/ 2024-08-20T22:04:52.1142340Z #19 0.875 protobuf-3.17.3/third_party/googletest/googlemock/msvc/2005/ 2024-08-20T22:04:52.1143201Z #19 0.875 protobuf-3.17.3/third_party/googletest/googlemock/msvc/2005/gmock.sln 2024-08-20T22:04:52.1144137Z #19 0.875 protobuf-3.17.3/third_party/googletest/googlemock/msvc/2005/gmock_main.vcproj 2024-08-20T22:04:52.1145171Z #19 0.875 protobuf-3.17.3/third_party/googletest/googlemock/msvc/2005/gmock_config.vsprops 2024-08-20T22:04:52.1146192Z #19 0.875 protobuf-3.17.3/third_party/googletest/googlemock/msvc/2005/gmock_test.vcproj 2024-08-20T22:04:52.1147149Z #19 0.875 protobuf-3.17.3/third_party/googletest/googlemock/msvc/2005/gmock.vcproj 2024-08-20T22:04:52.1148022Z #19 0.875 protobuf-3.17.3/third_party/googletest/googlemock/msvc/2010/ 2024-08-20T22:04:52.1148932Z #19 0.875 protobuf-3.17.3/third_party/googletest/googlemock/msvc/2010/gmock_test.vcxproj 2024-08-20T22:04:52.1149886Z #19 0.875 protobuf-3.17.3/third_party/googletest/googlemock/msvc/2010/gmock.sln 2024-08-20T22:04:52.1150834Z #19 0.875 protobuf-3.17.3/third_party/googletest/googlemock/msvc/2010/gmock_config.props 2024-08-20T22:04:52.1151840Z #19 0.875 protobuf-3.17.3/third_party/googletest/googlemock/msvc/2010/gmock_main.vcxproj 2024-08-20T22:04:52.1152815Z #19 0.876 protobuf-3.17.3/third_party/googletest/googlemock/msvc/2010/gmock.vcxproj 2024-08-20T22:04:52.1153644Z #19 0.876 protobuf-3.17.3/third_party/googletest/googlemock/src/ 2024-08-20T22:04:52.1154531Z #19 0.876 protobuf-3.17.3/third_party/googletest/googlemock/src/gmock-spec-builders.cc 2024-08-20T22:04:52.1155527Z #19 0.876 protobuf-3.17.3/third_party/googletest/googlemock/src/gmock-cardinalities.cc 2024-08-20T22:04:52.1156422Z #19 0.876 protobuf-3.17.3/third_party/googletest/googlemock/src/gmock.cc 2024-08-20T22:04:52.1157271Z #19 0.876 protobuf-3.17.3/third_party/googletest/googlemock/src/gmock-all.cc 2024-08-20T22:04:52.1158218Z #19 0.876 protobuf-3.17.3/third_party/googletest/googlemock/src/gmock-internal-utils.cc 2024-08-20T22:04:52.1159195Z #19 0.876 protobuf-3.17.3/third_party/googletest/googlemock/src/gmock-matchers.cc 2024-08-20T22:04:52.1160090Z #19 0.876 protobuf-3.17.3/third_party/googletest/googlemock/src/gmock_main.cc 2024-08-20T22:04:52.1160933Z #19 0.876 protobuf-3.17.3/third_party/googletest/googlemock/build-aux/ 2024-08-20T22:04:52.1161806Z #19 0.876 protobuf-3.17.3/third_party/googletest/googlemock/build-aux/test-driver 2024-08-20T22:04:52.1162732Z #19 0.876 protobuf-3.17.3/third_party/googletest/googlemock/build-aux/config.h.in 2024-08-20T22:04:52.1163737Z #19 0.876 protobuf-3.17.3/third_party/googletest/googlemock/build-aux/ltmain.sh 2024-08-20T22:04:52.1164625Z #19 0.878 protobuf-3.17.3/third_party/googletest/googlemock/build-aux/depcomp 2024-08-20T22:04:52.1165492Z #19 0.878 protobuf-3.17.3/third_party/googletest/googlemock/build-aux/compile 2024-08-20T22:04:52.1166403Z #19 0.878 protobuf-3.17.3/third_party/googletest/googlemock/build-aux/config.guess 2024-08-20T22:04:52.1167337Z #19 0.878 protobuf-3.17.3/third_party/googletest/googlemock/build-aux/config.sub 2024-08-20T22:04:52.1168248Z #19 0.878 protobuf-3.17.3/third_party/googletest/googlemock/build-aux/install-sh 2024-08-20T22:04:52.1169130Z #19 0.878 protobuf-3.17.3/third_party/googletest/googlemock/build-aux/missing 2024-08-20T22:04:52.1169995Z #19 0.878 protobuf-3.17.3/third_party/googletest/googlemock/CMakeLists.txt 2024-08-20T22:04:52.1170802Z #19 0.879 protobuf-3.17.3/third_party/googletest/googlemock/LICENSE 2024-08-20T22:04:52.1171596Z #19 0.879 protobuf-3.17.3/third_party/googletest/googlemock/configure.ac 2024-08-20T22:04:52.1172379Z #19 0.879 protobuf-3.17.3/third_party/googletest/googlemock/test/ 2024-08-20T22:04:52.1173242Z #19 0.879 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock_stress_test.cc 2024-08-20T22:04:52.1174287Z #19 0.879 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock_link2_test.cc 2024-08-20T22:04:52.1175279Z #19 0.879 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock_output_test_.cc 2024-08-20T22:04:52.1176375Z #19 0.879 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock-more-actions_test.cc 2024-08-20T22:04:52.1177411Z #19 0.879 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock-actions_test.cc 2024-08-20T22:04:52.1178453Z #19 0.879 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock_output_test_golden.txt 2024-08-20T22:04:52.1179479Z #19 0.879 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock-port_test.cc 2024-08-20T22:04:52.1180451Z #19 0.879 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock_test_utils.py 2024-08-20T22:04:52.1181509Z #19 0.879 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock-generated-actions_test.cc 2024-08-20T22:04:52.1182604Z #19 0.879 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock-nice-strict_test.cc 2024-08-20T22:04:52.1183575Z #19 0.879 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock_test.cc 2024-08-20T22:04:52.1184556Z #19 0.879 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock-spec-builders_test.cc 2024-08-20T22:04:52.1185589Z #19 0.880 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock_output_test.py 2024-08-20T22:04:52.1186725Z #19 0.880 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock-generated-function-mockers_test.cc 2024-08-20T22:04:52.1187836Z #19 0.880 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock_leak_test.py 2024-08-20T22:04:52.1188855Z #19 0.880 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock-cardinalities_test.cc 2024-08-20T22:04:52.1189877Z #19 0.880 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock_link_test.h 2024-08-20T22:04:52.1190813Z #19 0.880 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock_ex_test.cc 2024-08-20T22:04:52.1191748Z #19 0.880 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock_link_test.cc 2024-08-20T22:04:52.1192730Z #19 0.880 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock-matchers_test.cc 2024-08-20T22:04:52.1193797Z #19 0.881 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock-function-mocker_test.cc 2024-08-20T22:04:52.1194831Z #19 0.881 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock_leak_test_.cc 2024-08-20T22:04:52.1195887Z #19 0.881 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock-generated-matchers_test.cc 2024-08-20T22:04:52.1197019Z #19 0.881 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock-internal-utils_test.cc 2024-08-20T22:04:52.1198045Z #19 0.881 protobuf-3.17.3/third_party/googletest/googlemock/test/gmock_all_test.cc 2024-08-20T22:04:52.1198979Z #19 0.882 protobuf-3.17.3/third_party/googletest/googlemock/Makefile.in 2024-08-20T22:04:52.1199795Z #19 0.882 protobuf-3.17.3/third_party/googletest/googlemock/aclocal.m4 2024-08-20T22:04:52.1200592Z #19 0.884 protobuf-3.17.3/third_party/googletest/googlemock/scripts/ 2024-08-20T22:04:52.1201457Z #19 0.884 protobuf-3.17.3/third_party/googletest/googlemock/scripts/gmock_doctor.py 2024-08-20T22:04:52.1202440Z #19 0.884 protobuf-3.17.3/third_party/googletest/googlemock/scripts/fuse_gmock_files.py 2024-08-20T22:04:52.1203431Z #19 0.884 protobuf-3.17.3/third_party/googletest/googlemock/scripts/gmock-config.in 2024-08-20T22:04:52.1204359Z #19 0.884 protobuf-3.17.3/third_party/googletest/googlemock/scripts/generator/ 2024-08-20T22:04:52.1205323Z #19 0.884 protobuf-3.17.3/third_party/googletest/googlemock/scripts/generator/gmock_gen.py 2024-08-20T22:04:52.1206339Z #19 0.884 protobuf-3.17.3/third_party/googletest/googlemock/scripts/generator/LICENSE 2024-08-20T22:04:52.1207328Z #19 0.884 protobuf-3.17.3/third_party/googletest/googlemock/scripts/generator/README 2024-08-20T22:04:52.1208364Z #19 0.884 protobuf-3.17.3/third_party/googletest/googlemock/scripts/generator/README.cppclean 2024-08-20T22:04:52.1209393Z #19 0.884 protobuf-3.17.3/third_party/googletest/googlemock/scripts/generator/cpp/ 2024-08-20T22:04:52.1210402Z #19 0.884 protobuf-3.17.3/third_party/googletest/googlemock/scripts/generator/cpp/utils.py 2024-08-20T22:04:52.1211535Z #19 0.884 protobuf-3.17.3/third_party/googletest/googlemock/scripts/generator/cpp/__init__.py 2024-08-20T22:04:52.1212632Z #19 0.884 protobuf-3.17.3/third_party/googletest/googlemock/scripts/generator/cpp/keywords.py 2024-08-20T22:04:52.1213732Z #19 0.884 protobuf-3.17.3/third_party/googletest/googlemock/scripts/generator/cpp/tokenize.py 2024-08-20T22:04:52.1214872Z #19 0.884 protobuf-3.17.3/third_party/googletest/googlemock/scripts/generator/cpp/ast.py 2024-08-20T22:04:52.1215946Z #19 0.885 protobuf-3.17.3/third_party/googletest/googlemock/scripts/generator/cpp/gmock_class.py 2024-08-20T22:04:52.1216906Z #19 0.885 protobuf-3.17.3/third_party/googletest/googlemock/include/ 2024-08-20T22:04:52.1217728Z #19 0.885 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/ 2024-08-20T22:04:52.1218755Z #19 0.885 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/gmock-generated-matchers.h 2024-08-20T22:04:52.1219923Z #19 0.885 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/gmock-cardinalities.h 2024-08-20T22:04:52.1221017Z #19 0.885 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/gmock-matchers.h 2024-08-20T22:04:52.1222140Z #19 0.886 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h 2024-08-20T22:04:52.1223194Z #19 0.886 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/internal/ 2024-08-20T22:04:52.1224320Z #19 0.886 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h 2024-08-20T22:04:52.1225515Z #19 0.886 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/internal/gmock-port.h 2024-08-20T22:04:52.1226587Z #19 0.886 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/internal/custom/ 2024-08-20T22:04:52.1227728Z #19 0.886 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/internal/custom/gmock-port.h 2024-08-20T22:04:52.1228976Z #19 0.886 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/internal/custom/gmock-matchers.h 2024-08-20T22:04:52.1230332Z #19 0.886 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h 2024-08-20T22:04:52.1231907Z #19 0.886 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h.pump 2024-08-20T22:04:52.1233199Z #19 0.886 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h 2024-08-20T22:04:52.1234462Z #19 0.886 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/gmock-generated-function-mockers.h.pump 2024-08-20T22:04:52.1235783Z #19 0.886 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/gmock-actions.h 2024-08-20T22:04:52.1236933Z #19 0.886 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/gmock-generated-actions.h.pump 2024-08-20T22:04:52.1238119Z #19 0.887 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/gmock-nice-strict.h 2024-08-20T22:04:52.1239132Z #19 0.887 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/gmock.h 2024-08-20T22:04:52.1240270Z #19 0.887 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/gmock-generated-function-mockers.h 2024-08-20T22:04:52.1241472Z #19 0.887 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/gmock-more-actions.h 2024-08-20T22:04:52.1242595Z #19 0.887 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/gmock-more-matchers.h 2024-08-20T22:04:52.1243788Z #19 0.887 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/gmock-generated-matchers.h.pump 2024-08-20T22:04:52.1245004Z #19 0.887 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h 2024-08-20T22:04:52.1246142Z #19 0.887 protobuf-3.17.3/third_party/googletest/googlemock/include/gmock/gmock-spec-builders.h 2024-08-20T22:04:52.1247094Z #19 0.887 protobuf-3.17.3/third_party/googletest/googlemock/configure 2024-08-20T22:04:52.1247848Z #19 0.890 protobuf-3.17.3/third_party/googletest/googlemock/make/ 2024-08-20T22:04:52.1248636Z #19 0.890 protobuf-3.17.3/third_party/googletest/googlemock/make/Makefile 2024-08-20T22:04:52.1249557Z #19 0.890 protobuf-3.17.3/third_party/googletest/googlemock/CONTRIBUTORS 2024-08-20T22:04:52.1250365Z #19 0.890 protobuf-3.17.3/third_party/googletest/googlemock/fused-src/ 2024-08-20T22:04:52.1251207Z #19 0.890 protobuf-3.17.3/third_party/googletest/googlemock/fused-src/gmock/ 2024-08-20T22:04:52.1252125Z #19 0.891 protobuf-3.17.3/third_party/googletest/googlemock/fused-src/gmock/gmock.h 2024-08-20T22:04:52.1253119Z #19 0.893 protobuf-3.17.3/third_party/googletest/googlemock/fused-src/gmock-gtest-all.cc 2024-08-20T22:04:52.1254181Z #19 0.895 protobuf-3.17.3/third_party/googletest/googlemock/fused-src/gmock_main.cc 2024-08-20T22:04:52.1255097Z #19 0.895 protobuf-3.17.3/third_party/googletest/googlemock/fused-src/gtest/ 2024-08-20T22:04:52.1256011Z #19 0.895 protobuf-3.17.3/third_party/googletest/googlemock/fused-src/gtest/gtest.h 2024-08-20T22:04:52.1256873Z #19 0.899 protobuf-3.17.3/third_party/googletest/googlemock/Makefile.am 2024-08-20T22:04:52.1257614Z #19 0.899 protobuf-3.17.3/third_party/googletest/README.md 2024-08-20T22:04:52.1258266Z #19 0.899 protobuf-3.17.3/third_party/googletest/configure 2024-08-20T22:04:52.1258920Z #19 0.899 protobuf-3.17.3/third_party/googletest/BUILD.bazel 2024-08-20T22:04:52.1259604Z #19 0.899 protobuf-3.17.3/third_party/googletest/Makefile.am 2024-08-20T22:04:52.1260206Z #19 0.899 protobuf-3.17.3/third_party/six.BUILD 2024-08-20T22:04:52.1260735Z #19 0.899 protobuf-3.17.3/third_party/zlib.BUILD 2024-08-20T22:04:52.1261269Z #19 0.899 protobuf-3.17.3/third_party/wyhash/ 2024-08-20T22:04:52.1261818Z #19 0.899 protobuf-3.17.3/third_party/wyhash/wyhash.h 2024-08-20T22:04:52.1262390Z #19 0.900 protobuf-3.17.3/third_party/wyhash/LICENSE 2024-08-20T22:04:52.1262919Z #19 0.900 protobuf-3.17.3/protobuf.pc.in 2024-08-20T22:04:52.1263381Z #19 0.900 protobuf-3.17.3/internal.bzl 2024-08-20T22:04:52.1263798Z #19 0.900 protobuf-3.17.3/src/ 2024-08-20T22:04:52.1264237Z #19 0.900 protobuf-3.17.3/src/libprotobuf.map 2024-08-20T22:04:52.1264719Z #19 0.900 protobuf-3.17.3/src/google/ 2024-08-20T22:04:52.1265184Z #19 0.900 protobuf-3.17.3/src/google/protobuf/ 2024-08-20T22:04:52.1265845Z #19 0.900 protobuf-3.17.3/src/google/protobuf/wire_format_unittest.cc 2024-08-20T22:04:52.1266550Z #19 0.900 protobuf-3.17.3/src/google/protobuf/has_bits.h 2024-08-20T22:04:52.1267175Z #19 0.900 protobuf-3.17.3/src/google/protobuf/empty.proto 2024-08-20T22:04:52.1267786Z #19 0.900 protobuf-3.17.3/src/google/protobuf/api.pb.h 2024-08-20T22:04:52.1268475Z #19 0.900 protobuf-3.17.3/src/google/protobuf/any_lite.cc 2024-08-20T22:04:52.1269130Z #19 0.900 protobuf-3.17.3/src/google/protobuf/metadata_lite.h 2024-08-20T22:04:52.1269819Z #19 0.900 protobuf-3.17.3/src/google/protobuf/test_util_lite.cc 2024-08-20T22:04:52.1270506Z #19 0.900 protobuf-3.17.3/src/google/protobuf/arenastring.h 2024-08-20T22:04:52.1271335Z #19 0.900 protobuf-3.17.3/src/google/protobuf/unittest_preserve_unknown_enum2.proto 2024-08-20T22:04:52.1272134Z #19 0.901 protobuf-3.17.3/src/google/protobuf/map_entry.h 2024-08-20T22:04:52.1272895Z #19 0.901 protobuf-3.17.3/src/google/protobuf/preserve_unknown_enum_test.cc 2024-08-20T22:04:52.1273735Z #19 0.901 protobuf-3.17.3/src/google/protobuf/field_access_listener.cc 2024-08-20T22:04:52.1274579Z #19 0.901 protobuf-3.17.3/src/google/protobuf/generated_message_table_driven.h 2024-08-20T22:04:52.1275363Z #19 0.901 protobuf-3.17.3/src/google/protobuf/duration.pb.h 2024-08-20T22:04:52.1276057Z #19 0.901 protobuf-3.17.3/src/google/protobuf/descriptor.h 2024-08-20T22:04:52.1276923Z #19 0.901 protobuf-3.17.3/src/google/protobuf/unittest_optimize_for.proto 2024-08-20T22:04:52.1277716Z #19 0.901 protobuf-3.17.3/src/google/protobuf/any.pb.cc 2024-08-20T22:04:52.1278657Z #19 0.901 protobuf-3.17.3/src/google/protobuf/lite_arena_unittest.cc 2024-08-20T22:04:52.1279541Z #19 0.901 protobuf-3.17.3/src/google/protobuf/timestamp.pb.cc 2024-08-20T22:04:52.1280804Z #19 0.901 protobuf-3.17.3/src/google/protobuf/empty.pb.cc 2024-08-20T22:04:52.1282640Z #19 0.901 protobuf-3.17.3/src/google/protobuf/no_field_presence_test.cc 2024-08-20T22:04:52.1283760Z #19 0.901 protobuf-3.17.3/src/google/protobuf/testdata/ 2024-08-20T22:04:52.1284983Z #19 0.901 protobuf-3.17.3/src/google/protobuf/testdata/golden_message_proto3 2024-08-20T22:04:52.1286571Z #19 0.902 protobuf-3.17.3/src/google/protobuf/testdata/text_format_unittest_extensions_data_pointy.txt 2024-08-20T22:04:52.1287739Z #19 0.902 protobuf-3.17.3/src/google/protobuf/testdata/golden_message_maps 2024-08-20T22:04:52.1288711Z #19 0.902 protobuf-3.17.3/src/google/protobuf/testdata/golden_message 2024-08-20T22:04:52.1298879Z #19 0.902 protobuf-3.17.3/src/google/protobuf/testdata/map_test_data.txt 2024-08-20T22:04:52.1299917Z #19 0.902 protobuf-3.17.3/src/google/protobuf/testdata/text_format_unittest_extensions_data.txt 2024-08-20T22:04:52.1300887Z #19 0.902 protobuf-3.17.3/src/google/protobuf/testdata/bad_utf8_string 2024-08-20T22:04:52.1301889Z #19 0.902 protobuf-3.17.3/src/google/protobuf/testdata/text_format_unittest_data_pointy_oneof.txt 2024-08-20T22:04:52.1303040Z #19 0.902 protobuf-3.17.3/src/google/protobuf/testdata/text_format_unittest_data_pointy.txt 2024-08-20T22:04:52.1304201Z #19 0.902 protobuf-3.17.3/src/google/protobuf/testdata/text_format_unittest_data_oneof_implemented.txt 2024-08-20T22:04:52.1305316Z #19 0.902 protobuf-3.17.3/src/google/protobuf/testdata/text_format_unittest_data.txt 2024-08-20T22:04:52.1306345Z #19 0.902 protobuf-3.17.3/src/google/protobuf/testdata/golden_message_oneof_implemented 2024-08-20T22:04:52.1307363Z #19 0.902 protobuf-3.17.3/src/google/protobuf/testdata/golden_packed_fields_message 2024-08-20T22:04:52.1308192Z #19 0.902 protobuf-3.17.3/src/google/protobuf/test_util.inc 2024-08-20T22:04:52.1308927Z #19 0.902 protobuf-3.17.3/src/google/protobuf/field_access_listener.h 2024-08-20T22:04:52.1309836Z #19 0.902 protobuf-3.17.3/src/google/protobuf/generated_message_reflection_unittest.cc 2024-08-20T22:04:52.1310762Z #19 0.902 protobuf-3.17.3/src/google/protobuf/drop_unknown_fields_test.cc 2024-08-20T22:04:52.1311532Z #19 0.903 protobuf-3.17.3/src/google/protobuf/wrappers.proto 2024-08-20T22:04:52.1312231Z #19 0.903 protobuf-3.17.3/src/google/protobuf/reflection_ops.h 2024-08-20T22:04:52.1312882Z #19 0.903 protobuf-3.17.3/src/google/protobuf/service.h 2024-08-20T22:04:52.1313521Z #19 0.903 protobuf-3.17.3/src/google/protobuf/wire_format.h 2024-08-20T22:04:52.1314249Z #19 0.903 protobuf-3.17.3/src/google/protobuf/implicit_weak_message.h 2024-08-20T22:04:52.1315190Z #19 0.903 protobuf-3.17.3/src/google/protobuf/test_messages_proto2.proto 2024-08-20T22:04:52.1315978Z #19 0.903 protobuf-3.17.3/src/google/protobuf/unittest_lite.proto 2024-08-20T22:04:52.1316678Z #19 0.903 protobuf-3.17.3/src/google/protobuf/struct.pb.cc 2024-08-20T22:04:52.1317355Z #19 0.903 protobuf-3.17.3/src/google/protobuf/arena_test_util.cc 2024-08-20T22:04:52.1318220Z #19 0.903 protobuf-3.17.3/src/google/protobuf/repeated_field_reflection_unittest.cc 2024-08-20T22:04:52.1319210Z #19 0.903 protobuf-3.17.3/src/google/protobuf/unittest_lazy_dependencies_enum.proto 2024-08-20T22:04:52.1494486Z #19 0.903 protobuf-3.17.3/src/google/protobuf/duration.pb.cc 2024-08-20T22:04:52.1495250Z #19 0.903 protobuf-3.17.3/src/google/protobuf/parse_context.cc 2024-08-20T22:04:52.1495984Z #19 0.903 protobuf-3.17.3/src/google/protobuf/dynamic_message.h 2024-08-20T22:04:52.1496737Z #19 0.903 protobuf-3.17.3/src/google/protobuf/reflection_internal.h 2024-08-20T22:04:52.1497553Z #19 0.903 protobuf-3.17.3/src/google/protobuf/dynamic_message_unittest.cc 2024-08-20T22:04:52.1498397Z #19 0.904 protobuf-3.17.3/src/google/protobuf/map_proto2_unittest.proto 2024-08-20T22:04:52.1499281Z #19 0.904 protobuf-3.17.3/src/google/protobuf/unittest_no_field_presence.proto 2024-08-20T22:04:52.1500088Z #19 0.904 protobuf-3.17.3/src/google/protobuf/message_lite.h 2024-08-20T22:04:52.1500781Z #19 0.904 protobuf-3.17.3/src/google/protobuf/wire_format_lite.cc 2024-08-20T22:04:52.1501480Z #19 0.904 protobuf-3.17.3/src/google/protobuf/reflection.h 2024-08-20T22:04:52.1502333Z #19 0.904 protobuf-3.17.3/src/google/protobuf/reflection_ops.cc 2024-08-20T22:04:52.1503195Z #19 0.904 protobuf-3.17.3/src/google/protobuf/unittest_preserve_unknown_enum.proto 2024-08-20T22:04:52.1504030Z #19 0.904 protobuf-3.17.3/src/google/protobuf/text_format.cc 2024-08-20T22:04:52.1504786Z #19 0.904 protobuf-3.17.3/src/google/protobuf/extension_set_unittest.cc 2024-08-20T22:04:52.1505478Z #19 0.905 protobuf-3.17.3/src/google/protobuf/map.cc 2024-08-20T22:04:52.1506249Z #19 0.905 protobuf-3.17.3/src/google/protobuf/generated_message_tctable_decl.h 2024-08-20T22:04:52.1507185Z #19 0.905 protobuf-3.17.3/src/google/protobuf/unittest_enormous_descriptor.proto 2024-08-20T22:04:52.1508020Z #19 0.905 protobuf-3.17.3/src/google/protobuf/wire_format_lite.h 2024-08-20T22:04:52.1508700Z #19 0.906 protobuf-3.17.3/src/google/protobuf/port_def.inc 2024-08-20T22:04:52.1509328Z #19 0.906 protobuf-3.17.3/src/google/protobuf/testing/ 2024-08-20T22:04:52.1510010Z #19 0.906 protobuf-3.17.3/src/google/protobuf/testing/googletest.h 2024-08-20T22:04:52.1510725Z #19 0.906 protobuf-3.17.3/src/google/protobuf/testing/file.h 2024-08-20T22:04:52.1511447Z #19 0.906 protobuf-3.17.3/src/google/protobuf/testing/zcgunzip.cc 2024-08-20T22:04:52.1512164Z #19 0.906 protobuf-3.17.3/src/google/protobuf/testing/file.cc 2024-08-20T22:04:52.1512861Z #19 0.906 protobuf-3.17.3/src/google/protobuf/testing/zcgzip.cc 2024-08-20T22:04:52.1513608Z #19 0.906 protobuf-3.17.3/src/google/protobuf/testing/googletest.cc 2024-08-20T22:04:52.1514481Z #19 0.906 protobuf-3.17.3/src/google/protobuf/unittest_no_generic_services.proto 2024-08-20T22:04:52.1515691Z #19 0.906 protobuf-3.17.3/src/google/protobuf/unittest_mset.proto 2024-08-20T22:04:52.1516496Z #19 0.906 protobuf-3.17.3/src/google/protobuf/unittest_import_public.proto 2024-08-20T22:04:52.1517380Z #19 0.906 protobuf-3.17.3/src/google/protobuf/unknown_field_set_unittest.cc 2024-08-20T22:04:52.1518281Z #19 0.906 protobuf-3.17.3/src/google/protobuf/unittest_mset_wire_format.proto 2024-08-20T22:04:52.1519047Z #19 0.906 protobuf-3.17.3/src/google/protobuf/service.cc 2024-08-20T22:04:52.1519824Z #19 0.906 protobuf-3.17.3/src/google/protobuf/generated_message_reflection.cc 2024-08-20T22:04:52.1520767Z #19 0.907 protobuf-3.17.3/src/google/protobuf/unittest_lite_imports_nonlite.proto 2024-08-20T22:04:52.1521639Z #19 0.907 protobuf-3.17.3/src/google/protobuf/unittest_import.proto 2024-08-20T22:04:52.1522467Z #19 0.907 protobuf-3.17.3/src/google/protobuf/unittest_proto3_optional.proto 2024-08-20T22:04:52.1523520Z #19 0.907 protobuf-3.17.3/src/google/protobuf/generated_message_tctable_impl.inc 2024-08-20T22:04:52.1524276Z #19 0.907 protobuf-3.17.3/src/google/protobuf/map.h 2024-08-20T22:04:52.1524878Z #19 0.907 protobuf-3.17.3/src/google/protobuf/map_field.h 2024-08-20T22:04:52.1525523Z #19 0.907 protobuf-3.17.3/src/google/protobuf/test_util.cc 2024-08-20T22:04:52.1526223Z #19 0.907 protobuf-3.17.3/src/google/protobuf/extension_set_inl.h 2024-08-20T22:04:52.1526960Z #19 0.907 protobuf-3.17.3/src/google/protobuf/unittest_arena.proto 2024-08-20T22:04:52.1527726Z #19 0.907 protobuf-3.17.3/src/google/protobuf/map_lite_test_util.cc 2024-08-20T22:04:52.1528427Z #19 0.908 protobuf-3.17.3/src/google/protobuf/type.proto 2024-08-20T22:04:52.1529054Z #19 0.908 protobuf-3.17.3/src/google/protobuf/any_test.cc 2024-08-20T22:04:52.1529728Z #19 0.908 protobuf-3.17.3/src/google/protobuf/timestamp.proto 2024-08-20T22:04:52.1530525Z #19 0.908 protobuf-3.17.3/src/google/protobuf/proto3_arena_lite_unittest.cc 2024-08-20T22:04:52.1531432Z #19 0.908 protobuf-3.17.3/src/google/protobuf/any.pb.h 2024-08-20T22:04:52.1532167Z #19 0.908 protobuf-3.17.3/src/google/protobuf/generated_enum_reflection.h 2024-08-20T22:04:52.1532955Z #19 0.908 protobuf-3.17.3/src/google/protobuf/descriptor.proto 2024-08-20T22:04:52.1533784Z #19 0.908 protobuf-3.17.3/src/google/protobuf/unittest_lazy_dependencies.proto 2024-08-20T22:04:52.1534632Z #19 0.908 protobuf-3.17.3/src/google/protobuf/map_test.cc 2024-08-20T22:04:52.1535354Z #19 0.909 protobuf-3.17.3/src/google/protobuf/proto3_lite_unittest.cc 2024-08-20T22:04:52.1536212Z #19 0.909 protobuf-3.17.3/src/google/protobuf/wrappers.pb.cc 2024-08-20T22:04:52.1536889Z #19 0.909 protobuf-3.17.3/src/google/protobuf/wire_format.cc 2024-08-20T22:04:52.1537649Z #19 0.909 protobuf-3.17.3/src/google/protobuf/generated_enum_util.cc 2024-08-20T22:04:52.1538517Z #19 0.909 protobuf-3.17.3/src/google/protobuf/unittest_import_lite.proto 2024-08-20T22:04:52.1539200Z #19 0.909 protobuf-3.17.3/src/google/protobuf/io/ 2024-08-20T22:04:52.1539828Z #19 0.909 protobuf-3.17.3/src/google/protobuf/io/io_win32.cc 2024-08-20T22:04:52.1540512Z #19 0.909 protobuf-3.17.3/src/google/protobuf/io/tokenizer.cc 2024-08-20T22:04:52.1541279Z #19 0.909 protobuf-3.17.3/src/google/protobuf/io/coded_stream_unittest.cc 2024-08-20T22:04:52.1542121Z #19 0.910 protobuf-3.17.3/src/google/protobuf/io/gzip_stream_unittest.sh 2024-08-20T22:04:52.1542991Z #19 0.910 protobuf-3.17.3/src/google/protobuf/io/zero_copy_stream_unittest.cc 2024-08-20T22:04:52.1543899Z #19 0.910 protobuf-3.17.3/src/google/protobuf/io/zero_copy_stream_impl_lite.h 2024-08-20T22:04:52.1544694Z #19 0.910 protobuf-3.17.3/src/google/protobuf/io/gzip_stream.cc 2024-08-20T22:04:52.1545421Z #19 0.910 protobuf-3.17.3/src/google/protobuf/io/coded_stream.cc 2024-08-20T22:04:52.1546118Z #19 0.910 protobuf-3.17.3/src/google/protobuf/io/io_win32.h 2024-08-20T22:04:52.1546788Z #19 0.910 protobuf-3.17.3/src/google/protobuf/io/gzip_stream.h 2024-08-20T22:04:52.1547467Z #19 0.910 protobuf-3.17.3/src/google/protobuf/io/strtod.cc 2024-08-20T22:04:52.1548118Z #19 0.910 protobuf-3.17.3/src/google/protobuf/io/strtod.h 2024-08-20T22:04:52.1548810Z #19 0.910 protobuf-3.17.3/src/google/protobuf/io/zero_copy_stream.h 2024-08-20T22:04:52.1549646Z #19 0.910 protobuf-3.17.3/src/google/protobuf/io/zero_copy_stream_impl_lite.cc 2024-08-20T22:04:52.1550427Z #19 0.910 protobuf-3.17.3/src/google/protobuf/io/printer.cc 2024-08-20T22:04:52.1551085Z #19 0.910 protobuf-3.17.3/src/google/protobuf/io/tokenizer.h 2024-08-20T22:04:52.1551790Z #19 0.911 protobuf-3.17.3/src/google/protobuf/io/package_info.h 2024-08-20T22:04:52.1552546Z #19 0.911 protobuf-3.17.3/src/google/protobuf/io/io_win32_unittest.cc 2024-08-20T22:04:52.1553316Z #19 0.911 protobuf-3.17.3/src/google/protobuf/io/zero_copy_stream.cc 2024-08-20T22:04:52.1554096Z #19 0.911 protobuf-3.17.3/src/google/protobuf/io/printer_unittest.cc 2024-08-20T22:04:52.1554896Z #19 0.911 protobuf-3.17.3/src/google/protobuf/io/tokenizer_unittest.cc 2024-08-20T22:04:52.1555761Z #19 0.911 protobuf-3.17.3/src/google/protobuf/io/coded_stream.h 2024-08-20T22:04:52.1556537Z #19 0.911 protobuf-3.17.3/src/google/protobuf/io/zero_copy_stream_impl.cc 2024-08-20T22:04:52.1557284Z #19 0.911 protobuf-3.17.3/src/google/protobuf/io/printer.h 2024-08-20T22:04:52.1558031Z #19 0.911 protobuf-3.17.3/src/google/protobuf/io/zero_copy_stream_impl.h 2024-08-20T22:04:52.1558744Z #19 0.911 protobuf-3.17.3/src/google/protobuf/type.pb.cc 2024-08-20T22:04:52.1559368Z #19 0.912 protobuf-3.17.3/src/google/protobuf/api.pb.cc 2024-08-20T22:04:52.1560146Z #19 0.912 protobuf-3.17.3/src/google/protobuf/descriptor_database_unittest.cc 2024-08-20T22:04:52.1561045Z #19 0.912 protobuf-3.17.3/src/google/protobuf/unittest_well_known_types.proto 2024-08-20T22:04:52.1561836Z #19 0.912 protobuf-3.17.3/src/google/protobuf/field_mask.pb.h 2024-08-20T22:04:52.1562605Z #19 0.912 protobuf-3.17.3/src/google/protobuf/reflection_ops_unittest.cc 2024-08-20T22:04:52.1563430Z #19 0.912 protobuf-3.17.3/src/google/protobuf/unittest_proto3_lite.proto 2024-08-20T22:04:52.1564208Z #19 0.912 protobuf-3.17.3/src/google/protobuf/arena_test_util.h 2024-08-20T22:04:52.1564956Z #19 0.912 protobuf-3.17.3/src/google/protobuf/unittest_proto3.proto 2024-08-20T22:04:52.1565650Z #19 0.912 protobuf-3.17.3/src/google/protobuf/compiler/ 2024-08-20T22:04:52.1566277Z #19 0.912 protobuf-3.17.3/src/google/protobuf/compiler/js/ 2024-08-20T22:04:52.1567107Z #19 0.912 protobuf-3.17.3/src/google/protobuf/compiler/js/well_known_types_embed.cc 2024-08-20T22:04:52.1568413Z #19 0.912 protobuf-3.17.3/src/google/protobuf/compiler/js/well_known_types_embed.h 2024-08-20T22:04:52.1569327Z #19 0.913 protobuf-3.17.3/src/google/protobuf/compiler/js/js_generator.h 2024-08-20T22:04:52.1570177Z #19 0.913 protobuf-3.17.3/src/google/protobuf/compiler/js/js_generator.cc 2024-08-20T22:04:52.1570962Z #19 0.913 protobuf-3.17.3/src/google/protobuf/compiler/parser.h 2024-08-20T22:04:52.1571772Z #19 0.913 protobuf-3.17.3/src/google/protobuf/compiler/zip_output_unittest.sh 2024-08-20T22:04:52.1572586Z #19 0.913 protobuf-3.17.3/src/google/protobuf/compiler/csharp/ 2024-08-20T22:04:52.1573427Z #19 0.913 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_generator.h 2024-08-20T22:04:52.1574462Z #19 0.913 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_map_field.h 2024-08-20T22:04:52.1575392Z #19 0.913 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_names.h 2024-08-20T22:04:52.1576398Z #19 0.913 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_generator_unittest.cc 2024-08-20T22:04:52.1577455Z #19 0.913 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_field_base.cc 2024-08-20T22:04:52.1578438Z #19 0.913 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_field_base.h 2024-08-20T22:04:52.1579485Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_bootstrap_unittest.cc 2024-08-20T22:04:52.1580507Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_options.h 2024-08-20T22:04:52.1581552Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.h 2024-08-20T22:04:52.1582611Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_helpers.cc 2024-08-20T22:04:52.1583655Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc 2024-08-20T22:04:52.1584756Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc 2024-08-20T22:04:52.1585807Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_reflection_class.h 2024-08-20T22:04:52.1586861Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc 2024-08-20T22:04:52.1587877Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_generator.cc 2024-08-20T22:04:52.1588873Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc 2024-08-20T22:04:52.1589901Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_message_field.cc 2024-08-20T22:04:52.1590989Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_doc_comment.h 2024-08-20T22:04:52.1591988Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_wrapper_field.h 2024-08-20T22:04:52.1593085Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc 2024-08-20T22:04:52.1594120Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_message.h 2024-08-20T22:04:52.1595161Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_source_generator_base.h 2024-08-20T22:04:52.1596227Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_message_field.h 2024-08-20T22:04:52.1596694Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_enum_field.cc 2024-08-20T22:04:52.1597112Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_helpers.h 2024-08-20T22:04:52.1597639Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc 2024-08-20T22:04:52.1598160Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.h 2024-08-20T22:04:52.1598710Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc 2024-08-20T22:04:52.1599169Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_map_field.cc 2024-08-20T22:04:52.1599624Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc 2024-08-20T22:04:52.1600061Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_enum_field.h 2024-08-20T22:04:52.1600530Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_enum.cc 2024-08-20T22:04:52.1600957Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_message.cc 2024-08-20T22:04:52.1601349Z #19 0.914 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_enum.h 2024-08-20T22:04:52.1601890Z #19 0.915 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.h 2024-08-20T22:04:52.1602369Z #19 0.915 protobuf-3.17.3/src/google/protobuf/compiler/csharp/csharp_primitive_field.h 2024-08-20T22:04:52.1602800Z #19 0.915 protobuf-3.17.3/src/google/protobuf/compiler/command_line_interface.h 2024-08-20T22:04:52.1603205Z #19 0.915 protobuf-3.17.3/src/google/protobuf/compiler/annotation_test_util.h 2024-08-20T22:04:52.1603542Z #19 0.915 protobuf-3.17.3/src/google/protobuf/compiler/plugin.pb.cc 2024-08-20T22:04:52.1603840Z #19 0.915 protobuf-3.17.3/src/google/protobuf/compiler/php/ 2024-08-20T22:04:52.1604242Z #19 0.915 protobuf-3.17.3/src/google/protobuf/compiler/php/php_generator.cc 2024-08-20T22:04:52.1604630Z #19 0.915 protobuf-3.17.3/src/google/protobuf/compiler/php/php_generator.h 2024-08-20T22:04:52.1604975Z #19 0.915 protobuf-3.17.3/src/google/protobuf/compiler/zip_writer.h 2024-08-20T22:04:52.1605289Z #19 0.915 protobuf-3.17.3/src/google/protobuf/compiler/plugin.cc 2024-08-20T22:04:52.1605614Z #19 0.915 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/ 2024-08-20T22:04:52.1606135Z #19 0.915 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_extension.cc 2024-08-20T22:04:52.1606609Z #19 0.915 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_field.cc 2024-08-20T22:04:52.1607154Z #19 0.915 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc 2024-08-20T22:04:52.1607693Z #19 0.915 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.h 2024-08-20T22:04:52.1608174Z #19 0.915 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_message.cc 2024-08-20T22:04:52.1608657Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_field.h 2024-08-20T22:04:52.1609139Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc 2024-08-20T22:04:52.1609629Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_generator.h 2024-08-20T22:04:52.1610101Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_file.cc 2024-08-20T22:04:52.1610618Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_file.h 2024-08-20T22:04:52.1611138Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc 2024-08-20T22:04:52.1611604Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_enum.cc 2024-08-20T22:04:52.1612107Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_generator.cc 2024-08-20T22:04:52.1612578Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_oneof.h 2024-08-20T22:04:52.1613073Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_map_field.h 2024-08-20T22:04:52.1613618Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc 2024-08-20T22:04:52.1614192Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_enum.h 2024-08-20T22:04:52.1614742Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_nsobject_methods.h 2024-08-20T22:04:52.1615234Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_helpers.h 2024-08-20T22:04:52.1615756Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_message_field.h 2024-08-20T22:04:52.1616309Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_helpers_unittest.cc 2024-08-20T22:04:52.1616811Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_extension.h 2024-08-20T22:04:52.1617349Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_message.h 2024-08-20T22:04:52.1617852Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_enum_field.h 2024-08-20T22:04:52.1618331Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc 2024-08-20T22:04:52.1618835Z #19 0.916 protobuf-3.17.3/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc 2024-08-20T22:04:52.1619217Z #19 0.917 protobuf-3.17.3/src/google/protobuf/compiler/code_generator.h 2024-08-20T22:04:52.1619544Z #19 0.917 protobuf-3.17.3/src/google/protobuf/compiler/importer.cc 2024-08-20T22:04:52.1619863Z #19 0.917 protobuf-3.17.3/src/google/protobuf/compiler/importer.h 2024-08-20T22:04:52.1620213Z #19 0.917 protobuf-3.17.3/src/google/protobuf/compiler/subprocess.h 2024-08-20T22:04:52.1620526Z #19 0.917 protobuf-3.17.3/src/google/protobuf/compiler/parser.cc 2024-08-20T22:04:52.1620929Z #19 0.917 protobuf-3.17.3/src/google/protobuf/compiler/mock_code_generator.cc 2024-08-20T22:04:52.1621250Z #19 0.917 protobuf-3.17.3/src/google/protobuf/compiler/python/ 2024-08-20T22:04:52.1621685Z #19 0.917 protobuf-3.17.3/src/google/protobuf/compiler/python/python_generator.h 2024-08-20T22:04:52.1622166Z #19 0.917 protobuf-3.17.3/src/google/protobuf/compiler/python/python_plugin_unittest.cc 2024-08-20T22:04:52.1622623Z #19 0.917 protobuf-3.17.3/src/google/protobuf/compiler/python/python_generator.cc 2024-08-20T22:04:52.1622970Z #19 0.917 protobuf-3.17.3/src/google/protobuf/compiler/subprocess.cc 2024-08-20T22:04:52.1623268Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/ruby/ 2024-08-20T22:04:52.1623845Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/ruby/ruby_generated_pkg_explicit_legacy_pb.rb 2024-08-20T22:04:52.1624310Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/ruby/ruby_generated_code_pb.rb 2024-08-20T22:04:52.1624850Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/ruby/ruby_generated_pkg_explicit.proto 2024-08-20T22:04:52.1625252Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/ruby/ruby_generator.h 2024-08-20T22:04:52.1625772Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/ruby/ruby_generated_pkg_explicit_pb.rb 2024-08-20T22:04:52.1626306Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/ruby/ruby_generated_pkg_implicit_pb.rb 2024-08-20T22:04:52.1626713Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/ruby/ruby_generator.cc 2024-08-20T22:04:52.1627243Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/ruby/ruby_generated_code_proto2_pb.rb 2024-08-20T22:04:52.1627821Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/ruby/ruby_generated_code_proto2.proto 2024-08-20T22:04:52.1628286Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/ruby/ruby_generated_code.proto 2024-08-20T22:04:52.1628874Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/ruby/ruby_generated_pkg_explicit_legacy.proto 2024-08-20T22:04:52.1629399Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/ruby/ruby_generated_pkg_implicit.proto 2024-08-20T22:04:52.1629874Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/ruby/ruby_generator_unittest.cc 2024-08-20T22:04:52.1630282Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/importer_unittest.cc 2024-08-20T22:04:52.1630804Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/package_info.h 2024-08-20T22:04:52.1631323Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/command_line_interface_unittest.cc 2024-08-20T22:04:52.1631630Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/main.cc 2024-08-20T22:04:52.1631967Z #19 0.918 protobuf-3.17.3/src/google/protobuf/compiler/plugin.proto 2024-08-20T22:04:52.1632319Z #19 0.919 protobuf-3.17.3/src/google/protobuf/compiler/zip_writer.cc 2024-08-20T22:04:52.1632695Z #19 0.919 protobuf-3.17.3/src/google/protobuf/compiler/parser_unittest.cc 2024-08-20T22:04:52.1633024Z #19 0.919 protobuf-3.17.3/src/google/protobuf/compiler/plugin.pb.h 2024-08-20T22:04:52.1633340Z #19 0.919 protobuf-3.17.3/src/google/protobuf/compiler/plugin.h 2024-08-20T22:04:52.1633736Z #19 0.919 protobuf-3.17.3/src/google/protobuf/compiler/cpp/ 2024-08-20T22:04:52.1634244Z #19 0.919 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_parse_function_generator.cc 2024-08-20T22:04:52.1634679Z #19 0.920 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_move_unittest.cc 2024-08-20T22:04:52.1635073Z #19 0.920 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_unittest.inc 2024-08-20T22:04:52.1635436Z #19 0.920 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_file.h 2024-08-20T22:04:52.1635805Z #19 0.920 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_options.h 2024-08-20T22:04:52.1636188Z #19 0.920 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_extension.h 2024-08-20T22:04:52.1636582Z #19 0.920 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_service.cc 2024-08-20T22:04:52.1637006Z #19 0.920 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_message_field.cc 2024-08-20T22:04:52.1637448Z #19 0.920 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc 2024-08-20T22:04:52.1637871Z #19 0.920 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_string_field.h 2024-08-20T22:04:52.1638269Z #19 0.920 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_enum_field.cc 2024-08-20T22:04:52.1638711Z #19 0.920 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_primitive_field.h 2024-08-20T22:04:52.1639168Z #19 0.921 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc 2024-08-20T22:04:52.1639551Z #19 0.921 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_unittest.h 2024-08-20T22:04:52.1639919Z #19 0.921 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_file.cc 2024-08-20T22:04:52.1640364Z #19 0.921 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.h 2024-08-20T22:04:52.1640858Z #19 0.921 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_parse_function_generator.h 2024-08-20T22:04:52.1641241Z #19 0.921 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_message.h 2024-08-20T22:04:52.1641641Z #19 0.921 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_generator.cc 2024-08-20T22:04:52.1642030Z #19 0.921 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_message.cc 2024-08-20T22:04:52.1642527Z #19 0.922 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto 2024-08-20T22:04:52.1643030Z #19 0.922 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto 2024-08-20T22:04:52.1643510Z #19 0.922 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_extension.cc 2024-08-20T22:04:52.1643896Z #19 0.922 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_unittest.cc 2024-08-20T22:04:52.1644334Z #19 0.922 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_plugin_unittest.cc 2024-08-20T22:04:52.1644705Z #19 0.922 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_field.cc 2024-08-20T22:04:52.1645060Z #19 0.922 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_enum.cc 2024-08-20T22:04:52.1645450Z #19 0.922 protobuf-3.17.3/src/google/protobuf/compiler/cpp/metadata_test.cc 2024-08-20T22:04:52.1645823Z #19 0.922 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_field.h 2024-08-20T22:04:52.1646241Z #19 0.922 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_message_field.h 2024-08-20T22:04:52.1646715Z #19 0.922 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_bootstrap_unittest.cc 2024-08-20T22:04:52.1647085Z #19 0.922 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_helpers.h 2024-08-20T22:04:52.1647437Z #19 0.922 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_enum.h 2024-08-20T22:04:52.1647840Z #19 0.922 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_enum_field.h 2024-08-20T22:04:52.1648216Z #19 0.922 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_helpers.cc 2024-08-20T22:04:52.1648596Z #19 0.922 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_map_field.h 2024-08-20T22:04:52.1648975Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_service.h 2024-08-20T22:04:52.1649494Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_message_layout_helper.h 2024-08-20T22:04:52.1649903Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_map_field.cc 2024-08-20T22:04:52.1650289Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_generator.h 2024-08-20T22:04:52.1650645Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_names.h 2024-08-20T22:04:52.1651071Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/cpp/cpp_string_field.cc 2024-08-20T22:04:52.1651476Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/mock_code_generator.h 2024-08-20T22:04:52.1651844Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/code_generator.cc 2024-08-20T22:04:52.1652140Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/java/ 2024-08-20T22:04:52.1652518Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/java/java_field.cc 2024-08-20T22:04:52.1652966Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/java/java_message_builder.h 2024-08-20T22:04:52.1653371Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/java/java_context.cc 2024-08-20T22:04:52.1653799Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/java/java_string_field.cc 2024-08-20T22:04:52.1654361Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/java/java_primitive_field_lite.cc 2024-08-20T22:04:52.1654792Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/java/java_message_field.h 2024-08-20T22:04:52.1655174Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/java/java_context.h 2024-08-20T22:04:52.1655674Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/java/java_message_builder_lite.cc 2024-08-20T22:04:52.1656058Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/java/java_helpers.h 2024-08-20T22:04:52.1656420Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/java/java_file.h 2024-08-20T22:04:52.1656877Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/java/java_extension_lite.cc 2024-08-20T22:04:52.1657293Z #19 0.923 protobuf-3.17.3/src/google/protobuf/compiler/java/java_doc_comment.cc 2024-08-20T22:04:52.1657674Z #19 0.924 protobuf-3.17.3/src/google/protobuf/compiler/java/java_file.cc 2024-08-20T22:04:52.1658067Z #19 0.924 protobuf-3.17.3/src/google/protobuf/compiler/java/java_helpers.cc 2024-08-20T22:04:52.1658427Z #19 0.924 protobuf-3.17.3/src/google/protobuf/compiler/java/java_enum.cc 2024-08-20T22:04:52.1658897Z #19 0.924 protobuf-3.17.3/src/google/protobuf/compiler/java/java_kotlin_generator.cc 2024-08-20T22:04:52.1659348Z #19 0.924 protobuf-3.17.3/src/google/protobuf/compiler/java/java_service.cc 2024-08-20T22:04:52.1659756Z #19 0.924 protobuf-3.17.3/src/google/protobuf/compiler/java/java_extension.cc 2024-08-20T22:04:52.1660197Z #19 0.924 protobuf-3.17.3/src/google/protobuf/compiler/java/java_name_resolver.h 2024-08-20T22:04:52.1660636Z #19 0.924 protobuf-3.17.3/src/google/protobuf/compiler/java/java_extension_lite.h 2024-08-20T22:04:52.1661115Z #19 0.924 protobuf-3.17.3/src/google/protobuf/compiler/java/java_message_field_lite.cc 2024-08-20T22:04:52.1661516Z #19 0.924 protobuf-3.17.3/src/google/protobuf/compiler/java/java_enum_lite.h 2024-08-20T22:04:52.1661995Z #19 0.924 protobuf-3.17.3/src/google/protobuf/compiler/java/java_message_builder_lite.h 2024-08-20T22:04:52.1662462Z #19 0.924 protobuf-3.17.3/src/google/protobuf/compiler/java/java_kotlin_generator.h 2024-08-20T22:04:52.1662827Z #19 0.924 protobuf-3.17.3/src/google/protobuf/compiler/java/java_field.h 2024-08-20T22:04:52.1663310Z #19 0.924 protobuf-3.17.3/src/google/protobuf/compiler/java/java_doc_comment_unittest.cc 2024-08-20T22:04:52.1663708Z #19 0.924 protobuf-3.17.3/src/google/protobuf/compiler/java/java_options.h 2024-08-20T22:04:52.1664171Z #19 0.924 protobuf-3.17.3/src/google/protobuf/compiler/java/java_generator_factory.cc 2024-08-20T22:04:52.1664605Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_message_field.cc 2024-08-20T22:04:52.1664981Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_names.h 2024-08-20T22:04:52.1665435Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_enum_field.h 2024-08-20T22:04:52.1665898Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_enum_field_lite.h 2024-08-20T22:04:52.1666341Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_map_field_lite.cc 2024-08-20T22:04:52.1666745Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_generator.cc 2024-08-20T22:04:52.1667141Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_message.h 2024-08-20T22:04:52.1667544Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_map_field.h 2024-08-20T22:04:52.1667902Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_enum.h 2024-08-20T22:04:52.1668302Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_service.h 2024-08-20T22:04:52.1668739Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_map_field_lite.h 2024-08-20T22:04:52.1669198Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_primitive_field.h 2024-08-20T22:04:52.1669656Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_message_builder.cc 2024-08-20T22:04:52.1670150Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_shared_code_generator.cc 2024-08-20T22:04:52.1670566Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_enum_lite.cc 2024-08-20T22:04:52.1671019Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_primitive_field.cc 2024-08-20T22:04:52.1671499Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_primitive_field_lite.h 2024-08-20T22:04:52.1671910Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_generator.h 2024-08-20T22:04:52.1672370Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_generator_factory.h 2024-08-20T22:04:52.1672827Z #19 0.925 protobuf-3.17.3/src/google/protobuf/compiler/java/java_enum_field_lite.cc 2024-08-20T22:04:52.1673253Z #19 0.926 protobuf-3.17.3/src/google/protobuf/compiler/java/java_message_lite.cc 2024-08-20T22:04:52.1673674Z #19 0.926 protobuf-3.17.3/src/google/protobuf/compiler/java/java_string_field.h 2024-08-20T22:04:52.1674145Z #19 0.926 protobuf-3.17.3/src/google/protobuf/compiler/java/java_string_field_lite.cc 2024-08-20T22:04:52.1674582Z #19 0.926 protobuf-3.17.3/src/google/protobuf/compiler/java/java_name_resolver.cc 2024-08-20T22:04:52.1674998Z #19 0.926 protobuf-3.17.3/src/google/protobuf/compiler/java/java_message_lite.h 2024-08-20T22:04:52.1675527Z #19 0.926 protobuf-3.17.3/src/google/protobuf/compiler/java/java_message_field_lite.h 2024-08-20T22:04:52.1675932Z #19 0.926 protobuf-3.17.3/src/google/protobuf/compiler/java/java_map_field.cc 2024-08-20T22:04:52.1676321Z #19 0.926 protobuf-3.17.3/src/google/protobuf/compiler/java/java_message.cc 2024-08-20T22:04:52.1676744Z #19 0.926 protobuf-3.17.3/src/google/protobuf/compiler/java/java_doc_comment.h 2024-08-20T22:04:52.1677150Z #19 0.927 protobuf-3.17.3/src/google/protobuf/compiler/java/java_enum_field.cc 2024-08-20T22:04:52.1677618Z #19 0.927 protobuf-3.17.3/src/google/protobuf/compiler/java/java_plugin_unittest.cc 2024-08-20T22:04:52.1678016Z #19 0.927 protobuf-3.17.3/src/google/protobuf/compiler/java/java_extension.h 2024-08-20T22:04:52.1678498Z #19 0.927 protobuf-3.17.3/src/google/protobuf/compiler/java/java_shared_code_generator.h 2024-08-20T22:04:52.1678963Z #19 0.927 protobuf-3.17.3/src/google/protobuf/compiler/java/java_string_field_lite.h 2024-08-20T22:04:52.1679390Z #19 0.927 protobuf-3.17.3/src/google/protobuf/compiler/command_line_interface.cc 2024-08-20T22:04:52.1679743Z #19 0.927 protobuf-3.17.3/src/google/protobuf/compiler/test_plugin.cc 2024-08-20T22:04:52.1680043Z #19 0.928 protobuf-3.17.3/src/google/protobuf/compiler/scc.h 2024-08-20T22:04:52.1680455Z #19 0.928 protobuf-3.17.3/src/google/protobuf/compiler/annotation_test_util.cc 2024-08-20T22:04:52.1680762Z #19 0.928 protobuf-3.17.3/src/google/protobuf/message_lite.cc 2024-08-20T22:04:52.1681004Z #19 0.928 protobuf-3.17.3/src/google/protobuf/arena.h 2024-08-20T22:04:52.1681240Z #19 0.928 protobuf-3.17.3/src/google/protobuf/stubs/ 2024-08-20T22:04:52.1681714Z #19 0.928 protobuf-3.17.3/src/google/protobuf/stubs/structurally_valid.cc 2024-08-20T22:04:52.1682019Z #19 0.928 protobuf-3.17.3/src/google/protobuf/stubs/strutil.cc 2024-08-20T22:04:52.1682309Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/common.cc 2024-08-20T22:04:52.1682607Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/common.h 2024-08-20T22:04:52.1682924Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/bytestream.cc 2024-08-20T22:04:52.1683283Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/common_unittest.cc 2024-08-20T22:04:52.1683585Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/logging.h 2024-08-20T22:04:52.1683882Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/stl_util.h 2024-08-20T22:04:52.1684229Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/statusor_test.cc 2024-08-20T22:04:52.1684547Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/stringpiece.h 2024-08-20T22:04:52.1684951Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/stringprintf_unittest.cc 2024-08-20T22:04:52.1685322Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/int128_unittest.cc 2024-08-20T22:04:52.1685635Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/substitute.h 2024-08-20T22:04:52.1685917Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/casts.h 2024-08-20T22:04:52.1686255Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/stringpiece.cc 2024-08-20T22:04:52.1686556Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/callback.h 2024-08-20T22:04:52.1686892Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/stringprintf.cc 2024-08-20T22:04:52.1687201Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/statusor.h 2024-08-20T22:04:52.1687495Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/map_util.h 2024-08-20T22:04:52.1687912Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/template_util_unittest.cc 2024-08-20T22:04:52.1688195Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/status.h 2024-08-20T22:04:52.1688483Z #19 0.929 protobuf-3.17.3/src/google/protobuf/stubs/int128.h 2024-08-20T22:04:52.1688855Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/strutil_unittest.cc 2024-08-20T22:04:52.1689179Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/stringprintf.h 2024-08-20T22:04:52.1689453Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/once.h 2024-08-20T22:04:52.1689765Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/mathutil.h 2024-08-20T22:04:52.1690104Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/time.h 2024-08-20T22:04:52.1690500Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/stringpiece_unittest.cc 2024-08-20T22:04:52.1690823Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/time_test.cc 2024-08-20T22:04:52.1691141Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/substitute.cc 2024-08-20T22:04:52.1691427Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/port.h 2024-08-20T22:04:52.1691704Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/time.cc 2024-08-20T22:04:52.1692020Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/bytestream.h 2024-08-20T22:04:52.1692305Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/hash.h 2024-08-20T22:04:52.1692598Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/strutil.h 2024-08-20T22:04:52.1692920Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/status_test.cc 2024-08-20T22:04:52.1693235Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/statusor.cc 2024-08-20T22:04:52.1693570Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/template_util.h 2024-08-20T22:04:52.1694097Z #19 0.930 protobuf-3.17.3/src/google/protobuf/stubs/structurally_valid_unittest.cc 2024-08-20T22:04:52.1694411Z #19 0.931 protobuf-3.17.3/src/google/protobuf/stubs/int128.cc 2024-08-20T22:04:52.1694743Z #19 0.931 protobuf-3.17.3/src/google/protobuf/stubs/status_macros.h 2024-08-20T22:04:52.1695137Z #19 0.931 protobuf-3.17.3/src/google/protobuf/stubs/bytestream_unittest.cc 2024-08-20T22:04:52.1695486Z #19 0.931 protobuf-3.17.3/src/google/protobuf/stubs/platform_macros.h 2024-08-20T22:04:52.1695823Z #19 0.931 protobuf-3.17.3/src/google/protobuf/stubs/mutex.h 2024-08-20T22:04:52.1696130Z #19 0.931 protobuf-3.17.3/src/google/protobuf/stubs/status.cc 2024-08-20T22:04:52.1696415Z #19 0.931 protobuf-3.17.3/src/google/protobuf/stubs/macros.h 2024-08-20T22:04:52.1696732Z #19 0.931 protobuf-3.17.3/src/google/protobuf/unknown_field_set.h 2024-08-20T22:04:52.1697069Z #19 0.931 protobuf-3.17.3/src/google/protobuf/source_context.proto 2024-08-20T22:04:52.1697398Z #19 0.931 protobuf-3.17.3/src/google/protobuf/map_lite_test_util.h 2024-08-20T22:04:52.1697699Z #19 0.931 protobuf-3.17.3/src/google/protobuf/extension_set.cc 2024-08-20T22:04:52.1698024Z #19 0.931 protobuf-3.17.3/src/google/protobuf/map_unittest.proto 2024-08-20T22:04:52.1698300Z #19 0.931 protobuf-3.17.3/src/google/protobuf/text_format.h 2024-08-20T22:04:52.1698610Z #19 0.931 protobuf-3.17.3/src/google/protobuf/map_test_util.h 2024-08-20T22:04:52.1698964Z #19 0.932 protobuf-3.17.3/src/google/protobuf/proto3_lite_unittest.inc 2024-08-20T22:04:52.1699321Z #19 0.932 protobuf-3.17.3/src/google/protobuf/implicit_weak_message.cc 2024-08-20T22:04:52.1699633Z #19 0.932 protobuf-3.17.3/src/google/protobuf/map_entry_lite.h 2024-08-20T22:04:52.1699930Z #19 0.932 protobuf-3.17.3/src/google/protobuf/test_util_lite.h 2024-08-20T22:04:52.1700196Z #19 0.932 protobuf-3.17.3/src/google/protobuf/test_util.h 2024-08-20T22:04:52.1700467Z #19 0.932 protobuf-3.17.3/src/google/protobuf/metadata.h 2024-08-20T22:04:52.1700797Z #19 0.932 protobuf-3.17.3/src/google/protobuf/source_context.pb.cc 2024-08-20T22:04:52.1701026Z #19 0.932 protobuf-3.17.3/src/google/protobuf/util/ 2024-08-20T22:04:52.1701385Z #19 0.932 protobuf-3.17.3/src/google/protobuf/util/field_comparator.h 2024-08-20T22:04:52.1701682Z #19 0.932 protobuf-3.17.3/src/google/protobuf/util/time_util.h 2024-08-20T22:04:52.1702032Z #19 0.932 protobuf-3.17.3/src/google/protobuf/util/json_format.proto 2024-08-20T22:04:52.1702337Z #19 0.932 protobuf-3.17.3/src/google/protobuf/util/json_util.cc 2024-08-20T22:04:52.1702730Z #19 0.932 protobuf-3.17.3/src/google/protobuf/util/field_comparator_test.cc 2024-08-20T22:04:52.1703142Z #19 0.932 protobuf-3.17.3/src/google/protobuf/util/type_resolver_util_test.cc 2024-08-20T22:04:52.1703576Z #19 0.932 protobuf-3.17.3/src/google/protobuf/util/delimited_message_util_test.cc 2024-08-20T22:04:52.1703966Z #19 0.932 protobuf-3.17.3/src/google/protobuf/util/json_format_proto3.proto 2024-08-20T22:04:52.1704404Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/message_differencer.cc 2024-08-20T22:04:52.1704693Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/ 2024-08-20T22:04:52.1705183Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/default_value_objectwriter.h 2024-08-20T22:04:52.1705592Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/json_escaping.cc 2024-08-20T22:04:52.1705939Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/utility.h 2024-08-20T22:04:52.1706340Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/object_writer.h 2024-08-20T22:04:52.1706764Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/json_stream_parser.h 2024-08-20T22:04:52.1707200Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/mock_error_listener.h 2024-08-20T22:04:52.1707551Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/testdata/ 2024-08-20T22:04:52.1707990Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/testdata/oneofs.proto 2024-08-20T22:04:52.1708453Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/testdata/wrappers.proto 2024-08-20T22:04:52.1708908Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/testdata/proto3.proto 2024-08-20T22:04:52.1709393Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/testdata/default_value.proto 2024-08-20T22:04:52.1709935Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/testdata/timestamp_duration.proto 2024-08-20T22:04:52.1710367Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/testdata/books.proto 2024-08-20T22:04:52.1710832Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/testdata/maps.proto 2024-08-20T22:04:52.1711373Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/testdata/default_value_test.proto 2024-08-20T22:04:52.1711812Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/testdata/struct.proto 2024-08-20T22:04:52.1712231Z #19 0.933 protobuf-3.17.3/src/google/protobuf/util/internal/testdata/anys.proto 2024-08-20T22:04:52.1712710Z #19 0.934 protobuf-3.17.3/src/google/protobuf/util/internal/testdata/field_mask.proto 2024-08-20T22:04:52.1713134Z #19 0.934 protobuf-3.17.3/src/google/protobuf/util/internal/field_mask_utility.h 2024-08-20T22:04:52.1713603Z #19 0.934 protobuf-3.17.3/src/google/protobuf/util/internal/type_info_test_helper.cc 2024-08-20T22:04:52.1714008Z #19 0.934 protobuf-3.17.3/src/google/protobuf/util/internal/error_listener.cc 2024-08-20T22:04:52.1714422Z #19 0.934 protobuf-3.17.3/src/google/protobuf/util/internal/location_tracker.h 2024-08-20T22:04:52.1714917Z #19 0.934 protobuf-3.17.3/src/google/protobuf/util/internal/protostream_objectsource.cc 2024-08-20T22:04:52.1715385Z #19 0.934 protobuf-3.17.3/src/google/protobuf/util/internal/json_stream_parser_test.cc 2024-08-20T22:04:52.1715738Z #19 0.934 protobuf-3.17.3/src/google/protobuf/util/internal/utility.cc 2024-08-20T22:04:52.1716271Z #19 0.934 protobuf-3.17.3/src/google/protobuf/util/internal/protostream_objectwriter_test.cc 2024-08-20T22:04:52.1716809Z #19 0.934 protobuf-3.17.3/src/google/protobuf/util/internal/default_value_objectwriter_test.cc 2024-08-20T22:04:52.1717192Z #19 0.934 protobuf-3.17.3/src/google/protobuf/util/internal/proto_writer.h 2024-08-20T22:04:52.1717561Z #19 0.934 protobuf-3.17.3/src/google/protobuf/util/internal/type_info.h 2024-08-20T22:04:52.1718044Z #19 0.934 protobuf-3.17.3/src/google/protobuf/util/internal/protostream_objectwriter.cc 2024-08-20T22:04:52.1718552Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/default_value_objectwriter.cc 2024-08-20T22:04:52.1718949Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/proto_writer.cc 2024-08-20T22:04:52.1719308Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/datapiece.h 2024-08-20T22:04:52.1719721Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/object_writer.cc 2024-08-20T22:04:52.1720197Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/protostream_objectsource.h 2024-08-20T22:04:52.1720689Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/field_mask_utility.cc 2024-08-20T22:04:52.1721167Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/expecting_objectwriter.h 2024-08-20T22:04:52.1721523Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/constants.h 2024-08-20T22:04:52.1721966Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/json_objectwriter.cc 2024-08-20T22:04:52.1722357Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/json_escaping.h 2024-08-20T22:04:52.1722760Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/error_listener.h 2024-08-20T22:04:52.1723248Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/protostream_objectwriter.h 2024-08-20T22:04:52.1723668Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/json_objectwriter.h 2024-08-20T22:04:52.1724132Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/json_objectwriter_test.cc 2024-08-20T22:04:52.1724581Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/json_stream_parser.cc 2024-08-20T22:04:52.1724976Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/object_source.h 2024-08-20T22:04:52.1725446Z #19 0.935 protobuf-3.17.3/src/google/protobuf/util/internal/object_location_tracker.h 2024-08-20T22:04:52.1725811Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/internal/datapiece.cc 2024-08-20T22:04:52.1726337Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/internal/protostream_objectsource_test.cc 2024-08-20T22:04:52.1726848Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/internal/type_info_test_helper.h 2024-08-20T22:04:52.1727323Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/internal/structured_objectwriter.h 2024-08-20T22:04:52.1727688Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/internal/type_info.cc 2024-08-20T22:04:52.1728164Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/message_differencer_unittest.proto 2024-08-20T22:04:52.1728519Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/field_comparator.cc 2024-08-20T22:04:52.1728931Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/delimited_message_util.cc 2024-08-20T22:04:52.1729321Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/delimited_message_util.h 2024-08-20T22:04:52.1729684Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/type_resolver_util.cc 2024-08-20T22:04:52.1730030Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/json_util_test.cc 2024-08-20T22:04:52.1730366Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/time_util_test.cc 2024-08-20T22:04:52.1730882Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/message_differencer.h 2024-08-20T22:04:52.1731214Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/package_info.h 2024-08-20T22:04:52.1731574Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/type_resolver_util.h 2024-08-20T22:04:52.1731897Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/type_resolver.h 2024-08-20T22:04:52.1732204Z #19 0.936 protobuf-3.17.3/src/google/protobuf/util/json_util.h 2024-08-20T22:04:52.1732513Z #19 0.937 protobuf-3.17.3/src/google/protobuf/util/time_util.cc 2024-08-20T22:04:52.1732970Z #19 0.937 protobuf-3.17.3/src/google/protobuf/util/message_differencer_unittest.cc 2024-08-20T22:04:52.1733347Z #19 0.937 protobuf-3.17.3/src/google/protobuf/util/field_mask_util_test.cc 2024-08-20T22:04:52.1733683Z #19 0.937 protobuf-3.17.3/src/google/protobuf/util/field_mask_util.h 2024-08-20T22:04:52.1734111Z #19 0.937 protobuf-3.17.3/src/google/protobuf/util/field_mask_util.cc 2024-08-20T22:04:52.1734386Z #19 0.937 protobuf-3.17.3/src/google/protobuf/struct.pb.h 2024-08-20T22:04:52.1734716Z #19 0.937 protobuf-3.17.3/src/google/protobuf/message_unittest.inc 2024-08-20T22:04:52.1735000Z #19 0.938 protobuf-3.17.3/src/google/protobuf/arena_impl.h 2024-08-20T22:04:52.1735344Z #19 0.938 protobuf-3.17.3/src/google/protobuf/map_lite_unittest.proto 2024-08-20T22:04:52.1735600Z #19 0.938 protobuf-3.17.3/src/google/protobuf/api.proto 2024-08-20T22:04:52.1735911Z #19 0.938 protobuf-3.17.3/src/google/protobuf/field_mask.pb.cc 2024-08-20T22:04:52.1736422Z #19 0.938 protobuf-3.17.3/src/google/protobuf/generated_message_table_driven.cc 2024-08-20T22:04:52.1736688Z #19 0.938 protobuf-3.17.3/src/google/protobuf/message.h 2024-08-20T22:04:52.1736976Z #19 0.938 protobuf-3.17.3/src/google/protobuf/package_info.h 2024-08-20T22:04:52.1737266Z #19 0.938 protobuf-3.17.3/src/google/protobuf/timestamp.pb.h 2024-08-20T22:04:52.1737573Z #19 0.938 protobuf-3.17.3/src/google/protobuf/lite_unittest.cc 2024-08-20T22:04:52.1737965Z #19 0.939 protobuf-3.17.3/src/google/protobuf/unittest_custom_options.proto 2024-08-20T22:04:52.1738315Z #19 0.939 protobuf-3.17.3/src/google/protobuf/text_format_unittest.cc 2024-08-20T22:04:52.1738614Z #19 0.939 protobuf-3.17.3/src/google/protobuf/any_test.proto 2024-08-20T22:04:52.1738854Z #19 0.939 protobuf-3.17.3/src/google/protobuf/port.h 2024-08-20T22:04:52.1739148Z #19 0.939 protobuf-3.17.3/src/google/protobuf/parse_context.h 2024-08-20T22:04:52.1739533Z #19 0.939 protobuf-3.17.3/src/google/protobuf/unittest_proto3_arena.proto 2024-08-20T22:04:52.1739812Z #19 0.939 protobuf-3.17.3/src/google/protobuf/test_util2.h 2024-08-20T22:04:52.1740097Z #19 0.939 protobuf-3.17.3/src/google/protobuf/map_field.cc 2024-08-20T22:04:52.1740420Z #19 0.939 protobuf-3.17.3/src/google/protobuf/unittest_empty.proto 2024-08-20T22:04:52.1740844Z #19 0.939 protobuf-3.17.3/src/google/protobuf/unittest_drop_unknown_fields.proto 2024-08-20T22:04:52.1741175Z #19 0.939 protobuf-3.17.3/src/google/protobuf/source_context.pb.h 2024-08-20T22:04:52.1741508Z #19 0.939 protobuf-3.17.3/src/google/protobuf/extension_set_heavy.cc 2024-08-20T22:04:52.1741872Z #19 0.940 protobuf-3.17.3/src/google/protobuf/repeated_field.h 2024-08-20T22:04:52.1742163Z #19 0.940 protobuf-3.17.3/src/google/protobuf/struct.proto 2024-08-20T22:04:52.1742507Z #19 0.940 protobuf-3.17.3/src/google/protobuf/arenastring_unittest.cc 2024-08-20T22:04:52.1742916Z #19 0.940 protobuf-3.17.3/src/google/protobuf/generated_message_tctable_impl.h 2024-08-20T22:04:52.1743213Z #19 0.940 protobuf-3.17.3/src/google/protobuf/duration.proto 2024-08-20T22:04:52.1743472Z #19 0.940 protobuf-3.17.3/src/google/protobuf/any.proto 2024-08-20T22:04:52.1743853Z #19 0.940 protobuf-3.17.3/src/google/protobuf/test_messages_proto3.proto 2024-08-20T22:04:52.1744186Z #19 0.940 protobuf-3.17.3/src/google/protobuf/descriptor_database.h 2024-08-20T22:04:52.1744493Z #19 0.940 protobuf-3.17.3/src/google/protobuf/map_type_handler.h 2024-08-20T22:04:52.1744800Z #19 0.940 protobuf-3.17.3/src/google/protobuf/extension_set.h 2024-08-20T22:04:52.1745142Z #19 0.941 protobuf-3.17.3/src/google/protobuf/descriptor_database.cc 2024-08-20T22:04:52.1745398Z #19 0.941 protobuf-3.17.3/src/google/protobuf/type.pb.h 2024-08-20T22:04:52.1745785Z #19 0.941 protobuf-3.17.3/src/google/protobuf/well_known_types_unittest.cc 2024-08-20T22:04:52.1746033Z #19 0.941 protobuf-3.17.3/src/google/protobuf/arena.cc 2024-08-20T22:04:52.1746334Z #19 0.942 protobuf-3.17.3/src/google/protobuf/map_field_test.cc 2024-08-20T22:04:52.1746636Z #19 0.942 protobuf-3.17.3/src/google/protobuf/unittest.proto 2024-08-20T22:04:52.1746996Z #19 0.942 protobuf-3.17.3/src/google/protobuf/generated_message_util.h 2024-08-20T22:04:52.1747338Z #19 0.942 protobuf-3.17.3/src/google/protobuf/generated_enum_util.h 2024-08-20T22:04:52.1747640Z #19 0.942 protobuf-3.17.3/src/google/protobuf/repeated_field.cc 2024-08-20T22:04:52.1747900Z #19 0.942 protobuf-3.17.3/src/google/protobuf/message.cc 2024-08-20T22:04:52.1748217Z #19 0.942 protobuf-3.17.3/src/google/protobuf/descriptor.pb.cc 2024-08-20T22:04:52.1748544Z #19 0.943 protobuf-3.17.3/src/google/protobuf/unknown_field_set.cc 2024-08-20T22:04:52.1748847Z #19 0.943 protobuf-3.17.3/src/google/protobuf/map_test_util.inc 2024-08-20T22:04:52.1749142Z #19 0.944 protobuf-3.17.3/src/google/protobuf/arenastring.cc 2024-08-20T22:04:52.1749497Z #19 0.944 protobuf-3.17.3/src/google/protobuf/proto3_arena_unittest.cc 2024-08-20T22:04:52.1749862Z #19 0.944 protobuf-3.17.3/src/google/protobuf/repeated_field_unittest.cc 2024-08-20T22:04:52.1750256Z #19 0.944 protobuf-3.17.3/src/google/protobuf/message_unittest.cc 2024-08-20T22:04:52.1750568Z #19 0.944 protobuf-3.17.3/src/google/protobuf/dynamic_message.cc 2024-08-20T22:04:52.1751087Z #19 0.944 protobuf-3.17.3/src/google/protobuf/unittest_lazy_dependencies_custom_option.proto 2024-08-20T22:04:52.1751483Z #19 0.944 protobuf-3.17.3/src/google/protobuf/generated_message_reflection.h 2024-08-20T22:04:52.1751777Z #19 0.944 protobuf-3.17.3/src/google/protobuf/map_field_inl.h 2024-08-20T22:04:52.1752145Z #19 0.944 protobuf-3.17.3/src/google/protobuf/generated_message_util.cc 2024-08-20T22:04:52.1752445Z #19 0.944 protobuf-3.17.3/src/google/protobuf/descriptor.pb.h 2024-08-20T22:04:52.1752746Z #19 0.946 protobuf-3.17.3/src/google/protobuf/field_mask.proto 2024-08-20T22:04:52.1753100Z #19 0.946 protobuf-3.17.3/src/google/protobuf/descriptor_unittest.cc 2024-08-20T22:04:52.1753388Z #19 0.947 protobuf-3.17.3/src/google/protobuf/port_undef.inc 2024-08-20T22:04:52.1753840Z #19 0.947 protobuf-3.17.3/src/google/protobuf/generated_message_table_driven_lite.cc 2024-08-20T22:04:52.1754183Z #19 0.948 protobuf-3.17.3/src/google/protobuf/map_test_util_impl.h 2024-08-20T22:04:52.1754466Z #19 0.948 protobuf-3.17.3/src/google/protobuf/wrappers.pb.h 2024-08-20T22:04:52.1754886Z #19 0.948 protobuf-3.17.3/src/google/protobuf/unittest_proto3_arena_lite.proto 2024-08-20T22:04:52.1755186Z #19 0.948 protobuf-3.17.3/src/google/protobuf/map_field_lite.h 2024-08-20T22:04:52.1755416Z #19 0.948 protobuf-3.17.3/src/google/protobuf/any.h 2024-08-20T22:04:52.1755924Z #19 0.948 protobuf-3.17.3/src/google/protobuf/generated_message_table_driven_lite.h 2024-08-20T22:04:52.1756206Z #19 0.948 protobuf-3.17.3/src/google/protobuf/descriptor.cc 2024-08-20T22:04:52.1756472Z #19 0.949 protobuf-3.17.3/src/google/protobuf/empty.pb.h 2024-08-20T22:04:52.1756788Z #19 0.949 protobuf-3.17.3/src/google/protobuf/arena_unittest.cc 2024-08-20T22:04:52.1757025Z #19 0.950 protobuf-3.17.3/src/google/protobuf/any.cc 2024-08-20T22:04:52.1757442Z #19 0.950 protobuf-3.17.3/src/google/protobuf/unittest_import_public_lite.proto 2024-08-20T22:04:52.1757869Z #19 0.950 protobuf-3.17.3/src/google/protobuf/unittest_embed_optimize_for.proto 2024-08-20T22:04:52.1758064Z #19 0.950 protobuf-3.17.3/src/libprotoc.map 2024-08-20T22:04:52.1758260Z #19 0.950 protobuf-3.17.3/src/Makefile.in 2024-08-20T22:04:52.1758436Z #19 0.953 protobuf-3.17.3/src/solaris/ 2024-08-20T22:04:52.1758662Z #19 0.953 protobuf-3.17.3/src/solaris/libstdc++.la 2024-08-20T22:04:52.1758848Z #19 0.953 protobuf-3.17.3/src/README.md 2024-08-20T22:04:52.1759085Z #19 0.953 protobuf-3.17.3/src/libprotobuf-lite.map 2024-08-20T22:04:52.1759269Z #19 0.953 protobuf-3.17.3/src/Makefile.am 2024-08-20T22:04:52.1759438Z #19 0.953 protobuf-3.17.3/php/ 2024-08-20T22:04:52.1759683Z #19 0.953 protobuf-3.17.3/php/generate_test_protos.sh 2024-08-20T22:04:52.1759967Z #19 0.953 protobuf-3.17.3/php/generate_descriptor_protos.sh 2024-08-20T22:04:52.1760147Z #19 0.953 protobuf-3.17.3/php/src/ 2024-08-20T22:04:52.1760331Z #19 0.954 protobuf-3.17.3/php/src/Google/ 2024-08-20T22:04:52.1760564Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/ 2024-08-20T22:04:52.1760854Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Type.php 2024-08-20T22:04:52.1761117Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Field/ 2024-08-20T22:04:52.1761480Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Field/Cardinality.php 2024-08-20T22:04:52.1761806Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Field/Kind.php 2024-08-20T22:04:52.1762112Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/ListValue.php 2024-08-20T22:04:52.1762490Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Field_Cardinality.php 2024-08-20T22:04:52.1762810Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/StringValue.php 2024-08-20T22:04:52.1763155Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/EnumDescriptor.php 2024-08-20T22:04:52.1763443Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Enum.php 2024-08-20T22:04:52.1763796Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/FieldDescriptor.php 2024-08-20T22:04:52.1764160Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/FloatValue.php 2024-08-20T22:04:52.1764452Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Field.php 2024-08-20T22:04:52.1764732Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Internal/ 2024-08-20T22:04:52.1765095Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Internal/MapEntry.php 2024-08-20T22:04:52.1765470Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Internal/GPBType.php 2024-08-20T22:04:52.1765934Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Internal/EnumDescriptorProto.php 2024-08-20T22:04:52.1766307Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FileOptions/ 2024-08-20T22:04:52.1766808Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FileOptions/OptimizeMode.php 2024-08-20T22:04:52.1767228Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/ 2024-08-20T22:04:52.1767762Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/Annotation.php 2024-08-20T22:04:52.1768211Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Internal/RepeatedFieldIter.php 2024-08-20T22:04:52.1768598Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Internal/EnumOptions.php 2024-08-20T22:04:52.1769119Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FieldDescriptorProto_Type.php 2024-08-20T22:04:52.1769625Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Internal/HasPublicDescriptorTrait.php 2024-08-20T22:04:52.1770057Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Internal/EnumDescriptor.php 2024-08-20T22:04:52.1770491Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FileOptions.php 2024-08-20T22:04:52.1770922Z #19 0.954 protobuf-3.17.3/php/src/Google/Protobuf/Internal/DescriptorProto.php 2024-08-20T22:04:52.1771367Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/EnumDescriptorProto/ 2024-08-20T22:04:52.1771971Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/EnumDescriptorProto/EnumReservedRange.php 2024-08-20T22:04:52.1772449Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/MessageBuilderContext.php 2024-08-20T22:04:52.1772875Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FileDescriptor.php 2024-08-20T22:04:52.1773388Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FieldDescriptorProto_Label.php 2024-08-20T22:04:52.1773864Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/UninterpretedOption.php 2024-08-20T22:04:52.1774382Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FieldDescriptor.php 2024-08-20T22:04:52.1774837Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/EnumBuilderContext.php 2024-08-20T22:04:52.1775209Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/GPBUtil.php 2024-08-20T22:04:52.1775761Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/MethodOptions_IdempotencyLevel.php 2024-08-20T22:04:52.1776176Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/SourceCodeInfo.php 2024-08-20T22:04:52.1776660Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FieldDescriptorProto.php 2024-08-20T22:04:52.1777024Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/GPBLabel.php 2024-08-20T22:04:52.1777443Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/TimestampBase.php 2024-08-20T22:04:52.1777912Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/OneofDescriptorProto.php 2024-08-20T22:04:52.1778328Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/RawInputStream.php 2024-08-20T22:04:52.1778723Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/OneofField.php 2024-08-20T22:04:52.1779083Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/AnyBase.php 2024-08-20T22:04:52.1779525Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FieldDescriptorProto/ 2024-08-20T22:04:52.1780044Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FieldDescriptorProto/Type.php 2024-08-20T22:04:52.1780554Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FieldDescriptorProto/Label.php 2024-08-20T22:04:52.1781139Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/GeneratedCodeInfo_Annotation.php 2024-08-20T22:04:52.1781566Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/MessageOptions.php 2024-08-20T22:04:52.1781971Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/RepeatedField.php 2024-08-20T22:04:52.1782380Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/DescriptorProto/ 2024-08-20T22:04:52.1782934Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/DescriptorProto/ExtensionRange.php 2024-08-20T22:04:52.1783468Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/DescriptorProto/ReservedRange.php 2024-08-20T22:04:52.1783915Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/EnumValueOptions.php 2024-08-20T22:04:52.1784311Z #19 0.955 protobuf-3.17.3/php/src/Google/Protobuf/Internal/OneofOptions.php 2024-08-20T22:04:52.1784728Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/DescriptorPool.php 2024-08-20T22:04:52.1785206Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FileDescriptorProto.php 2024-08-20T22:04:52.1785562Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/Message.php 2024-08-20T22:04:52.1786082Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/GetPublicDescriptorTrait.php 2024-08-20T22:04:52.1786460Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/Descriptor.php 2024-08-20T22:04:52.1786855Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/MapFieldIter.php 2024-08-20T22:04:52.1787442Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/UninterpretedOption_NamePart.php 2024-08-20T22:04:52.1787860Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/ServiceOptions.php 2024-08-20T22:04:52.1788367Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/EnumValueDescriptorProto.php 2024-08-20T22:04:52.1788831Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/GPBDecodeException.php 2024-08-20T22:04:52.1789326Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/SourceCodeInfo_Location.php 2024-08-20T22:04:52.1789738Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/MethodOptions.php 2024-08-20T22:04:52.1790228Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/ServiceDescriptorProto.php 2024-08-20T22:04:52.1790670Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/CodedOutputStream.php 2024-08-20T22:04:52.1791050Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/MapField.php 2024-08-20T22:04:52.1791605Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/DescriptorProto_ExtensionRange.php 2024-08-20T22:04:52.1792046Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FileDescriptorSet.php 2024-08-20T22:04:52.1792417Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/GPBWire.php 2024-08-20T22:04:52.1792895Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/MethodDescriptorProto.php 2024-08-20T22:04:52.1793394Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FileOptions_OptimizeMode.php 2024-08-20T22:04:52.1793840Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/CodedInputStream.php 2024-08-20T22:04:52.1794271Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/UninterpretedOption/ 2024-08-20T22:04:52.1794805Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/UninterpretedOption/NamePart.php 2024-08-20T22:04:52.1795180Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FieldOptions/ 2024-08-20T22:04:52.1795634Z #19 0.956 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FieldOptions/CType.php 2024-08-20T22:04:52.1796104Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FieldOptions/JSType.php 2024-08-20T22:04:52.1796585Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Internal/ExtensionRangeOptions.php 2024-08-20T22:04:52.1796975Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Internal/GPBWireType.php 2024-08-20T22:04:52.1797438Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FieldOptions_JSType.php 2024-08-20T22:04:52.1797870Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Internal/MethodOptions/ 2024-08-20T22:04:52.1798435Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Internal/MethodOptions/IdempotencyLevel.php 2024-08-20T22:04:52.1798832Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FieldOptions.php 2024-08-20T22:04:52.1799220Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Internal/GPBJsonWire.php 2024-08-20T22:04:52.1799621Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Internal/SourceCodeInfo/ 2024-08-20T22:04:52.1800117Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Internal/SourceCodeInfo/Location.php 2024-08-20T22:04:52.1800557Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Internal/GeneratedCodeInfo.php 2024-08-20T22:04:52.1801011Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Internal/FieldOptions_CType.php 2024-08-20T22:04:52.1801615Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Internal/EnumDescriptorProto_EnumReservedRange.php 2024-08-20T22:04:52.1802169Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Internal/DescriptorProto_ReservedRange.php 2024-08-20T22:04:52.1802599Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Internal/OneofDescriptor.php 2024-08-20T22:04:52.1802984Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/EnumValueDescriptor.php 2024-08-20T22:04:52.1803277Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Mixin.php 2024-08-20T22:04:52.1803583Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Duration.php 2024-08-20T22:04:52.1803964Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/UInt32Value.php 2024-08-20T22:04:52.1804248Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Api.php 2024-08-20T22:04:52.1804551Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/GPBEmpty.php 2024-08-20T22:04:52.1804895Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/DescriptorPool.php 2024-08-20T22:04:52.1805223Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Descriptor.php 2024-08-20T22:04:52.1805536Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/FieldMask.php 2024-08-20T22:04:52.1805862Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Int32Value.php 2024-08-20T22:04:52.1806168Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/NullValue.php 2024-08-20T22:04:52.1806504Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/SourceContext.php 2024-08-20T22:04:52.1806807Z #19 0.957 protobuf-3.17.3/php/src/Google/Protobuf/Option.php 2024-08-20T22:04:52.1807128Z #19 0.958 protobuf-3.17.3/php/src/Google/Protobuf/UInt64Value.php 2024-08-20T22:04:52.1807449Z #19 0.958 protobuf-3.17.3/php/src/Google/Protobuf/DoubleValue.php 2024-08-20T22:04:52.1807769Z #19 0.958 protobuf-3.17.3/php/src/Google/Protobuf/EnumValue.php 2024-08-20T22:04:52.1808081Z #19 0.958 protobuf-3.17.3/php/src/Google/Protobuf/BytesValue.php 2024-08-20T22:04:52.1808362Z #19 0.958 protobuf-3.17.3/php/src/Google/Protobuf/Value.php 2024-08-20T22:04:52.1808681Z #19 0.958 protobuf-3.17.3/php/src/Google/Protobuf/Timestamp.php 2024-08-20T22:04:52.1808973Z #19 0.958 protobuf-3.17.3/php/src/Google/Protobuf/Method.php 2024-08-20T22:04:52.1809295Z #19 0.958 protobuf-3.17.3/php/src/Google/Protobuf/Field_Kind.php 2024-08-20T22:04:52.1809563Z #19 0.958 protobuf-3.17.3/php/src/Google/Protobuf/Any.php 2024-08-20T22:04:52.1809847Z #19 0.958 protobuf-3.17.3/php/src/Google/Protobuf/Struct.php 2024-08-20T22:04:52.1810163Z #19 0.958 protobuf-3.17.3/php/src/Google/Protobuf/BoolValue.php 2024-08-20T22:04:52.1810472Z #19 0.958 protobuf-3.17.3/php/src/Google/Protobuf/Int64Value.php 2024-08-20T22:04:52.1810832Z #19 0.958 protobuf-3.17.3/php/src/Google/Protobuf/OneofDescriptor.php 2024-08-20T22:04:52.1811129Z #19 0.958 protobuf-3.17.3/php/src/Google/Protobuf/Syntax.php 2024-08-20T22:04:52.1811342Z #19 0.958 protobuf-3.17.3/php/src/GPBMetadata/ 2024-08-20T22:04:52.1811588Z #19 0.958 protobuf-3.17.3/php/src/GPBMetadata/Google/ 2024-08-20T22:04:52.1811904Z #19 0.958 protobuf-3.17.3/php/src/GPBMetadata/Google/Protobuf/ 2024-08-20T22:04:52.1812318Z #19 0.958 protobuf-3.17.3/php/src/GPBMetadata/Google/Protobuf/Type.php 2024-08-20T22:04:52.1812691Z #19 0.958 protobuf-3.17.3/php/src/GPBMetadata/Google/Protobuf/Internal/ 2024-08-20T22:04:52.1813168Z #19 0.958 protobuf-3.17.3/php/src/GPBMetadata/Google/Protobuf/Internal/Descriptor.php 2024-08-20T22:04:52.1813554Z #19 0.958 protobuf-3.17.3/php/src/GPBMetadata/Google/Protobuf/Duration.php 2024-08-20T22:04:52.1813990Z #19 0.958 protobuf-3.17.3/php/src/GPBMetadata/Google/Protobuf/Api.php 2024-08-20T22:04:52.1814390Z #19 0.958 protobuf-3.17.3/php/src/GPBMetadata/Google/Protobuf/GPBEmpty.php 2024-08-20T22:04:52.1814826Z #19 0.958 protobuf-3.17.3/php/src/GPBMetadata/Google/Protobuf/FieldMask.php 2024-08-20T22:04:52.1815273Z #19 0.958 protobuf-3.17.3/php/src/GPBMetadata/Google/Protobuf/SourceContext.php 2024-08-20T22:04:52.1815668Z #19 0.958 protobuf-3.17.3/php/src/GPBMetadata/Google/Protobuf/Timestamp.php 2024-08-20T22:04:52.1816015Z #19 0.958 protobuf-3.17.3/php/src/GPBMetadata/Google/Protobuf/Any.php 2024-08-20T22:04:52.1816405Z #19 0.958 protobuf-3.17.3/php/src/GPBMetadata/Google/Protobuf/Struct.php 2024-08-20T22:04:52.1816790Z #19 0.958 protobuf-3.17.3/php/src/GPBMetadata/Google/Protobuf/Wrappers.php 2024-08-20T22:04:52.1817030Z #19 0.958 protobuf-3.17.3/php/src/phpdoc.dist.xml 2024-08-20T22:04:52.1817195Z #19 0.959 protobuf-3.17.3/php/ext/ 2024-08-20T22:04:52.1817378Z #19 0.959 protobuf-3.17.3/php/ext/google/ 2024-08-20T22:04:52.1817618Z #19 0.959 protobuf-3.17.3/php/ext/google/protobuf/ 2024-08-20T22:04:52.1817887Z #19 0.959 protobuf-3.17.3/php/ext/google/protobuf/names.c 2024-08-20T22:04:52.1818237Z #19 0.959 protobuf-3.17.3/php/ext/google/protobuf/package.xml 2024-08-20T22:04:52.1818509Z #19 0.959 protobuf-3.17.3/php/ext/google/protobuf/map.c 2024-08-20T22:04:52.1818773Z #19 0.959 protobuf-3.17.3/php/ext/google/protobuf/wkt.inc 2024-08-20T22:04:52.1819021Z #19 0.959 protobuf-3.17.3/php/ext/google/protobuf/def.h 2024-08-20T22:04:52.1819285Z #19 0.959 protobuf-3.17.3/php/ext/google/protobuf/def.c 2024-08-20T22:04:52.1819557Z #19 0.959 protobuf-3.17.3/php/ext/google/protobuf/array.h 2024-08-20T22:04:52.1819819Z #19 0.959 protobuf-3.17.3/php/ext/google/protobuf/map.h 2024-08-20T22:04:52.1820082Z #19 0.959 protobuf-3.17.3/php/ext/google/protobuf/array.c 2024-08-20T22:04:52.1820363Z #19 0.959 protobuf-3.17.3/php/ext/google/protobuf/php-upb.c 2024-08-20T22:04:52.1820652Z #19 0.961 protobuf-3.17.3/php/ext/google/protobuf/message.c 2024-08-20T22:04:52.1820915Z #19 0.961 protobuf-3.17.3/php/ext/google/protobuf/arena.h 2024-08-20T22:04:52.1821176Z #19 0.961 protobuf-3.17.3/php/ext/google/protobuf/arena.c 2024-08-20T22:04:52.1821479Z #19 0.961 protobuf-3.17.3/php/ext/google/protobuf/protobuf.h 2024-08-20T22:04:52.1821759Z #19 0.961 protobuf-3.17.3/php/ext/google/protobuf/config.m4 2024-08-20T22:04:52.1822036Z #19 0.961 protobuf-3.17.3/php/ext/google/protobuf/message.h 2024-08-20T22:04:52.1822311Z #19 0.961 protobuf-3.17.3/php/ext/google/protobuf/names.h 2024-08-20T22:04:52.1822588Z #19 0.961 protobuf-3.17.3/php/ext/google/protobuf/convert.c 2024-08-20T22:04:52.1822871Z #19 0.961 protobuf-3.17.3/php/ext/google/protobuf/php-upb.h 2024-08-20T22:04:52.1823158Z #19 0.962 protobuf-3.17.3/php/ext/google/protobuf/convert.h 2024-08-20T22:04:52.1823444Z #19 0.962 protobuf-3.17.3/php/ext/google/protobuf/protobuf.c 2024-08-20T22:04:52.1823653Z #19 0.962 protobuf-3.17.3/php/composer.json 2024-08-20T22:04:52.1823838Z #19 0.962 protobuf-3.17.3/php/release.sh 2024-08-20T22:04:52.1824002Z #19 0.962 protobuf-3.17.3/php/tests/ 2024-08-20T22:04:52.1824225Z #19 0.962 protobuf-3.17.3/php/tests/gdb_test.sh 2024-08-20T22:04:52.1824491Z #19 0.962 protobuf-3.17.3/php/tests/compile_extension.sh 2024-08-20T22:04:52.1824682Z #19 0.963 protobuf-3.17.3/php/tests/proto/ 2024-08-20T22:04:52.1824974Z #19 0.963 protobuf-3.17.3/php/tests/proto/test_prefix.proto 2024-08-20T22:04:52.1825194Z #19 0.963 protobuf-3.17.3/php/tests/proto/empty/ 2024-08-20T22:04:52.1825470Z #19 0.963 protobuf-3.17.3/php/tests/proto/empty/echo.proto 2024-08-20T22:04:52.1825768Z #19 0.963 protobuf-3.17.3/php/tests/proto/test_service.proto 2024-08-20T22:04:52.1826148Z #19 0.963 protobuf-3.17.3/php/tests/proto/test_php_namespace.proto 2024-08-20T22:04:52.1826536Z #19 0.963 protobuf-3.17.3/php/tests/proto/test_reserved_message_lower.proto 2024-08-20T22:04:52.1826872Z #19 0.963 protobuf-3.17.3/php/tests/proto/test_no_namespace.proto 2024-08-20T22:04:52.1827249Z #19 0.963 protobuf-3.17.3/php/tests/proto/test_wrapper_type_setters.proto 2024-08-20T22:04:52.1827630Z #19 0.963 protobuf-3.17.3/php/tests/proto/test_reserved_enum_upper.proto 2024-08-20T22:04:52.1827990Z #19 0.963 protobuf-3.17.3/php/tests/proto/test_service_namespace.proto 2024-08-20T22:04:52.1828231Z #19 0.963 protobuf-3.17.3/php/tests/proto/test.proto 2024-08-20T22:04:52.1828630Z #19 0.963 protobuf-3.17.3/php/tests/proto/test_reserved_message_upper.proto 2024-08-20T22:04:52.1829036Z #19 0.963 protobuf-3.17.3/php/tests/proto/test_reserved_enum_value_lower.proto 2024-08-20T22:04:52.1829328Z #19 0.963 protobuf-3.17.3/php/tests/proto/test_include.proto 2024-08-20T22:04:52.1829710Z #19 0.963 protobuf-3.17.3/php/tests/proto/test_reserved_enum_lower.proto 2024-08-20T22:04:52.1830106Z #19 0.963 protobuf-3.17.3/php/tests/proto/test_import_descriptor_proto.proto 2024-08-20T22:04:52.1830485Z #19 0.963 protobuf-3.17.3/php/tests/proto/test_empty_php_namespace.proto 2024-08-20T22:04:52.1830932Z #19 0.963 protobuf-3.17.3/php/tests/proto/test_descriptors.proto 2024-08-20T22:04:52.1831424Z #19 0.963 protobuf-3.17.3/php/tests/proto/test_reserved_enum_value_upper.proto 2024-08-20T22:04:52.1831755Z #19 0.963 protobuf-3.17.3/php/tests/force_c_ext.php 2024-08-20T22:04:52.1832020Z #19 0.963 protobuf-3.17.3/php/tests/memory_leak_test.php 2024-08-20T22:04:52.1832260Z #19 0.963 protobuf-3.17.3/php/tests/multirequest.php 2024-08-20T22:04:52.1832505Z #19 0.963 protobuf-3.17.3/php/tests/multirequest.sh 2024-08-20T22:04:52.1832797Z #19 0.963 protobuf-3.17.3/php/tests/GeneratedPhpdocTest.php 2024-08-20T22:04:52.1833064Z #19 0.963 protobuf-3.17.3/php/tests/EncodeDecodeTest.php 2024-08-20T22:04:52.1833303Z #19 0.963 protobuf-3.17.3/php/tests/valgrind.supp 2024-08-20T22:04:52.1833560Z #19 0.963 protobuf-3.17.3/php/tests/DescriptorsTest.php 2024-08-20T22:04:52.1833783Z #19 0.963 protobuf-3.17.3/php/tests/test_base.php 2024-08-20T22:04:52.1834015Z #19 0.963 protobuf-3.17.3/php/tests/ArrayTest.php 2024-08-20T22:04:52.1834333Z #19 0.964 protobuf-3.17.3/php/tests/WrapperTypeSettersTest.php 2024-08-20T22:04:52.1834643Z #19 0.964 protobuf-3.17.3/php/tests/GeneratedServiceTest.php 2024-08-20T22:04:52.1834865Z #19 0.964 protobuf-3.17.3/php/tests/test_util.php 2024-08-20T22:04:52.1835176Z #19 0.964 protobuf-3.17.3/php/tests/PhpImplementationTest.php 2024-08-20T22:04:52.1835435Z #19 0.964 protobuf-3.17.3/php/tests/WellKnownTest.php 2024-08-20T22:04:52.1835677Z #19 0.964 protobuf-3.17.3/php/tests/MapFieldTest.php 2024-08-20T22:04:52.1835961Z #19 0.964 protobuf-3.17.3/php/tests/GeneratedClassTest.php 2024-08-20T22:04:52.1836239Z #19 0.964 protobuf-3.17.3/php/tests/compatibility_test.sh 2024-08-20T22:04:52.1836423Z #19 0.964 protobuf-3.17.3/php/README.md 2024-08-20T22:04:52.1836628Z #19 0.964 protobuf-3.17.3/php/REFCOUNTING.md 2024-08-20T22:04:52.1836881Z #19 0.964 protobuf-3.17.3/php/prepare_c_extension.sh 2024-08-20T22:04:52.1837096Z #19 0.964 protobuf-3.17.3/update_file_lists.sh 2024-08-20T22:04:52.1837254Z #19 0.964 protobuf-3.17.3/BUILD 2024-08-20T22:04:52.1837515Z #19 0.965 protobuf-3.17.3/generate_descriptor_proto.sh 2024-08-20T22:04:52.1837675Z #19 0.965 protobuf-3.17.3/depcomp 2024-08-20T22:04:52.1837843Z #19 0.965 protobuf-3.17.3/LICENSE 2024-08-20T22:04:52.1838005Z #19 0.965 protobuf-3.17.3/compile 2024-08-20T22:04:52.1838179Z #19 0.965 protobuf-3.17.3/composer.json 2024-08-20T22:04:52.1838362Z #19 0.965 protobuf-3.17.3/objectivec/ 2024-08-20T22:04:52.1838625Z #19 0.965 protobuf-3.17.3/objectivec/GPBStruct.pbobjc.m 2024-08-20T22:04:52.1838842Z #19 0.965 protobuf-3.17.3/objectivec/GPBArray.h 2024-08-20T22:04:52.1839132Z #19 0.965 protobuf-3.17.3/objectivec/GPBWrappers.pbobjc.h 2024-08-20T22:04:52.1839483Z #19 0.965 protobuf-3.17.3/objectivec/GPBTimestamp.pbobjc.h 2024-08-20T22:04:52.1839734Z #19 0.965 protobuf-3.17.3/objectivec/GPBEmpty.pbobjc.h 2024-08-20T22:04:52.1839958Z #19 0.965 protobuf-3.17.3/objectivec/DevTools/ 2024-08-20T22:04:52.1840262Z #19 0.965 protobuf-3.17.3/objectivec/DevTools/full_mac_build.sh 2024-08-20T22:04:52.1840621Z #19 0.965 protobuf-3.17.3/objectivec/DevTools/compile_testing_protos.sh 2024-08-20T22:04:52.1840981Z #19 0.965 protobuf-3.17.3/objectivec/DevTools/check_version_stamps.sh 2024-08-20T22:04:52.1841267Z #19 0.965 protobuf-3.17.3/objectivec/DevTools/pddm_tests.py 2024-08-20T22:04:52.1841526Z #19 0.965 protobuf-3.17.3/objectivec/DevTools/pddm.py 2024-08-20T22:04:52.1841779Z #19 0.965 protobuf-3.17.3/objectivec/GPBRuntimeTypes.h 2024-08-20T22:04:52.1842171Z #19 0.965 protobuf-3.17.3/objectivec/GPBCodedOutputStream_PackagePrivate.h 2024-08-20T22:04:52.1842420Z #19 0.966 protobuf-3.17.3/objectivec/GPBBootstrap.h 2024-08-20T22:04:52.1842726Z #19 0.966 protobuf-3.17.3/objectivec/GPBArray_PackagePrivate.h 2024-08-20T22:04:52.1842957Z #19 0.966 protobuf-3.17.3/objectivec/.clang-format 2024-08-20T22:04:52.1843324Z #19 0.966 protobuf-3.17.3/objectivec/GPBUnknownField_PackagePrivate.h 2024-08-20T22:04:52.1843606Z #19 0.966 protobuf-3.17.3/objectivec/GPBFieldMask.pbobjc.m 2024-08-20T22:04:52.1843879Z #19 0.966 protobuf-3.17.3/objectivec/GPBDuration.pbobjc.h 2024-08-20T22:04:52.1844187Z #19 0.966 protobuf-3.17.3/objectivec/GPBExtensionInternals.m 2024-08-20T22:04:52.1844438Z #19 0.966 protobuf-3.17.3/objectivec/GPBEmpty.pbobjc.m 2024-08-20T22:04:52.1844684Z #19 0.966 protobuf-3.17.3/objectivec/google/ 2024-08-20T22:04:52.1844946Z #19 0.966 protobuf-3.17.3/objectivec/google/protobuf/ 2024-08-20T22:04:52.1845314Z #19 0.966 protobuf-3.17.3/objectivec/google/protobuf/Timestamp.pbobjc.h 2024-08-20T22:04:52.1845691Z #19 0.966 protobuf-3.17.3/objectivec/google/protobuf/FieldMask.pbobjc.h 2024-08-20T22:04:52.1846088Z #19 0.966 protobuf-3.17.3/objectivec/google/protobuf/SourceContext.pbobjc.h 2024-08-20T22:04:52.1846410Z #19 0.966 protobuf-3.17.3/objectivec/google/protobuf/Any.pbobjc.h 2024-08-20T22:04:52.1846783Z #19 0.966 protobuf-3.17.3/objectivec/google/protobuf/Wrappers.pbobjc.h 2024-08-20T22:04:52.1847146Z #19 0.966 protobuf-3.17.3/objectivec/google/protobuf/Duration.pbobjc.h 2024-08-20T22:04:52.1847482Z #19 0.966 protobuf-3.17.3/objectivec/google/protobuf/Empty.pbobjc.h 2024-08-20T22:04:52.1847812Z #19 0.966 protobuf-3.17.3/objectivec/google/protobuf/Api.pbobjc.h 2024-08-20T22:04:52.1848139Z #19 0.966 protobuf-3.17.3/objectivec/google/protobuf/Type.pbobjc.h 2024-08-20T22:04:52.1848486Z #19 0.966 protobuf-3.17.3/objectivec/google/protobuf/Struct.pbobjc.h 2024-08-20T22:04:52.1848847Z #19 0.966 protobuf-3.17.3/objectivec/ProtocolBuffers_tvOS.xcodeproj/ 2024-08-20T22:04:52.1849404Z #19 0.966 protobuf-3.17.3/objectivec/ProtocolBuffers_tvOS.xcodeproj/project.pbxproj 2024-08-20T22:04:52.1849840Z #19 0.966 protobuf-3.17.3/objectivec/ProtocolBuffers_tvOS.xcodeproj/xcshareddata/ 2024-08-20T22:04:52.1850328Z #19 0.966 protobuf-3.17.3/objectivec/ProtocolBuffers_tvOS.xcodeproj/xcshareddata/xcschemes/ 2024-08-20T22:04:52.1850990Z #19 0.966 protobuf-3.17.3/objectivec/ProtocolBuffers_tvOS.xcodeproj/xcshareddata/xcschemes/ProtocolBuffers.xcscheme 2024-08-20T22:04:52.1851664Z #19 0.966 protobuf-3.17.3/objectivec/ProtocolBuffers_tvOS.xcodeproj/xcshareddata/xcschemes/PerformanceTests.xcscheme 2024-08-20T22:04:52.1852136Z #19 0.967 protobuf-3.17.3/objectivec/ProtocolBuffers_tvOS.xcodeproj/project.xcworkspace/ 2024-08-20T22:04:52.1852778Z #19 0.967 protobuf-3.17.3/objectivec/ProtocolBuffers_tvOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata 2024-08-20T22:04:52.1853331Z #19 0.967 protobuf-3.17.3/objectivec/ProtocolBuffers_tvOS.xcodeproj/project.xcworkspace/xcshareddata/ 2024-08-20T22:04:52.1854169Z #19 0.967 protobuf-3.17.3/objectivec/ProtocolBuffers_tvOS.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings 2024-08-20T22:04:52.1855170Z #19 0.967 protobuf-3.17.3/objectivec/ProtocolBuffers_tvOS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist 2024-08-20T22:04:52.1855526Z #19 0.967 protobuf-3.17.3/objectivec/GPBCodedOutputStream.h 2024-08-20T22:04:52.1855813Z #19 0.967 protobuf-3.17.3/objectivec/GPBCodedInputStream.h 2024-08-20T22:04:52.1856051Z #19 0.967 protobuf-3.17.3/objectivec/GPBMessage.m 2024-08-20T22:04:52.1856241Z #19 0.967 protobuf-3.17.3/objectivec/BUILD 2024-08-20T22:04:52.1856519Z #19 0.967 protobuf-3.17.3/objectivec/GPBWrappers.pbobjc.m 2024-08-20T22:04:52.1856828Z #19 0.967 protobuf-3.17.3/objectivec/GPBExtensionInternals.h 2024-08-20T22:04:52.1857219Z #19 0.967 protobuf-3.17.3/objectivec/GPBCodedInputStream_PackagePrivate.h 2024-08-20T22:04:52.1857611Z #19 0.967 protobuf-3.17.3/objectivec/GPBProtocolBuffers_RuntimeSupport.h 2024-08-20T22:04:52.1857883Z #19 0.967 protobuf-3.17.3/objectivec/GPBProtocolBuffers.h 2024-08-20T22:04:52.1858222Z #19 0.967 protobuf-3.17.3/objectivec/GPBDescriptor_PackagePrivate.h 2024-08-20T22:04:52.1858472Z #19 0.967 protobuf-3.17.3/objectivec/GPBDictionary.m 2024-08-20T22:04:52.1858809Z #19 0.969 protobuf-3.17.3/objectivec/GPBUtilities_PackagePrivate.h 2024-08-20T22:04:52.1859084Z #19 0.969 protobuf-3.17.3/objectivec/GPBUnknownFieldSet.h 2024-08-20T22:04:52.1859406Z #19 0.969 protobuf-3.17.3/objectivec/GPBSourceContext.pbobjc.h 2024-08-20T22:04:52.1859743Z #19 0.969 protobuf-3.17.3/objectivec/GPBRootObject_PackagePrivate.h 2024-08-20T22:04:52.1860010Z #19 0.969 protobuf-3.17.3/objectivec/GPBWellKnownTypes.h 2024-08-20T22:04:52.1860343Z #19 0.969 protobuf-3.17.3/objectivec/GPBMessage_PackagePrivate.h 2024-08-20T22:04:52.1860644Z #19 0.969 protobuf-3.17.3/objectivec/GPBApi.pbobjc.m 2024-08-20T22:04:52.1860900Z #19 0.969 protobuf-3.17.3/objectivec/GPBAny.pbobjc.m 2024-08-20T22:04:52.1861148Z #19 0.969 protobuf-3.17.3/objectivec/GPBType.pbobjc.m 2024-08-20T22:04:52.1861379Z #19 0.969 protobuf-3.17.3/objectivec/GPBUtilities.m 2024-08-20T22:04:52.1861631Z #19 0.969 protobuf-3.17.3/objectivec/GPBAny.pbobjc.h 2024-08-20T22:04:52.1862016Z #19 0.969 protobuf-3.17.3/objectivec/GPBUnknownFieldSet_PackagePrivate.h 2024-08-20T22:04:52.1862254Z #19 0.969 protobuf-3.17.3/objectivec/GPBWireFormat.m 2024-08-20T22:04:52.1862462Z #19 0.969 protobuf-3.17.3/objectivec/Tests/ 2024-08-20T22:04:52.1862824Z #19 0.969 protobuf-3.17.3/objectivec/Tests/GPBCodedInputStreamTests.m 2024-08-20T22:04:52.1863157Z #19 0.970 protobuf-3.17.3/objectivec/Tests/GPBWellKnownTypesTest.m 2024-08-20T22:04:52.1863540Z #19 0.970 protobuf-3.17.3/objectivec/Tests/GPBDictionaryTests+UInt32.m 2024-08-20T22:04:52.1863853Z #19 0.970 protobuf-3.17.3/objectivec/Tests/GPBUnittestProtos.m 2024-08-20T22:04:52.1864173Z #19 0.970 protobuf-3.17.3/objectivec/Tests/GPBUtilitiesTests.m 2024-08-20T22:04:52.1864532Z #19 0.970 protobuf-3.17.3/objectivec/Tests/GPBExtensionRegistryTest.m 2024-08-20T22:04:52.1864900Z #19 0.970 protobuf-3.17.3/objectivec/Tests/unittest_runtime_proto2.proto 2024-08-20T22:04:52.1865222Z #19 0.970 protobuf-3.17.3/objectivec/Tests/GPBDescriptorTests.m 2024-08-20T22:04:52.1865502Z #19 0.970 protobuf-3.17.3/objectivec/Tests/GPBArrayTests.m 2024-08-20T22:04:52.1865834Z #19 0.971 protobuf-3.17.3/objectivec/Tests/GPBDictionaryTests.pddm 2024-08-20T22:04:52.1866147Z #19 0.971 protobuf-3.17.3/objectivec/Tests/GPBCompileTest09.m 2024-08-20T22:04:52.1866552Z #19 0.971 protobuf-3.17.3/objectivec/Tests/unittest_objc.proto 2024-08-20T22:04:52.1866894Z #19 0.971 protobuf-3.17.3/objectivec/Tests/GPBDictionaryTests+Bool.m 2024-08-20T22:04:52.1867197Z #19 0.971 protobuf-3.17.3/objectivec/Tests/GPBCompileTest19.m 2024-08-20T22:04:52.1867492Z #19 0.971 protobuf-3.17.3/objectivec/Tests/GPBTestUtilities.m 2024-08-20T22:04:52.1867796Z #19 0.972 protobuf-3.17.3/objectivec/Tests/GPBCompileTest02.m 2024-08-20T22:04:52.1868145Z #19 0.972 protobuf-3.17.3/objectivec/Tests/GPBDictionaryTests+Int64.m 2024-08-20T22:04:52.1868404Z #19 0.972 protobuf-3.17.3/objectivec/Tests/golden_message 2024-08-20T22:04:52.1868793Z #19 0.972 protobuf-3.17.3/objectivec/Tests/text_format_map_unittest_data.txt 2024-08-20T22:04:52.1869232Z #19 0.972 protobuf-3.17.3/objectivec/Tests/GPBMessageTests+Serialization.m 2024-08-20T22:04:52.1869606Z #19 0.972 protobuf-3.17.3/objectivec/Tests/unittest_extension_chain_g.proto 2024-08-20T22:04:52.1869860Z #19 0.972 protobuf-3.17.3/objectivec/Tests/CocoaPods/ 2024-08-20T22:04:52.1870223Z #19 0.972 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/ 2024-08-20T22:04:52.1870816Z #19 0.972 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/ 2024-08-20T22:04:52.1871645Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/project.pbxproj 2024-08-20T22:04:52.1872304Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/xcshareddata/ 2024-08-20T22:04:52.1873038Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/xcshareddata/xcschemes/ 2024-08-20T22:04:52.1873947Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/xcshareddata/xcschemes/iOSCocoaPodsTester.xcscheme 2024-08-20T22:04:52.1874651Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/project.xcworkspace/ 2024-08-20T22:04:52.1875531Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester.xcodeproj/project.xcworkspace/contents.xcworkspacedata 2024-08-20T22:04:52.1876011Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ 2024-08-20T22:04:52.1876660Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Assets.xcassets/ 2024-08-20T22:04:52.1877401Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Assets.xcassets/AppIcon.appiconset/ 2024-08-20T22:04:52.1878218Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Assets.xcassets/AppIcon.appiconset/Contents.json 2024-08-20T22:04:52.1878792Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Base.lproj/ 2024-08-20T22:04:52.1879514Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Base.lproj/LaunchScreen.storyboard 2024-08-20T22:04:52.1880186Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Base.lproj/Main.storyboard 2024-08-20T22:04:52.1880776Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ViewController.m 2024-08-20T22:04:52.1881333Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/Info.plist 2024-08-20T22:04:52.1881916Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/AppDelegate.m 2024-08-20T22:04:52.1882439Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/main.m 2024-08-20T22:04:52.1883009Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/AppDelegate.h 2024-08-20T22:04:52.1883616Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/ViewController.h 2024-08-20T22:04:52.1884080Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-framework 2024-08-20T22:04:52.1884531Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/Podfile-static 2024-08-20T22:04:52.1884826Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/run_tests.sh 2024-08-20T22:04:52.1885178Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/ 2024-08-20T22:04:52.1885656Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-framework 2024-08-20T22:04:52.1886135Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/ 2024-08-20T22:04:52.1886728Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Assets.xcassets/ 2024-08-20T22:04:52.1887531Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Assets.xcassets/AppIcon.appiconset/ 2024-08-20T22:04:52.1888358Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Assets.xcassets/AppIcon.appiconset/Contents.json 2024-08-20T22:04:52.1888928Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Base.lproj/ 2024-08-20T22:04:52.1889573Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Base.lproj/MainMenu.xib 2024-08-20T22:04:52.1890130Z #19 0.973 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/Info.plist 2024-08-20T22:04:52.1890714Z #19 0.974 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.m 2024-08-20T22:04:52.1891241Z #19 0.974 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/main.m 2024-08-20T22:04:52.1891825Z #19 0.974 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester/AppDelegate.h 2024-08-20T22:04:52.1892269Z #19 0.974 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/Podfile-static 2024-08-20T22:04:52.1892828Z #19 0.974 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/ 2024-08-20T22:04:52.1893514Z #19 0.974 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/project.pbxproj 2024-08-20T22:04:52.1894306Z #19 0.974 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/xcshareddata/ 2024-08-20T22:04:52.1895276Z #19 0.974 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/xcshareddata/xcschemes/ 2024-08-20T22:04:52.1896281Z #19 0.974 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/xcshareddata/xcschemes/OSXCocoaPodsTester.xcscheme 2024-08-20T22:04:52.1897042Z #19 0.974 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/project.xcworkspace/ 2024-08-20T22:04:52.1898009Z #19 0.974 protobuf-3.17.3/objectivec/Tests/CocoaPods/OSXCocoaPodsTester/OSXCocoaPodsTester.xcodeproj/project.xcworkspace/contents.xcworkspacedata 2024-08-20T22:04:52.1898316Z #19 0.974 protobuf-3.17.3/objectivec/Tests/CocoaPods/README.md 2024-08-20T22:04:52.1898627Z #19 0.974 protobuf-3.17.3/objectivec/Tests/GPBDictionaryTests.m 2024-08-20T22:04:52.1898983Z #19 0.974 protobuf-3.17.3/objectivec/Tests/unittest_deprecated.proto 2024-08-20T22:04:52.1899333Z #19 0.974 protobuf-3.17.3/objectivec/Tests/GPBMessageTests+Runtime.m 2024-08-20T22:04:52.1899635Z #19 0.974 protobuf-3.17.3/objectivec/Tests/GPBCompileTest15.m 2024-08-20T22:04:52.1899945Z #19 0.974 protobuf-3.17.3/objectivec/Tests/GPBCompileTest14.m 2024-08-20T22:04:52.1900244Z #19 0.974 protobuf-3.17.3/objectivec/Tests/GPBCompileTest24.m 2024-08-20T22:04:52.1900643Z #19 0.974 protobuf-3.17.3/objectivec/Tests/unittest_extension_chain_a.proto 2024-08-20T22:04:52.1901017Z #19 0.974 protobuf-3.17.3/objectivec/Tests/UnitTests-Bridging-Header.h 2024-08-20T22:04:52.1901393Z #19 0.974 protobuf-3.17.3/objectivec/Tests/GPBObjectiveCPlusPlusTest.mm 2024-08-20T22:04:52.1901704Z #19 0.974 protobuf-3.17.3/objectivec/Tests/GPBCompileTest05.m 2024-08-20T22:04:52.1902061Z #19 0.974 protobuf-3.17.3/objectivec/Tests/GPBDictionaryTests+Int32.m 2024-08-20T22:04:52.1902406Z #19 0.975 protobuf-3.17.3/objectivec/Tests/GPBUnknownFieldSetTest.m 2024-08-20T22:04:52.1902738Z #19 0.975 protobuf-3.17.3/objectivec/Tests/GPBConcurrencyTests.m 2024-08-20T22:04:52.1903044Z #19 0.975 protobuf-3.17.3/objectivec/Tests/GPBCompileTest04.m 2024-08-20T22:04:52.1903345Z #19 0.975 protobuf-3.17.3/objectivec/Tests/GPBCompileTest21.m 2024-08-20T22:04:52.1903658Z #19 0.975 protobuf-3.17.3/objectivec/Tests/GPBCompileTest20.m 2024-08-20T22:04:52.1904032Z #19 0.975 protobuf-3.17.3/objectivec/Tests/unittest_deprecated_file.proto 2024-08-20T22:04:52.1904342Z #19 0.975 protobuf-3.17.3/objectivec/Tests/GPBCompileTest07.m 2024-08-20T22:04:52.1904704Z #19 0.975 protobuf-3.17.3/objectivec/Tests/unittest_cycle.proto 2024-08-20T22:04:52.1905062Z #19 0.975 protobuf-3.17.3/objectivec/Tests/GPBCodedOuputStreamTests.m 2024-08-20T22:04:52.1905368Z #19 0.975 protobuf-3.17.3/objectivec/Tests/GPBCompileTest17.m 2024-08-20T22:04:52.1905675Z #19 0.975 protobuf-3.17.3/objectivec/Tests/GPBSwiftTests.swift 2024-08-20T22:04:52.1906062Z #19 0.975 protobuf-3.17.3/objectivec/Tests/unittest_extension_chain_d.proto 2024-08-20T22:04:52.1906513Z #19 0.975 protobuf-3.17.3/objectivec/Tests/text_format_extensions_unittest_data.txt 2024-08-20T22:04:52.1906917Z #19 0.975 protobuf-3.17.3/objectivec/Tests/UnitTests-Info.plist 2024-08-20T22:04:52.1907259Z #19 0.975 protobuf-3.17.3/objectivec/Tests/GPBDictionaryTests+UInt64.m 2024-08-20T22:04:52.1907548Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBCompileTest22.m 2024-08-20T22:04:52.1907857Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBMessageTests+Merge.m 2024-08-20T22:04:52.1908225Z #19 0.976 protobuf-3.17.3/objectivec/Tests/unittest_extension_chain_c.proto 2024-08-20T22:04:52.1908502Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBCompileTest06.m 2024-08-20T22:04:52.1908777Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBCompileTest13.m 2024-08-20T22:04:52.1909137Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBMessageTests+ClassNames.m 2024-08-20T22:04:52.1909478Z #19 0.976 protobuf-3.17.3/objectivec/Tests/unittest_runtime_proto3.proto 2024-08-20T22:04:52.1909757Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBCompileTest11.m 2024-08-20T22:04:52.1910089Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBCompileTest23.m 2024-08-20T22:04:52.1910393Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBARCUnittestProtos.m 2024-08-20T22:04:52.1910667Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBCompileTest03.m 2024-08-20T22:04:52.1910926Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBPerfTests.m 2024-08-20T22:04:52.1911202Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBCompileTest01.m 2024-08-20T22:04:52.1911490Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBMessageTests.m 2024-08-20T22:04:52.1911764Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBCompileTest10.m 2024-08-20T22:04:52.1912096Z #19 0.976 protobuf-3.17.3/objectivec/Tests/unittest_objc_startup.proto 2024-08-20T22:04:52.1912379Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBCompileTest25.m 2024-08-20T22:04:52.1912653Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBCompileTest12.m 2024-08-20T22:04:52.1913008Z #19 0.976 protobuf-3.17.3/objectivec/Tests/unittest_extension_chain_f.proto 2024-08-20T22:04:52.1913310Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBWireFormatTests.m 2024-08-20T22:04:52.1913647Z #19 0.976 protobuf-3.17.3/objectivec/Tests/text_format_unittest_data.txt 2024-08-20T22:04:52.1914001Z #19 0.976 protobuf-3.17.3/objectivec/Tests/unittest_extension_chain_b.proto 2024-08-20T22:04:52.1914340Z #19 0.976 protobuf-3.17.3/objectivec/Tests/golden_packed_fields_message 2024-08-20T22:04:52.1914617Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBCompileTest08.m 2024-08-20T22:04:52.1914917Z #19 0.976 protobuf-3.17.3/objectivec/Tests/GPBUnittestProtos2.m 2024-08-20T22:04:52.1915194Z #19 0.977 protobuf-3.17.3/objectivec/Tests/GPBCompileTest18.m 2024-08-20T22:04:52.1915525Z #19 0.977 protobuf-3.17.3/objectivec/Tests/unittest_objc_options.proto 2024-08-20T22:04:52.1915817Z #19 0.977 protobuf-3.17.3/objectivec/Tests/GPBCompileTest16.m 2024-08-20T22:04:52.1916170Z #19 0.977 protobuf-3.17.3/objectivec/Tests/unittest_extension_chain_e.proto 2024-08-20T22:04:52.1916442Z #19 0.977 protobuf-3.17.3/objectivec/Tests/GPBTestUtilities.h 2024-08-20T22:04:52.1916802Z #19 0.977 protobuf-3.17.3/objectivec/Tests/GPBDictionaryTests+String.m 2024-08-20T22:04:52.1917069Z #19 0.977 protobuf-3.17.3/objectivec/GPBExtensionRegistry.h 2024-08-20T22:04:52.1917299Z #19 0.977 protobuf-3.17.3/objectivec/GPBType.pbobjc.h 2024-08-20T22:04:52.1917569Z #19 0.977 protobuf-3.17.3/objectivec/GPBFieldMask.pbobjc.h 2024-08-20T22:04:52.1917792Z #19 0.977 protobuf-3.17.3/objectivec/GPBDescriptor.h 2024-08-20T22:04:52.1918112Z #19 0.977 protobuf-3.17.3/objectivec/GPBUnknownFieldSet.m 2024-08-20T22:04:52.1918422Z #19 0.977 protobuf-3.17.3/objectivec/generate_well_known_types.sh 2024-08-20T22:04:52.1918680Z #19 0.977 protobuf-3.17.3/objectivec/GPBCodedInputStream.m 2024-08-20T22:04:52.1918945Z #19 0.977 protobuf-3.17.3/objectivec/GPBCodedOutputStream.m 2024-08-20T22:04:52.1919212Z #19 0.978 protobuf-3.17.3/objectivec/GPBDuration.pbobjc.m 2024-08-20T22:04:52.1919403Z #19 0.978 protobuf-3.17.3/objectivec/README.md 2024-08-20T22:04:52.1919606Z #19 0.978 protobuf-3.17.3/objectivec/GPBArray.m 2024-08-20T22:04:52.1919843Z #19 0.978 protobuf-3.17.3/objectivec/GPBDictionary.h 2024-08-20T22:04:52.1920131Z #19 0.978 protobuf-3.17.3/objectivec/GPBSourceContext.pbobjc.m 2024-08-20T22:04:52.1920384Z #19 0.978 protobuf-3.17.3/objectivec/GPBProtocolBuffers.m 2024-08-20T22:04:52.1920621Z #19 0.979 protobuf-3.17.3/objectivec/GPBWireFormat.h 2024-08-20T22:04:52.1920839Z #19 0.979 protobuf-3.17.3/objectivec/GPBDescriptor.m 2024-08-20T22:04:52.1921159Z #19 0.979 protobuf-3.17.3/objectivec/ProtocolBuffers_iOS.xcodeproj/ 2024-08-20T22:04:52.1921583Z #19 0.979 protobuf-3.17.3/objectivec/ProtocolBuffers_iOS.xcodeproj/project.pbxproj 2024-08-20T22:04:52.1921978Z #19 0.979 protobuf-3.17.3/objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/ 2024-08-20T22:04:52.1922447Z #19 0.979 protobuf-3.17.3/objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcschemes/ 2024-08-20T22:04:52.1923062Z #19 0.979 protobuf-3.17.3/objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcschemes/ProtocolBuffers.xcscheme 2024-08-20T22:04:52.1923763Z #19 0.979 protobuf-3.17.3/objectivec/ProtocolBuffers_iOS.xcodeproj/xcshareddata/xcschemes/PerformanceTests.xcscheme 2024-08-20T22:04:52.1924216Z #19 0.979 protobuf-3.17.3/objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/ 2024-08-20T22:04:52.1924979Z #19 0.979 protobuf-3.17.3/objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/contents.xcworkspacedata 2024-08-20T22:04:52.1925545Z #19 0.979 protobuf-3.17.3/objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcshareddata/ 2024-08-20T22:04:52.1926292Z #19 0.979 protobuf-3.17.3/objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings 2024-08-20T22:04:52.1927002Z #19 0.979 protobuf-3.17.3/objectivec/ProtocolBuffers_iOS.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist 2024-08-20T22:04:52.1927260Z #19 0.979 protobuf-3.17.3/objectivec/GPBUnknownField.m 2024-08-20T22:04:52.1927494Z #19 0.979 protobuf-3.17.3/objectivec/GPBRootObject.m 2024-08-20T22:04:52.1927729Z #19 0.979 protobuf-3.17.3/objectivec/GPBRootObject.h 2024-08-20T22:04:52.1927970Z #19 0.979 protobuf-3.17.3/objectivec/GPBUtilities.h 2024-08-20T22:04:52.1928201Z #19 0.979 protobuf-3.17.3/objectivec/GPBApi.pbobjc.h 2024-08-20T22:04:52.1928452Z #19 0.979 protobuf-3.17.3/objectivec/GPBStruct.pbobjc.h 2024-08-20T22:04:52.1928743Z #19 0.979 protobuf-3.17.3/objectivec/GPBExtensionRegistry.m 2024-08-20T22:04:52.1929017Z #19 0.979 protobuf-3.17.3/objectivec/GPBTimestamp.pbobjc.m 2024-08-20T22:04:52.1929361Z #19 0.980 protobuf-3.17.3/objectivec/ProtocolBuffers_OSX.xcodeproj/ 2024-08-20T22:04:52.1929790Z #19 0.980 protobuf-3.17.3/objectivec/ProtocolBuffers_OSX.xcodeproj/project.pbxproj 2024-08-20T22:04:52.1930202Z #19 0.980 protobuf-3.17.3/objectivec/ProtocolBuffers_OSX.xcodeproj/xcshareddata/ 2024-08-20T22:04:52.1931162Z #19 0.980 protobuf-3.17.3/objectivec/ProtocolBuffers_OSX.xcodeproj/xcshareddata/xcschemes/ 2024-08-20T22:04:52.1931831Z #19 0.980 protobuf-3.17.3/objectivec/ProtocolBuffers_OSX.xcodeproj/xcshareddata/xcschemes/ProtocolBuffers.xcscheme 2024-08-20T22:04:52.1932503Z #19 0.980 protobuf-3.17.3/objectivec/ProtocolBuffers_OSX.xcodeproj/xcshareddata/xcschemes/PerformanceTests.xcscheme 2024-08-20T22:04:52.1932988Z #19 0.980 protobuf-3.17.3/objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/ 2024-08-20T22:04:52.1933628Z #19 0.980 protobuf-3.17.3/objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/contents.xcworkspacedata 2024-08-20T22:04:52.1934376Z #19 0.980 protobuf-3.17.3/objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcshareddata/ 2024-08-20T22:04:52.1935150Z #19 0.980 protobuf-3.17.3/objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings 2024-08-20T22:04:52.1935886Z #19 0.980 protobuf-3.17.3/objectivec/ProtocolBuffers_OSX.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist 2024-08-20T22:04:52.1936124Z #19 0.980 protobuf-3.17.3/objectivec/GPBMessage.h 2024-08-20T22:04:52.1936395Z #19 0.980 protobuf-3.17.3/objectivec/GPBWellKnownTypes.m 2024-08-20T22:04:52.1936644Z #19 0.980 protobuf-3.17.3/objectivec/GPBUnknownField.h 2024-08-20T22:04:52.1936995Z #19 0.980 protobuf-3.17.3/objectivec/GPBDictionary_PackagePrivate.h 2024-08-20T22:04:52.1937166Z #19 0.980 protobuf-3.17.3/configure.ac 2024-08-20T22:04:52.1937372Z #19 0.980 protobuf-3.17.3/CONTRIBUTORS.txt 2024-08-20T22:04:52.1937542Z #19 0.980 protobuf-3.17.3/Makefile.in 2024-08-20T22:04:52.1937710Z #19 0.981 protobuf-3.17.3/examples/ 2024-08-20T22:04:52.1937939Z #19 0.981 protobuf-3.17.3/examples/add_person.go 2024-08-20T22:04:52.1938139Z #19 0.981 protobuf-3.17.3/examples/WORKSPACE 2024-08-20T22:04:52.1938355Z #19 0.981 protobuf-3.17.3/examples/add_person.py 2024-08-20T22:04:52.1938592Z #19 0.981 protobuf-3.17.3/examples/list_people.go 2024-08-20T22:04:52.1938812Z #19 0.981 protobuf-3.17.3/examples/CMakeLists.txt 2024-08-20T22:04:52.1938993Z #19 0.981 protobuf-3.17.3/examples/BUILD 2024-08-20T22:04:52.1939250Z #19 0.981 protobuf-3.17.3/examples/add_person_test.go 2024-08-20T22:04:52.1939536Z #19 0.981 protobuf-3.17.3/examples/list_people.cc 2024-08-20T22:04:52.1939759Z #19 0.981 protobuf-3.17.3/examples/AddPerson.java 2024-08-20T22:04:52.1940005Z #19 0.981 protobuf-3.17.3/examples/list_people.dart 2024-08-20T22:04:52.1940197Z #19 0.981 protobuf-3.17.3/examples/Makefile 2024-08-20T22:04:52.1940423Z #19 0.981 protobuf-3.17.3/examples/add_person.cc 2024-08-20T22:04:52.1940625Z #19 0.981 protobuf-3.17.3/examples/README.md 2024-08-20T22:04:52.1940840Z #19 0.981 protobuf-3.17.3/examples/pubspec.yaml 2024-08-20T22:04:52.1941076Z #19 0.981 protobuf-3.17.3/examples/ListPeople.java 2024-08-20T22:04:52.1941320Z #19 0.981 protobuf-3.17.3/examples/addressbook.proto 2024-08-20T22:04:52.1941543Z #19 0.981 protobuf-3.17.3/examples/add_person.dart 2024-08-20T22:04:52.1941803Z #19 0.981 protobuf-3.17.3/examples/list_people_test.go 2024-08-20T22:04:52.1942023Z #19 0.981 protobuf-3.17.3/examples/list_people.py 2024-08-20T22:04:52.1942188Z #19 0.981 protobuf-3.17.3/aclocal.m4 2024-08-20T22:04:52.1942380Z #19 0.981 protobuf-3.17.3/config.guess 2024-08-20T22:04:52.1942538Z #19 0.982 protobuf-3.17.3/python/ 2024-08-20T22:04:52.1942715Z #19 0.982 protobuf-3.17.3/python/tox.ini 2024-08-20T22:04:52.1942912Z #19 0.982 protobuf-3.17.3/python/google/ 2024-08-20T22:04:52.1943142Z #19 0.982 protobuf-3.17.3/python/google/__init__.py 2024-08-20T22:04:52.1943364Z #19 0.982 protobuf-3.17.3/python/google/protobuf/ 2024-08-20T22:04:52.1943688Z #19 0.982 protobuf-3.17.3/python/google/protobuf/text_format.py 2024-08-20T22:04:52.1943993Z #19 0.982 protobuf-3.17.3/python/google/protobuf/descriptor.py 2024-08-20T22:04:52.1944302Z #19 0.982 protobuf-3.17.3/python/google/protobuf/reflection.py 2024-08-20T22:04:52.1944585Z #19 0.982 protobuf-3.17.3/python/google/protobuf/service.py 2024-08-20T22:04:52.1944904Z #19 0.982 protobuf-3.17.3/python/google/protobuf/text_encoding.py 2024-08-20T22:04:52.1945199Z #19 0.982 protobuf-3.17.3/python/google/protobuf/message.py 2024-08-20T22:04:52.1945489Z #19 0.982 protobuf-3.17.3/python/google/protobuf/__init__.py 2024-08-20T22:04:52.1945845Z #19 0.982 protobuf-3.17.3/python/google/protobuf/service_reflection.py 2024-08-20T22:04:52.1946345Z #19 0.983 protobuf-3.17.3/python/google/protobuf/internal/ 2024-08-20T22:04:52.1946733Z #19 0.983 protobuf-3.17.3/python/google/protobuf/internal/enum_type_wrapper.py 2024-08-20T22:04:52.1947118Z #19 0.983 protobuf-3.17.3/python/google/protobuf/internal/text_encoding_test.py 2024-08-20T22:04:52.1947615Z #19 0.983 protobuf-3.17.3/python/google/protobuf/internal/descriptor_database_test.py 2024-08-20T22:04:52.1947993Z #19 0.983 protobuf-3.17.3/python/google/protobuf/internal/factory_test2.proto 2024-08-20T22:04:52.1948341Z #19 0.983 protobuf-3.17.3/python/google/protobuf/internal/wire_format.py 2024-08-20T22:04:52.1948732Z #19 0.983 protobuf-3.17.3/python/google/protobuf/internal/more_extensions.proto 2024-08-20T22:04:52.1949045Z #19 0.983 protobuf-3.17.3/python/google/protobuf/internal/decoder.py 2024-08-20T22:04:52.1949428Z #19 0.983 protobuf-3.17.3/python/google/protobuf/internal/reflection_test.py 2024-08-20T22:04:52.1949810Z #19 0.983 protobuf-3.17.3/python/google/protobuf/internal/import_test_package/ 2024-08-20T22:04:52.1950258Z #19 0.983 protobuf-3.17.3/python/google/protobuf/internal/import_test_package/__init__.py 2024-08-20T22:04:52.1950719Z #19 0.983 protobuf-3.17.3/python/google/protobuf/internal/import_test_package/inner.proto 2024-08-20T22:04:52.1951168Z #19 0.983 protobuf-3.17.3/python/google/protobuf/internal/import_test_package/outer.proto 2024-08-20T22:04:52.1951555Z #19 0.983 protobuf-3.17.3/python/google/protobuf/internal/wire_format_test.py 2024-08-20T22:04:52.1951926Z #19 0.984 protobuf-3.17.3/python/google/protobuf/internal/text_format_test.py 2024-08-20T22:04:52.1952353Z #19 0.984 protobuf-3.17.3/python/google/protobuf/internal/test_bad_identifiers.proto 2024-08-20T22:04:52.1952763Z #19 0.984 protobuf-3.17.3/python/google/protobuf/internal/descriptor_pool_test.py 2024-08-20T22:04:52.1953165Z #19 0.984 protobuf-3.17.3/python/google/protobuf/internal/extension_dict.py 2024-08-20T22:04:52.1953544Z #19 0.984 protobuf-3.17.3/python/google/protobuf/internal/message_listener.py 2024-08-20T22:04:52.1953923Z #19 0.984 protobuf-3.17.3/python/google/protobuf/internal/well_known_types.py 2024-08-20T22:04:52.1954261Z #19 0.984 protobuf-3.17.3/python/google/protobuf/internal/containers.py 2024-08-20T22:04:52.1954658Z #19 0.985 protobuf-3.17.3/python/google/protobuf/internal/packed_field_test.proto 2024-08-20T22:04:52.1955112Z #19 0.985 protobuf-3.17.3/python/google/protobuf/internal/more_extensions_dynamic.proto 2024-08-20T22:04:52.1955472Z #19 0.985 protobuf-3.17.3/python/google/protobuf/internal/_parameterized.py 2024-08-20T22:04:52.1955830Z #19 0.985 protobuf-3.17.3/python/google/protobuf/internal/message_test.py 2024-08-20T22:04:52.1956158Z #19 0.985 protobuf-3.17.3/python/google/protobuf/internal/test_util.py 2024-08-20T22:04:52.1956510Z #19 0.985 protobuf-3.17.3/python/google/protobuf/internal/no_package.proto 2024-08-20T22:04:52.1956960Z #19 0.985 protobuf-3.17.3/python/google/protobuf/internal/descriptor_pool_test2.proto 2024-08-20T22:04:52.1957282Z #19 0.985 protobuf-3.17.3/python/google/protobuf/internal/__init__.py 2024-08-20T22:04:52.1957643Z #19 0.985 protobuf-3.17.3/python/google/protobuf/internal/generator_test.py 2024-08-20T22:04:52.1958062Z #19 0.985 protobuf-3.17.3/python/google/protobuf/internal/missing_enum_values.proto 2024-08-20T22:04:52.1958506Z #19 0.985 protobuf-3.17.3/python/google/protobuf/internal/message_set_extensions.proto 2024-08-20T22:04:52.1958891Z #19 0.985 protobuf-3.17.3/python/google/protobuf/internal/more_messages.proto 2024-08-20T22:04:52.1959288Z #19 0.985 protobuf-3.17.3/python/google/protobuf/internal/message_factory_test.py 2024-08-20T22:04:52.1959883Z #19 0.986 protobuf-3.17.3/python/google/protobuf/internal/test_proto3_optional.proto 2024-08-20T22:04:52.1960287Z #19 0.986 protobuf-3.17.3/python/google/protobuf/internal/factory_test1.proto 2024-08-20T22:04:52.1960686Z #19 0.986 protobuf-3.17.3/python/google/protobuf/internal/json_format_test.py 2024-08-20T22:04:52.1961067Z #19 0.986 protobuf-3.17.3/python/google/protobuf/internal/python_message.py 2024-08-20T22:04:52.1961491Z #19 0.986 protobuf-3.17.3/python/google/protobuf/internal/unknown_fields_test.py 2024-08-20T22:04:52.1961936Z #19 0.986 protobuf-3.17.3/python/google/protobuf/internal/service_reflection_test.py 2024-08-20T22:04:52.1962343Z #19 0.986 protobuf-3.17.3/python/google/protobuf/internal/testing_refleaks.py 2024-08-20T22:04:52.1962818Z #19 0.986 protobuf-3.17.3/python/google/protobuf/internal/file_options_test.proto 2024-08-20T22:04:52.1963275Z #19 0.986 protobuf-3.17.3/python/google/protobuf/internal/descriptor_pool_test1.proto 2024-08-20T22:04:52.1963696Z #19 0.986 protobuf-3.17.3/python/google/protobuf/internal/api_implementation.cc 2024-08-20T22:04:52.1964052Z #19 0.986 protobuf-3.17.3/python/google/protobuf/internal/any_test.proto 2024-08-20T22:04:52.1964470Z #19 0.986 protobuf-3.17.3/python/google/protobuf/internal/symbol_database_test.py 2024-08-20T22:04:52.1964897Z #19 0.986 protobuf-3.17.3/python/google/protobuf/internal/api_implementation.py 2024-08-20T22:04:52.1965265Z #19 0.986 protobuf-3.17.3/python/google/protobuf/internal/keywords_test.py 2024-08-20T22:04:52.1965656Z #19 0.986 protobuf-3.17.3/python/google/protobuf/internal/descriptor_test.py 2024-08-20T22:04:52.1966073Z #19 0.986 protobuf-3.17.3/python/google/protobuf/internal/proto_builder_test.py 2024-08-20T22:04:52.1966662Z #19 0.987 protobuf-3.17.3/python/google/protobuf/internal/well_known_types_test.py 2024-08-20T22:04:52.1967014Z #19 0.987 protobuf-3.17.3/python/google/protobuf/internal/encoder.py 2024-08-20T22:04:52.1967392Z #19 0.987 protobuf-3.17.3/python/google/protobuf/internal/type_checkers.py 2024-08-20T22:04:52.1967727Z #19 0.987 protobuf-3.17.3/python/google/protobuf/message_factory.py 2024-08-20T22:04:52.1968074Z #19 0.987 protobuf-3.17.3/python/google/protobuf/descriptor_pool.py 2024-08-20T22:04:52.1968484Z #19 0.987 protobuf-3.17.3/python/google/protobuf/descriptor_database.py 2024-08-20T22:04:52.1968747Z #19 0.987 protobuf-3.17.3/python/google/protobuf/pyext/ 2024-08-20T22:04:52.1969130Z #19 0.987 protobuf-3.17.3/python/google/protobuf/pyext/message_factory.cc 2024-08-20T22:04:52.1969598Z #19 0.987 protobuf-3.17.3/python/google/protobuf/pyext/repeated_composite_container.h 2024-08-20T22:04:52.1970055Z #19 0.987 protobuf-3.17.3/python/google/protobuf/pyext/repeated_scalar_container.cc 2024-08-20T22:04:52.1970393Z #19 0.987 protobuf-3.17.3/python/google/protobuf/pyext/descriptor.h 2024-08-20T22:04:52.1970761Z #19 0.987 protobuf-3.17.3/python/google/protobuf/pyext/message_module.cc 2024-08-20T22:04:52.1971126Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/cpp_message.py 2024-08-20T22:04:52.1971486Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/map_container.cc 2024-08-20T22:04:52.1971907Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/descriptor_containers.cc 2024-08-20T22:04:52.1972297Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/descriptor_pool.cc 2024-08-20T22:04:52.1972631Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/python.proto 2024-08-20T22:04:52.1972955Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/__init__.py 2024-08-20T22:04:52.1973335Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/message_factory.h 2024-08-20T22:04:52.1973631Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/README 2024-08-20T22:04:52.1974039Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/field.cc 2024-08-20T22:04:52.1974442Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/scoped_pyobject_ptr.h 2024-08-20T22:04:52.1974805Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/unknown_fields.h 2024-08-20T22:04:52.1975224Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/extension_dict.h 2024-08-20T22:04:52.1975662Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/repeated_scalar_container.h 2024-08-20T22:04:52.1976063Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/proto2_api_test.proto 2024-08-20T22:04:52.1976397Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/message.h 2024-08-20T22:04:52.1976818Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/descriptor_containers.h 2024-08-20T22:04:52.1977134Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/field.h 2024-08-20T22:04:52.1977492Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/safe_numerics.h 2024-08-20T22:04:52.1977962Z #19 0.988 protobuf-3.17.3/python/google/protobuf/pyext/descriptor_database.h 2024-08-20T22:04:52.1978386Z #19 0.989 protobuf-3.17.3/python/google/protobuf/pyext/descriptor_database.cc 2024-08-20T22:04:52.1978755Z #19 0.989 protobuf-3.17.3/python/google/protobuf/pyext/unknown_fields.cc 2024-08-20T22:04:52.1979073Z #19 0.989 protobuf-3.17.3/python/google/protobuf/pyext/message.cc 2024-08-20T22:04:52.1979556Z #19 0.989 protobuf-3.17.3/python/google/protobuf/pyext/repeated_composite_container.cc 2024-08-20T22:04:52.1979911Z #19 0.989 protobuf-3.17.3/python/google/protobuf/pyext/map_container.h 2024-08-20T22:04:52.1980284Z #19 0.989 protobuf-3.17.3/python/google/protobuf/pyext/descriptor_pool.h 2024-08-20T22:04:52.1980639Z #19 0.989 protobuf-3.17.3/python/google/protobuf/pyext/descriptor.cc 2024-08-20T22:04:52.1981006Z #19 0.989 protobuf-3.17.3/python/google/protobuf/pyext/extension_dict.cc 2024-08-20T22:04:52.1981289Z #19 0.989 protobuf-3.17.3/python/google/protobuf/compiler/ 2024-08-20T22:04:52.1981636Z #19 0.990 protobuf-3.17.3/python/google/protobuf/compiler/__init__.py 2024-08-20T22:04:52.1981929Z #19 0.990 protobuf-3.17.3/python/google/protobuf/proto_api.h 2024-08-20T22:04:52.1982191Z #19 0.990 protobuf-3.17.3/python/google/protobuf/util/ 2024-08-20T22:04:52.1982507Z #19 0.990 protobuf-3.17.3/python/google/protobuf/util/__init__.py 2024-08-20T22:04:52.1982840Z #19 0.990 protobuf-3.17.3/python/google/protobuf/symbol_database.py 2024-08-20T22:04:52.1983169Z #19 0.990 protobuf-3.17.3/python/google/protobuf/proto_builder.py 2024-08-20T22:04:52.1984104Z #19 0.990 protobuf-3.17.3/python/google/protobuf/json_format.py 2024-08-20T22:04:52.1984303Z #19 0.990 protobuf-3.17.3/python/setup.py 2024-08-20T22:04:52.1984517Z #19 0.990 protobuf-3.17.3/python/MANIFEST.in 2024-08-20T22:04:52.1984693Z #19 0.990 protobuf-3.17.3/python/mox.py 2024-08-20T22:04:52.1984886Z #19 0.990 protobuf-3.17.3/python/release.sh 2024-08-20T22:04:52.1985087Z #19 0.990 protobuf-3.17.3/python/README.md 2024-08-20T22:04:52.1985281Z #19 0.990 protobuf-3.17.3/python/stubout.py 2024-08-20T22:04:52.1985483Z #19 0.990 protobuf-3.17.3/python/setup.cfg 2024-08-20T22:04:52.1985728Z #19 0.990 protobuf-3.17.3/compiler_config_setting.bzl 2024-08-20T22:04:52.1985886Z #19 0.990 protobuf-3.17.3/ruby/ 2024-08-20T22:04:52.1986070Z #19 0.990 protobuf-3.17.3/ruby/pom.xml 2024-08-20T22:04:52.1986302Z #19 0.990 protobuf-3.17.3/ruby/compatibility_tests/ 2024-08-20T22:04:52.1986581Z #19 0.990 protobuf-3.17.3/ruby/compatibility_tests/v3.0.0/ 2024-08-20T22:04:52.1987021Z #19 0.990 protobuf-3.17.3/ruby/compatibility_tests/v3.0.0/Rakefile 2024-08-20T22:04:52.1987334Z #19 0.990 protobuf-3.17.3/ruby/compatibility_tests/v3.0.0/tests/ 2024-08-20T22:04:52.1987773Z #19 0.990 protobuf-3.17.3/ruby/compatibility_tests/v3.0.0/tests/generated_code_test.rb 2024-08-20T22:04:52.1988193Z #19 0.990 protobuf-3.17.3/ruby/compatibility_tests/v3.0.0/tests/test_import.proto 2024-08-20T22:04:52.1988622Z #19 0.990 protobuf-3.17.3/ruby/compatibility_tests/v3.0.0/tests/generated_code.proto 2024-08-20T22:04:52.1988987Z #19 0.990 protobuf-3.17.3/ruby/compatibility_tests/v3.0.0/tests/basic.rb 2024-08-20T22:04:52.1989339Z #19 0.990 protobuf-3.17.3/ruby/compatibility_tests/v3.0.0/tests/stress.rb 2024-08-20T22:04:52.1989777Z #19 0.990 protobuf-3.17.3/ruby/compatibility_tests/v3.0.0/tests/repeated_field_test.rb 2024-08-20T22:04:52.1990111Z #19 0.991 protobuf-3.17.3/ruby/compatibility_tests/v3.0.0/README.md 2024-08-20T22:04:52.1990420Z #19 0.991 protobuf-3.17.3/ruby/compatibility_tests/v3.0.0/test.sh 2024-08-20T22:04:52.1990580Z #19 0.991 protobuf-3.17.3/ruby/src/ 2024-08-20T22:04:52.1990777Z #19 0.991 protobuf-3.17.3/ruby/src/main/ 2024-08-20T22:04:52.1991019Z #19 0.991 protobuf-3.17.3/ruby/src/main/sentinel.proto 2024-08-20T22:04:52.1991216Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/ 2024-08-20T22:04:52.1991442Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/ 2024-08-20T22:04:52.1991690Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/ 2024-08-20T22:04:52.1991998Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/ 2024-08-20T22:04:52.1992413Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/ 2024-08-20T22:04:52.1992922Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/RubyDescriptor.java 2024-08-20T22:04:52.1993413Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/RubyBuilder.java 2024-08-20T22:04:52.1993972Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/RubyOneofDescriptor.java 2024-08-20T22:04:52.1994521Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/SentinelOuterClass.java 2024-08-20T22:04:52.1995322Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/RubyMessageBuilderContext.java 2024-08-20T22:04:52.1995823Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/RubyProtobuf.java 2024-08-20T22:04:52.1996386Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/RubyEnumDescriptor.java 2024-08-20T22:04:52.1996956Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/RubyDescriptorPool.java 2024-08-20T22:04:52.1997420Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/RubyMap.java 2024-08-20T22:04:52.1998025Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/RubyFileBuilderContext.java 2024-08-20T22:04:52.1998488Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/RubyEnum.java 2024-08-20T22:04:52.1999044Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/RubyFileDescriptor.java 2024-08-20T22:04:52.1999655Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/RubyRepeatedField.java 2024-08-20T22:04:52.2000147Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/RubyMessage.java 2024-08-20T22:04:52.2000722Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/RubyFieldDescriptor.java 2024-08-20T22:04:52.2001309Z #19 0.991 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/RubyEnumBuilderContext.java 2024-08-20T22:04:52.2001916Z #19 0.992 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/RubyOneofBuilderContext.java 2024-08-20T22:04:52.2002368Z #19 0.992 protobuf-3.17.3/ruby/src/main/java/com/google/protobuf/jruby/Utils.java 2024-08-20T22:04:52.2002601Z #19 0.992 protobuf-3.17.3/ruby/src/main/java/google/ 2024-08-20T22:04:52.2003007Z #19 0.992 protobuf-3.17.3/ruby/src/main/java/google/ProtobufJavaService.java 2024-08-20T22:04:52.2003201Z #19 0.992 protobuf-3.17.3/ruby/.gitignore 2024-08-20T22:04:52.2003362Z #19 0.992 protobuf-3.17.3/ruby/ext/ 2024-08-20T22:04:52.2003555Z #19 0.992 protobuf-3.17.3/ruby/ext/google/ 2024-08-20T22:04:52.2003814Z #19 0.992 protobuf-3.17.3/ruby/ext/google/protobuf_c/ 2024-08-20T22:04:52.2004095Z #19 0.992 protobuf-3.17.3/ruby/ext/google/protobuf_c/defs.c 2024-08-20T22:04:52.2004377Z #19 0.992 protobuf-3.17.3/ruby/ext/google/protobuf_c/defs.h 2024-08-20T22:04:52.2004660Z #19 0.992 protobuf-3.17.3/ruby/ext/google/protobuf_c/map.c 2024-08-20T22:04:52.2004984Z #19 0.992 protobuf-3.17.3/ruby/ext/google/protobuf_c/wrap_memcpy.c 2024-08-20T22:04:52.2005404Z #19 0.992 protobuf-3.17.3/ruby/ext/google/protobuf_c/extconf.rb 2024-08-20T22:04:52.2005737Z #19 0.992 protobuf-3.17.3/ruby/ext/google/protobuf_c/repeated_field.c 2024-08-20T22:04:52.2006001Z #19 0.992 protobuf-3.17.3/ruby/ext/google/protobuf_c/map.h 2024-08-20T22:04:52.2006306Z #19 0.992 protobuf-3.17.3/ruby/ext/google/protobuf_c/ruby-upb.c 2024-08-20T22:04:52.2006595Z #19 0.994 protobuf-3.17.3/ruby/ext/google/protobuf_c/message.c 2024-08-20T22:04:52.2006893Z #19 0.994 protobuf-3.17.3/ruby/ext/google/protobuf_c/protobuf.h 2024-08-20T22:04:52.2007193Z #19 0.994 protobuf-3.17.3/ruby/ext/google/protobuf_c/message.h 2024-08-20T22:04:52.2007689Z #19 0.994 protobuf-3.17.3/ruby/ext/google/protobuf_c/repeated_field.h 2024-08-20T22:04:52.2007988Z #19 0.994 protobuf-3.17.3/ruby/ext/google/protobuf_c/convert.c 2024-08-20T22:04:52.2008303Z #19 0.994 protobuf-3.17.3/ruby/ext/google/protobuf_c/ruby-upb.h 2024-08-20T22:04:52.2008653Z #19 0.995 protobuf-3.17.3/ruby/ext/google/protobuf_c/convert.h 2024-08-20T22:04:52.2008966Z #19 0.995 protobuf-3.17.3/ruby/ext/google/protobuf_c/protobuf.c 2024-08-20T22:04:52.2009139Z #19 0.995 protobuf-3.17.3/ruby/Gemfile 2024-08-20T22:04:52.2009392Z #19 0.995 protobuf-3.17.3/ruby/google-protobuf.gemspec 2024-08-20T22:04:52.2009570Z #19 0.995 protobuf-3.17.3/ruby/lib/ 2024-08-20T22:04:52.2009757Z #19 0.995 protobuf-3.17.3/ruby/lib/google/ 2024-08-20T22:04:52.2009985Z #19 0.995 protobuf-3.17.3/ruby/lib/google/protobuf/ 2024-08-20T22:04:52.2010360Z #19 0.995 protobuf-3.17.3/ruby/lib/google/protobuf/well_known_types.rb 2024-08-20T22:04:52.2010681Z #19 0.995 protobuf-3.17.3/ruby/lib/google/protobuf/message_exts.rb 2024-08-20T22:04:52.2011020Z #19 0.995 protobuf-3.17.3/ruby/lib/google/protobuf/repeated_field.rb 2024-08-20T22:04:52.2011273Z #19 0.995 protobuf-3.17.3/ruby/lib/google/protobuf.rb 2024-08-20T22:04:52.2011448Z #19 0.995 protobuf-3.17.3/ruby/Rakefile 2024-08-20T22:04:52.2011634Z #19 0.995 protobuf-3.17.3/ruby/tests/ 2024-08-20T22:04:52.2011904Z #19 0.995 protobuf-3.17.3/ruby/tests/encode_decode_test.rb 2024-08-20T22:04:52.2012130Z #19 0.995 protobuf-3.17.3/ruby/tests/type_errors.rb 2024-08-20T22:04:52.2012374Z #19 0.995 protobuf-3.17.3/ruby/tests/common_tests.rb 2024-08-20T22:04:52.2012616Z #19 0.996 protobuf-3.17.3/ruby/tests/basic_test.proto 2024-08-20T22:04:52.2012945Z #19 0.996 protobuf-3.17.3/ruby/tests/multi_level_nesting_test.proto 2024-08-20T22:04:52.2013284Z #19 0.996 protobuf-3.17.3/ruby/tests/test_ruby_package_proto2.proto 2024-08-20T22:04:52.2013649Z #19 0.996 protobuf-3.17.3/ruby/tests/generated_code_proto2.proto 2024-08-20T22:04:52.2014025Z #19 0.996 protobuf-3.17.3/ruby/tests/test_import_proto2.proto 2024-08-20T22:04:52.2014332Z #19 0.996 protobuf-3.17.3/ruby/tests/well_known_types_test.rb 2024-08-20T22:04:52.2014568Z #19 0.996 protobuf-3.17.3/ruby/tests/basic_proto2.rb 2024-08-20T22:04:52.2014842Z #19 0.996 protobuf-3.17.3/ruby/tests/generated_code_test.rb 2024-08-20T22:04:52.2015106Z #19 0.996 protobuf-3.17.3/ruby/tests/test_import.proto 2024-08-20T22:04:52.2015373Z #19 0.996 protobuf-3.17.3/ruby/tests/generated_code.proto 2024-08-20T22:04:52.2015669Z #19 0.996 protobuf-3.17.3/ruby/tests/test_ruby_package.proto 2024-08-20T22:04:52.2015868Z #19 0.996 protobuf-3.17.3/ruby/tests/basic.rb 2024-08-20T22:04:52.2016174Z #19 0.996 protobuf-3.17.3/ruby/tests/multi_level_nesting_test.rb 2024-08-20T22:04:52.2016510Z #19 0.996 protobuf-3.17.3/ruby/tests/generated_code_proto2_test.rb 2024-08-20T22:04:52.2016721Z #19 0.996 protobuf-3.17.3/ruby/tests/gc_test.rb 2024-08-20T22:04:52.2017009Z #19 0.996 protobuf-3.17.3/ruby/tests/basic_test_proto2.proto 2024-08-20T22:04:52.2017231Z #19 0.996 protobuf-3.17.3/ruby/tests/stress.rb 2024-08-20T22:04:52.2017509Z #19 0.996 protobuf-3.17.3/ruby/tests/repeated_field_test.rb 2024-08-20T22:04:52.2017687Z #19 0.996 protobuf-3.17.3/ruby/README.md 2024-08-20T22:04:52.2017903Z #19 0.996 protobuf-3.17.3/ruby/travis-test.sh 2024-08-20T22:04:52.2018150Z #19 0.996 protobuf-3.17.3/cc_proto_blacklist_test.bzl 2024-08-20T22:04:52.2018305Z #19 0.996 protobuf-3.17.3/util/ 2024-08-20T22:04:52.2018493Z #19 0.996 protobuf-3.17.3/util/python/ 2024-08-20T22:04:52.2018687Z #19 0.996 protobuf-3.17.3/util/python/BUILD 2024-08-20T22:04:52.2018863Z #19 0.996 protobuf-3.17.3/config.sub 2024-08-20T22:04:52.2019026Z #19 0.996 protobuf-3.17.3/install-sh 2024-08-20T22:04:52.2019194Z #19 0.996 protobuf-3.17.3/global.json 2024-08-20T22:04:52.2019365Z #19 0.996 protobuf-3.17.3/README.md 2024-08-20T22:04:52.2019521Z #19 0.996 protobuf-3.17.3/cmake/ 2024-08-20T22:04:52.2019725Z #19 0.997 protobuf-3.17.3/cmake/protoc.cmake 2024-08-20T22:04:52.2020004Z #19 0.997 protobuf-3.17.3/cmake/protobuf-module.cmake.in 2024-08-20T22:04:52.2020207Z #19 0.997 protobuf-3.17.3/cmake/install.cmake 2024-08-20T22:04:52.2020533Z #19 0.997 protobuf-3.17.3/cmake/protobuf-config-version.cmake.in 2024-08-20T22:04:52.2020757Z #19 0.997 protobuf-3.17.3/cmake/CMakeLists.txt 2024-08-20T22:04:52.2020980Z #19 0.997 protobuf-3.17.3/cmake/conformance.cmake 2024-08-20T22:04:52.2021288Z #19 0.997 protobuf-3.17.3/cmake/libprotobuf-lite.cmake 2024-08-20T22:04:52.2021490Z #19 0.997 protobuf-3.17.3/cmake/tests.cmake 2024-08-20T22:04:52.2021715Z #19 0.997 protobuf-3.17.3/cmake/libprotobuf.cmake 2024-08-20T22:04:52.2021926Z #19 0.997 protobuf-3.17.3/cmake/examples.cmake 2024-08-20T22:04:52.2022154Z #19 0.997 protobuf-3.17.3/cmake/libprotoc.cmake 2024-08-20T22:04:52.2022335Z #19 0.997 protobuf-3.17.3/cmake/README.md 2024-08-20T22:04:52.2022547Z #19 0.997 protobuf-3.17.3/cmake/version.rc.in 2024-08-20T22:04:52.2022821Z #19 0.997 protobuf-3.17.3/cmake/protobuf-config.cmake.in 2024-08-20T22:04:52.2023073Z #19 0.997 protobuf-3.17.3/cmake/protobuf-lite.pc.cmake 2024-08-20T22:04:52.2023335Z #19 0.997 protobuf-3.17.3/cmake/protobuf-options.cmake 2024-08-20T22:04:52.2023591Z #19 0.997 protobuf-3.17.3/cmake/extract_includes.bat.in 2024-08-20T22:04:52.2023814Z #19 0.997 protobuf-3.17.3/cmake/protobuf.pc.cmake 2024-08-20T22:04:52.2024037Z #19 0.997 protobuf-3.17.3/protobuf-lite.pc.in 2024-08-20T22:04:52.2024199Z #19 0.997 protobuf-3.17.3/configure 2024-08-20T22:04:52.2024353Z #19 1.000 protobuf-3.17.3/m4/ 2024-08-20T22:04:52.2024556Z #19 1.000 protobuf-3.17.3/m4/ax_pthread.m4 2024-08-20T22:04:52.2024741Z #19 1.001 protobuf-3.17.3/m4/ltoptions.m4 2024-08-20T22:04:52.2024977Z #19 1.001 protobuf-3.17.3/m4/ac_system_extensions.m4 2024-08-20T22:04:52.2025225Z #19 1.001 protobuf-3.17.3/m4/ax_prog_cc_for_build.m4 2024-08-20T22:04:52.2025399Z #19 1.001 protobuf-3.17.3/m4/ltsugar.m4 2024-08-20T22:04:52.2025678Z #19 1.001 protobuf-3.17.3/m4/acx_check_suncc.m4 2024-08-20T22:04:52.2025864Z #19 1.001 protobuf-3.17.3/m4/ltversion.m4 2024-08-20T22:04:52.2026104Z #19 1.001 protobuf-3.17.3/m4/ax_cxx_compile_stdcxx.m4 2024-08-20T22:04:52.2026291Z #19 1.001 protobuf-3.17.3/m4/stl_hash.m4 2024-08-20T22:04:52.2026530Z #19 1.001 protobuf-3.17.3/m4/ax_prog_cxx_for_build.m4 2024-08-20T22:04:52.2026702Z #19 1.001 protobuf-3.17.3/m4/libtool.m4 2024-08-20T22:04:52.2027017Z #19 1.002 protobuf-3.17.3/m4/lt~obsolete.m4 2024-08-20T22:04:52.2027171Z #19 1.003 protobuf-3.17.3/ar-lib 2024-08-20T22:04:52.2027360Z #19 1.003 protobuf-3.17.3/Protobuf.podspec 2024-08-20T22:04:52.2027532Z #19 1.003 protobuf-3.17.3/autogen.sh 2024-08-20T22:04:52.2027697Z #19 1.003 protobuf-3.17.3/CHANGES.txt 2024-08-20T22:04:52.2027848Z #19 1.003 protobuf-3.17.3/java/ 2024-08-20T22:04:52.2782367Z #19 1.003 protobuf-3.17.3/java/pom.xml 2024-08-20T22:04:52.2782556Z #19 1.003 protobuf-3.17.3/java/bom/ 2024-08-20T22:04:52.2782759Z #19 1.003 protobuf-3.17.3/java/bom/pom.xml 2024-08-20T22:04:52.2782989Z #19 1.003 protobuf-3.17.3/java/BUILD 2024-08-20T22:04:52.2783176Z #19 1.003 protobuf-3.17.3/java/internal/ 2024-08-20T22:04:52.2783435Z #19 1.003 protobuf-3.17.3/java/internal/testing.bzl 2024-08-20T22:04:52.2783649Z #19 1.004 protobuf-3.17.3/java/internal/BUILD 2024-08-20T22:04:52.2783846Z #19 1.004 protobuf-3.17.3/java/kotlin-lite/ 2024-08-20T22:04:52.2784092Z #19 1.004 protobuf-3.17.3/java/kotlin-lite/pom.xml 2024-08-20T22:04:52.2784317Z #19 1.004 protobuf-3.17.3/java/kotlin-lite/src/ 2024-08-20T22:04:52.2784559Z #19 1.004 protobuf-3.17.3/java/kotlin-lite/src/test/ 2024-08-20T22:04:52.2784858Z #19 1.004 protobuf-3.17.3/java/kotlin-lite/src/test/kotlin/ 2024-08-20T22:04:52.2785166Z #19 1.004 protobuf-3.17.3/java/kotlin-lite/src/test/kotlin/com/ 2024-08-20T22:04:52.2785532Z #19 1.004 protobuf-3.17.3/java/kotlin-lite/src/test/kotlin/com/google/ 2024-08-20T22:04:52.2785941Z #19 1.004 protobuf-3.17.3/java/kotlin-lite/src/test/kotlin/com/google/protobuf/ 2024-08-20T22:04:52.2786508Z #19 1.004 protobuf-3.17.3/java/kotlin-lite/src/test/kotlin/com/google/protobuf/Proto2LiteTest.kt 2024-08-20T22:04:52.2787287Z #19 1.004 protobuf-3.17.3/java/kotlin-lite/src/test/kotlin/com/google/protobuf/ExtendableMessageLiteExtensionsTest.kt 2024-08-20T22:04:52.2787682Z #19 1.004 protobuf-3.17.3/java/kotlin-lite/generate-test-sources-build.xml 2024-08-20T22:04:52.2787914Z #19 1.004 protobuf-3.17.3/java/kotlin-lite/lite.awk 2024-08-20T22:04:52.2788513Z #19 1.004 protobuf-3.17.3/java/kotlin-lite/process-lite-sources-build.xml 2024-08-20T22:04:52.2788869Z #19 1.004 protobuf-3.17.3/java/kotlin-lite/generate-sources-build.xml 2024-08-20T22:04:52.2789054Z #19 1.004 protobuf-3.17.3/java/kotlin/ 2024-08-20T22:04:52.2789260Z #19 1.004 protobuf-3.17.3/java/kotlin/pom.xml 2024-08-20T22:04:52.2789447Z #19 1.004 protobuf-3.17.3/java/kotlin/src/ 2024-08-20T22:04:52.2789673Z #19 1.004 protobuf-3.17.3/java/kotlin/src/test/ 2024-08-20T22:04:52.2789915Z #19 1.004 protobuf-3.17.3/java/kotlin/src/test/proto/ 2024-08-20T22:04:52.2790186Z #19 1.004 protobuf-3.17.3/java/kotlin/src/test/proto/com/ 2024-08-20T22:04:52.2790510Z #19 1.004 protobuf-3.17.3/java/kotlin/src/test/proto/com/google/ 2024-08-20T22:04:52.2790877Z #19 1.004 protobuf-3.17.3/java/kotlin/src/test/proto/com/google/protobuf/ 2024-08-20T22:04:52.2791516Z #19 1.004 protobuf-3.17.3/java/kotlin/src/test/proto/com/google/protobuf/example_extensible_message.proto 2024-08-20T22:04:52.2792132Z #19 1.004 protobuf-3.17.3/java/kotlin/src/test/proto/com/google/protobuf/multiple_files_proto3.proto 2024-08-20T22:04:52.2792700Z #19 1.004 protobuf-3.17.3/java/kotlin/src/test/proto/com/google/protobuf/evil_names_proto2.proto 2024-08-20T22:04:52.2793274Z #19 1.004 protobuf-3.17.3/java/kotlin/src/test/proto/com/google/protobuf/evil_names_proto3.proto 2024-08-20T22:04:52.2793520Z #19 1.004 protobuf-3.17.3/java/kotlin/src/test/kotlin/ 2024-08-20T22:04:52.2793787Z #19 1.004 protobuf-3.17.3/java/kotlin/src/test/kotlin/com/ 2024-08-20T22:04:52.2794204Z #19 1.004 protobuf-3.17.3/java/kotlin/src/test/kotlin/com/google/ 2024-08-20T22:04:52.2794588Z #19 1.004 protobuf-3.17.3/java/kotlin/src/test/kotlin/com/google/protobuf/ 2024-08-20T22:04:52.2795144Z #19 1.004 protobuf-3.17.3/java/kotlin/src/test/kotlin/com/google/protobuf/ExtensionListTest.kt 2024-08-20T22:04:52.2795643Z #19 1.004 protobuf-3.17.3/java/kotlin/src/test/kotlin/com/google/protobuf/DslMapTest.kt 2024-08-20T22:04:52.2796132Z #19 1.004 protobuf-3.17.3/java/kotlin/src/test/kotlin/com/google/protobuf/DslListTest.kt 2024-08-20T22:04:52.2796632Z #19 1.005 protobuf-3.17.3/java/kotlin/src/test/kotlin/com/google/protobuf/Proto2Test.kt 2024-08-20T22:04:52.2797320Z #19 1.005 protobuf-3.17.3/java/kotlin/src/test/kotlin/com/google/protobuf/ExtendableMessageExtensionsTest.kt 2024-08-20T22:04:52.2797803Z #19 1.005 protobuf-3.17.3/java/kotlin/src/test/kotlin/com/google/protobuf/Proto3Test.kt 2024-08-20T22:04:52.2798028Z #19 1.005 protobuf-3.17.3/java/kotlin/src/main/ 2024-08-20T22:04:52.2798271Z #19 1.005 protobuf-3.17.3/java/kotlin/src/main/kotlin/ 2024-08-20T22:04:52.2798544Z #19 1.005 protobuf-3.17.3/java/kotlin/src/main/kotlin/com/ 2024-08-20T22:04:52.2798871Z #19 1.005 protobuf-3.17.3/java/kotlin/src/main/kotlin/com/google/ 2024-08-20T22:04:52.2799250Z #19 1.005 protobuf-3.17.3/java/kotlin/src/main/kotlin/com/google/protobuf/ 2024-08-20T22:04:52.2799859Z #19 1.005 protobuf-3.17.3/java/kotlin/src/main/kotlin/com/google/protobuf/DslList.kt 2024-08-20T22:04:52.2800342Z #19 1.005 protobuf-3.17.3/java/kotlin/src/main/kotlin/com/google/protobuf/DslProxy.kt 2024-08-20T22:04:52.2800803Z #19 1.005 protobuf-3.17.3/java/kotlin/src/main/kotlin/com/google/protobuf/DslMap.kt 2024-08-20T22:04:52.2801457Z #19 1.005 protobuf-3.17.3/java/kotlin/src/main/kotlin/com/google/protobuf/ExtendableMessageExtensions.kt 2024-08-20T22:04:52.2802140Z #19 1.005 protobuf-3.17.3/java/kotlin/src/main/kotlin/com/google/protobuf/ExtendableMessageLiteExtensions.kt 2024-08-20T22:04:52.2802747Z #19 1.005 protobuf-3.17.3/java/kotlin/src/main/kotlin/com/google/protobuf/UnmodifiableCollections.kt 2024-08-20T22:04:52.2803275Z #19 1.005 protobuf-3.17.3/java/kotlin/src/main/kotlin/com/google/protobuf/ExtensionList.kt 2024-08-20T22:04:52.2803801Z #19 1.005 protobuf-3.17.3/java/kotlin/src/main/kotlin/com/google/protobuf/ProtoDslMarker.kt 2024-08-20T22:04:52.2804484Z #19 1.005 protobuf-3.17.3/java/kotlin/src/main/kotlin/com/google/protobuf/OnlyForUseByGeneratedProtoCode.kt 2024-08-20T22:04:52.2804842Z #19 1.005 protobuf-3.17.3/java/kotlin/generate-test-sources-build.xml 2024-08-20T22:04:52.2805223Z #19 1.005 protobuf-3.17.3/java/kotlin/generate-sources-build.xml 2024-08-20T22:04:52.2805401Z #19 1.005 protobuf-3.17.3/java/core/ 2024-08-20T22:04:52.2805594Z #19 1.005 protobuf-3.17.3/java/core/pom.xml 2024-08-20T22:04:52.2805773Z #19 1.005 protobuf-3.17.3/java/core/src/ 2024-08-20T22:04:52.2805986Z #19 1.005 protobuf-3.17.3/java/core/src/test/ 2024-08-20T22:04:52.2806214Z #19 1.005 protobuf-3.17.3/java/core/src/test/proto/ 2024-08-20T22:04:52.2806466Z #19 1.005 protobuf-3.17.3/java/core/src/test/proto/com/ 2024-08-20T22:04:52.2806778Z #19 1.005 protobuf-3.17.3/java/core/src/test/proto/com/google/ 2024-08-20T22:04:52.2807136Z #19 1.005 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/ 2024-08-20T22:04:52.2807754Z #19 1.005 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/proto2_unknown_enum_values.proto 2024-08-20T22:04:52.2808331Z #19 1.005 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/test_custom_options.proto 2024-08-20T22:04:52.2808923Z #19 1.005 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/cached_field_size_test.proto 2024-08-20T22:04:52.2809445Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/wrappers_test.proto 2024-08-20T22:04:52.2810005Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/map_for_proto2_test.proto 2024-08-20T22:04:52.2810664Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/message_lite_extension_util_test.proto 2024-08-20T22:04:52.2811323Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/outer_class_name_test2.proto 2024-08-20T22:04:52.2811892Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/proto2_message_lite.proto 2024-08-20T22:04:52.2812429Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/proto3_message.proto 2024-08-20T22:04:52.2812962Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/test_check_utf8.proto 2024-08-20T22:04:52.2813541Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/test_bad_identifiers.proto 2024-08-20T22:04:52.2814206Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/packed_field_test.proto 2024-08-20T22:04:52.2814796Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/outer_class_name_test.proto 2024-08-20T22:04:52.2815418Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/non_nested_extension.proto 2024-08-20T22:04:52.2816002Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/multiple_files_test.proto 2024-08-20T22:04:52.2816597Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/map_for_proto2_lite_test.proto 2024-08-20T22:04:52.2817175Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/field_presence_test.proto 2024-08-20T22:04:52.2817705Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/deprecated_file.proto 2024-08-20T22:04:52.2818293Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/nested_extension_lite.proto 2024-08-20T22:04:52.2818875Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/nested_builders_test.proto 2024-08-20T22:04:52.2819441Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/proto3_message_lite.proto 2024-08-20T22:04:52.2819910Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/map_test.proto 2024-08-20T22:04:52.2820443Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/map_lite_test.proto 2024-08-20T22:04:52.2821086Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/map_initialization_order_test.proto 2024-08-20T22:04:52.2821682Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/outer_class_name_test3.proto 2024-08-20T22:04:52.2822147Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/any_test.proto 2024-08-20T22:04:52.2822687Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/nested_extension.proto 2024-08-20T22:04:52.2823364Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/non_nested_extension_lite.proto 2024-08-20T22:04:52.2823931Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/lite_equals_and_hash.proto 2024-08-20T22:04:52.2824456Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/proto2_message.proto 2024-08-20T22:04:52.2825000Z #19 1.006 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/lazy_fields_lite.proto 2024-08-20T22:04:52.2825577Z #19 1.007 protobuf-3.17.3/java/core/src/test/proto/com/google/protobuf/test_check_utf8_size.proto 2024-08-20T22:04:52.2825812Z #19 1.007 protobuf-3.17.3/java/core/src/test/java/ 2024-08-20T22:04:52.2826057Z #19 1.007 protobuf-3.17.3/java/core/src/test/java/com/ 2024-08-20T22:04:52.2826345Z #19 1.007 protobuf-3.17.3/java/core/src/test/java/com/google/ 2024-08-20T22:04:52.2826710Z #19 1.007 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/ 2024-08-20T22:04:52.2827284Z #19 1.007 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/GeneratedMessageTest.java 2024-08-20T22:04:52.2827822Z #19 1.007 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/LongArrayListTest.java 2024-08-20T22:04:52.2828317Z #19 1.007 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/MapLiteTest.java 2024-08-20T22:04:52.2828781Z #19 1.007 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/Utf8Utils.java 2024-08-20T22:04:52.2829364Z #19 1.007 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/PackedFieldTest.java 2024-08-20T22:04:52.2829934Z #19 1.007 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/CodedInputStreamTest.java 2024-08-20T22:04:52.2830481Z #19 1.007 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/DynamicMessageTest.java 2024-08-20T22:04:52.2831117Z #19 1.007 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/TestSchemas.java 2024-08-20T22:04:52.2831664Z #19 1.007 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/NioByteStringTest.java 2024-08-20T22:04:52.2832310Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/ExperimentalTestDataProvider.java 2024-08-20T22:04:52.2832875Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/AbstractSchemaTest.java 2024-08-20T22:04:52.2833352Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/ServiceTest.java 2024-08-20T22:04:52.2833930Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/Proto3MessageFactory.java 2024-08-20T22:04:52.2834509Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/LiteralByteStringTest.java 2024-08-20T22:04:52.2835072Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/UnknownEnumValueTest.java 2024-08-20T22:04:52.2835600Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/CheckUtf8Test.java 2024-08-20T22:04:52.2836156Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/IsValidUtf8TestUtil.java 2024-08-20T22:04:52.2836715Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/CachedFieldSizeTest.java 2024-08-20T22:04:52.2837362Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/TextFormatParseInfoTreeTest.java 2024-08-20T22:04:52.2837872Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/ParserLiteTest.java 2024-08-20T22:04:52.2838416Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/MapForProto2Test.java 2024-08-20T22:04:52.2838977Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/ParseExceptionsTest.java 2024-08-20T22:04:52.2839604Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/Proto2UnknownEnumValueTest.java 2024-08-20T22:04:52.2840211Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/TestBadIdentifiersLite.java 2024-08-20T22:04:52.2840788Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/BoundedByteStringTest.java 2024-08-20T22:04:52.2841561Z #19 1.008 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/Proto2ExtensionLookupSchemaTest.java 2024-08-20T22:04:52.2842101Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/Proto3SchemaTest.java 2024-08-20T22:04:52.2842666Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/BooleanArrayListTest.java 2024-08-20T22:04:52.2843290Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/DiscardUnknownFieldsTest.java 2024-08-20T22:04:52.2843844Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/BinaryProtocolTest.java 2024-08-20T22:04:52.2844387Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/RopeByteStringTest.java 2024-08-20T22:04:52.2844927Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/CodedAdapterTest.java 2024-08-20T22:04:52.2845466Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/SmallSortedMapTest.java 2024-08-20T22:04:52.2845962Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/MessageTest.java 2024-08-20T22:04:52.2846571Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/ForceFieldBuildersPreRun.java 2024-08-20T22:04:52.2847017Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/AnyTest.java 2024-08-20T22:04:52.2847580Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/TestBadIdentifiers.java 2024-08-20T22:04:52.2848225Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/Proto3LiteSchemaTest.java 2024-08-20T22:04:52.2848789Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/Proto2LiteSchemaTest.java 2024-08-20T22:04:52.2849257Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/EnumTest.java 2024-08-20T22:04:52.2849705Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/MapTest.java 2024-08-20T22:04:52.2850326Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/SingleFieldBuilderV3Test.java 2024-08-20T22:04:52.2850789Z #19 1.009 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/TestUtil.java 2024-08-20T22:04:52.2851425Z #19 1.010 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/RopeByteStringSubstringTest.java 2024-08-20T22:04:52.2852017Z #19 1.010 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/CodedOutputStreamTest.java 2024-08-20T22:04:52.2852644Z #19 1.010 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/RepeatedFieldBuilderV3Test.java 2024-08-20T22:04:52.2853228Z #19 1.010 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/ProtobufArrayListTest.java 2024-08-20T22:04:52.2853753Z #19 1.010 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/DecodeUtf8Test.java 2024-08-20T22:04:52.2854338Z #19 1.010 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/TextFormatTest.java 2024-08-20T22:04:52.2855030Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/UnmodifiableLazyStringListTest.java 2024-08-20T22:04:52.2855598Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/DeprecatedFieldTest.java 2024-08-20T22:04:52.2856256Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/ExperimentalSerializationUtil.java 2024-08-20T22:04:52.2856759Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/TestUtilLite.java 2024-08-20T22:04:52.2857291Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/Proto2SchemaTest.java 2024-08-20T22:04:52.2857902Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/AbstractProto3SchemaTest.java 2024-08-20T22:04:52.2858606Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/TypeRegistryTest.java 2024-08-20T22:04:52.2859252Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/AbstractProto2SchemaTest.java 2024-08-20T22:04:52.2859955Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/ExperimentalMessageFactory.java 2024-08-20T22:04:52.2860696Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/AbstractProto2LiteSchemaTest.java 2024-08-20T22:04:52.2861336Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/WireFormatLiteTest.java 2024-08-20T22:04:52.2861966Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/ByteBufferWriterTest.java 2024-08-20T22:04:52.2862590Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/NestedBuildersTest.java 2024-08-20T22:04:52.2863199Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/IntArrayListTest.java 2024-08-20T22:04:52.2863813Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/LiteEqualsAndHashTest.java 2024-08-20T22:04:52.2872883Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/WireFormatTest.java 2024-08-20T22:04:52.2873603Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/AbstractMessageTest.java 2024-08-20T22:04:52.2874248Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/WrappersLiteOfMethodTest.java 2024-08-20T22:04:52.2874789Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/DescriptorsTest.java 2024-08-20T22:04:52.2875405Z #19 1.011 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/Proto2MessageInfoFactory.java 2024-08-20T22:04:52.2875991Z #19 1.012 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/WrappersOfMethodTest.java 2024-08-20T22:04:52.2876653Z #19 1.012 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/ArrayDecodersTest.java 2024-08-20T22:04:52.2877228Z #19 1.012 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/Proto2MessageFactory.java 2024-08-20T22:04:52.2877745Z #19 1.012 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/LazyFieldTest.java 2024-08-20T22:04:52.2878461Z #19 1.012 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/Proto3MessageLiteFactory.java 2024-08-20T22:04:52.2878974Z #19 1.012 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/IsValidUtf8Test.java 2024-08-20T22:04:52.2879803Z #19 1.012 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/AbstractProto3LiteSchemaTest.java 2024-08-20T22:04:52.2880375Z #19 1.012 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/MapForProto2LiteTest.java 2024-08-20T22:04:52.2880935Z #19 1.012 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/FieldPresenceTest.java 2024-08-20T22:04:52.2881492Z #19 1.012 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/FloatArrayListTest.java 2024-08-20T22:04:52.2882051Z #19 1.012 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/LazyMessageLiteTest.java 2024-08-20T22:04:52.2882670Z #19 1.012 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/Proto2MessageLiteFactory.java 2024-08-20T22:04:52.2883317Z #19 1.013 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/ExtensionRegistryFactoryTest.java 2024-08-20T22:04:52.2883837Z #19 1.013 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/ByteStringTest.java 2024-08-20T22:04:52.2884412Z #19 1.013 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/DoubleArrayListTest.java 2024-08-20T22:04:52.2885018Z #19 1.013 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/Proto3MessageInfoFactory.java 2024-08-20T22:04:52.2885571Z #19 1.013 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/LazyFieldLiteTest.java 2024-08-20T22:04:52.2886172Z #19 1.013 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/LazyStringArrayListTest.java 2024-08-20T22:04:52.2886639Z #19 1.013 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/Utf8Test.java 2024-08-20T22:04:52.2887213Z #19 1.013 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/WellKnownTypesTest.java 2024-08-20T22:04:52.2887854Z #19 1.013 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/TextFormatParseLocationTest.java 2024-08-20T22:04:52.2888594Z #19 1.013 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/Proto3MessageLiteInfoFactory.java 2024-08-20T22:04:52.2889398Z #19 1.013 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/UnknownFieldSetTest.java 2024-08-20T22:04:52.2890040Z #19 1.013 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/LazyStringEndToEndTest.java 2024-08-20T22:04:52.2890526Z #19 1.013 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/ParserTest.java 2024-08-20T22:04:52.2891048Z #19 1.014 protobuf-3.17.3/java/core/src/test/java/com/google/protobuf/TestSchemasLite.java 2024-08-20T22:04:52.2891258Z #19 1.014 protobuf-3.17.3/java/core/src/main/ 2024-08-20T22:04:52.2891499Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/ 2024-08-20T22:04:52.2891746Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/com/ 2024-08-20T22:04:52.2892039Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/com/google/ 2024-08-20T22:04:52.2892407Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ 2024-08-20T22:04:52.2892932Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/DoubleArrayList.java 2024-08-20T22:04:52.2893493Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/CodedOutputStream.java 2024-08-20T22:04:52.2894201Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/CodedInputStreamReader.java 2024-08-20T22:04:52.2894730Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ExperimentalApi.java 2024-08-20T22:04:52.2895259Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MapFieldSchema.java 2024-08-20T22:04:52.2895977Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/UninitializedMessageException.java 2024-08-20T22:04:52.2896656Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/InvalidProtocolBufferException.java 2024-08-20T22:04:52.2897149Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MessageInfo.java 2024-08-20T22:04:52.2897703Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/NewInstanceSchemas.java 2024-08-20T22:04:52.2898262Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ExtensionRegistry.java 2024-08-20T22:04:52.2898795Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ServiceException.java 2024-08-20T22:04:52.2899371Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ManifestSchemaFactory.java 2024-08-20T22:04:52.2900031Z #19 1.014 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/DescriptorMessageInfoFactory.java 2024-08-20T22:04:52.2900637Z #19 1.015 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/TextFormatParseLocation.java 2024-08-20T22:04:52.2901059Z #19 1.015 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/Utf8.java 2024-08-20T22:04:52.2901539Z #19 1.015 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/OneofInfo.java 2024-08-20T22:04:52.2902069Z #19 1.015 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/BooleanArrayList.java 2024-08-20T22:04:52.2902734Z #19 1.015 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/PrimitiveNonBoxingCollection.java 2024-08-20T22:04:52.2903297Z #19 1.015 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLite.java 2024-08-20T22:04:52.2903814Z #19 1.015 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/BufferAllocator.java 2024-08-20T22:04:52.2904326Z #19 1.015 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MessageSchema.java 2024-08-20T22:04:52.2904988Z #19 1.016 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/IterableByteBufferInputStream.java 2024-08-20T22:04:52.2905449Z #19 1.016 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/Protobuf.java 2024-08-20T22:04:52.2905992Z #19 1.016 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/GeneratedMessage.java 2024-08-20T22:04:52.2906432Z #19 1.016 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/Parser.java 2024-08-20T22:04:52.2906945Z #19 1.016 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ProtobufLists.java 2024-08-20T22:04:52.2907435Z #19 1.016 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/Schema.java 2024-08-20T22:04:52.2907943Z #19 1.016 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/RawMessageInfo.java 2024-08-20T22:04:52.2908524Z #19 1.017 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilder.java 2024-08-20T22:04:52.2909052Z #19 1.017 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MessageSetSchema.java 2024-08-20T22:04:52.2909696Z #19 1.017 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/GeneratedMessageInfoFactory.java 2024-08-20T22:04:52.2910260Z #19 1.017 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/UnknownFieldSchema.java 2024-08-20T22:04:52.2910798Z #19 1.017 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MessageReflection.java 2024-08-20T22:04:52.2911314Z #19 1.017 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ExtensionLite.java 2024-08-20T22:04:52.2911852Z #19 1.017 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ByteBufferWriter.java 2024-08-20T22:04:52.2912402Z #19 1.017 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MessageInfoFactory.java 2024-08-20T22:04:52.2912920Z #19 1.017 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/FloatArrayList.java 2024-08-20T22:04:52.2913485Z #19 1.017 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/GeneratedMessageLite.java 2024-08-20T22:04:52.2914053Z #19 1.017 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/BlockingService.java 2024-08-20T22:04:52.2914559Z #19 1.017 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/BinaryReader.java 2024-08-20T22:04:52.2915032Z #19 1.018 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ByteString.java 2024-08-20T22:04:52.2915516Z #19 1.018 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/FieldInfo.java 2024-08-20T22:04:52.2916016Z #19 1.018 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/SchemaFactory.java 2024-08-20T22:04:52.2916542Z #19 1.018 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/AllocatedBuffer.java 2024-08-20T22:04:52.2917025Z #19 1.018 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ByteOutput.java 2024-08-20T22:04:52.2917533Z #19 1.018 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/AbstractParser.java 2024-08-20T22:04:52.2918020Z #19 1.018 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/BinaryWriter.java 2024-08-20T22:04:52.2918596Z #19 1.018 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ExtensionSchemaFull.java 2024-08-20T22:04:52.2919235Z #19 1.018 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/TextFormatEscaper.java 2024-08-20T22:04:52.2919975Z #19 1.019 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/UnsafeByteOperations.java 2024-08-20T22:04:52.2920552Z #19 1.019 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ExtensionRegistryLite.java 2024-08-20T22:04:52.2921119Z #19 1.019 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ProtocolMessageEnum.java 2024-08-20T22:04:52.2921707Z #19 1.019 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/NewInstanceSchemaLite.java 2024-08-20T22:04:52.2922189Z #19 1.019 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/Descriptors.java 2024-08-20T22:04:52.2922719Z #19 1.019 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MutabilityOracle.java 2024-08-20T22:04:52.2923240Z #19 1.019 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/NioByteString.java 2024-08-20T22:04:52.2923831Z #19 1.019 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/RepeatedFieldBuilderV3.java 2024-08-20T22:04:52.2924394Z #19 1.019 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MapFieldSchemaFull.java 2024-08-20T22:04:52.2924911Z #19 1.019 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/AbstractMessage.java 2024-08-20T22:04:52.2925356Z #19 1.019 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/Service.java 2024-08-20T22:04:52.2925997Z #19 1.019 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/StructuralMessageInfo.java 2024-08-20T22:04:52.2926566Z #19 1.019 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MessageLiteOrBuilder.java 2024-08-20T22:04:52.2927047Z #19 1.019 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ProtoSyntax.java 2024-08-20T22:04:52.2927585Z #19 1.019 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ExtensionSchemas.java 2024-08-20T22:04:52.2928057Z #19 1.020 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/FieldType.java 2024-08-20T22:04:52.2928615Z #19 1.020 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/GeneratedMessageV3.java 2024-08-20T22:04:52.2929106Z #19 1.020 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MapFieldLite.java 2024-08-20T22:04:52.2929656Z #19 1.020 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/BlockingRpcChannel.java 2024-08-20T22:04:52.2930179Z #19 1.020 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/LazyStringList.java 2024-08-20T22:04:52.2930832Z #19 1.020 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/DynamicMessage.java 2024-08-20T22:04:52.2931443Z #19 1.020 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/CodedOutputStreamWriter.java 2024-08-20T22:04:52.2931934Z #19 1.020 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/WireFormat.java 2024-08-20T22:04:52.2932547Z #19 1.020 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/UnknownFieldSet.java 2024-08-20T22:04:52.2933192Z #19 1.020 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/DiscardUnknownFieldsParser.java 2024-08-20T22:04:52.2933684Z #19 1.021 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/TypeRegistry.java 2024-08-20T22:04:52.2934299Z #19 1.021 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ProtocolStringList.java 2024-08-20T22:04:52.2934775Z #19 1.021 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MapField.java 2024-08-20T22:04:52.2935342Z #19 1.021 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/LazyStringArrayList.java 2024-08-20T22:04:52.2935792Z #19 1.021 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/Writer.java 2024-08-20T22:04:52.2936371Z #19 1.021 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/NewInstanceSchemaFull.java 2024-08-20T22:04:52.2936871Z #19 1.021 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/LongArrayList.java 2024-08-20T22:04:52.2937411Z #19 1.021 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ExtensionSchema.java 2024-08-20T22:04:52.2937870Z #19 1.021 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MapEntry.java 2024-08-20T22:04:52.2938426Z #19 1.021 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ExtensionSchemaLite.java 2024-08-20T22:04:52.2938996Z #19 1.021 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/AbstractMessageLite.java 2024-08-20T22:04:52.2939496Z #19 1.021 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ArrayDecoders.java 2024-08-20T22:04:52.2940061Z #19 1.021 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/SingleFieldBuilder.java 2024-08-20T22:04:52.2940691Z #19 1.021 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/UnmodifiableLazyStringList.java 2024-08-20T22:04:52.2941198Z #19 1.021 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/SmallSortedMap.java 2024-08-20T22:04:52.2941743Z #19 1.021 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/CodedInputStream.java 2024-08-20T22:04:52.2942283Z #19 1.022 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ProtobufArrayList.java 2024-08-20T22:04:52.2942727Z #19 1.022 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/RpcUtil.java 2024-08-20T22:04:52.2943290Z #19 1.022 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MapFieldSchemaLite.java 2024-08-20T22:04:52.2943847Z #19 1.022 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MessageLiteToString.java 2024-08-20T22:04:52.2944550Z #19 1.022 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/TextFormatParseInfoTree.java 2024-08-20T22:04:52.2944991Z #19 1.022 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/Reader.java 2024-08-20T22:04:52.2945496Z #19 1.022 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/LazyFieldLite.java 2024-08-20T22:04:52.2946087Z #19 1.022 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/UnknownFieldSetSchema.java 2024-08-20T22:04:52.2946557Z #19 1.022 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/Extension.java 2024-08-20T22:04:52.2947179Z #19 1.022 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/UnknownFieldSetLiteSchema.java 2024-08-20T22:04:52.2947681Z #19 1.022 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MapEntryLite.java 2024-08-20T22:04:52.2948220Z #19 1.022 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/NewInstanceSchema.java 2024-08-20T22:04:52.2948715Z #19 1.022 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/UnsafeUtil.java 2024-08-20T22:04:52.2949243Z #19 1.023 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MessageOrBuilder.java 2024-08-20T22:04:52.2949700Z #19 1.023 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/Internal.java 2024-08-20T22:04:52.2950181Z #19 1.023 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/TextFormat.java 2024-08-20T22:04:52.2950628Z #19 1.023 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/Message.java 2024-08-20T22:04:52.2951127Z #19 1.023 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/Android.java 2024-08-20T22:04:52.2951612Z #19 1.023 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/LazyField.java 2024-08-20T22:04:52.2952085Z #19 1.023 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/RpcChannel.java 2024-08-20T22:04:52.2952665Z #19 1.023 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/AbstractProtobufList.java 2024-08-20T22:04:52.2953134Z #19 1.023 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/JavaType.java 2024-08-20T22:04:52.2953607Z #19 1.023 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/SchemaUtil.java 2024-08-20T22:04:52.2954126Z #19 1.023 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/RopeByteString.java 2024-08-20T22:04:52.2954732Z #19 1.024 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ExtensionRegistryFactory.java 2024-08-20T22:04:52.2955255Z #19 1.024 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/ListFieldSchema.java 2024-08-20T22:04:52.2955747Z #19 1.024 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MessageLite.java 2024-08-20T22:04:52.2956248Z #19 1.024 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/RpcController.java 2024-08-20T22:04:52.2956828Z #19 1.024 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/SingleFieldBuilderV3.java 2024-08-20T22:04:52.2957350Z #19 1.024 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/MapFieldSchemas.java 2024-08-20T22:04:52.2957841Z #19 1.024 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/IntArrayList.java 2024-08-20T22:04:52.2958314Z #19 1.024 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/FieldSet.java 2024-08-20T22:04:52.2958796Z #19 1.024 protobuf-3.17.3/java/core/src/main/java/com/google/protobuf/RpcCallback.java 2024-08-20T22:04:52.2958981Z #19 1.024 protobuf-3.17.3/java/core/BUILD 2024-08-20T22:04:52.2959343Z #19 1.024 protobuf-3.17.3/java/core/generate-test-sources-build.xml 2024-08-20T22:04:52.2959652Z #19 1.024 protobuf-3.17.3/java/core/generate-sources-build.xml 2024-08-20T22:04:52.2959819Z #19 1.024 protobuf-3.17.3/java/lite/ 2024-08-20T22:04:52.2960023Z #19 1.024 protobuf-3.17.3/java/lite/pom.xml 2024-08-20T22:04:52.2960203Z #19 1.024 protobuf-3.17.3/java/lite/src/ 2024-08-20T22:04:52.2960418Z #19 1.024 protobuf-3.17.3/java/lite/src/test/ 2024-08-20T22:04:52.2960681Z #19 1.024 protobuf-3.17.3/java/lite/src/test/java/ 2024-08-20T22:04:52.2960980Z #19 1.024 protobuf-3.17.3/java/lite/src/test/java/com/ 2024-08-20T22:04:52.2961281Z #19 1.024 protobuf-3.17.3/java/lite/src/test/java/com/google/ 2024-08-20T22:04:52.2961635Z #19 1.024 protobuf-3.17.3/java/lite/src/test/java/com/google/protobuf/ 2024-08-20T22:04:52.2962093Z #19 1.025 protobuf-3.17.3/java/lite/src/test/java/com/google/protobuf/LiteTest.java 2024-08-20T22:04:52.2962754Z #19 1.025 protobuf-3.17.3/java/lite/src/test/java/com/google/protobuf/Proto2MessageLiteInfoFactory.java 2024-08-20T22:04:52.2962946Z #19 1.025 protobuf-3.17.3/java/lite/BUILD 2024-08-20T22:04:52.2963291Z #19 1.025 protobuf-3.17.3/java/lite/generate-test-sources-build.xml 2024-08-20T22:04:52.2963506Z #19 1.025 protobuf-3.17.3/java/lite/lite.awk 2024-08-20T22:04:52.2963839Z #19 1.025 protobuf-3.17.3/java/lite/process-lite-sources-build.xml 2024-08-20T22:04:52.2964161Z #19 1.025 protobuf-3.17.3/java/lite/generate-sources-build.xml 2024-08-20T22:04:52.2964334Z #19 1.025 protobuf-3.17.3/java/util/ 2024-08-20T22:04:52.2964530Z #19 1.025 protobuf-3.17.3/java/util/pom.xml 2024-08-20T22:04:52.2964721Z #19 1.025 protobuf-3.17.3/java/util/src/ 2024-08-20T22:04:52.2964922Z #19 1.025 protobuf-3.17.3/java/util/src/test/ 2024-08-20T22:04:52.2965150Z #19 1.025 protobuf-3.17.3/java/util/src/test/proto/ 2024-08-20T22:04:52.2965412Z #19 1.025 protobuf-3.17.3/java/util/src/test/proto/com/ 2024-08-20T22:04:52.2965705Z #19 1.025 protobuf-3.17.3/java/util/src/test/proto/com/google/ 2024-08-20T22:04:52.2966114Z #19 1.025 protobuf-3.17.3/java/util/src/test/proto/com/google/protobuf/ 2024-08-20T22:04:52.2966636Z #19 1.025 protobuf-3.17.3/java/util/src/test/proto/com/google/protobuf/util/ 2024-08-20T22:04:52.2967152Z #19 1.025 protobuf-3.17.3/java/util/src/test/proto/com/google/protobuf/util/json_test.proto 2024-08-20T22:04:52.2967370Z #19 1.025 protobuf-3.17.3/java/util/src/test/java/ 2024-08-20T22:04:52.2967621Z #19 1.025 protobuf-3.17.3/java/util/src/test/java/com/ 2024-08-20T22:04:52.2967909Z #19 1.025 protobuf-3.17.3/java/util/src/test/java/com/google/ 2024-08-20T22:04:52.2968263Z #19 1.025 protobuf-3.17.3/java/util/src/test/java/com/google/protobuf/ 2024-08-20T22:04:52.2968640Z #19 1.026 protobuf-3.17.3/java/util/src/test/java/com/google/protobuf/util/ 2024-08-20T22:04:52.2969213Z #19 1.026 protobuf-3.17.3/java/util/src/test/java/com/google/protobuf/util/FieldMaskUtilTest.java 2024-08-20T22:04:52.2969726Z #19 1.026 protobuf-3.17.3/java/util/src/test/java/com/google/protobuf/util/ValuesTest.java 2024-08-20T22:04:52.2970300Z #19 1.026 protobuf-3.17.3/java/util/src/test/java/com/google/protobuf/util/FieldMaskTreeTest.java 2024-08-20T22:04:52.2970820Z #19 1.026 protobuf-3.17.3/java/util/src/test/java/com/google/protobuf/util/TimeUtilTest.java 2024-08-20T22:04:52.2971372Z #19 1.026 protobuf-3.17.3/java/util/src/test/java/com/google/protobuf/util/JsonFormatTest.java 2024-08-20T22:04:52.2971880Z #19 1.026 protobuf-3.17.3/java/util/src/test/java/com/google/protobuf/util/StructsTest.java 2024-08-20T22:04:52.2972092Z #19 1.026 protobuf-3.17.3/java/util/src/main/ 2024-08-20T22:04:52.2972308Z #19 1.026 protobuf-3.17.3/java/util/src/main/java/ 2024-08-20T22:04:52.2972542Z #19 1.026 protobuf-3.17.3/java/util/src/main/java/com/ 2024-08-20T22:04:52.2972836Z #19 1.026 protobuf-3.17.3/java/util/src/main/java/com/google/ 2024-08-20T22:04:52.2973181Z #19 1.026 protobuf-3.17.3/java/util/src/main/java/com/google/protobuf/ 2024-08-20T22:04:52.2973557Z #19 1.026 protobuf-3.17.3/java/util/src/main/java/com/google/protobuf/util/ 2024-08-20T22:04:52.2974141Z #19 1.026 protobuf-3.17.3/java/util/src/main/java/com/google/protobuf/util/Durations.java 2024-08-20T22:04:52.2974849Z #19 1.026 protobuf-3.17.3/java/util/src/main/java/com/google/protobuf/util/FieldMaskTree.java 2024-08-20T22:04:52.2975404Z #19 1.026 protobuf-3.17.3/java/util/src/main/java/com/google/protobuf/util/JsonFormat.java 2024-08-20T22:04:52.2975931Z #19 1.026 protobuf-3.17.3/java/util/src/main/java/com/google/protobuf/util/Timestamps.java 2024-08-20T22:04:52.2976492Z #19 1.027 protobuf-3.17.3/java/util/src/main/java/com/google/protobuf/util/TimeUtil.java 2024-08-20T22:04:52.2977046Z #19 1.027 protobuf-3.17.3/java/util/src/main/java/com/google/protobuf/util/FieldMaskUtil.java 2024-08-20T22:04:52.2977526Z #19 1.027 protobuf-3.17.3/java/util/src/main/java/com/google/protobuf/util/Values.java 2024-08-20T22:04:52.2978012Z #19 1.027 protobuf-3.17.3/java/util/src/main/java/com/google/protobuf/util/Structs.java 2024-08-20T22:04:52.2978210Z #19 1.027 protobuf-3.17.3/java/util/BUILD 2024-08-20T22:04:52.2978390Z #19 1.027 protobuf-3.17.3/java/README.md 2024-08-20T22:04:52.2978567Z #19 1.027 protobuf-3.17.3/java/lite.md 2024-08-20T22:04:52.2978774Z #19 1.027 protobuf-3.17.3/protobuf_deps.bzl 2024-08-20T22:04:52.2978933Z #19 1.027 protobuf-3.17.3/missing 2024-08-20T22:04:52.2979104Z #19 1.027 protobuf-3.17.3/Makefile.am 2024-08-20T22:04:52.2979291Z #19 1.027 protobuf-3.17.3/conformance/ 2024-08-20T22:04:52.2979642Z #19 1.027 protobuf-3.17.3/conformance/failure_list_python-post26.txt 2024-08-20T22:04:52.2979946Z #19 1.027 protobuf-3.17.3/conformance/failure_list_php_c.txt 2024-08-20T22:04:52.2980216Z #19 1.028 protobuf-3.17.3/conformance/conformance_php.php 2024-08-20T22:04:52.2980484Z #19 1.028 protobuf-3.17.3/conformance/conformance_test.cc 2024-08-20T22:04:52.2980776Z #19 1.028 protobuf-3.17.3/conformance/failure_list_ruby.txt 2024-08-20T22:04:52.2981093Z #19 1.028 protobuf-3.17.3/conformance/failure_list_python_cpp.txt 2024-08-20T22:04:52.2981354Z #19 1.028 protobuf-3.17.3/conformance/conformance.proto 2024-08-20T22:04:52.2981642Z #19 1.028 protobuf-3.17.3/conformance/third_party/ 2024-08-20T22:04:52.2981924Z #19 1.028 protobuf-3.17.3/conformance/third_party/jsoncpp/ 2024-08-20T22:04:52.2982272Z #19 1.028 protobuf-3.17.3/conformance/third_party/jsoncpp/jsoncpp.cpp 2024-08-20T22:04:52.2982599Z #19 1.029 protobuf-3.17.3/conformance/third_party/jsoncpp/json.h 2024-08-20T22:04:52.2982952Z #19 1.029 protobuf-3.17.3/conformance/binary_json_conformance_suite.cc 2024-08-20T22:04:52.2983232Z #19 1.029 protobuf-3.17.3/conformance/conformance_cpp.cc 2024-08-20T22:04:52.2983586Z #19 1.030 protobuf-3.17.3/conformance/text_format_conformance_suite.cc 2024-08-20T22:04:52.2983881Z #19 1.030 protobuf-3.17.3/conformance/failure_list_python.txt 2024-08-20T22:04:52.2984191Z #19 1.030 protobuf-3.17.3/conformance/failure_list_csharp.txt 2024-08-20T22:04:52.2984475Z #19 1.030 protobuf-3.17.3/conformance/conformance_python.py 2024-08-20T22:04:52.2984737Z #19 1.030 protobuf-3.17.3/conformance/conformance_test.h 2024-08-20T22:04:52.2985100Z #19 1.030 protobuf-3.17.3/conformance/binary_json_conformance_suite.h 2024-08-20T22:04:52.2985323Z #19 1.030 protobuf-3.17.3/conformance/Makefile.in 2024-08-20T22:04:52.2985583Z #19 1.030 protobuf-3.17.3/conformance/conformance_objc.m 2024-08-20T22:04:52.2985811Z #19 1.030 protobuf-3.17.3/conformance/README.md 2024-08-20T22:04:52.2986081Z #19 1.030 protobuf-3.17.3/conformance/conformance_ruby.rb 2024-08-20T22:04:52.2986394Z #19 1.030 protobuf-3.17.3/conformance/ConformanceJavaLite.java 2024-08-20T22:04:52.2986776Z #19 1.030 protobuf-3.17.3/conformance/failure_list_js.txt 2024-08-20T22:04:52.2987029Z #19 1.030 protobuf-3.17.3/conformance/failure_list_cpp.txt 2024-08-20T22:04:52.2987360Z #19 1.030 protobuf-3.17.3/conformance/text_format_conformance_suite.h 2024-08-20T22:04:52.2987618Z #19 1.030 protobuf-3.17.3/conformance/failure_list_java.txt 2024-08-20T22:04:52.2987876Z #19 1.030 protobuf-3.17.3/conformance/ConformanceJava.java 2024-08-20T22:04:52.2988142Z #19 1.030 protobuf-3.17.3/conformance/failure_list_objc.txt 2024-08-20T22:04:52.2988396Z #19 1.031 protobuf-3.17.3/conformance/failure_list_php.txt 2024-08-20T22:04:52.2988687Z #19 1.031 protobuf-3.17.3/conformance/conformance_test_runner.cc 2024-08-20T22:04:52.2988976Z #19 1.031 protobuf-3.17.3/conformance/conformance_test_main.cc 2024-08-20T22:04:52.2989185Z #19 1.031 protobuf-3.17.3/conformance/Makefile.am 2024-08-20T22:04:52.2989335Z #19 1.031 protobuf-3.17.3/editors/ 2024-08-20T22:04:52.2989557Z #19 1.031 protobuf-3.17.3/editors/protobuf-mode.el 2024-08-20T22:04:52.2989788Z #19 1.031 protobuf-3.17.3/editors/proto.vim 2024-08-20T22:04:52.2989986Z #19 1.031 protobuf-3.17.3/editors/README.txt 2024-08-20T22:04:52.2990078Z #19 1.031 ++ nproc 2024-08-20T22:04:52.2990171Z #19 1.032 + NPROC=46 2024-08-20T22:04:52.2990314Z #19 1.032 + pushd /usr/temp_pb_install_dir 2024-08-20T22:04:52.2990428Z #19 1.032 /usr/temp_pb_install_dir / 2024-08-20T22:04:52.2990520Z #19 1.032 + ./configure 2024-08-20T22:04:52.3804312Z #19 1.132 checking whether to enable maintainer-specific portions of Makefiles... yes 2024-08-20T22:04:52.3805252Z #19 1.141 checking build system type... x86_64-pc-linux-gnu 2024-08-20T22:04:52.3805945Z #19 1.185 checking host system type... x86_64-pc-linux-gnu 2024-08-20T22:04:52.3806605Z #19 1.185 checking target system type... x86_64-pc-linux-gnu 2024-08-20T22:04:52.3807358Z #19 1.185 checking for a BSD-compatible install... /usr/bin/install -c 2024-08-20T22:04:52.3808046Z #19 1.192 checking whether build environment is sane... yes 2024-08-20T22:04:52.3808769Z #19 1.200 checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 2024-08-20T22:04:52.3809328Z #19 1.202 checking for gawk... no 2024-08-20T22:04:52.3809716Z #19 1.203 checking for mawk... mawk 2024-08-20T22:04:52.3810153Z #19 1.203 checking whether make sets $(MAKE)... yes 2024-08-20T22:04:52.3810757Z #19 1.212 checking whether make supports nested variables... yes 2024-08-20T22:04:52.3811542Z #19 1.220 checking whether UID '0' is supported by ustar format... yes 2024-08-20T22:04:52.3812538Z #19 1.220 checking whether GID '0' is supported by ustar format... yes 2024-08-20T22:04:52.3813226Z #19 1.220 checking how to create a ustar tar archive... gnutar 2024-08-20T22:04:52.3814021Z #19 1.234 checking whether make supports nested variables... (cached) yes 2024-08-20T22:04:52.4933850Z #19 1.234 checking for gcc... gcc 2024-08-20T22:04:52.4934764Z #19 1.253 checking whether the C compiler works... yes 2024-08-20T22:04:52.4935402Z #19 1.285 checking for C compiler default output file name... a.out 2024-08-20T22:04:52.4936042Z #19 1.285 checking for suffix of executables... 2024-08-20T22:04:52.4936595Z #19 1.316 checking whether we are cross compiling... no 2024-08-20T22:04:52.5972703Z #19 1.348 checking for suffix of object files... o 2024-08-20T22:04:52.5973493Z #19 1.366 checking whether we are using the GNU C compiler... yes 2024-08-20T22:04:52.5974460Z #19 1.382 checking whether gcc accepts -g... yes 2024-08-20T22:04:52.5975080Z #19 1.400 checking for gcc option to accept ISO C89... none needed 2024-08-20T22:04:52.5975890Z #19 1.422 checking whether gcc understands -c and -o together... yes 2024-08-20T22:04:52.7168957Z #19 1.451 checking whether make supports the include directive... yes (GNU style) 2024-08-20T22:04:52.7169778Z #19 1.458 checking dependency style of gcc... gcc3 2024-08-20T22:04:52.7170247Z #19 1.487 checking for g++... g++ 2024-08-20T22:04:52.7170781Z #19 1.504 checking whether we are using the GNU C++ compiler... yes 2024-08-20T22:04:52.7171639Z #19 1.522 checking whether g++ accepts -g... yes 2024-08-20T22:04:52.7172145Z #19 1.540 checking dependency style of g++... gcc3 2024-08-20T22:04:52.8250010Z #19 1.571 checking how to run the C preprocessor... gcc -E 2024-08-20T22:04:52.8251023Z #19 1.606 checking for gcc... gcc 2024-08-20T22:04:52.8251729Z #19 1.624 checking whether we are using the GNU C compiler... (cached) yes 2024-08-20T22:04:52.8252480Z #19 1.624 checking whether gcc accepts -g... yes 2024-08-20T22:04:52.8253139Z #19 1.641 checking for gcc option to accept ISO C89... (cached) none needed 2024-08-20T22:04:52.8254159Z #19 1.642 checking whether gcc understands -c and -o together... (cached) yes 2024-08-20T22:04:52.8254874Z #19 1.642 checking dependency style of gcc... (cached) gcc3 2024-08-20T22:04:52.8255529Z #19 1.642 checking how to run the C preprocessor... gcc -E 2024-08-20T22:04:52.9381640Z #19 1.679 checking how to run the C++ preprocessor... g++ -E 2024-08-20T22:04:52.9382212Z #19 1.717 checking for g++... g++ 2024-08-20T22:04:52.9383000Z #19 1.735 checking whether we are using the GNU C++ compiler... (cached) yes 2024-08-20T22:04:52.9383765Z #19 1.735 checking whether g++ accepts -g... yes 2024-08-20T22:04:52.9384317Z #19 1.753 checking dependency style of g++... (cached) gcc3 2024-08-20T22:04:52.9384974Z #19 1.754 checking how to run the C++ preprocessor... g++ -E 2024-08-20T22:04:53.0411787Z #19 1.792 checking for grep that handles long lines and -e... /usr/bin/grep 2024-08-20T22:04:53.0412585Z #19 1.794 checking for egrep... /usr/bin/grep -E 2024-08-20T22:04:53.0413097Z #19 1.795 checking for ANSI C header files... yes 2024-08-20T22:04:53.1667320Z #19 1.897 checking for sys/types.h... yes 2024-08-20T22:04:53.1667883Z #19 1.928 checking for sys/stat.h... yes 2024-08-20T22:04:53.1668321Z #19 1.960 checking for stdlib.h... yes 2024-08-20T22:04:53.1668742Z #19 1.993 checking for string.h... yes 2024-08-20T22:04:53.2675432Z #19 2.026 checking for memory.h... yes 2024-08-20T22:04:53.2675959Z #19 2.060 checking for strings.h... yes 2024-08-20T22:04:53.2676566Z #19 2.094 checking for inttypes.h... yes 2024-08-20T22:04:53.3766058Z #19 2.127 checking for stdint.h... yes 2024-08-20T22:04:53.3766578Z #19 2.162 checking for unistd.h... yes 2024-08-20T22:04:53.3767063Z #19 2.196 checking minix/config.h usability... no 2024-08-20T22:04:53.3767588Z #19 2.220 checking minix/config.h presence... no 2024-08-20T22:04:53.3768061Z #19 2.230 checking for minix/config.h... no 2024-08-20T22:04:53.4845147Z #19 2.231 checking whether it is safe to define __EXTENSIONS__... yes 2024-08-20T22:04:53.4845881Z #19 2.265 checking for ar... ar 2024-08-20T22:04:53.4846573Z #19 2.266 checking the archiver (ar) interface... ar 2024-08-20T22:04:53.4847080Z #19 2.283 checking for gcc... gcc 2024-08-20T22:04:53.4847651Z #19 2.301 checking whether we are using the GNU Objective C compiler... no 2024-08-20T22:04:53.4848530Z #19 2.310 checking whether gcc accepts -g... no 2024-08-20T22:04:53.5855927Z #19 2.338 checking dependency style of gcc... gcc3 2024-08-20T22:04:53.5856955Z #19 2.365 checking C++ compiler flags...... use default: -O2 -g -std=c++11 -DNDEBUG 2024-08-20T22:04:53.5857699Z #19 2.369 checking whether __SUNPRO_CC is declared... no 2024-08-20T22:04:53.5858244Z #19 2.402 checking how to print strings... printf 2024-08-20T22:04:53.5858889Z #19 2.427 checking for a sed that does not truncate output... /usr/bin/sed 2024-08-20T22:04:53.5859561Z #19 2.432 checking for fgrep... /usr/bin/grep -F 2024-08-20T22:04:53.5860066Z #19 2.433 checking for ld used by gcc... /usr/bin/ld 2024-08-20T22:04:53.5860663Z #19 2.437 checking if the linker (/usr/bin/ld) is GNU ld... yes 2024-08-20T22:04:53.7080339Z #19 2.439 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B 2024-08-20T22:04:53.7081341Z #19 2.442 checking the name lister (/usr/bin/nm -B) interface... BSD nm 2024-08-20T22:04:53.7082037Z #19 2.461 checking whether ln -s works... yes 2024-08-20T22:04:53.7082670Z #19 2.462 checking the maximum length of command line arguments... 1966080 2024-08-20T22:04:53.7083852Z #19 2.468 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop 2024-08-20T22:04:53.7085176Z #19 2.468 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop 2024-08-20T22:04:53.7086174Z #19 2.468 checking for /usr/bin/ld option to reload object files... -r 2024-08-20T22:04:53.7086945Z #19 2.468 checking for objdump... objdump 2024-08-20T22:04:53.7087487Z #19 2.469 checking how to recognize dependent libraries... pass_all 2024-08-20T22:04:53.7088036Z #19 2.469 checking for dlltool... no 2024-08-20T22:04:53.7088631Z #19 2.470 checking how to associate runtime and link libraries... printf %s\n 2024-08-20T22:04:53.7089465Z #19 2.470 checking for archiver @FILE support... @ 2024-08-20T22:04:53.7089945Z #19 2.494 checking for strip... strip 2024-08-20T22:04:53.7090355Z #19 2.495 checking for ranlib... ranlib 2024-08-20T22:04:53.7091042Z #19 2.495 checking command to parse /usr/bin/nm -B output from gcc object... ok 2024-08-20T22:04:53.8254854Z #19 2.563 checking for sysroot... no 2024-08-20T22:04:53.8255448Z #19 2.563 checking for a working dd... /usr/bin/dd 2024-08-20T22:04:53.8256131Z #19 2.567 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 2024-08-20T22:04:53.8256736Z #19 2.585 checking for mt... no 2024-08-20T22:04:53.8257161Z #19 2.585 checking if : is a manifest tool... no 2024-08-20T22:04:53.8257631Z #19 2.590 checking for dlfcn.h... yes 2024-08-20T22:04:53.8258028Z #19 2.624 checking for objdir... .libs 2024-08-20T22:04:53.9497153Z #19 2.679 checking if gcc supports -fno-rtti -fno-exceptions... no 2024-08-20T22:04:53.9498015Z #19 2.697 checking for gcc option to produce PIC... -fPIC -DPIC 2024-08-20T22:04:53.9498736Z #19 2.697 checking if gcc PIC flag -fPIC -DPIC works... yes 2024-08-20T22:04:53.9499415Z #19 2.715 checking if gcc static flag -static works... yes 2024-08-20T22:04:53.9500062Z #19 2.778 checking if gcc supports -c -o file.o... yes 2024-08-20T22:04:53.9500721Z #19 2.804 checking if gcc supports -c -o file.o... (cached) yes 2024-08-20T22:04:54.1138061Z #19 2.804 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 2024-08-20T22:04:54.1139150Z #19 2.812 checking whether -lc should be explicitly linked in... no 2024-08-20T22:04:54.1139882Z #19 2.835 checking dynamic linker characteristics... GNU/Linux ld.so 2024-08-20T22:04:54.1140637Z #19 2.880 checking how to hardcode library paths into programs... immediate 2024-08-20T22:04:54.1141389Z #19 2.880 checking whether stripping libraries is possible... yes 2024-08-20T22:04:54.1142310Z #19 2.882 checking if libtool supports shared libraries... yes 2024-08-20T22:04:54.1142946Z #19 2.882 checking whether to build shared libraries... yes 2024-08-20T22:04:54.1143565Z #19 2.882 checking whether to build static libraries... yes 2024-08-20T22:04:54.1144234Z #19 2.886 checking how to run the C++ preprocessor... g++ -E 2024-08-20T22:04:54.2676319Z #19 2.968 checking for ld used by g++... /usr/bin/ld -m elf_x86_64 2024-08-20T22:04:54.2677232Z #19 2.969 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes 2024-08-20T22:04:54.2678284Z #19 2.975 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 2024-08-20T22:04:54.2679236Z #19 3.038 checking for g++ option to produce PIC... -fPIC -DPIC 2024-08-20T22:04:54.2679931Z #19 3.038 checking if g++ PIC flag -fPIC -DPIC works... yes 2024-08-20T22:04:54.2680602Z #19 3.057 checking if g++ static flag -static works... yes 2024-08-20T22:04:54.3759479Z #19 3.121 checking if g++ supports -c -o file.o... yes 2024-08-20T22:04:54.3760286Z #19 3.147 checking if g++ supports -c -o file.o... (cached) yes 2024-08-20T22:04:54.3761270Z #19 3.147 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 2024-08-20T22:04:54.3762225Z #19 3.147 checking dynamic linker characteristics... (cached) GNU/Linux ld.so 2024-08-20T22:04:54.3763042Z #19 3.150 checking how to hardcode library paths into programs... immediate 2024-08-20T22:04:54.3763809Z #19 3.151 checking whether the linker supports version scripts... yes 2024-08-20T22:04:54.3764476Z #19 3.193 checking for ANSI C header files... (cached) yes 2024-08-20T22:04:54.3765011Z #19 3.197 checking fcntl.h usability... yes 2024-08-20T22:04:54.5210142Z #19 3.230 checking fcntl.h presence... yes 2024-08-20T22:04:54.5210669Z #19 3.239 checking for fcntl.h... yes 2024-08-20T22:04:54.5211137Z #19 3.246 checking for inttypes.h... (cached) yes 2024-08-20T22:04:54.5211633Z #19 3.252 checking limits.h usability... yes 2024-08-20T22:04:54.5212133Z #19 3.286 checking limits.h presence... yes 2024-08-20T22:04:54.5212582Z #19 3.295 checking for limits.h... yes 2024-08-20T22:04:54.5213037Z #19 3.302 checking for stdlib.h... (cached) yes 2024-08-20T22:04:54.5213516Z #19 3.308 checking for unistd.h... (cached) yes 2024-08-20T22:04:54.5214114Z #19 3.312 checking for working memcmp... yes 2024-08-20T22:04:54.6266675Z #19 3.375 checking for working strtod... yes 2024-08-20T22:04:54.7287572Z #19 3.439 checking for ftruncate... yes 2024-08-20T22:04:54.7288076Z #19 3.487 checking for memset... yes 2024-08-20T22:04:54.7288506Z #19 3.540 checking for mkdir... yes 2024-08-20T22:04:54.8325112Z #19 3.589 checking for strchr... yes 2024-08-20T22:04:54.8326162Z #19 3.643 checking for strerror... yes 2024-08-20T22:04:54.9994543Z #19 3.694 checking for strtol... yes 2024-08-20T22:04:54.9995286Z #19 3.740 checking zlib version... ok (1.2.0.4 or later) 2024-08-20T22:04:54.9996159Z #19 3.766 checking for library containing zlibVersion... -lz 2024-08-20T22:04:55.1269404Z #19 3.854 checking whether g++ supports C++11 features by default... yes 2024-08-20T22:04:55.2511543Z #19 3.904 checking whether -latomic is needed... no 2024-08-20T22:04:55.2512142Z #19 3.981 checking whether gcc is Clang... no 2024-08-20T22:04:55.2513408Z #19 3.993 checking whether pthreads work with "-pthread" and "-lpthread"... yes 2024-08-20T22:04:55.2514253Z #19 4.032 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE 2024-08-20T22:04:55.2515106Z #19 4.067 checking whether more special flags are required for pthreads... no 2024-08-20T22:04:55.2515775Z #19 4.067 checking for PTHREAD_PRIO_INHERIT... yes 2024-08-20T22:04:55.5206015Z #19 4.105 checking the location of hash_map... 2024-08-20T22:04:55.6918268Z #19 4.374 checking whether -llog is needed... no 2024-08-20T22:04:55.6919026Z #19 4.395 checking that generated files are newer than configure... done 2024-08-20T22:04:56.0980639Z #19 4.395 configure: creating ./config.status 2024-08-20T22:04:56.0981427Z #19 4.952 config.status: creating Makefile 2024-08-20T22:04:56.3431664Z #19 4.963 config.status: creating src/Makefile 2024-08-20T22:04:56.3432243Z #19 4.987 config.status: creating benchmarks/Makefile 2024-08-20T22:04:56.3432809Z #19 5.005 config.status: creating conformance/Makefile 2024-08-20T22:04:56.3433352Z #19 5.019 config.status: creating protobuf.pc 2024-08-20T22:04:56.3434089Z #19 5.029 config.status: creating protobuf-lite.pc 2024-08-20T22:04:56.3434601Z #19 5.039 config.status: creating config.h 2024-08-20T22:04:56.3435098Z #19 5.047 config.status: executing depfiles commands 2024-08-20T22:04:57.8938522Z #19 6.748 config.status: executing libtool commands 2024-08-20T22:04:57.9945620Z #19 6.759 === configuring in third_party/googletest (/usr/temp_pb_install_dir/third_party/googletest) 2024-08-20T22:04:57.9947236Z #19 6.763 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=. 2024-08-20T22:04:57.9948442Z #19 6.826 checking for a BSD-compatible install... /usr/bin/install -c 2024-08-20T22:04:57.9949130Z #19 6.833 checking whether build environment is sane... yes 2024-08-20T22:04:57.9949851Z #19 6.841 checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 2024-08-20T22:04:57.9950405Z #19 6.843 checking for gawk... no 2024-08-20T22:04:57.9950789Z #19 6.843 checking for mawk... mawk 2024-08-20T22:04:57.9951229Z #19 6.843 checking whether make sets $(MAKE)... yes 2024-08-20T22:04:58.1678723Z #19 6.851 checking whether make supports nested variables... yes 2024-08-20T22:04:58.9839392Z #19 6.871 checking that generated files are newer than configure... done 2024-08-20T22:04:59.1353711Z #19 7.838 configure: creating ./config.status 2024-08-20T22:04:59.1354297Z #19 7.909 config.status: creating Makefile 2024-08-20T22:04:59.1355044Z #19 7.920 === configuring in googletest (/usr/temp_pb_install_dir/third_party/googletest/googletest) 2024-08-20T22:04:59.1356610Z #19 7.924 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=. 2024-08-20T22:04:59.2495664Z #19 7.989 checking for a BSD-compatible install... /usr/bin/install -c 2024-08-20T22:04:59.2496415Z #19 7.996 checking whether build environment is sane... yes 2024-08-20T22:04:59.2497280Z #19 8.005 checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 2024-08-20T22:04:59.2498289Z #19 8.007 checking for gawk... no 2024-08-20T22:04:59.2498942Z #19 8.007 checking for mawk... mawk 2024-08-20T22:04:59.2499823Z #19 8.007 checking whether make sets $(MAKE)... yes 2024-08-20T22:04:59.2500434Z #19 8.015 checking whether make supports nested variables... yes 2024-08-20T22:04:59.2500984Z #19 8.023 checking for gcc... gcc 2024-08-20T22:04:59.2501432Z #19 8.041 checking whether the C compiler works... yes 2024-08-20T22:04:59.2502068Z #19 8.073 checking for C compiler default output file name... a.out 2024-08-20T22:04:59.2502680Z #19 8.074 checking for suffix of executables... 2024-08-20T22:04:59.3592241Z #19 8.105 checking whether we are cross compiling... no 2024-08-20T22:04:59.3592880Z #19 8.138 checking for suffix of object files... o 2024-08-20T22:04:59.3593541Z #19 8.156 checking whether we are using the GNU C compiler... yes 2024-08-20T22:04:59.3594350Z #19 8.173 checking whether gcc accepts -g... yes 2024-08-20T22:04:59.3594960Z #19 8.191 checking for gcc option to accept ISO C89... none needed 2024-08-20T22:04:59.4618422Z #19 8.213 checking whether gcc understands -c and -o together... yes 2024-08-20T22:04:59.4619291Z #19 8.243 checking whether make supports the include directive... yes (GNU style) 2024-08-20T22:04:59.4619991Z #19 8.250 checking dependency style of gcc... gcc3 2024-08-20T22:04:59.4620464Z #19 8.279 checking for g++... g++ 2024-08-20T22:04:59.4621001Z #19 8.297 checking whether we are using the GNU C++ compiler... yes 2024-08-20T22:04:59.5619875Z #19 8.316 checking whether g++ accepts -g... yes 2024-08-20T22:04:59.5620467Z #19 8.333 checking dependency style of g++... gcc3 2024-08-20T22:04:59.5621329Z #19 8.372 checking build system type... x86_64-pc-linux-gnu 2024-08-20T22:04:59.7222075Z #19 8.416 checking host system type... x86_64-pc-linux-gnu 2024-08-20T22:04:59.7222715Z #19 8.416 checking how to print strings... printf 2024-08-20T22:04:59.7223377Z #19 8.441 checking for a sed that does not truncate output... /usr/bin/sed 2024-08-20T22:04:59.7224262Z #19 8.445 checking for grep that handles long lines and -e... /usr/bin/grep 2024-08-20T22:04:59.7224967Z #19 8.447 checking for egrep... /usr/bin/grep -E 2024-08-20T22:04:59.7225496Z #19 8.448 checking for fgrep... /usr/bin/grep -F 2024-08-20T22:04:59.7225996Z #19 8.450 checking for ld used by gcc... /usr/bin/ld 2024-08-20T22:04:59.7226592Z #19 8.454 checking if the linker (/usr/bin/ld) is GNU ld... yes 2024-08-20T22:04:59.7227419Z #19 8.456 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B 2024-08-20T22:04:59.7228275Z #19 8.458 checking the name lister (/usr/bin/nm -B) interface... BSD nm 2024-08-20T22:04:59.7228950Z #19 8.477 checking whether ln -s works... yes 2024-08-20T22:04:59.7229589Z #19 8.477 checking the maximum length of command line arguments... 1966080 2024-08-20T22:04:59.7230962Z #19 8.483 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop 2024-08-20T22:04:59.7232306Z #19 8.483 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop 2024-08-20T22:04:59.7233302Z #19 8.483 checking for /usr/bin/ld option to reload object files... -r 2024-08-20T22:04:59.7233901Z #19 8.483 checking for objdump... objdump 2024-08-20T22:04:59.7234455Z #19 8.484 checking how to recognize dependent libraries... pass_all 2024-08-20T22:04:59.7235022Z #19 8.484 checking for dlltool... no 2024-08-20T22:04:59.7235626Z #19 8.485 checking how to associate runtime and link libraries... printf %s\n 2024-08-20T22:04:59.7236228Z #19 8.485 checking for ar... ar 2024-08-20T22:04:59.7236664Z #19 8.485 checking for archiver @FILE support... @ 2024-08-20T22:04:59.7237152Z #19 8.509 checking for strip... strip 2024-08-20T22:04:59.7237550Z #19 8.510 checking for ranlib... ranlib 2024-08-20T22:04:59.7238250Z #19 8.510 checking command to parse /usr/bin/nm -B output from gcc object... ok 2024-08-20T22:04:59.8614721Z #19 8.577 checking for sysroot... no 2024-08-20T22:04:59.8615262Z #19 8.578 checking for a working dd... /usr/bin/dd 2024-08-20T22:04:59.8615949Z #19 8.581 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 2024-08-20T22:04:59.8616783Z #19 8.599 checking for mt... no 2024-08-20T22:04:59.8617212Z #19 8.599 checking if : is a manifest tool... no 2024-08-20T22:04:59.8617964Z #19 8.603 checking how to run the C preprocessor... gcc -E 2024-08-20T22:04:59.8618534Z #19 8.639 checking for ANSI C header files... yes 2024-08-20T22:04:59.9655042Z #19 8.718 checking for sys/types.h... yes 2024-08-20T22:04:59.9655573Z #19 8.742 checking for sys/stat.h... yes 2024-08-20T22:04:59.9656020Z #19 8.767 checking for stdlib.h... yes 2024-08-20T22:04:59.9656431Z #19 8.793 checking for string.h... yes 2024-08-20T22:05:00.0699106Z #19 8.819 checking for memory.h... yes 2024-08-20T22:05:00.0699622Z #19 8.845 checking for strings.h... yes 2024-08-20T22:05:00.0700059Z #19 8.871 checking for inttypes.h... yes 2024-08-20T22:05:00.0700499Z #19 8.897 checking for stdint.h... yes 2024-08-20T22:05:00.1752303Z #19 8.924 checking for unistd.h... yes 2024-08-20T22:05:00.1752821Z #19 8.950 checking for dlfcn.h... yes 2024-08-20T22:05:00.1753261Z #19 8.974 checking for objdir... .libs 2024-08-20T22:05:00.2989032Z #19 9.029 checking if gcc supports -fno-rtti -fno-exceptions... no 2024-08-20T22:05:00.2990036Z #19 9.048 checking for gcc option to produce PIC... -fPIC -DPIC 2024-08-20T22:05:00.2990771Z #19 9.048 checking if gcc PIC flag -fPIC -DPIC works... yes 2024-08-20T22:05:00.2991462Z #19 9.065 checking if gcc static flag -static works... yes 2024-08-20T22:05:00.2992114Z #19 9.128 checking if gcc supports -c -o file.o... yes 2024-08-20T22:05:00.4017608Z #19 9.153 checking if gcc supports -c -o file.o... (cached) yes 2024-08-20T22:05:00.4020281Z #19 9.153 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 2024-08-20T22:05:00.4021420Z #19 9.161 checking whether -lc should be explicitly linked in... no 2024-08-20T22:05:00.4022149Z #19 9.184 checking dynamic linker characteristics... GNU/Linux ld.so 2024-08-20T22:05:00.4022901Z #19 9.230 checking how to hardcode library paths into programs... immediate 2024-08-20T22:05:00.4023672Z #19 9.230 checking whether stripping libraries is possible... yes 2024-08-20T22:05:00.4024349Z #19 9.232 checking if libtool supports shared libraries... yes 2024-08-20T22:05:00.4024975Z #19 9.232 checking whether to build shared libraries... yes 2024-08-20T22:05:00.4025589Z #19 9.232 checking whether to build static libraries... yes 2024-08-20T22:05:00.4026249Z #19 9.236 checking how to run the C++ preprocessor... g++ -E 2024-08-20T22:05:00.5514136Z #19 9.337 checking for ld used by g++... /usr/bin/ld -m elf_x86_64 2024-08-20T22:05:00.5515107Z #19 9.338 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes 2024-08-20T22:05:00.5516178Z #19 9.344 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 2024-08-20T22:05:00.5517137Z #19 9.405 checking for g++ option to produce PIC... -fPIC -DPIC 2024-08-20T22:05:00.6634418Z #19 9.405 checking if g++ PIC flag -fPIC -DPIC works... yes 2024-08-20T22:05:00.6635199Z #19 9.424 checking if g++ static flag -static works... yes 2024-08-20T22:05:00.6635870Z #19 9.490 checking if g++ supports -c -o file.o... yes 2024-08-20T22:05:00.6636550Z #19 9.517 checking if g++ supports -c -o file.o... (cached) yes 2024-08-20T22:05:00.7691430Z #19 9.517 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 2024-08-20T22:05:00.7692447Z #19 9.517 checking dynamic linker characteristics... (cached) GNU/Linux ld.so 2024-08-20T22:05:00.7693272Z #19 9.521 checking how to hardcode library paths into programs... immediate 2024-08-20T22:05:00.7694178Z #19 9.521 checking for python... /opt/conda/envs/py_3.8/bin/python 2024-08-20T22:05:00.7694946Z #19 9.540 checking for the pthreads library -lpthreads... no 2024-08-20T22:05:00.7695603Z #19 9.572 checking whether pthreads work without any flags... no 2024-08-20T22:05:00.7696311Z #19 9.613 checking whether pthreads work with -Kthread... no 2024-08-20T22:05:00.8860044Z #19 9.623 checking whether pthreads work with -kthread... no 2024-08-20T22:05:00.8861021Z #19 9.633 checking for the pthreads library -llthread... no 2024-08-20T22:05:00.8861732Z #19 9.665 checking whether pthreads work with -pthread... yes 2024-08-20T22:05:00.8862475Z #19 9.706 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE 2024-08-20T22:05:01.1221281Z #19 9.740 checking if more special flags are required for pthreads... no 2024-08-20T22:05:01.1222166Z #19 9.740 checking whether to check for GCC pthread/shared inconsistencies... yes 2024-08-20T22:05:01.1223205Z #19 9.768 checking whether -pthread is sufficient with -shared... yes 2024-08-20T22:05:01.1223984Z #19 9.825 checking that generated files are newer than configure... done 2024-08-20T22:05:01.1224615Z #19 9.826 configure: creating ./config.status 2024-08-20T22:05:01.5237345Z #19 10.38 config.status: creating Makefile 2024-08-20T22:05:01.6368108Z #19 10.39 config.status: creating scripts/gtest-config 2024-08-20T22:05:01.6368783Z #19 10.40 config.status: creating build-aux/config.h 2024-08-20T22:05:01.6369361Z #19 10.41 config.status: executing depfiles commands 2024-08-20T22:05:01.6369902Z #19 10.49 config.status: executing libtool commands 2024-08-20T22:05:01.7462790Z #19 10.53 === configuring in googlemock (/usr/temp_pb_install_dir/third_party/googletest/googlemock) 2024-08-20T22:05:01.7464353Z #19 10.53 configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local' --cache-file=/dev/null --srcdir=. 2024-08-20T22:05:01.8592018Z #19 10.60 checking for a BSD-compatible install... /usr/bin/install -c 2024-08-20T22:05:01.8593331Z #19 10.61 checking whether build environment is sane... yes 2024-08-20T22:05:01.8594114Z #19 10.62 checking for a thread-safe mkdir -p... /usr/bin/mkdir -p 2024-08-20T22:05:01.8594660Z #19 10.62 checking for gawk... no 2024-08-20T22:05:01.8595050Z #19 10.62 checking for mawk... mawk 2024-08-20T22:05:01.8595506Z #19 10.62 checking whether make sets $(MAKE)... yes 2024-08-20T22:05:01.8596102Z #19 10.63 checking whether make supports nested variables... yes 2024-08-20T22:05:01.8597167Z #19 10.63 checking for gcc... gcc 2024-08-20T22:05:01.8597634Z #19 10.65 checking whether the C compiler works... yes 2024-08-20T22:05:01.8598256Z #19 10.68 checking for C compiler default output file name... a.out 2024-08-20T22:05:01.8598875Z #19 10.68 checking for suffix of executables... 2024-08-20T22:05:01.9673870Z #19 10.71 checking whether we are cross compiling... no 2024-08-20T22:05:01.9674769Z #19 10.75 checking for suffix of object files... o 2024-08-20T22:05:01.9675387Z #19 10.77 checking whether we are using the GNU C compiler... yes 2024-08-20T22:05:01.9676209Z #19 10.78 checking whether gcc accepts -g... yes 2024-08-20T22:05:01.9676813Z #19 10.80 checking for gcc option to accept ISO C89... none needed 2024-08-20T22:05:02.0692167Z #19 10.82 checking whether gcc understands -c and -o together... yes 2024-08-20T22:05:02.0693028Z #19 10.85 checking whether make supports the include directive... yes (GNU style) 2024-08-20T22:05:02.0693751Z #19 10.86 checking dependency style of gcc... gcc3 2024-08-20T22:05:02.0694342Z #19 10.89 checking for g++... g++ 2024-08-20T22:05:02.0694866Z #19 10.91 checking whether we are using the GNU C++ compiler... yes 2024-08-20T22:05:02.1698447Z #19 10.92 checking whether g++ accepts -g... yes 2024-08-20T22:05:02.1699025Z #19 10.94 checking dependency style of g++... gcc3 2024-08-20T22:05:02.1699677Z #19 10.98 checking build system type... x86_64-pc-linux-gnu 2024-08-20T22:05:02.3345469Z #19 11.02 checking host system type... x86_64-pc-linux-gnu 2024-08-20T22:05:02.3346607Z #19 11.02 checking how to print strings... printf 2024-08-20T22:05:02.3347312Z #19 11.05 checking for a sed that does not truncate output... /usr/bin/sed 2024-08-20T22:05:02.3348183Z #19 11.05 checking for grep that handles long lines and -e... /usr/bin/grep 2024-08-20T22:05:02.3348867Z #19 11.06 checking for egrep... /usr/bin/grep -E 2024-08-20T22:05:02.3349402Z #19 11.06 checking for fgrep... /usr/bin/grep -F 2024-08-20T22:05:02.3349909Z #19 11.06 checking for ld used by gcc... /usr/bin/ld 2024-08-20T22:05:02.3350705Z #19 11.06 checking if the linker (/usr/bin/ld) is GNU ld... yes 2024-08-20T22:05:02.3351535Z #19 11.07 checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B 2024-08-20T22:05:02.3352386Z #19 11.07 checking the name lister (/usr/bin/nm -B) interface... BSD nm 2024-08-20T22:05:02.3353060Z #19 11.09 checking whether ln -s works... yes 2024-08-20T22:05:02.3353693Z #19 11.09 checking the maximum length of command line arguments... 1966080 2024-08-20T22:05:02.3354855Z #19 11.09 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop 2024-08-20T22:05:02.3356176Z #19 11.09 checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop 2024-08-20T22:05:02.3357175Z #19 11.09 checking for /usr/bin/ld option to reload object files... -r 2024-08-20T22:05:02.3357770Z #19 11.09 checking for objdump... objdump 2024-08-20T22:05:02.3358328Z #19 11.09 checking how to recognize dependent libraries... pass_all 2024-08-20T22:05:02.3358904Z #19 11.10 checking for dlltool... no 2024-08-20T22:05:02.3359510Z #19 11.10 checking how to associate runtime and link libraries... printf %s\n 2024-08-20T22:05:02.3360111Z #19 11.10 checking for ar... ar 2024-08-20T22:05:02.3360552Z #19 11.10 checking for archiver @FILE support... @ 2024-08-20T22:05:02.3361037Z #19 11.12 checking for strip... strip 2024-08-20T22:05:02.3361439Z #19 11.12 checking for ranlib... ranlib 2024-08-20T22:05:02.3362142Z #19 11.12 checking command to parse /usr/bin/nm -B output from gcc object... ok 2024-08-20T22:05:02.4753466Z #19 11.19 checking for sysroot... no 2024-08-20T22:05:02.4754206Z #19 11.19 checking for a working dd... /usr/bin/dd 2024-08-20T22:05:02.4754877Z #19 11.19 checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 2024-08-20T22:05:02.4755518Z #19 11.21 checking for mt... no 2024-08-20T22:05:02.4755948Z #19 11.21 checking if : is a manifest tool... no 2024-08-20T22:05:02.4756698Z #19 11.21 checking how to run the C preprocessor... gcc -E 2024-08-20T22:05:02.4757277Z #19 11.25 checking for ANSI C header files... yes 2024-08-20T22:05:02.5776893Z #19 11.33 checking for sys/types.h... yes 2024-08-20T22:05:02.5777415Z #19 11.36 checking for sys/stat.h... yes 2024-08-20T22:05:02.5777841Z #19 11.38 checking for stdlib.h... yes 2024-08-20T22:05:02.5778266Z #19 11.41 checking for string.h... yes 2024-08-20T22:05:02.6826987Z #19 11.43 checking for memory.h... yes 2024-08-20T22:05:02.6827482Z #19 11.46 checking for strings.h... yes 2024-08-20T22:05:02.6828000Z #19 11.48 checking for inttypes.h... yes 2024-08-20T22:05:02.6828446Z #19 11.51 checking for stdint.h... yes 2024-08-20T22:05:02.7862284Z #19 11.54 checking for unistd.h... yes 2024-08-20T22:05:02.7862797Z #19 11.56 checking for dlfcn.h... yes 2024-08-20T22:05:02.7863263Z #19 11.59 checking for objdir... .libs 2024-08-20T22:05:02.9107022Z #19 11.64 checking if gcc supports -fno-rtti -fno-exceptions... no 2024-08-20T22:05:02.9107824Z #19 11.66 checking for gcc option to produce PIC... -fPIC -DPIC 2024-08-20T22:05:02.9108567Z #19 11.66 checking if gcc PIC flag -fPIC -DPIC works... yes 2024-08-20T22:05:02.9109255Z #19 11.68 checking if gcc static flag -static works... yes 2024-08-20T22:05:02.9109892Z #19 11.74 checking if gcc supports -c -o file.o... yes 2024-08-20T22:05:03.0133767Z #19 11.76 checking if gcc supports -c -o file.o... (cached) yes 2024-08-20T22:05:03.0134884Z #19 11.76 checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 2024-08-20T22:05:03.0135893Z #19 11.77 checking whether -lc should be explicitly linked in... no 2024-08-20T22:05:03.0136606Z #19 11.80 checking dynamic linker characteristics... GNU/Linux ld.so 2024-08-20T22:05:03.0137368Z #19 11.84 checking how to hardcode library paths into programs... immediate 2024-08-20T22:05:03.0138118Z #19 11.84 checking whether stripping libraries is possible... yes 2024-08-20T22:05:03.0138780Z #19 11.84 checking if libtool supports shared libraries... yes 2024-08-20T22:05:03.0139624Z #19 11.84 checking whether to build shared libraries... yes 2024-08-20T22:05:03.0140247Z #19 11.84 checking whether to build static libraries... yes 2024-08-20T22:05:03.0140898Z #19 11.85 checking how to run the C++ preprocessor... g++ -E 2024-08-20T22:05:03.1625398Z #19 11.95 checking for ld used by g++... /usr/bin/ld -m elf_x86_64 2024-08-20T22:05:03.1626305Z #19 11.95 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes 2024-08-20T22:05:03.1627370Z #19 11.95 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 2024-08-20T22:05:03.2759311Z #19 12.02 checking for g++ option to produce PIC... -fPIC -DPIC 2024-08-20T22:05:03.2760105Z #19 12.02 checking if g++ PIC flag -fPIC -DPIC works... yes 2024-08-20T22:05:03.2760801Z #19 12.04 checking if g++ static flag -static works... yes 2024-08-20T22:05:03.2761452Z #19 12.10 checking if g++ supports -c -o file.o... yes 2024-08-20T22:05:03.2762109Z #19 12.13 checking if g++ supports -c -o file.o... (cached) yes 2024-08-20T22:05:03.3804467Z #19 12.13 checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes 2024-08-20T22:05:03.3805464Z #19 12.13 checking dynamic linker characteristics... (cached) GNU/Linux ld.so 2024-08-20T22:05:03.3806276Z #19 12.13 checking how to hardcode library paths into programs... immediate 2024-08-20T22:05:03.3807028Z #19 12.13 checking for python... /opt/conda/envs/py_3.8/bin/python 2024-08-20T22:05:03.3807781Z #19 12.15 checking for the pthreads library -lpthreads... no 2024-08-20T22:05:03.3808665Z #19 12.18 checking whether pthreads work without any flags... no 2024-08-20T22:05:03.3809407Z #19 12.22 checking whether pthreads work with -Kthread... no 2024-08-20T22:05:03.4959281Z #19 12.23 checking whether pthreads work with -kthread... no 2024-08-20T22:05:03.4960050Z #19 12.24 checking for the pthreads library -llthread... no 2024-08-20T22:05:03.4960777Z #19 12.28 checking whether pthreads work with -pthread... yes 2024-08-20T22:05:03.4961548Z #19 12.31 checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE 2024-08-20T22:05:03.4962344Z #19 12.35 checking if more special flags are required for pthreads... no 2024-08-20T22:05:03.7336950Z #19 12.35 checking whether to check for GCC pthread/shared inconsistencies... yes 2024-08-20T22:05:03.7338079Z #19 12.38 checking whether -pthread is sufficient with -shared... yes 2024-08-20T22:05:03.7338719Z #19 12.42 checking for gtest-config... no 2024-08-20T22:05:03.7339333Z #19 12.44 checking that generated files are newer than configure... done 2024-08-20T22:05:03.7339977Z #19 12.44 configure: creating ./config.status 2024-08-20T22:05:04.1288467Z #19 12.98 config.status: creating Makefile 2024-08-20T22:05:04.3008618Z #19 12.99 config.status: creating scripts/gmock-config 2024-08-20T22:05:04.3010534Z #19 13.01 config.status: creating build-aux/config.h 2024-08-20T22:05:04.3011902Z #19 13.02 config.status: executing depfiles commands 2024-08-20T22:05:04.3012438Z #19 13.06 config.status: executing libtool commands 2024-08-20T22:05:04.3012944Z #19 13.15 + make -j46 2024-08-20T22:05:04.4517354Z #19 13.16 make all-recursive 2024-08-20T22:05:04.4518559Z #19 13.16 make[1]: Entering directory '/usr/temp_pb_install_dir' 2024-08-20T22:05:04.4519561Z #19 13.17 Making all in . 2024-08-20T22:05:04.4520368Z #19 13.17 make[2]: Entering directory '/usr/temp_pb_install_dir' 2024-08-20T22:05:04.4521353Z #19 13.17 make[2]: Nothing to be done for 'all-am'. 2024-08-20T22:05:04.4522365Z #19 13.17 make[2]: Leaving directory '/usr/temp_pb_install_dir' 2024-08-20T22:05:04.4523165Z #19 13.17 Making all in src 2024-08-20T22:05:04.4524149Z #19 13.19 make[2]: Entering directory '/usr/temp_pb_install_dir/src' 2024-08-20T22:05:04.4525017Z #19 13.20 CXX google/protobuf/compiler/main.o 2024-08-20T22:05:04.4525813Z #19 13.20 CXX google/protobuf/stubs/bytestream.lo 2024-08-20T22:05:04.4526682Z #19 13.20 CXX google/protobuf/stubs/common.lo 2024-08-20T22:05:04.4527662Z #19 13.20 CXX google/protobuf/stubs/int128.lo 2024-08-20T22:05:04.4528858Z #19 13.20 CXX google/protobuf/io/io_win32.lo 2024-08-20T22:05:04.4529793Z #19 13.20 CXX google/protobuf/stubs/status.lo 2024-08-20T22:05:04.4530923Z #19 13.20 CXX google/protobuf/stubs/statusor.lo 2024-08-20T22:05:04.4531841Z #19 13.20 CXX google/protobuf/stubs/stringpiece.lo 2024-08-20T22:05:04.4532753Z #19 13.20 CXX google/protobuf/stubs/stringprintf.lo 2024-08-20T22:05:04.4533858Z #19 13.20 CXX google/protobuf/stubs/structurally_valid.lo 2024-08-20T22:05:04.4535021Z #19 13.20 CXX google/protobuf/stubs/strutil.lo 2024-08-20T22:05:04.4535751Z #19 13.20 CXX google/protobuf/any_lite.lo 2024-08-20T22:05:04.4536521Z #19 13.20 CXX google/protobuf/stubs/time.lo 2024-08-20T22:05:04.4537309Z #19 13.20 CXX google/protobuf/arena.lo 2024-08-20T22:05:04.4538035Z #19 13.20 CXX google/protobuf/arenastring.lo 2024-08-20T22:05:04.4538996Z #19 13.20 CXX google/protobuf/extension_set.lo 2024-08-20T22:05:04.4540071Z #19 13.20 CXX google/protobuf/field_access_listener.lo 2024-08-20T22:05:04.4541189Z #19 13.20 CXX google/protobuf/generated_enum_util.lo 2024-08-20T22:05:04.4542312Z #19 13.20 CXX google/protobuf/generated_message_util.lo 2024-08-20T22:05:04.4543580Z #19 13.20 CXX google/protobuf/generated_message_table_driven_lite.lo 2024-08-20T22:05:04.4544833Z #19 13.20 CXX google/protobuf/implicit_weak_message.lo 2024-08-20T22:05:04.4545798Z #19 13.20 CXX google/protobuf/map.lo 2024-08-20T22:05:04.4546830Z #19 13.20 CXX google/protobuf/message_lite.lo 2024-08-20T22:05:04.4547806Z #19 13.20 CXX google/protobuf/parse_context.lo 2024-08-20T22:05:04.4548795Z #19 13.20 CXX google/protobuf/repeated_field.lo 2024-08-20T22:05:04.4549842Z #19 13.20 CXX google/protobuf/wire_format_lite.lo 2024-08-20T22:05:04.4550845Z #19 13.20 CXX google/protobuf/io/coded_stream.lo 2024-08-20T22:05:04.4551791Z #19 13.20 CXX google/protobuf/io/strtod.lo 2024-08-20T22:05:04.4552794Z #19 13.20 CXX google/protobuf/io/zero_copy_stream.lo 2024-08-20T22:05:04.4553929Z #19 13.20 CXX google/protobuf/io/zero_copy_stream_impl.lo 2024-08-20T22:05:04.4555014Z #19 13.20 CXX google/protobuf/io/zero_copy_stream_impl_lite.lo 2024-08-20T22:05:04.4556026Z #19 13.20 CXX google/protobuf/any.pb.lo 2024-08-20T22:05:04.4556822Z #19 13.20 CXX google/protobuf/api.pb.lo 2024-08-20T22:05:04.4557622Z #19 13.20 CXX google/protobuf/descriptor.lo 2024-08-20T22:05:04.4558433Z #19 13.20 CXX google/protobuf/any.lo 2024-08-20T22:05:04.4559323Z #19 13.21 CXX google/protobuf/descriptor_database.lo 2024-08-20T22:05:04.4560287Z #19 13.21 CXX google/protobuf/descriptor.pb.lo 2024-08-20T22:05:04.4561170Z #19 13.21 CXX google/protobuf/duration.pb.lo 2024-08-20T22:05:04.4562084Z #19 13.21 CXX google/protobuf/dynamic_message.lo 2024-08-20T22:05:04.4562985Z #19 13.21 CXX google/protobuf/empty.pb.lo 2024-08-20T22:05:04.4563999Z #19 13.21 CXX google/protobuf/extension_set_heavy.lo 2024-08-20T22:05:04.4565049Z #19 13.21 CXX google/protobuf/field_mask.pb.lo 2024-08-20T22:05:04.4566176Z #19 13.21 CXX google/protobuf/generated_message_reflection.lo 2024-08-20T22:05:04.4567459Z #19 13.21 CXX google/protobuf/generated_message_table_driven.lo 2024-08-20T22:05:04.4568571Z #19 13.21 CXX google/protobuf/map_field.lo 2024-08-20T22:05:04.4569489Z #19 13.21 CXX google/protobuf/message.lo 2024-08-20T22:05:04.4570429Z #19 13.31 CXX google/protobuf/reflection_ops.lo 2024-08-20T22:05:05.2484124Z #19 14.10 CXX google/protobuf/service.lo 2024-08-20T22:05:05.6759520Z #19 14.53 CXX google/protobuf/source_context.pb.lo 2024-08-20T22:05:05.8031119Z #19 14.66 CXX google/protobuf/struct.pb.lo 2024-08-20T22:05:05.9144683Z #19 14.70 CXX google/protobuf/stubs/substitute.lo 2024-08-20T22:05:05.9146431Z #19 14.70 CXX google/protobuf/text_format.lo 2024-08-20T22:05:05.9148074Z #19 14.77 CXX google/protobuf/timestamp.pb.lo 2024-08-20T22:05:06.0954831Z #19 14.80 CXX google/protobuf/type.pb.lo 2024-08-20T22:05:06.0956301Z #19 14.81 CXX google/protobuf/unknown_field_set.lo 2024-08-20T22:05:06.0957655Z #19 14.84 CXX google/protobuf/wire_format.lo 2024-08-20T22:05:06.0958888Z #19 14.95 In file included from /usr/include/string.h:495, 2024-08-20T22:05:06.0960213Z #19 14.95 from ./google/protobuf/stubs/port.h:39, 2024-08-20T22:05:06.0961447Z #19 14.95 from ./google/protobuf/stubs/common.h:48, 2024-08-20T22:05:06.0962658Z #19 14.95 from ./google/protobuf/message_lite.h:45, 2024-08-20T22:05:06.0963909Z #19 14.95 from google/protobuf/message_lite.cc:36: 2024-08-20T22:05:06.0965546Z #19 14.95 In function 'void* memcpy(void*, const void*, size_t)', 2024-08-20T22:05:06.0968562Z #19 14.95 inlined from 'google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)' at ./google/protobuf/io/coded_stream.h:707:16, 2024-08-20T22:05:06.0973535Z #19 14.95 inlined from 'virtual google::protobuf::uint8* google::protobuf::internal::ImplicitWeakMessage::_InternalSerialize(google::protobuf::uint8*, google::protobuf::io::EpsCopyOutputStream*) const' at ./google/protobuf/implicit_weak_message.h:85:28, 2024-08-20T22:05:06.0979252Z #19 14.95 inlined from 'bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const' at google/protobuf/message_lite.cc:419:30: 2024-08-20T22:05:06.0984666Z #19 14.95 /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-08-20T22:05:06.0988152Z #19 14.95 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2024-08-20T22:05:06.0989399Z #19 14.95 | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:06.2213603Z #19 15.07 CXX google/protobuf/wrappers.pb.lo 2024-08-20T22:05:06.3608323Z #19 15.08 CXX google/protobuf/io/gzip_stream.lo 2024-08-20T22:05:06.3609392Z #19 15.17 CXX google/protobuf/io/printer.lo 2024-08-20T22:05:06.3610340Z #19 15.21 CXX google/protobuf/io/tokenizer.lo 2024-08-20T22:05:06.4799132Z #19 15.24 CXX google/protobuf/compiler/importer.lo 2024-08-20T22:05:06.4800227Z #19 15.33 CXX google/protobuf/compiler/parser.lo 2024-08-20T22:05:06.5852869Z #19 15.41 CXX google/protobuf/util/delimited_message_util.lo 2024-08-20T22:05:06.5854197Z #19 15.44 CXX google/protobuf/util/field_comparator.lo 2024-08-20T22:05:06.7109922Z #19 15.56 CXX google/protobuf/util/field_mask_util.lo 2024-08-20T22:05:06.8295482Z #19 15.58 CXX google/protobuf/util/internal/datapiece.lo 2024-08-20T22:05:06.8296963Z #19 15.59 CXX google/protobuf/util/internal/default_value_objectwriter.lo 2024-08-20T22:05:06.8298329Z #19 15.68 CXX google/protobuf/util/internal/error_listener.lo 2024-08-20T22:05:06.9444890Z #19 15.71 CXX google/protobuf/util/internal/field_mask_utility.lo 2024-08-20T22:05:06.9446254Z #19 15.80 CXX google/protobuf/util/internal/json_escaping.lo 2024-08-20T22:05:07.3054418Z #19 16.16 CXX google/protobuf/util/internal/json_objectwriter.lo 2024-08-20T22:05:07.5026314Z #19 16.24 CXX google/protobuf/util/internal/json_stream_parser.lo 2024-08-20T22:05:07.5027596Z #19 16.36 CXX google/protobuf/util/internal/object_writer.lo 2024-08-20T22:05:07.6454923Z #19 16.44 CXX google/protobuf/util/internal/protostream_objectsource.lo 2024-08-20T22:05:07.6456471Z #19 16.50 CXX google/protobuf/util/internal/protostream_objectwriter.lo 2024-08-20T22:05:07.8675639Z #19 16.57 CXX google/protobuf/util/internal/proto_writer.lo 2024-08-20T22:05:08.0101211Z #19 16.86 CXX google/protobuf/util/internal/type_info.lo 2024-08-20T22:05:08.1276913Z #19 16.98 CXX google/protobuf/util/internal/type_info_test_helper.lo 2024-08-20T22:05:08.2993840Z #19 17.00 CXX google/protobuf/util/internal/utility.lo 2024-08-20T22:05:08.3139878Z #19 17.17 CXX google/protobuf/util/json_util.lo 2024-08-20T22:05:08.5534155Z #19 17.26 CXX google/protobuf/util/message_differencer.lo 2024-08-20T22:05:08.6528425Z #19 17.51 CXX google/protobuf/util/time_util.lo 2024-08-20T22:05:08.8417442Z #19 17.54 CXX google/protobuf/util/type_resolver_util.lo 2024-08-20T22:05:08.8785482Z #19 17.73 CXX google/protobuf/compiler/code_generator.lo 2024-08-20T22:05:09.2470103Z #19 18.10 CXX google/protobuf/compiler/command_line_interface.lo 2024-08-20T22:05:09.4189471Z #19 18.12 CXX google/protobuf/compiler/plugin.lo 2024-08-20T22:05:09.6533519Z #19 18.51 CXX google/protobuf/compiler/plugin.pb.lo 2024-08-20T22:05:09.8421647Z #19 18.54 CXX google/protobuf/compiler/subprocess.lo 2024-08-20T22:05:09.8422819Z #19 18.54 CXX google/protobuf/compiler/zip_writer.lo 2024-08-20T22:05:09.8423945Z #19 18.56 CXX google/protobuf/compiler/cpp/cpp_enum.lo 2024-08-20T22:05:09.8425161Z #19 18.70 CXX google/protobuf/compiler/cpp/cpp_enum_field.lo 2024-08-20T22:05:10.0776612Z #19 18.93 CXX google/protobuf/compiler/cpp/cpp_extension.lo 2024-08-20T22:05:10.2976750Z #19 19.00 CXX google/protobuf/compiler/cpp/cpp_field.lo 2024-08-20T22:05:10.4144033Z #19 19.27 CXX google/protobuf/compiler/cpp/cpp_file.lo 2024-08-20T22:05:10.6023192Z #19 19.46 CXX google/protobuf/compiler/cpp/cpp_generator.lo 2024-08-20T22:05:10.8209788Z #19 19.54 CXX google/protobuf/compiler/cpp/cpp_helpers.lo 2024-08-20T22:05:10.8210997Z #19 19.67 CXX google/protobuf/compiler/cpp/cpp_map_field.lo 2024-08-20T22:05:11.2729614Z #19 20.13 CXX google/protobuf/compiler/cpp/cpp_message.lo 2024-08-20T22:05:11.4609192Z #19 20.31 CXX google/protobuf/compiler/cpp/cpp_message_field.lo 2024-08-20T22:05:11.6556648Z #19 20.36 CXX google/protobuf/compiler/cpp/cpp_padding_optimizer.lo 2024-08-20T22:05:11.7833256Z #19 20.64 CXX google/protobuf/compiler/cpp/cpp_parse_function_generator.lo 2024-08-20T22:05:12.0078076Z #19 20.71 CXX google/protobuf/compiler/cpp/cpp_primitive_field.lo 2024-08-20T22:05:12.1018579Z #19 20.96 CXX google/protobuf/compiler/cpp/cpp_service.lo 2024-08-20T22:05:12.2589621Z #19 20.96 CXX google/protobuf/compiler/cpp/cpp_string_field.lo 2024-08-20T22:05:12.3798791Z #19 21.23 CXX google/protobuf/compiler/java/java_context.lo 2024-08-20T22:05:12.5990623Z #19 21.25 CXX google/protobuf/compiler/java/java_enum.lo 2024-08-20T22:05:12.5991886Z #19 21.30 CXX google/protobuf/compiler/java/java_enum_lite.lo 2024-08-20T22:05:12.7439822Z #19 21.60 CXX google/protobuf/compiler/java/java_enum_field.lo 2024-08-20T22:05:12.9676083Z #19 21.67 CXX google/protobuf/compiler/java/java_enum_field_lite.lo 2024-08-20T22:05:13.2654159Z #19 22.12 CXX google/protobuf/compiler/java/java_extension.lo 2024-08-20T22:05:13.3702224Z #19 22.18 CXX google/protobuf/compiler/java/java_extension_lite.lo 2024-08-20T22:05:13.3703559Z #19 22.22 CXX google/protobuf/compiler/java/java_field.lo 2024-08-20T22:05:13.4713306Z #19 22.32 CXX google/protobuf/compiler/java/java_file.lo 2024-08-20T22:05:13.5722943Z #19 22.43 CXX google/protobuf/compiler/java/java_generator.lo 2024-08-20T22:05:13.8207923Z #19 22.67 CXX google/protobuf/compiler/java/java_generator_factory.lo 2024-08-20T22:05:13.9791031Z #19 22.83 CXX google/protobuf/compiler/java/java_helpers.lo 2024-08-20T22:05:14.1763365Z #19 22.88 CXX google/protobuf/compiler/java/java_kotlin_generator.lo 2024-08-20T22:05:14.4180486Z #19 23.27 CXX google/protobuf/compiler/java/java_map_field.lo 2024-08-20T22:05:14.8650561Z #19 23.72 CXX google/protobuf/compiler/java/java_map_field_lite.lo 2024-08-20T22:05:15.3188243Z #19 24.17 CXX google/protobuf/compiler/java/java_message.lo 2024-08-20T22:05:15.5379846Z #19 24.24 CXX google/protobuf/compiler/java/java_message_lite.lo 2024-08-20T22:05:15.6131918Z #19 24.47 CXX google/protobuf/compiler/java/java_message_builder.lo 2024-08-20T22:05:16.2163300Z #19 25.07 CXX google/protobuf/compiler/java/java_message_builder_lite.lo 2024-08-20T22:05:16.3770728Z #19 25.08 CXX google/protobuf/compiler/java/java_message_field.lo 2024-08-20T22:05:16.8131490Z #19 25.67 CXX google/protobuf/compiler/java/java_message_field_lite.lo 2024-08-20T22:05:17.0492774Z #19 25.90 CXX google/protobuf/compiler/java/java_name_resolver.lo 2024-08-20T22:05:17.5512976Z #19 26.40 CXX google/protobuf/compiler/java/java_primitive_field.lo 2024-08-20T22:05:17.7333717Z #19 26.45 CXX google/protobuf/compiler/java/java_primitive_field_lite.lo 2024-08-20T22:05:17.7335430Z #19 26.59 CXX google/protobuf/compiler/java/java_shared_code_generator.lo 2024-08-20T22:05:17.9185539Z #19 26.77 CXX google/protobuf/compiler/java/java_service.lo 2024-08-20T22:05:18.0256707Z #19 26.82 CXX google/protobuf/compiler/java/java_string_field.lo 2024-08-20T22:05:18.0258077Z #19 26.88 CXX google/protobuf/compiler/java/java_string_field_lite.lo 2024-08-20T22:05:18.3982354Z #19 27.25 CXX google/protobuf/compiler/java/java_doc_comment.lo 2024-08-20T22:05:18.7392985Z #19 27.59 CXX google/protobuf/compiler/js/js_generator.lo 2024-08-20T22:05:19.0539767Z #19 27.91 CXX google/protobuf/compiler/js/well_known_types_embed.lo 2024-08-20T22:05:19.1618099Z #19 27.96 CXX google/protobuf/compiler/objectivec/objectivec_enum.lo 2024-08-20T22:05:19.1619415Z #19 28.02 CXX google/protobuf/compiler/objectivec/objectivec_enum_field.lo 2024-08-20T22:05:19.3452677Z #19 28.11 CXX google/protobuf/compiler/objectivec/objectivec_extension.lo 2024-08-20T22:05:19.3454112Z #19 28.20 CXX google/protobuf/compiler/objectivec/objectivec_field.lo 2024-08-20T22:05:19.4869488Z #19 28.25 CXX google/protobuf/compiler/objectivec/objectivec_file.lo 2024-08-20T22:05:19.4871148Z #19 28.34 CXX google/protobuf/compiler/objectivec/objectivec_generator.lo 2024-08-20T22:05:19.5984325Z #19 28.45 CXX google/protobuf/compiler/objectivec/objectivec_helpers.lo 2024-08-20T22:05:19.7387540Z #19 28.59 CXX google/protobuf/compiler/objectivec/objectivec_map_field.lo 2024-08-20T22:05:19.8555704Z #19 28.71 CXX google/protobuf/compiler/objectivec/objectivec_message.lo 2024-08-20T22:05:20.3816765Z #19 29.24 CXX google/protobuf/compiler/objectivec/objectivec_message_field.lo 2024-08-20T22:05:20.4934572Z #19 29.35 CXX google/protobuf/compiler/objectivec/objectivec_oneof.lo 2024-08-20T22:05:21.2422077Z #19 30.10 google/protobuf/compiler/js/js_generator.cc:97:6: warning: 'bool google::protobuf::compiler::js::{anonymous}::StrEndsWith(google::protobuf::stringpiece_internal::StringPiece, google::protobuf::stringpiece_internal::StringPiece)' defined but not used [-Wunused-function] 2024-08-20T22:05:21.2425865Z #19 30.10 97 | bool StrEndsWith(StringPiece sp, StringPiece x) { 2024-08-20T22:05:21.2426872Z #19 30.10 | ^~~~~~~~~~~ 2024-08-20T22:05:21.5717932Z #19 30.43 CXX google/protobuf/compiler/objectivec/objectivec_primitive_field.lo 2024-08-20T22:05:21.6725547Z #19 30.47 CXX google/protobuf/compiler/php/php_generator.lo 2024-08-20T22:05:21.6726909Z #19 30.48 CXX google/protobuf/compiler/python/python_generator.lo 2024-08-20T22:05:21.6728209Z #19 30.53 CXX google/protobuf/compiler/ruby/ruby_generator.lo 2024-08-20T22:05:21.8674599Z #19 30.57 CXX google/protobuf/compiler/csharp/csharp_doc_comment.lo 2024-08-20T22:05:22.3587400Z #19 31.21 CXX google/protobuf/compiler/csharp/csharp_enum.lo 2024-08-20T22:05:22.5031386Z #19 31.36 CXX google/protobuf/compiler/csharp/csharp_enum_field.lo 2024-08-20T22:05:23.0252997Z #19 31.88 CXX google/protobuf/compiler/csharp/csharp_field_base.lo 2024-08-20T22:05:23.1443689Z #19 32.00 CXX google/protobuf/compiler/csharp/csharp_generator.lo 2024-08-20T22:05:23.3298612Z #19 32.18 CXX google/protobuf/compiler/csharp/csharp_helpers.lo 2024-08-20T22:05:23.7138834Z #19 32.57 CXX google/protobuf/compiler/csharp/csharp_map_field.lo 2024-08-20T22:05:23.8577205Z #19 32.57 CXX google/protobuf/compiler/csharp/csharp_message.lo 2024-08-20T22:05:23.8578633Z #19 32.71 CXX google/protobuf/compiler/csharp/csharp_message_field.lo 2024-08-20T22:05:24.2279531Z #19 33.08 CXX google/protobuf/compiler/csharp/csharp_primitive_field.lo 2024-08-20T22:05:24.3559538Z #19 33.16 CXX google/protobuf/compiler/csharp/csharp_reflection_class.lo 2024-08-20T22:05:24.3561160Z #19 33.21 CXX google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo 2024-08-20T22:05:24.5902717Z #19 33.44 CXX google/protobuf/compiler/csharp/csharp_repeated_message_field.lo 2024-08-20T22:05:24.6949994Z #19 33.55 CXX google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo 2024-08-20T22:05:25.2105255Z #19 34.06 CXX google/protobuf/compiler/csharp/csharp_source_generator_base.lo 2024-08-20T22:05:25.4398681Z #19 34.14 CXX google/protobuf/compiler/csharp/csharp_wrapper_field.lo 2024-08-20T22:05:25.5409011Z #19 34.39 CXXLD libprotobuf-lite.la 2024-08-20T22:05:43.1647291Z #19 52.02 CXXLD libprotobuf.la 2024-08-20T22:05:44.2981749Z #19 53.15 CXXLD libprotoc.la 2024-08-20T22:05:46.0366236Z #19 54.89 CXXLD protoc 2024-08-20T22:05:46.2172621Z #19 55.07 make[2]: Leaving directory '/usr/temp_pb_install_dir/src' 2024-08-20T22:05:46.4246663Z #19 55.07 make[1]: Leaving directory '/usr/temp_pb_install_dir' 2024-08-20T22:05:46.4247837Z #19 55.07 + make -j46 check 2024-08-20T22:05:46.4257453Z #19 55.08 Making check in . 2024-08-20T22:05:46.4258154Z #19 55.08 make[1]: Entering directory '/usr/temp_pb_install_dir' 2024-08-20T22:05:46.4258732Z #19 55.08 make check-local 2024-08-20T22:05:46.4259294Z #19 55.09 make[2]: Entering directory '/usr/temp_pb_install_dir' 2024-08-20T22:05:46.4259938Z #19 55.09 Making lib/libgmock.a lib/libgmock_main.a in gmock 2024-08-20T22:05:46.4260847Z #19 55.09 make[3]: Entering directory '/usr/temp_pb_install_dir/third_party/googletest/googletest' 2024-08-20T22:05:46.4261824Z #19 55.09 depbase=`echo src/gtest-all.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 2024-08-20T22:05:46.4263773Z #19 55.09 /bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -std=c++11 -DNDEBUG -MT src/gtest-all.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest-all.lo src/gtest-all.cc &&\ 2024-08-20T22:05:46.4265381Z #19 55.09 mv -f $depbase.Tpo $depbase.Plo 2024-08-20T22:05:46.4266088Z #19 55.09 depbase=`echo src/gtest_main.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 2024-08-20T22:05:46.4267981Z #19 55.09 /bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -std=c++11 -DNDEBUG -MT src/gtest_main.lo -MD -MP -MF $depbase.Tpo -c -o src/gtest_main.lo src/gtest_main.cc &&\ 2024-08-20T22:05:46.4269548Z #19 55.09 mv -f $depbase.Tpo $depbase.Plo 2024-08-20T22:05:46.4271240Z #19 55.13 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -std=c++11 -DNDEBUG -MT src/gtest-all.lo -MD -MP -MF src/.deps/gtest-all.Tpo -c src/gtest-all.cc -fPIC -DPIC -o src/.libs/gtest-all.o 2024-08-20T22:05:46.4274011Z #19 55.13 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -std=c++11 -DNDEBUG -MT src/gtest_main.lo -MD -MP -MF src/.deps/gtest_main.Tpo -c src/gtest_main.cc -fPIC -DPIC -o src/.libs/gtest_main.o 2024-08-20T22:05:46.8777703Z #19 55.73 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -std=c++11 -DNDEBUG -MT src/gtest_main.lo -MD -MP -MF src/.deps/gtest_main.Tpo -c src/gtest_main.cc -o src/gtest_main.o >/dev/null 2>&1 2024-08-20T22:05:49.2459879Z #19 58.10 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I. -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -std=c++11 -DNDEBUG -MT src/gtest-all.lo -MD -MP -MF src/.deps/gtest-all.Tpo -c src/gtest-all.cc -o src/gtest-all.o >/dev/null 2>&1 2024-08-20T22:05:52.1853699Z #19 61.04 /bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -DGTEST_HAS_PTHREAD=1 -g -std=c++11 -DNDEBUG -o lib/libgtest.la -rpath /usr/local/lib src/gtest-all.lo 2024-08-20T22:05:52.3629257Z #19 61.11 libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o src/.libs/gtest-all.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o -pthread -g -pthread -Wl,-soname -Wl,libgtest.so.0 -o lib/.libs/libgtest.so.0.0.0 2024-08-20T22:05:52.3633760Z #19 61.22 libtool: link: (cd "lib/.libs" && rm -f "libgtest.so.0" && ln -s "libgtest.so.0.0.0" "libgtest.so.0") 2024-08-20T22:05:52.4961333Z #19 61.22 libtool: link: (cd "lib/.libs" && rm -f "libgtest.so" && ln -s "libgtest.so.0.0.0" "libgtest.so") 2024-08-20T22:05:52.4962404Z #19 61.23 libtool: link: ar cr lib/.libs/libgtest.a src/gtest-all.o 2024-08-20T22:05:52.4963284Z #19 61.24 libtool: link: ranlib lib/.libs/libgtest.a 2024-08-20T22:05:52.4964195Z #19 61.26 libtool: link: ( cd "lib/.libs" && rm -f "libgtest.la" && ln -s "../libgtest.la" "libgtest.la" ) 2024-08-20T22:05:52.4965874Z #19 61.27 /bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -DGTEST_HAS_PTHREAD=1 -g -std=c++11 -DNDEBUG -o lib/libgtest_main.la -rpath /usr/local/lib src/gtest_main.lo lib/libgtest.la 2024-08-20T22:05:52.4971688Z #19 61.35 libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o src/.libs/gtest_main.o -Wl,-rpath -Wl,/usr/temp_pb_install_dir/third_party/googletest/googletest/lib/.libs lib/.libs/libgtest.so -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o -pthread -g -pthread -Wl,-soname -Wl,libgtest_main.so.0 -o lib/.libs/libgtest_main.so.0.0.0 2024-08-20T22:05:52.6151513Z #19 61.40 libtool: link: (cd "lib/.libs" && rm -f "libgtest_main.so.0" && ln -s "libgtest_main.so.0.0.0" "libgtest_main.so.0") 2024-08-20T22:05:52.6152965Z #19 61.41 libtool: link: (cd "lib/.libs" && rm -f "libgtest_main.so" && ln -s "libgtest_main.so.0.0.0" "libgtest_main.so") 2024-08-20T22:05:52.6153936Z #19 61.41 libtool: link: ar cr lib/.libs/libgtest_main.a src/gtest_main.o 2024-08-20T22:05:52.6154614Z #19 61.41 libtool: link: ranlib lib/.libs/libgtest_main.a 2024-08-20T22:05:52.6155581Z #19 61.43 libtool: link: ( cd "lib/.libs" && rm -f "libgtest_main.la" && ln -s "../libgtest_main.la" "libgtest_main.la" ) 2024-08-20T22:05:52.6156766Z #19 61.43 make[3]: Leaving directory '/usr/temp_pb_install_dir/third_party/googletest/googletest' 2024-08-20T22:05:52.6157870Z #19 61.43 make[3]: Entering directory '/usr/temp_pb_install_dir/third_party/googletest/googlemock' 2024-08-20T22:05:52.6158840Z #19 61.43 depbase=`echo src/gmock-all.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 2024-08-20T22:05:52.6160892Z #19 61.43 /bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -std=c++11 -DNDEBUG -MT src/gmock-all.lo -MD -MP -MF $depbase.Tpo -c -o src/gmock-all.lo src/gmock-all.cc &&\ 2024-08-20T22:05:52.6162848Z #19 61.43 mv -f $depbase.Tpo $depbase.Plo 2024-08-20T22:05:52.6163559Z #19 61.43 depbase=`echo src/gmock_main.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ 2024-08-20T22:05:52.6165597Z #19 61.43 /bin/bash ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -std=c++11 -DNDEBUG -MT src/gmock_main.lo -MD -MP -MF $depbase.Tpo -c -o src/gmock_main.lo src/gmock_main.cc &&\ 2024-08-20T22:05:52.6167268Z #19 61.43 mv -f $depbase.Tpo $depbase.Plo 2024-08-20T22:05:52.6169102Z #19 61.47 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -std=c++11 -DNDEBUG -MT src/gmock-all.lo -MD -MP -MF src/.deps/gmock-all.Tpo -c src/gmock-all.cc -fPIC -DPIC -o src/.libs/gmock-all.o 2024-08-20T22:05:52.7657685Z #19 61.47 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -std=c++11 -DNDEBUG -MT src/gmock_main.lo -MD -MP -MF src/.deps/gmock_main.Tpo -c src/gmock_main.cc -fPIC -DPIC -o src/.libs/gmock_main.o 2024-08-20T22:05:53.3992383Z #19 62.25 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -std=c++11 -DNDEBUG -MT src/gmock_main.lo -MD -MP -MF src/.deps/gmock_main.Tpo -c src/gmock_main.cc -o src/gmock_main.o >/dev/null 2>&1 2024-08-20T22:05:54.2625359Z #19 63.12 libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./build-aux -I./../googletest/include -I./include -pthread -DGTEST_HAS_PTHREAD=1 -g -std=c++11 -DNDEBUG -MT src/gmock-all.lo -MD -MP -MF src/.deps/gmock-all.Tpo -c src/gmock-all.cc -o src/gmock-all.o >/dev/null 2>&1 2024-08-20T22:05:55.8566978Z #19 64.71 /bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -DGTEST_HAS_PTHREAD=1 -g -std=c++11 -DNDEBUG -o lib/libgmock.la -rpath /usr/local/lib src/gmock-all.lo 2024-08-20T22:05:56.0017440Z #19 64.79 libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o src/.libs/gmock-all.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o -pthread -g -pthread -Wl,-soname -Wl,libgmock.so.0 -o lib/.libs/libgmock.so.0.0.0 2024-08-20T22:05:56.0021808Z #19 64.86 libtool: link: (cd "lib/.libs" && rm -f "libgmock.so.0" && ln -s "libgmock.so.0.0.0" "libgmock.so.0") 2024-08-20T22:05:56.1181131Z #19 64.86 libtool: link: (cd "lib/.libs" && rm -f "libgmock.so" && ln -s "libgmock.so.0.0.0" "libgmock.so") 2024-08-20T22:05:56.1182165Z #19 64.86 libtool: link: ar cr lib/.libs/libgmock.a src/gmock-all.o 2024-08-20T22:05:56.1182788Z #19 64.87 libtool: link: ranlib lib/.libs/libgmock.a 2024-08-20T22:05:56.1183668Z #19 64.89 libtool: link: ( cd "lib/.libs" && rm -f "libgmock.la" && ln -s "../libgmock.la" "libgmock.la" ) 2024-08-20T22:05:56.1185355Z #19 64.89 /bin/bash ./libtool --tag=CXX --mode=link g++ -pthread -DGTEST_HAS_PTHREAD=1 -g -std=c++11 -DNDEBUG -o lib/libgmock_main.la -rpath /usr/local/lib src/gmock_main.lo lib/libgmock.la 2024-08-20T22:05:56.1191180Z #19 64.97 libtool: link: g++ -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o src/.libs/gmock_main.o -Wl,-rpath -Wl,/usr/temp_pb_install_dir/third_party/googletest/googlemock/lib/.libs lib/.libs/libgmock.so -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o -pthread -g -pthread -Wl,-soname -Wl,libgmock_main.so.0 -o lib/.libs/libgmock_main.so.0.0.0 2024-08-20T22:05:56.3096300Z #19 65.02 libtool: link: (cd "lib/.libs" && rm -f "libgmock_main.so.0" && ln -s "libgmock_main.so.0.0.0" "libgmock_main.so.0") 2024-08-20T22:05:56.3098596Z #19 65.03 libtool: link: (cd "lib/.libs" && rm -f "libgmock_main.so" && ln -s "libgmock_main.so.0.0.0" "libgmock_main.so") 2024-08-20T22:05:56.3099572Z #19 65.03 libtool: link: ar cr lib/.libs/libgmock_main.a src/gmock_main.o 2024-08-20T22:05:56.3100245Z #19 65.03 libtool: link: ranlib lib/.libs/libgmock_main.a 2024-08-20T22:05:56.3101225Z #19 65.05 libtool: link: ( cd "lib/.libs" && rm -f "libgmock_main.la" && ln -s "../libgmock_main.la" "libgmock_main.la" ) 2024-08-20T22:05:56.3102424Z #19 65.05 make[3]: Leaving directory '/usr/temp_pb_install_dir/third_party/googletest/googlemock' 2024-08-20T22:05:56.3103307Z #19 65.05 make[2]: Leaving directory '/usr/temp_pb_install_dir' 2024-08-20T22:05:56.3104016Z #19 65.05 make[1]: Leaving directory '/usr/temp_pb_install_dir' 2024-08-20T22:05:56.3104536Z #19 65.05 Making check in src 2024-08-20T22:05:56.3105096Z #19 65.16 make[1]: Entering directory '/usr/temp_pb_install_dir/src' 2024-08-20T22:05:56.3106668Z #19 65.16 make protoc protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test test_plugin protobuf-lite-arena-test no-warning-test zcgzip zcgunzip 2024-08-20T22:05:56.4249243Z #19 65.28 make[2]: Entering directory '/usr/temp_pb_install_dir/src' 2024-08-20T22:05:56.4250030Z #19 65.28 make[2]: 'protoc' is up to date. 2024-08-20T22:05:56.5876407Z #19 65.28 oldpwd=`pwd` && ( cd . && $oldpwd/protoc -I. --cpp_out=$oldpwd google/protobuf/any_test.proto google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto google/protobuf/map_lite_unittest.proto google/protobuf/map_proto2_unittest.proto google/protobuf/map_unittest.proto google/protobuf/unittest_arena.proto google/protobuf/unittest_custom_options.proto google/protobuf/unittest_drop_unknown_fields.proto google/protobuf/unittest_embed_optimize_for.proto google/protobuf/unittest_empty.proto google/protobuf/unittest_enormous_descriptor.proto google/protobuf/unittest_import_lite.proto google/protobuf/unittest_import.proto google/protobuf/unittest_import_public_lite.proto google/protobuf/unittest_import_public.proto google/protobuf/unittest_lazy_dependencies.proto google/protobuf/unittest_lazy_dependencies_custom_option.proto google/protobuf/unittest_lazy_dependencies_enum.proto google/protobuf/unittest_lite_imports_nonlite.proto google/protobuf/unittest_lite.proto google/protobuf/unittest_mset.proto google/protobuf/unittest_mset_wire_format.proto google/protobuf/unittest_no_field_presence.proto google/protobuf/unittest_no_generic_services.proto google/protobuf/unittest_optimize_for.proto google/protobuf/unittest_preserve_unknown_enum2.proto google/protobuf/unittest_preserve_unknown_enum.proto google/protobuf/unittest.proto google/protobuf/unittest_proto3.proto google/protobuf/unittest_proto3_arena.proto google/protobuf/unittest_proto3_arena_lite.proto google/protobuf/unittest_proto3_lite.proto google/protobuf/unittest_proto3_optional.proto google/protobuf/unittest_well_known_types.proto google/protobuf/util/internal/testdata/anys.proto google/protobuf/util/internal/testdata/books.proto google/protobuf/util/internal/testdata/default_value.proto google/protobuf/util/internal/testdata/default_value_test.proto google/protobuf/util/internal/testdata/field_mask.proto google/protobuf/util/internal/testdata/maps.proto google/protobuf/util/internal/testdata/oneofs.proto google/protobuf/util/internal/testdata/proto3.proto google/protobuf/util/internal/testdata/struct.proto google/protobuf/util/internal/testdata/timestamp_duration.proto google/protobuf/util/internal/testdata/wrappers.proto google/protobuf/util/json_format.proto google/protobuf/util/json_format_proto3.proto google/protobuf/util/message_differencer_unittest.proto google/protobuf/compiler/cpp/cpp_test_large_enum_value.proto --experimental_allow_proto3_optional ) 2024-08-20T22:05:56.5891927Z #19 65.28 echo "// Generated from Makefile.am" > no_warning_test.cc 2024-08-20T22:05:56.5892810Z #19 65.28 CXX google/protobuf/compiler/test_plugin-mock_code_generator.o 2024-08-20T22:05:56.5893663Z #19 65.28 CXX google/protobuf/compiler/test_plugin-test_plugin.o 2024-08-20T22:05:56.5918345Z #19 65.28 for FILE in google/protobuf/stubs/callback.h google/protobuf/stubs/bytestream.h google/protobuf/stubs/casts.h google/protobuf/stubs/common.h google/protobuf/stubs/hash.h google/protobuf/stubs/logging.h google/protobuf/stubs/macros.h google/protobuf/stubs/map_util.h google/protobuf/stubs/mutex.h google/protobuf/stubs/once.h google/protobuf/stubs/platform_macros.h google/protobuf/stubs/port.h google/protobuf/stubs/status.h google/protobuf/stubs/stl_util.h google/protobuf/stubs/stringpiece.h google/protobuf/stubs/strutil.h google/protobuf/stubs/template_util.h google/protobuf/any.pb.h google/protobuf/api.pb.h google/protobuf/any.h google/protobuf/arena.h google/protobuf/arena_impl.h google/protobuf/arenastring.h google/protobuf/descriptor_database.h google/protobuf/descriptor.h google/protobuf/descriptor.pb.h google/protobuf/duration.pb.h google/protobuf/dynamic_message.h google/protobuf/empty.pb.h google/protobuf/extension_set.h google/protobuf/extension_set_inl.h google/protobuf/field_access_listener.h google/protobuf/field_mask.pb.h google/protobuf/generated_enum_reflection.h google/protobuf/generated_enum_util.h google/protobuf/generated_message_reflection.h google/protobuf/generated_message_table_driven.h google/protobuf/generated_message_tctable_decl.h google/protobuf/generated_message_tctable_impl.h google/protobuf/generated_message_tctable_impl.inc google/protobuf/generated_message_util.h google/protobuf/has_bits.h google/protobuf/implicit_weak_message.h google/protobuf/io/io_win32.h google/protobuf/map_entry.h google/protobuf/map_entry_lite.h google/protobuf/map_field.h google/protobuf/map_field_inl.h google/protobuf/map_field_lite.h google/protobuf/map.h google/protobuf/map_type_handler.h google/protobuf/message.h google/protobuf/message_lite.h google/protobuf/metadata.h google/protobuf/metadata_lite.h google/protobuf/parse_context.h google/protobuf/port.h google/protobuf/port_def.inc google/protobuf/port_undef.inc google/protobuf/reflection.h google/protobuf/reflection_ops.h google/protobuf/repeated_field.h google/protobuf/service.h google/protobuf/source_context.pb.h google/protobuf/struct.pb.h google/protobuf/text_format.h google/protobuf/timestamp.pb.h google/protobuf/type.pb.h google/protobuf/unknown_field_set.h google/protobuf/wire_format.h google/protobuf/wire_format_lite.h google/protobuf/wrappers.pb.h google/protobuf/io/coded_stream.h google/protobuf/io/gzip_stream.h google/protobuf/io/printer.h google/protobuf/io/strtod.h google/protobuf/io/tokenizer.h google/protobuf/io/zero_copy_stream.h google/protobuf/io/zero_copy_stream_impl.h google/protobuf/io/zero_copy_stream_impl_lite.h google/protobuf/compiler/code_generator.h google/protobuf/compiler/command_line_interface.h google/protobuf/compiler/importer.h google/protobuf/compiler/parser.h google/protobuf/compiler/plugin.h google/protobuf/compiler/plugin.pb.h google/protobuf/compiler/cpp/cpp_generator.h google/protobuf/compiler/csharp/csharp_generator.h google/protobuf/compiler/csharp/csharp_names.h google/protobuf/compiler/java/java_generator.h google/protobuf/compiler/java/java_kotlin_generator.h google/protobuf/compiler/java/java_names.h google/protobuf/compiler/js/js_generator.h google/protobuf/compiler/js/well_known_types_embed.h google/protobuf/compiler/objectivec/objectivec_generator.h google/protobuf/compiler/objectivec/objectivec_helpers.h google/protobuf/compiler/php/php_generator.h google/protobuf/compiler/python/python_generator.h google/protobuf/compiler/ruby/ruby_generator.h google/protobuf/util/type_resolver.h google/protobuf/util/delimited_message_util.h google/protobuf/util/field_comparator.h google/protobuf/util/field_mask_util.h google/protobuf/util/json_util.h google/protobuf/util/time_util.h google/protobuf/util/type_resolver_util.h google/protobuf/util/message_differencer.h; do \ 2024-08-20T22:05:56.5941994Z #19 65.28 if [[ $FILE != *.inc ]]; then \ 2024-08-20T22:05:56.5942570Z #19 65.28 echo "#include <${FILE}>" >> no_warning_test.cc; \ 2024-08-20T22:05:56.5943060Z #19 65.28 fi \ 2024-08-20T22:05:56.5943338Z #19 65.28 done 2024-08-20T22:05:56.5943855Z #19 65.28 CXX google/protobuf/testing/test_plugin-file.o 2024-08-20T22:05:56.5944439Z #19 65.28 CXX google/protobuf/testing/zcgzip.o 2024-08-20T22:05:56.5944991Z #19 65.29 CXX google/protobuf/testing/zcgunzip.o 2024-08-20T22:05:56.5945642Z #19 65.29 echo "int main(int, char**) { return 0; }" >> no_warning_test.cc 2024-08-20T22:05:56.5946338Z #19 65.29 CXX no_warning_test-no_warning_test.o 2024-08-20T22:05:56.8643729Z #19 65.72 CXXLD zcgzip 2024-08-20T22:05:56.9735267Z #19 65.72 CXXLD zcgunzip 2024-08-20T22:05:56.9736065Z #19 65.80 touch unittest_proto_middleman 2024-08-20T22:05:56.9737508Z #19 65.80 CXX google/protobuf/stubs/protobuf_test-bytestream_unittest.o 2024-08-20T22:05:56.9738986Z #19 65.80 CXX google/protobuf/stubs/protobuf_test-common_unittest.o 2024-08-20T22:05:56.9740399Z #19 65.80 CXX google/protobuf/stubs/protobuf_test-int128_unittest.o 2024-08-20T22:05:56.9742195Z #19 65.80 CXX google/protobuf/io/protobuf_test-io_win32_unittest.o 2024-08-20T22:05:56.9743676Z #19 65.81 CXX google/protobuf/stubs/protobuf_test-statusor_test.o 2024-08-20T22:05:56.9745074Z #19 65.81 CXX google/protobuf/stubs/protobuf_test-status_test.o 2024-08-20T22:05:56.9746560Z #19 65.81 CXX google/protobuf/stubs/protobuf_test-stringprintf_unittest.o 2024-08-20T22:05:56.9748133Z #19 65.81 CXX google/protobuf/stubs/protobuf_test-stringpiece_unittest.o 2024-08-20T22:05:56.9749812Z #19 65.81 CXX google/protobuf/stubs/protobuf_test-structurally_valid_unittest.o 2024-08-20T22:05:56.9751417Z #19 65.81 CXX google/protobuf/stubs/protobuf_test-strutil_unittest.o 2024-08-20T22:05:56.9752992Z #19 65.81 CXX google/protobuf/stubs/protobuf_test-template_util_unittest.o 2024-08-20T22:05:56.9754469Z #19 65.81 CXX google/protobuf/stubs/protobuf_test-time_test.o 2024-08-20T22:05:56.9755745Z #19 65.81 CXX google/protobuf/protobuf_test-any_test.o 2024-08-20T22:05:56.9757081Z #19 65.81 CXX google/protobuf/protobuf_test-arenastring_unittest.o 2024-08-20T22:05:56.9758344Z #19 65.81 CXX google/protobuf/protobuf_test-arena_unittest.o 2024-08-20T22:05:56.9759811Z #19 65.81 CXX google/protobuf/protobuf_test-descriptor_database_unittest.o 2024-08-20T22:05:56.9761388Z #19 65.81 CXX google/protobuf/protobuf_test-drop_unknown_fields_test.o 2024-08-20T22:05:56.9762845Z #19 65.81 CXX google/protobuf/protobuf_test-descriptor_unittest.o 2024-08-20T22:05:56.9764345Z #19 65.81 CXX google/protobuf/protobuf_test-dynamic_message_unittest.o 2024-08-20T22:05:56.9766021Z #19 65.81 CXX google/protobuf/protobuf_test-generated_message_reflection_unittest.o 2024-08-20T22:05:56.9767687Z #19 65.81 CXX google/protobuf/protobuf_test-extension_set_unittest.o 2024-08-20T22:05:56.9769133Z #19 65.81 CXX google/protobuf/protobuf_test-map_field_test.o 2024-08-20T22:05:56.9770394Z #19 65.81 CXX google/protobuf/protobuf_test-map_test.o 2024-08-20T22:05:56.9771731Z #19 65.81 CXX google/protobuf/protobuf_test-message_unittest.o 2024-08-20T22:05:56.9773133Z #19 65.81 CXX google/protobuf/protobuf_test-no_field_presence_test.o 2024-08-20T22:05:56.9774839Z #19 65.81 CXX google/protobuf/protobuf_test-proto3_arena_lite_unittest.o 2024-08-20T22:05:56.9776407Z #19 65.81 CXX google/protobuf/protobuf_test-preserve_unknown_enum_test.o 2024-08-20T22:05:56.9777923Z #19 65.81 CXX google/protobuf/protobuf_test-proto3_arena_unittest.o 2024-08-20T22:05:56.9779696Z #19 65.81 CXX google/protobuf/protobuf_test-proto3_lite_unittest.o 2024-08-20T22:05:56.9781135Z #19 65.81 CXX google/protobuf/protobuf_test-reflection_ops_unittest.o 2024-08-20T22:05:56.9782757Z #19 65.81 CXX google/protobuf/protobuf_test-repeated_field_reflection_unittest.o 2024-08-20T22:05:56.9784345Z #19 65.81 CXX google/protobuf/protobuf_test-repeated_field_unittest.o 2024-08-20T22:05:56.9785802Z #19 65.81 CXX google/protobuf/protobuf_test-text_format_unittest.o 2024-08-20T22:05:56.9787317Z #19 65.81 CXX google/protobuf/protobuf_test-unknown_field_set_unittest.o 2024-08-20T22:05:56.9788831Z #19 65.81 CXX google/protobuf/protobuf_test-well_known_types_unittest.o 2024-08-20T22:05:56.9927328Z #19 65.81 CXX google/protobuf/protobuf_test-wire_format_unittest.o 2024-08-20T22:05:56.9928605Z #19 65.81 CXX google/protobuf/io/protobuf_test-coded_stream_unittest.o 2024-08-20T22:05:56.9929848Z #19 65.81 CXX google/protobuf/io/protobuf_test-printer_unittest.o 2024-08-20T22:05:56.9931874Z #19 65.81 CXX google/protobuf/io/protobuf_test-tokenizer_unittest.o 2024-08-20T22:05:56.9933111Z #19 65.81 CXX google/protobuf/io/protobuf_test-zero_copy_stream_unittest.o 2024-08-20T22:05:56.9934466Z #19 65.81 CXX google/protobuf/compiler/protobuf_test-annotation_test_util.o 2024-08-20T22:05:56.9935855Z #19 65.82 CXX google/protobuf/compiler/protobuf_test-importer_unittest.o 2024-08-20T22:05:56.9939435Z #19 65.83 CXX google/protobuf/compiler/protobuf_test-mock_code_generator.o 2024-08-20T22:05:57.0929892Z #19 65.95 CXX google/protobuf/compiler/protobuf_test-parser_unittest.o 2024-08-20T22:05:57.2458370Z #19 65.95 CXX google/protobuf/compiler/cpp/protobuf_test-cpp_bootstrap_unittest.o 2024-08-20T22:05:58.2707237Z #19 67.12 CXX google/protobuf/compiler/cpp/protobuf_test-cpp_move_unittest.o 2024-08-20T22:05:58.4335092Z #19 67.29 google/protobuf/io/coded_stream_unittest.cc: In member function 'virtual void google::protobuf::io::{anonymous}::CodedStreamTest_ReadStringNoReservationSizeIsOverTheTotalBytesLimit_Test::TestBody()': 2024-08-20T22:05:58.4340731Z #19 67.29 google/protobuf/io/coded_stream_unittest.cc:867:42: warning: 'void google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int, int)' is deprecated: Please use the single parameter version of SetTotalBytesLimit(). The second parameter is ignored. [-Wdeprecated-declarations] 2024-08-20T22:05:58.4345926Z #19 67.29 867 | coded_input.SetTotalBytesLimit(16, 16); 2024-08-20T22:05:58.4347149Z #19 67.29 | ^ 2024-08-20T22:05:58.6131307Z #19 67.29 In file included from google/protobuf/io/coded_stream_unittest.cc:37: 2024-08-20T22:05:58.6132854Z #19 67.29 ./google/protobuf/io/coded_stream.h:405:8: note: declared here 2024-08-20T22:05:58.6134313Z #19 67.29 405 | void SetTotalBytesLimit(int total_bytes_limit, int) { 2024-08-20T22:05:58.6135313Z #19 67.29 | ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.6138704Z #19 67.29 google/protobuf/io/coded_stream_unittest.cc: In member function 'virtual void google::protobuf::io::{anonymous}::CodedStreamTest_ReadStringNoReservationSizeIsOverTheClosestLimit_GlobalLimitIsCloser_Test::TestBody()': 2024-08-20T22:05:58.6144489Z #19 67.29 google/protobuf/io/coded_stream_unittest.cc:889:42: warning: 'void google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int, int)' is deprecated: Please use the single parameter version of SetTotalBytesLimit(). The second parameter is ignored. [-Wdeprecated-declarations] 2024-08-20T22:05:58.6147897Z #19 67.29 889 | coded_input.SetTotalBytesLimit(16, 16); 2024-08-20T22:05:58.6148909Z #19 67.29 | ^ 2024-08-20T22:05:58.6150104Z #19 67.29 In file included from google/protobuf/io/coded_stream_unittest.cc:37: 2024-08-20T22:05:58.6151554Z #19 67.29 ./google/protobuf/io/coded_stream.h:405:8: note: declared here 2024-08-20T22:05:58.6153209Z #19 67.29 405 | void SetTotalBytesLimit(int total_bytes_limit, int) { 2024-08-20T22:05:58.6154221Z #19 67.29 | ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.6157452Z #19 67.29 google/protobuf/io/coded_stream_unittest.cc: In member function 'virtual void google::protobuf::io::{anonymous}::CodedStreamTest_ReadStringNoReservationSizeIsOverTheClosestLimit_LocalLimitIsCloser_Test::TestBody()': 2024-08-20T22:05:58.6163204Z #19 67.29 google/protobuf/io/coded_stream_unittest.cc:911:68: warning: 'void google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int, int)' is deprecated: Please use the single parameter version of SetTotalBytesLimit(). The second parameter is ignored. [-Wdeprecated-declarations] 2024-08-20T22:05:58.6172506Z #19 67.29 911 | coded_input.SetTotalBytesLimit(sizeof(buffer_), sizeof(buffer_)); 2024-08-20T22:05:58.6174261Z #19 67.29 | ^ 2024-08-20T22:05:58.6175535Z #19 67.29 In file included from google/protobuf/io/coded_stream_unittest.cc:37: 2024-08-20T22:05:58.6176991Z #19 67.29 ./google/protobuf/io/coded_stream.h:405:8: note: declared here 2024-08-20T22:05:58.6178304Z #19 67.29 405 | void SetTotalBytesLimit(int total_bytes_limit, int) { 2024-08-20T22:05:58.6179332Z #19 67.29 | ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.6181907Z #19 67.33 google/protobuf/io/coded_stream_unittest.cc: In member function 'virtual void google::protobuf::io::{anonymous}::CodedStreamTest_TotalBytesLimit_Test::TestBody()': 2024-08-20T22:05:58.6187297Z #19 67.33 google/protobuf/io/coded_stream_unittest.cc:1183:40: warning: 'void google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int, int)' is deprecated: Please use the single parameter version of SetTotalBytesLimit(). The second parameter is ignored. [-Wdeprecated-declarations] 2024-08-20T22:05:58.6190886Z #19 67.33 1183 | coded_input.SetTotalBytesLimit(16, -1); 2024-08-20T22:05:58.6191922Z #19 67.33 | ^ 2024-08-20T22:05:58.6193112Z #19 67.33 In file included from google/protobuf/io/coded_stream_unittest.cc:37: 2024-08-20T22:05:58.6194533Z #19 67.33 ./google/protobuf/io/coded_stream.h:405:8: note: declared here 2024-08-20T22:05:58.6195875Z #19 67.33 405 | void SetTotalBytesLimit(int total_bytes_limit, int) { 2024-08-20T22:05:58.6196893Z #19 67.33 | ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.6200681Z #19 67.33 google/protobuf/io/coded_stream_unittest.cc:1203:40: warning: 'void google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int, int)' is deprecated: Please use the single parameter version of SetTotalBytesLimit(). The second parameter is ignored. [-Wdeprecated-declarations] 2024-08-20T22:05:58.6204236Z #19 67.33 1203 | coded_input.SetTotalBytesLimit(32, -1); 2024-08-20T22:05:58.6205253Z #19 67.33 | ^ 2024-08-20T22:05:58.6206481Z #19 67.33 In file included from google/protobuf/io/coded_stream_unittest.cc:37: 2024-08-20T22:05:58.6207877Z #19 67.33 ./google/protobuf/io/coded_stream.h:405:8: note: declared here 2024-08-20T22:05:58.6209207Z #19 67.33 405 | void SetTotalBytesLimit(int total_bytes_limit, int) { 2024-08-20T22:05:58.6210243Z #19 67.33 | ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.6212974Z #19 67.33 google/protobuf/io/coded_stream_unittest.cc: In member function 'virtual void google::protobuf::io::{anonymous}::CodedStreamTest_TotalBytesLimitNotValidMessageEnd_Test::TestBody()': 2024-08-20T22:05:58.6218344Z #19 67.33 google/protobuf/io/coded_stream_unittest.cc:1216:40: warning: 'void google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int, int)' is deprecated: Please use the single parameter version of SetTotalBytesLimit(). The second parameter is ignored. [-Wdeprecated-declarations] 2024-08-20T22:05:58.6221898Z #19 67.33 1216 | coded_input.SetTotalBytesLimit(16, -1); 2024-08-20T22:05:58.6222904Z #19 67.33 | ^ 2024-08-20T22:05:58.6224081Z #19 67.33 In file included from google/protobuf/io/coded_stream_unittest.cc:37: 2024-08-20T22:05:58.6225734Z #19 67.33 ./google/protobuf/io/coded_stream.h:405:8: note: declared here 2024-08-20T22:05:58.6227028Z #19 67.33 405 | void SetTotalBytesLimit(int total_bytes_limit, int) { 2024-08-20T22:05:58.6228063Z #19 67.33 | ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.6229334Z #19 67.35 CXX google/protobuf/compiler/cpp/protobuf_test-cpp_unittest.o 2024-08-20T22:05:58.6231261Z #19 67.36 CXX google/protobuf/compiler/cpp/protobuf_test-cpp_plugin_unittest.o 2024-08-20T22:05:58.6234769Z #19 67.47 google/protobuf/io/coded_stream_unittest.cc: In instantiation of 'void google::protobuf::io::{anonymous}::CodedStreamTest_ReadStringReservesMemoryOnTotalLimit_DD::DoSingleCase(const CaseType&) [with CaseType = int]': 2024-08-20T22:05:58.6237736Z #19 67.47 google/protobuf/io/coded_stream_unittest.cc:738:1: required from here 2024-08-20T22:05:58.6241917Z #19 67.47 google/protobuf/io/coded_stream_unittest.cc:744:35: warning: 'void google::protobuf::io::CodedInputStream::SetTotalBytesLimit(int, int)' is deprecated: Please use the single parameter version of SetTotalBytesLimit(). The second parameter is ignored. [-Wdeprecated-declarations] 2024-08-20T22:05:58.6245587Z #19 67.47 744 | coded_input.SetTotalBytesLimit(sizeof(kRawBytes), sizeof(kRawBytes)); 2024-08-20T22:05:58.6246994Z #19 67.47 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.7463370Z #19 67.47 In file included from google/protobuf/io/coded_stream_unittest.cc:37: 2024-08-20T22:05:58.7465143Z #19 67.47 ./google/protobuf/io/coded_stream.h:405:8: note: declared here 2024-08-20T22:05:58.7466550Z #19 67.47 405 | void SetTotalBytesLimit(int total_bytes_limit, int) { 2024-08-20T22:05:58.7467582Z #19 67.47 | ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.7469017Z #19 67.60 CXX google/protobuf/compiler/cpp/protobuf_test-metadata_test.o 2024-08-20T22:05:58.9615204Z #19 67.63 CXX google/protobuf/compiler/java/protobuf_test-java_plugin_unittest.o 2024-08-20T22:05:58.9617116Z #19 67.64 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:05:58.9621215Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, 2024-08-20T22:05:58.9623468Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, 2024-08-20T22:05:58.9625887Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, 2024-08-20T22:05:58.9627330Z #19 67.64 from ./google/protobuf/testing/googletest.h:41, 2024-08-20T22:05:58.9629075Z #19 67.64 from ./google/protobuf/proto3_lite_unittest.inc:36, 2024-08-20T22:05:58.9630349Z #19 67.64 from google/protobuf/proto3_lite_unittest.cc:37: 2024-08-20T22:05:58.9633391Z #19 67.64 ./google/protobuf/proto3_lite_unittest.inc: In member function 'virtual void google::protobuf::{anonymous}::Proto3LiteTest_Swap_Test::TestBody()': 2024-08-20T22:05:58.9639962Z #19 67.64 ./google/protobuf/proto3_lite_unittest.inc:130:27: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 2024-08-20T22:05:58.9642700Z #19 67.64 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); 2024-08-20T22:05:58.9643787Z #19 67.64 | ^ 2024-08-20T22:05:58.9646238Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:05:58.9648707Z #19 67.64 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:05:58.9649964Z #19 67.64 | ^~~~~~~~~~ 2024-08-20T22:05:58.9652365Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:05:58.9659404Z #19 67.64 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:05:58.9660551Z #19 67.64 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.9765123Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:05:58.9767314Z #19 67.64 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ 2024-08-20T22:05:58.9768434Z #19 67.64 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.9770457Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest.h:2050:32: note: in expansion of macro 'GTEST_IS_NULL_LITERAL_' 2024-08-20T22:05:58.9772531Z #19 67.64 2050 | EqHelper::Compare, \ 2024-08-20T22:05:58.9773792Z #19 67.64 | ^~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.9775666Z #19 67.64 ./google/protobuf/proto3_lite_unittest.inc:130:3: note: in expansion of macro 'EXPECT_EQ' 2024-08-20T22:05:58.9777339Z #19 67.64 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); 2024-08-20T22:05:58.9778487Z #19 67.64 | ^~~~~~~~~ 2024-08-20T22:05:58.9779537Z #19 67.64 In file included from ./google/protobuf/generated_enum_util.h:36, 2024-08-20T22:05:58.9780867Z #19 67.64 from ./google/protobuf/map.h:55, 2024-08-20T22:05:58.9782169Z #19 67.64 from ./google/protobuf/generated_message_table_driven.h:34, 2024-08-20T22:05:58.9783561Z #19 67.64 from ./google/protobuf/unittest_proto3.pb.h:26, 2024-08-20T22:05:58.9787234Z #19 67.64 from google/protobuf/proto3_lite_unittest.cc:31: 2024-08-20T22:05:58.9788703Z #19 67.64 ./google/protobuf/message_lite.h:433:7: note: declared here 2024-08-20T22:05:58.9790183Z #19 67.64 433 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } 2024-08-20T22:05:58.9791394Z #19 67.64 | ^~~~~~~~ 2024-08-20T22:05:58.9792670Z #19 67.64 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:05:58.9795122Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, 2024-08-20T22:05:58.9797458Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, 2024-08-20T22:05:58.9799172Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, 2024-08-20T22:05:58.9800635Z #19 67.64 from ./google/protobuf/testing/googletest.h:41, 2024-08-20T22:05:58.9801974Z #19 67.64 from ./google/protobuf/proto3_lite_unittest.inc:36, 2024-08-20T22:05:58.9803311Z #19 67.64 from google/protobuf/proto3_lite_unittest.cc:37: 2024-08-20T22:05:58.9806734Z #19 67.64 ./google/protobuf/proto3_lite_unittest.inc:130:27: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 2024-08-20T22:05:58.9809768Z #19 67.64 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); 2024-08-20T22:05:58.9810917Z #19 67.64 | ^ 2024-08-20T22:05:58.9812978Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:05:58.9815366Z #19 67.64 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:05:58.9816725Z #19 67.64 | ^~~~~~~~~~ 2024-08-20T22:05:58.9819037Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:05:58.9821332Z #19 67.64 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:05:58.9822571Z #19 67.64 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.9824570Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:05:58.9827059Z #19 67.64 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ 2024-08-20T22:05:58.9828031Z #19 67.64 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.9830028Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest.h:2050:32: note: in expansion of macro 'GTEST_IS_NULL_LITERAL_' 2024-08-20T22:05:58.9847072Z #19 67.64 2050 | EqHelper::Compare, \ 2024-08-20T22:05:58.9848274Z #19 67.64 | ^~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.9850088Z #19 67.64 ./google/protobuf/proto3_lite_unittest.inc:130:3: note: in expansion of macro 'EXPECT_EQ' 2024-08-20T22:05:58.9851662Z #19 67.64 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); 2024-08-20T22:05:58.9852642Z #19 67.64 | ^~~~~~~~~ 2024-08-20T22:05:58.9853607Z #19 67.64 In file included from ./google/protobuf/generated_enum_util.h:36, 2024-08-20T22:05:58.9855023Z #19 67.64 from ./google/protobuf/map.h:55, 2024-08-20T22:05:58.9856252Z #19 67.64 from ./google/protobuf/generated_message_table_driven.h:34, 2024-08-20T22:05:58.9857599Z #19 67.64 from ./google/protobuf/unittest_proto3.pb.h:26, 2024-08-20T22:05:58.9858960Z #19 67.64 from google/protobuf/proto3_lite_unittest.cc:31: 2024-08-20T22:05:58.9860305Z #19 67.64 ./google/protobuf/message_lite.h:433:7: note: declared here 2024-08-20T22:05:58.9861856Z #19 67.64 433 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } 2024-08-20T22:05:58.9863392Z #19 67.64 | ^~~~~~~~ 2024-08-20T22:05:58.9864648Z #19 67.64 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:05:58.9867124Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, 2024-08-20T22:05:58.9869496Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, 2024-08-20T22:05:58.9871292Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, 2024-08-20T22:05:58.9872715Z #19 67.64 from ./google/protobuf/testing/googletest.h:41, 2024-08-20T22:05:58.9874005Z #19 67.64 from ./google/protobuf/proto3_lite_unittest.inc:36, 2024-08-20T22:05:58.9875343Z #19 67.64 from google/protobuf/proto3_lite_unittest.cc:37: 2024-08-20T22:05:58.9878588Z #19 67.64 ./google/protobuf/proto3_lite_unittest.inc:130:27: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 2024-08-20T22:05:58.9881419Z #19 67.64 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); 2024-08-20T22:05:58.9882574Z #19 67.64 | ^ 2024-08-20T22:05:58.9884719Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:05:58.9886948Z #19 67.64 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:05:58.9888312Z #19 67.64 | ^~~~~~~~~~ 2024-08-20T22:05:58.9890617Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:05:58.9892892Z #19 67.64 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:05:58.9894301Z #19 67.64 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.9896413Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:05:58.9898493Z #19 67.64 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ 2024-08-20T22:05:58.9899482Z #19 67.64 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.9901539Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest.h:2050:32: note: in expansion of macro 'GTEST_IS_NULL_LITERAL_' 2024-08-20T22:05:58.9904019Z #19 67.64 2050 | EqHelper::Compare, \ 2024-08-20T22:05:58.9905459Z #19 67.64 | ^~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.9907037Z #19 67.64 ./google/protobuf/proto3_lite_unittest.inc:130:3: note: in expansion of macro 'EXPECT_EQ' 2024-08-20T22:05:58.9908636Z #19 67.64 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); 2024-08-20T22:05:58.9909644Z #19 67.64 | ^~~~~~~~~ 2024-08-20T22:05:58.9910687Z #19 67.64 In file included from ./google/protobuf/generated_enum_util.h:36, 2024-08-20T22:05:58.9912007Z #19 67.64 from ./google/protobuf/map.h:55, 2024-08-20T22:05:58.9913226Z #19 67.64 from ./google/protobuf/generated_message_table_driven.h:34, 2024-08-20T22:05:58.9914541Z #19 67.64 from ./google/protobuf/unittest_proto3.pb.h:26, 2024-08-20T22:05:58.9915837Z #19 67.64 from google/protobuf/proto3_lite_unittest.cc:31: 2024-08-20T22:05:58.9917210Z #19 67.64 ./google/protobuf/message_lite.h:433:7: note: declared here 2024-08-20T22:05:58.9918760Z #19 67.64 433 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } 2024-08-20T22:05:58.9919973Z #19 67.64 | ^~~~~~~~ 2024-08-20T22:05:58.9921260Z #19 67.64 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:05:58.9923543Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, 2024-08-20T22:05:58.9925986Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, 2024-08-20T22:05:58.9927890Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, 2024-08-20T22:05:58.9929393Z #19 67.64 from ./google/protobuf/testing/googletest.h:41, 2024-08-20T22:05:58.9930988Z #19 67.64 from ./google/protobuf/proto3_lite_unittest.inc:36, 2024-08-20T22:05:58.9932351Z #19 67.64 from google/protobuf/proto3_lite_unittest.cc:37: 2024-08-20T22:05:58.9935889Z #19 67.64 ./google/protobuf/proto3_lite_unittest.inc:130:27: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 2024-08-20T22:05:58.9938757Z #19 67.64 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); 2024-08-20T22:05:58.9939896Z #19 67.64 | ^ 2024-08-20T22:05:58.9942060Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:05:58.9944331Z #19 67.64 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:05:58.9945709Z #19 67.64 | ^~~~~~~~~~ 2024-08-20T22:05:58.9947997Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:05:58.9950267Z #19 67.64 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:05:58.9951485Z #19 67.64 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.9953366Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:05:58.9955322Z #19 67.64 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ 2024-08-20T22:05:58.9956274Z #19 67.64 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.9958255Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest.h:2050:32: note: in expansion of macro 'GTEST_IS_NULL_LITERAL_' 2024-08-20T22:05:58.9960463Z #19 67.64 2050 | EqHelper::Compare, \ 2024-08-20T22:05:58.9961711Z #19 67.64 | ^~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:58.9963449Z #19 67.64 ./google/protobuf/proto3_lite_unittest.inc:130:3: note: in expansion of macro 'EXPECT_EQ' 2024-08-20T22:05:58.9965426Z #19 67.64 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); 2024-08-20T22:05:58.9966477Z #19 67.64 | ^~~~~~~~~ 2024-08-20T22:05:58.9967623Z #19 67.64 In file included from ./google/protobuf/generated_enum_util.h:36, 2024-08-20T22:05:58.9968867Z #19 67.64 from ./google/protobuf/map.h:55, 2024-08-20T22:05:58.9970070Z #19 67.64 from ./google/protobuf/generated_message_table_driven.h:34, 2024-08-20T22:05:58.9971396Z #19 67.64 from ./google/protobuf/unittest_proto3.pb.h:26, 2024-08-20T22:05:58.9972621Z #19 67.64 from google/protobuf/proto3_lite_unittest.cc:31: 2024-08-20T22:05:58.9974085Z #19 67.64 ./google/protobuf/message_lite.h:433:7: note: declared here 2024-08-20T22:05:58.9975606Z #19 67.64 433 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } 2024-08-20T22:05:58.9976800Z #19 67.64 | ^~~~~~~~ 2024-08-20T22:05:58.9978027Z #19 67.64 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:05:58.9980348Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, 2024-08-20T22:05:58.9982615Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, 2024-08-20T22:05:58.9984340Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, 2024-08-20T22:05:58.9986042Z #19 67.64 from ./google/protobuf/testing/googletest.h:41, 2024-08-20T22:05:58.9987432Z #19 67.64 from ./google/protobuf/proto3_lite_unittest.inc:36, 2024-08-20T22:05:58.9988758Z #19 67.64 from google/protobuf/proto3_lite_unittest.cc:37: 2024-08-20T22:05:58.9992127Z #19 67.64 ./google/protobuf/proto3_lite_unittest.inc:130:27: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 2024-08-20T22:05:58.9994958Z #19 67.64 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); 2024-08-20T22:05:58.9996047Z #19 67.64 | ^ 2024-08-20T22:05:58.9998184Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:05:59.0000486Z #19 67.64 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:05:59.0001882Z #19 67.64 | ^~~~~~~~~~ 2024-08-20T22:05:59.0004258Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:05:59.0006568Z #19 67.64 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:05:59.0007796Z #19 67.64 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.0009727Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:05:59.0011657Z #19 67.64 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ 2024-08-20T22:05:59.0012603Z #19 67.64 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.0014285Z #19 67.64 ./google/protobuf/proto3_lite_unittest.inc:130:3: note: in expansion of macro 'EXPECT_EQ' 2024-08-20T22:05:59.0015937Z #19 67.64 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); 2024-08-20T22:05:59.0016999Z #19 67.64 | ^~~~~~~~~ 2024-08-20T22:05:59.0017978Z #19 67.64 In file included from ./google/protobuf/generated_enum_util.h:36, 2024-08-20T22:05:59.0019212Z #19 67.64 from ./google/protobuf/map.h:55, 2024-08-20T22:05:59.0020453Z #19 67.64 from ./google/protobuf/generated_message_table_driven.h:34, 2024-08-20T22:05:59.0021808Z #19 67.64 from ./google/protobuf/unittest_proto3.pb.h:26, 2024-08-20T22:05:59.0022945Z #19 67.64 from google/protobuf/proto3_lite_unittest.cc:31: 2024-08-20T22:05:59.0024440Z #19 67.64 ./google/protobuf/message_lite.h:433:7: note: declared here 2024-08-20T22:05:59.0025950Z #19 67.64 433 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } 2024-08-20T22:05:59.0027132Z #19 67.64 | ^~~~~~~~ 2024-08-20T22:05:59.0028400Z #19 67.64 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:05:59.0031055Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, 2024-08-20T22:05:59.0033487Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, 2024-08-20T22:05:59.0035309Z #19 67.64 from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, 2024-08-20T22:05:59.0036774Z #19 67.64 from ./google/protobuf/testing/googletest.h:41, 2024-08-20T22:05:59.0038132Z #19 67.64 from ./google/protobuf/proto3_lite_unittest.inc:36, 2024-08-20T22:05:59.0039428Z #19 67.64 from google/protobuf/proto3_lite_unittest.cc:37: 2024-08-20T22:05:59.0042636Z #19 67.64 ./google/protobuf/proto3_lite_unittest.inc:130:44: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 2024-08-20T22:05:59.0045469Z #19 67.64 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); 2024-08-20T22:05:59.0046626Z #19 67.64 | ^ 2024-08-20T22:05:59.0049119Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:05:59.0051359Z #19 67.64 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:05:59.0052774Z #19 67.64 | ^~~~~~~~~~ 2024-08-20T22:05:59.0055125Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:05:59.0057384Z #19 67.64 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:05:59.0058543Z #19 67.64 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.0060471Z #19 67.64 ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:05:59.0062437Z #19 67.64 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ 2024-08-20T22:05:59.0063475Z #19 67.64 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.0065066Z #19 67.64 ./google/protobuf/proto3_lite_unittest.inc:130:3: note: in expansion of macro 'EXPECT_EQ' 2024-08-20T22:05:59.0066692Z #19 67.64 130 | EXPECT_EQ(msg1.ByteSize(), msg2.ByteSize() + 1); 2024-08-20T22:05:59.0067673Z #19 67.64 | ^~~~~~~~~ 2024-08-20T22:05:59.0068752Z #19 67.64 In file included from ./google/protobuf/generated_enum_util.h:36, 2024-08-20T22:05:59.0069987Z #19 67.64 from ./google/protobuf/map.h:55, 2024-08-20T22:05:59.0071115Z #19 67.64 from ./google/protobuf/generated_message_table_driven.h:34, 2024-08-20T22:05:59.0072312Z #19 67.64 from ./google/protobuf/unittest_proto3.pb.h:26, 2024-08-20T22:05:59.0073428Z #19 67.64 from google/protobuf/proto3_lite_unittest.cc:31: 2024-08-20T22:05:59.0074578Z #19 67.64 ./google/protobuf/message_lite.h:433:7: note: declared here 2024-08-20T22:05:59.0075897Z #19 67.64 433 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } 2024-08-20T22:05:59.0077111Z #19 67.64 | ^~~~~~~~ 2024-08-20T22:05:59.0078460Z #19 67.68 CXX google/protobuf/compiler/java/protobuf_test-java_doc_comment_unittest.o 2024-08-20T22:05:59.0080493Z #19 67.81 CXX google/protobuf/compiler/objectivec/protobuf_test-objectivec_helpers_unittest.o 2024-08-20T22:05:59.0788472Z #19 67.91 CXX google/protobuf/compiler/python/protobuf_test-python_plugin_unittest.o 2024-08-20T22:05:59.0791267Z #19 67.93 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:05:59.0811965Z #19 67.93 from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, 2024-08-20T22:05:59.0814350Z #19 67.93 from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, 2024-08-20T22:05:59.0816097Z #19 67.93 from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, 2024-08-20T22:05:59.0817545Z #19 67.93 from ./google/protobuf/testing/googletest.h:41, 2024-08-20T22:05:59.0818821Z #19 67.93 from google/protobuf/well_known_types_unittest.cc:33: 2024-08-20T22:05:59.0821868Z #19 67.93 google/protobuf/well_known_types_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::WellKnownTypesTest_AllKnownTypesAreIncluded_Test::TestBody()': 2024-08-20T22:05:59.0826269Z #19 67.93 google/protobuf/well_known_types_unittest.cc:45:45: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 2024-08-20T22:05:59.0829095Z #19 67.93 45 | EXPECT_EQ(0, message.any_field().ByteSize()); 2024-08-20T22:05:59.0830226Z #19 67.93 | ^ 2024-08-20T22:05:59.0832709Z #19 67.93 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:05:59.0835267Z #19 67.93 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:05:59.0836612Z #19 67.93 | ^~~~~~~~~~ 2024-08-20T22:05:59.0838990Z #19 67.93 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:05:59.0841160Z #19 67.93 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:05:59.0842298Z #19 67.93 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.0844187Z #19 67.93 ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:05:59.0846128Z #19 67.93 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ 2024-08-20T22:05:59.0847086Z #19 67.93 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.0848608Z #19 67.93 google/protobuf/well_known_types_unittest.cc:45:3: note: in expansion of macro 'EXPECT_EQ' 2024-08-20T22:05:59.0850209Z #19 67.93 45 | EXPECT_EQ(0, message.any_field().ByteSize()); 2024-08-20T22:05:59.0851171Z #19 67.93 | ^~~~~~~~~ 2024-08-20T22:05:59.3055978Z #19 67.93 In file included from ./google/protobuf/generated_enum_util.h:36, 2024-08-20T22:05:59.3057245Z #19 67.93 from ./google/protobuf/map.h:55, 2024-08-20T22:05:59.3058439Z #19 67.93 from ./google/protobuf/generated_message_table_driven.h:34, 2024-08-20T22:05:59.3059700Z #19 67.93 from ./google/protobuf/unittest_well_known_types.pb.h:26, 2024-08-20T22:05:59.3061003Z #19 67.93 from google/protobuf/well_known_types_unittest.cc:30: 2024-08-20T22:05:59.3062281Z #19 67.93 ./google/protobuf/message_lite.h:433:7: note: declared here 2024-08-20T22:05:59.3063677Z #19 67.93 433 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } 2024-08-20T22:05:59.3064830Z #19 67.93 | ^~~~~~~~ 2024-08-20T22:05:59.3065957Z #19 67.93 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:05:59.3068334Z #19 67.93 from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, 2024-08-20T22:05:59.3070180Z #19 67.93 from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, 2024-08-20T22:05:59.3071733Z #19 67.93 from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, 2024-08-20T22:05:59.3073327Z #19 67.93 from ./google/protobuf/testing/googletest.h:41, 2024-08-20T22:05:59.3074528Z #19 67.93 from google/protobuf/well_known_types_unittest.cc:33: 2024-08-20T22:05:59.3077631Z #19 67.93 google/protobuf/well_known_types_unittest.cc:46:45: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 2024-08-20T22:05:59.3080151Z #19 67.93 46 | EXPECT_EQ(0, message.api_field().ByteSize()); 2024-08-20T22:05:59.3081232Z #19 67.93 | ^ 2024-08-20T22:05:59.3083217Z #19 67.93 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:05:59.3085268Z #19 67.93 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:05:59.3086534Z #19 67.93 | ^~~~~~~~~~ 2024-08-20T22:05:59.3088783Z #19 67.93 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:05:59.3090707Z #19 67.93 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:05:59.3091829Z #19 67.93 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3093453Z #19 67.93 ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:05:59.3095481Z #19 67.93 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ 2024-08-20T22:05:59.3096779Z #19 67.93 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3098359Z #19 67.93 google/protobuf/well_known_types_unittest.cc:46:3: note: in expansion of macro 'EXPECT_EQ' 2024-08-20T22:05:59.3099890Z #19 67.93 46 | EXPECT_EQ(0, message.api_field().ByteSize()); 2024-08-20T22:05:59.3100795Z #19 67.93 | ^~~~~~~~~ 2024-08-20T22:05:59.3101790Z #19 67.93 In file included from ./google/protobuf/generated_enum_util.h:36, 2024-08-20T22:05:59.3102986Z #19 67.93 from ./google/protobuf/map.h:55, 2024-08-20T22:05:59.3104129Z #19 67.93 from ./google/protobuf/generated_message_table_driven.h:34, 2024-08-20T22:05:59.3105362Z #19 67.93 from ./google/protobuf/unittest_well_known_types.pb.h:26, 2024-08-20T22:05:59.3106498Z #19 67.93 from google/protobuf/well_known_types_unittest.cc:30: 2024-08-20T22:05:59.3107693Z #19 67.93 ./google/protobuf/message_lite.h:433:7: note: declared here 2024-08-20T22:05:59.3109099Z #19 67.93 433 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } 2024-08-20T22:05:59.3225167Z #19 67.93 | ^~~~~~~~ 2024-08-20T22:05:59.3227290Z #19 67.93 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:05:59.3230263Z #19 67.93 from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, 2024-08-20T22:05:59.3232791Z #19 67.93 from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, 2024-08-20T22:05:59.3234494Z #19 67.93 from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, 2024-08-20T22:05:59.3235945Z #19 67.93 from ./google/protobuf/testing/googletest.h:41, 2024-08-20T22:05:59.3256027Z #19 67.93 from google/protobuf/well_known_types_unittest.cc:33: 2024-08-20T22:05:59.3259283Z #19 67.93 google/protobuf/well_known_types_unittest.cc:47:50: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 2024-08-20T22:05:59.3261915Z #19 67.93 47 | EXPECT_EQ(0, message.duration_field().ByteSize()); 2024-08-20T22:05:59.3263019Z #19 67.93 | ^ 2024-08-20T22:05:59.3265762Z #19 67.93 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:05:59.3268877Z #19 67.93 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:05:59.3270382Z #19 67.93 | ^~~~~~~~~~ 2024-08-20T22:05:59.3272634Z #19 67.93 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:05:59.3274783Z #19 67.93 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:05:59.3275865Z #19 67.93 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3277720Z #19 67.93 ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:05:59.3279560Z #19 67.93 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ 2024-08-20T22:05:59.3280502Z #19 67.93 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3282330Z #19 67.93 google/protobuf/well_known_types_unittest.cc:47:3: note: in expansion of macro 'EXPECT_EQ' 2024-08-20T22:05:59.3284160Z #19 67.93 47 | EXPECT_EQ(0, message.duration_field().ByteSize()); 2024-08-20T22:05:59.3285395Z #19 67.93 | ^~~~~~~~~ 2024-08-20T22:05:59.3286369Z #19 67.93 In file included from ./google/protobuf/generated_enum_util.h:36, 2024-08-20T22:05:59.3287551Z #19 67.93 from ./google/protobuf/map.h:55, 2024-08-20T22:05:59.3288760Z #19 67.93 from ./google/protobuf/generated_message_table_driven.h:34, 2024-08-20T22:05:59.3290121Z #19 67.93 from ./google/protobuf/unittest_well_known_types.pb.h:26, 2024-08-20T22:05:59.3291710Z #19 67.93 from google/protobuf/well_known_types_unittest.cc:30: 2024-08-20T22:05:59.3293034Z #19 67.93 ./google/protobuf/message_lite.h:433:7: note: declared here 2024-08-20T22:05:59.3294606Z #19 67.93 433 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } 2024-08-20T22:05:59.3295719Z #19 67.93 | ^~~~~~~~ 2024-08-20T22:05:59.3296954Z #19 67.93 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:05:59.3299122Z #19 67.93 from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, 2024-08-20T22:05:59.3301234Z #19 67.93 from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, 2024-08-20T22:05:59.3302774Z #19 67.93 from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, 2024-08-20T22:05:59.3304062Z #19 67.93 from ./google/protobuf/testing/googletest.h:41, 2024-08-20T22:05:59.3305294Z #19 67.93 from google/protobuf/well_known_types_unittest.cc:33: 2024-08-20T22:05:59.3308362Z #19 67.93 google/protobuf/well_known_types_unittest.cc:48:47: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 2024-08-20T22:05:59.3310899Z #19 67.93 48 | EXPECT_EQ(0, message.empty_field().ByteSize()); 2024-08-20T22:05:59.3311969Z #19 67.93 | ^ 2024-08-20T22:05:59.3314032Z #19 67.93 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:05:59.3316023Z #19 67.93 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:05:59.3317253Z #19 67.93 | ^~~~~~~~~~ 2024-08-20T22:05:59.3319433Z #19 67.93 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:05:59.3321630Z #19 67.93 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:05:59.3322804Z #19 67.93 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3324765Z #19 67.93 ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:05:59.3326973Z #19 67.93 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ 2024-08-20T22:05:59.3327855Z #19 67.93 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3329428Z #19 67.93 google/protobuf/well_known_types_unittest.cc:48:3: note: in expansion of macro 'EXPECT_EQ' 2024-08-20T22:05:59.3331248Z #19 67.93 48 | EXPECT_EQ(0, message.empty_field().ByteSize()); 2024-08-20T22:05:59.3332107Z #19 67.93 | ^~~~~~~~~ 2024-08-20T22:05:59.3333087Z #19 67.93 In file included from ./google/protobuf/generated_enum_util.h:36, 2024-08-20T22:05:59.3334467Z #19 67.93 from ./google/protobuf/map.h:55, 2024-08-20T22:05:59.3335653Z #19 67.93 from ./google/protobuf/generated_message_table_driven.h:34, 2024-08-20T22:05:59.3337048Z #19 67.93 from ./google/protobuf/unittest_well_known_types.pb.h:26, 2024-08-20T22:05:59.3338464Z #19 67.93 from google/protobuf/well_known_types_unittest.cc:30: 2024-08-20T22:05:59.3339734Z #19 67.93 ./google/protobuf/message_lite.h:433:7: note: declared here 2024-08-20T22:05:59.3341178Z #19 67.93 433 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } 2024-08-20T22:05:59.3342287Z #19 67.93 | ^~~~~~~~ 2024-08-20T22:05:59.3343497Z #19 67.94 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:05:59.3345737Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, 2024-08-20T22:05:59.3348140Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, 2024-08-20T22:05:59.3349798Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, 2024-08-20T22:05:59.3351021Z #19 67.94 from ./google/protobuf/testing/googletest.h:41, 2024-08-20T22:05:59.3352212Z #19 67.94 from google/protobuf/well_known_types_unittest.cc:33: 2024-08-20T22:05:59.3355266Z #19 67.94 google/protobuf/well_known_types_unittest.cc:49:52: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 2024-08-20T22:05:59.3357829Z #19 67.94 49 | EXPECT_EQ(0, message.field_mask_field().ByteSize()); 2024-08-20T22:05:59.3358914Z #19 67.94 | ^ 2024-08-20T22:05:59.3361005Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:05:59.3363037Z #19 67.94 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:05:59.3364274Z #19 67.94 | ^~~~~~~~~~ 2024-08-20T22:05:59.3366400Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:05:59.3368480Z #19 67.94 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:05:59.3369712Z #19 67.94 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3371639Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:05:59.3373561Z #19 67.94 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ 2024-08-20T22:05:59.3374684Z #19 67.94 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3376249Z #19 67.94 google/protobuf/well_known_types_unittest.cc:49:3: note: in expansion of macro 'EXPECT_EQ' 2024-08-20T22:05:59.3377866Z #19 67.94 49 | EXPECT_EQ(0, message.field_mask_field().ByteSize()); 2024-08-20T22:05:59.3378853Z #19 67.94 | ^~~~~~~~~ 2024-08-20T22:05:59.3379830Z #19 67.94 In file included from ./google/protobuf/generated_enum_util.h:36, 2024-08-20T22:05:59.3381073Z #19 67.94 from ./google/protobuf/map.h:55, 2024-08-20T22:05:59.3382272Z #19 67.94 from ./google/protobuf/generated_message_table_driven.h:34, 2024-08-20T22:05:59.3384009Z #19 67.94 from ./google/protobuf/unittest_well_known_types.pb.h:26, 2024-08-20T22:05:59.3385315Z #19 67.94 from google/protobuf/well_known_types_unittest.cc:30: 2024-08-20T22:05:59.3386563Z #19 67.94 ./google/protobuf/message_lite.h:433:7: note: declared here 2024-08-20T22:05:59.3387933Z #19 67.94 433 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } 2024-08-20T22:05:59.3389038Z #19 67.94 | ^~~~~~~~ 2024-08-20T22:05:59.3390257Z #19 67.94 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:05:59.3392531Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, 2024-08-20T22:05:59.3394830Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, 2024-08-20T22:05:59.3396479Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, 2024-08-20T22:05:59.3397950Z #19 67.94 from ./google/protobuf/testing/googletest.h:41, 2024-08-20T22:05:59.3399164Z #19 67.94 from google/protobuf/well_known_types_unittest.cc:33: 2024-08-20T22:05:59.3402296Z #19 67.94 google/protobuf/well_known_types_unittest.cc:50:56: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 2024-08-20T22:05:59.3404629Z #19 67.94 50 | EXPECT_EQ(0, message.source_context_field().ByteSize()); 2024-08-20T22:05:59.3406015Z #19 67.94 | ^ 2024-08-20T22:05:59.3408098Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:05:59.3410127Z #19 67.94 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:05:59.3411347Z #19 67.94 | ^~~~~~~~~~ 2024-08-20T22:05:59.3413535Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:05:59.3415797Z #19 67.94 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:05:59.3416928Z #19 67.94 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3418689Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:05:59.3420496Z #19 67.94 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ 2024-08-20T22:05:59.3421574Z #19 67.94 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3423101Z #19 67.94 google/protobuf/well_known_types_unittest.cc:50:3: note: in expansion of macro 'EXPECT_EQ' 2024-08-20T22:05:59.3424680Z #19 67.94 50 | EXPECT_EQ(0, message.source_context_field().ByteSize()); 2024-08-20T22:05:59.3425671Z #19 67.94 | ^~~~~~~~~ 2024-08-20T22:05:59.3426646Z #19 67.94 In file included from ./google/protobuf/generated_enum_util.h:36, 2024-08-20T22:05:59.3427871Z #19 67.94 from ./google/protobuf/map.h:55, 2024-08-20T22:05:59.3429019Z #19 67.94 from ./google/protobuf/generated_message_table_driven.h:34, 2024-08-20T22:05:59.3430402Z #19 67.94 from ./google/protobuf/unittest_well_known_types.pb.h:26, 2024-08-20T22:05:59.3432004Z #19 67.94 from google/protobuf/well_known_types_unittest.cc:30: 2024-08-20T22:05:59.3433231Z #19 67.94 ./google/protobuf/message_lite.h:433:7: note: declared here 2024-08-20T22:05:59.3434598Z #19 67.94 433 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } 2024-08-20T22:05:59.3435733Z #19 67.94 | ^~~~~~~~ 2024-08-20T22:05:59.3436918Z #19 67.94 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:05:59.3439214Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, 2024-08-20T22:05:59.3441843Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, 2024-08-20T22:05:59.3443462Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, 2024-08-20T22:05:59.3444778Z #19 67.94 from ./google/protobuf/testing/googletest.h:41, 2024-08-20T22:05:59.3445972Z #19 67.94 from google/protobuf/well_known_types_unittest.cc:33: 2024-08-20T22:05:59.3449060Z #19 67.94 google/protobuf/well_known_types_unittest.cc:51:48: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 2024-08-20T22:05:59.3451433Z #19 67.94 51 | EXPECT_EQ(0, message.struct_field().ByteSize()); 2024-08-20T22:05:59.3452501Z #19 67.94 | ^ 2024-08-20T22:05:59.3454694Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:05:59.3456690Z #19 67.94 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:05:59.3457908Z #19 67.94 | ^~~~~~~~~~ 2024-08-20T22:05:59.3460073Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:05:59.3462205Z #19 67.94 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:05:59.3463591Z #19 67.94 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3465401Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:05:59.3467224Z #19 67.94 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ 2024-08-20T22:05:59.3468108Z #19 67.94 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3469596Z #19 67.94 google/protobuf/well_known_types_unittest.cc:51:3: note: in expansion of macro 'EXPECT_EQ' 2024-08-20T22:05:59.3471059Z #19 67.94 51 | EXPECT_EQ(0, message.struct_field().ByteSize()); 2024-08-20T22:05:59.3472043Z #19 67.94 | ^~~~~~~~~ 2024-08-20T22:05:59.3472961Z #19 67.94 In file included from ./google/protobuf/generated_enum_util.h:36, 2024-08-20T22:05:59.3474121Z #19 67.94 from ./google/protobuf/map.h:55, 2024-08-20T22:05:59.3475265Z #19 67.94 from ./google/protobuf/generated_message_table_driven.h:34, 2024-08-20T22:05:59.3476594Z #19 67.94 from ./google/protobuf/unittest_well_known_types.pb.h:26, 2024-08-20T22:05:59.3478001Z #19 67.94 from google/protobuf/well_known_types_unittest.cc:30: 2024-08-20T22:05:59.3479288Z #19 67.94 ./google/protobuf/message_lite.h:433:7: note: declared here 2024-08-20T22:05:59.3480728Z #19 67.94 433 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } 2024-08-20T22:05:59.3481874Z #19 67.94 | ^~~~~~~~ 2024-08-20T22:05:59.3483084Z #19 67.94 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:05:59.3485426Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, 2024-08-20T22:05:59.3487450Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, 2024-08-20T22:05:59.3489092Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, 2024-08-20T22:05:59.3490494Z #19 67.94 from ./google/protobuf/testing/googletest.h:41, 2024-08-20T22:05:59.3491718Z #19 67.94 from google/protobuf/well_known_types_unittest.cc:33: 2024-08-20T22:05:59.3495144Z #19 67.94 google/protobuf/well_known_types_unittest.cc:52:51: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 2024-08-20T22:05:59.3497787Z #19 67.94 52 | EXPECT_EQ(0, message.timestamp_field().ByteSize()); 2024-08-20T22:05:59.3499194Z #19 67.94 | ^ 2024-08-20T22:05:59.3501372Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:05:59.3503319Z #19 67.94 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:05:59.3504480Z #19 67.94 | ^~~~~~~~~~ 2024-08-20T22:05:59.3506608Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:05:59.3508642Z #19 67.94 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:05:59.3509730Z #19 67.94 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3511595Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:05:59.3513445Z #19 67.94 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ 2024-08-20T22:05:59.3514368Z #19 67.94 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3515883Z #19 67.94 google/protobuf/well_known_types_unittest.cc:52:3: note: in expansion of macro 'EXPECT_EQ' 2024-08-20T22:05:59.3517371Z #19 67.94 52 | EXPECT_EQ(0, message.timestamp_field().ByteSize()); 2024-08-20T22:05:59.3518325Z #19 67.94 | ^~~~~~~~~ 2024-08-20T22:05:59.3519259Z #19 67.94 In file included from ./google/protobuf/generated_enum_util.h:36, 2024-08-20T22:05:59.3520674Z #19 67.94 from ./google/protobuf/map.h:55, 2024-08-20T22:05:59.3521838Z #19 67.94 from ./google/protobuf/generated_message_table_driven.h:34, 2024-08-20T22:05:59.3523177Z #19 67.94 from ./google/protobuf/unittest_well_known_types.pb.h:26, 2024-08-20T22:05:59.3524343Z #19 67.94 from google/protobuf/well_known_types_unittest.cc:30: 2024-08-20T22:05:59.3525637Z #19 67.94 ./google/protobuf/message_lite.h:433:7: note: declared here 2024-08-20T22:05:59.3527019Z #19 67.94 433 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } 2024-08-20T22:05:59.3528119Z #19 67.94 | ^~~~~~~~ 2024-08-20T22:05:59.3529267Z #19 67.94 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:05:59.3532756Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, 2024-08-20T22:05:59.3535033Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, 2024-08-20T22:05:59.3536706Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, 2024-08-20T22:05:59.3538063Z #19 67.94 from ./google/protobuf/testing/googletest.h:41, 2024-08-20T22:05:59.3539305Z #19 67.94 from google/protobuf/well_known_types_unittest.cc:33: 2024-08-20T22:05:59.3542454Z #19 67.94 google/protobuf/well_known_types_unittest.cc:53:46: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 2024-08-20T22:05:59.3545052Z #19 67.94 53 | EXPECT_EQ(0, message.type_field().ByteSize()); 2024-08-20T22:05:59.3546147Z #19 67.94 | ^ 2024-08-20T22:05:59.3548246Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:05:59.3550357Z #19 67.94 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:05:59.3551718Z #19 67.94 | ^~~~~~~~~~ 2024-08-20T22:05:59.3553898Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:05:59.3555996Z #19 67.94 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:05:59.3557341Z #19 67.94 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3559215Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:05:59.3561014Z #19 67.94 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ 2024-08-20T22:05:59.3561903Z #19 67.94 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3563421Z #19 67.94 google/protobuf/well_known_types_unittest.cc:53:3: note: in expansion of macro 'EXPECT_EQ' 2024-08-20T22:05:59.3565037Z #19 67.94 53 | EXPECT_EQ(0, message.type_field().ByteSize()); 2024-08-20T22:05:59.3565951Z #19 67.94 | ^~~~~~~~~ 2024-08-20T22:05:59.3566875Z #19 67.94 In file included from ./google/protobuf/generated_enum_util.h:36, 2024-08-20T22:05:59.3568086Z #19 67.94 from ./google/protobuf/map.h:55, 2024-08-20T22:05:59.3569258Z #19 67.94 from ./google/protobuf/generated_message_table_driven.h:34, 2024-08-20T22:05:59.3570544Z #19 67.94 from ./google/protobuf/unittest_well_known_types.pb.h:26, 2024-08-20T22:05:59.3571843Z #19 67.94 from google/protobuf/well_known_types_unittest.cc:30: 2024-08-20T22:05:59.3572941Z #19 67.94 ./google/protobuf/message_lite.h:433:7: note: declared here 2024-08-20T22:05:59.3574469Z #19 67.94 433 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } 2024-08-20T22:05:59.3575584Z #19 67.94 | ^~~~~~~~ 2024-08-20T22:05:59.3577170Z #19 67.94 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:05:59.3579500Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h:47, 2024-08-20T22:05:59.3581640Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/gmock-actions.h:51, 2024-08-20T22:05:59.3583327Z #19 67.94 from ./../third_party/googletest/googlemock/include/gmock/gmock.h:59, 2024-08-20T22:05:59.3584711Z #19 67.94 from ./google/protobuf/testing/googletest.h:41, 2024-08-20T22:05:59.3585985Z #19 67.94 from google/protobuf/well_known_types_unittest.cc:33: 2024-08-20T22:05:59.3589012Z #19 67.94 google/protobuf/well_known_types_unittest.cc:54:47: warning: 'int google::protobuf::MessageLite::ByteSize() const' is deprecated: Please use ByteSizeLong() instead [-Wdeprecated-declarations] 2024-08-20T22:05:59.3591635Z #19 67.94 54 | EXPECT_EQ(0, message.int32_field().ByteSize()); 2024-08-20T22:05:59.3592745Z #19 67.94 | ^ 2024-08-20T22:05:59.3594720Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:05:59.3596853Z #19 67.94 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:05:59.3598050Z #19 67.94 | ^~~~~~~~~~ 2024-08-20T22:05:59.3600172Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:05:59.3602319Z #19 67.94 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:05:59.3603441Z #19 67.94 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3605406Z #19 67.94 ./../third_party/googletest/googletest/include/gtest/gtest.h:2049:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:05:59.3607316Z #19 67.94 2049 | EXPECT_PRED_FORMAT2(::testing::internal:: \ 2024-08-20T22:05:59.3608250Z #19 67.94 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:05:59.3609831Z #19 67.94 google/protobuf/well_known_types_unittest.cc:54:3: note: in expansion of macro 'EXPECT_EQ' 2024-08-20T22:05:59.3611411Z #19 67.94 54 | EXPECT_EQ(0, message.int32_field().ByteSize()); 2024-08-20T22:05:59.3612478Z #19 67.94 | ^~~~~~~~~ 2024-08-20T22:05:59.3613667Z #19 67.94 In file included from ./google/protobuf/generated_enum_util.h:36, 2024-08-20T22:05:59.3614963Z #19 67.94 from ./google/protobuf/map.h:55, 2024-08-20T22:05:59.3616077Z #19 67.94 from ./google/protobuf/generated_message_table_driven.h:34, 2024-08-20T22:05:59.3617404Z #19 67.94 from ./google/protobuf/unittest_well_known_types.pb.h:26, 2024-08-20T22:05:59.3618659Z #19 67.94 from google/protobuf/well_known_types_unittest.cc:30: 2024-08-20T22:05:59.3619914Z #19 67.94 ./google/protobuf/message_lite.h:433:7: note: declared here 2024-08-20T22:05:59.3621361Z #19 67.94 433 | int ByteSize() const { return internal::ToIntSize(ByteSizeLong()); } 2024-08-20T22:05:59.3622518Z #19 67.94 | ^~~~~~~~ 2024-08-20T22:05:59.3623863Z #19 68.01 CXX google/protobuf/compiler/ruby/protobuf_test-ruby_generator_unittest.o 2024-08-20T22:05:59.3625822Z #19 68.18 CXX google/protobuf/compiler/csharp/protobuf_test-csharp_bootstrap_unittest.o 2024-08-20T22:05:59.4568908Z #19 68.31 CXX google/protobuf/compiler/csharp/protobuf_test-csharp_generator_unittest.o 2024-08-20T22:05:59.7071033Z #19 68.56 CXX google/protobuf/util/protobuf_test-delimited_message_util_test.o 2024-08-20T22:05:59.8225918Z #19 68.58 CXX google/protobuf/util/protobuf_test-field_comparator_test.o 2024-08-20T22:05:59.8227309Z #19 68.62 CXX google/protobuf/util/protobuf_test-field_mask_util_test.o 2024-08-20T22:05:59.8228841Z #19 68.64 CXX google/protobuf/util/internal/protobuf_test-default_value_objectwriter_test.o 2024-08-20T22:05:59.8231003Z #19 68.68 CXX google/protobuf/util/internal/protobuf_test-json_objectwriter_test.o 2024-08-20T22:05:59.9946623Z #19 68.73 CXX google/protobuf/util/internal/protobuf_test-json_stream_parser_test.o 2024-08-20T22:05:59.9948647Z #19 68.85 CXX google/protobuf/util/internal/protobuf_test-protostream_objectsource_test.o 2024-08-20T22:06:00.1514977Z #19 68.87 google/protobuf/repeated_field_reflection_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::RepeatedFieldReflectionTest_RegularFields_Test::TestBody()': 2024-08-20T22:06:00.1535229Z #19 68.87 google/protobuf/repeated_field_reflection_unittest.cc:81:63: warning: 'const google::protobuf::RepeatedField& google::protobuf::Reflection::GetRepeatedField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = int]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:00.1539910Z #19 68.87 81 | refl->GetRepeatedField(message, fd_repeated_int32); 2024-08-20T22:06:00.1541069Z #19 68.87 | ^ 2024-08-20T22:06:00.1542139Z #19 68.87 In file included from ./google/protobuf/unittest.pb.h:30, 2024-08-20T22:06:00.1543248Z #19 68.87 from ./google/protobuf/test_util.h:38, 2024-08-20T22:06:00.1544428Z #19 68.87 from google/protobuf/repeated_field_reflection_unittest.cc:38: 2024-08-20T22:06:00.1545746Z #19 68.87 ./google/protobuf/message.h:821:27: note: declared here 2024-08-20T22:06:00.1546977Z #19 68.87 821 | const RepeatedField& GetRepeatedField(const Message& msg, 2024-08-20T22:06:00.1548178Z #19 68.87 | ^~~~~~~~~~~~~~~~ 2024-08-20T22:06:00.1552737Z #19 68.87 google/protobuf/repeated_field_reflection_unittest.cc:83:65: warning: 'const google::protobuf::RepeatedField& google::protobuf::Reflection::GetRepeatedField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = double]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:00.1556980Z #19 68.87 83 | refl->GetRepeatedField(message, fd_repeated_double); 2024-08-20T22:06:00.1558163Z #19 68.87 | ^ 2024-08-20T22:06:00.1559255Z #19 68.87 In file included from ./google/protobuf/unittest.pb.h:30, 2024-08-20T22:06:00.1560698Z #19 68.87 from ./google/protobuf/test_util.h:38, 2024-08-20T22:06:00.1561882Z #19 68.87 from google/protobuf/repeated_field_reflection_unittest.cc:38: 2024-08-20T22:06:00.1563125Z #19 68.87 ./google/protobuf/message.h:821:27: note: declared here 2024-08-20T22:06:00.1564384Z #19 68.87 821 | const RepeatedField& GetRepeatedField(const Message& msg, 2024-08-20T22:06:00.1565517Z #19 68.87 | ^~~~~~~~~~~~~~~~ 2024-08-20T22:06:00.1570003Z #19 68.87 google/protobuf/repeated_field_reflection_unittest.cc:87:68: warning: 'google::protobuf::RepeatedField* google::protobuf::Reflection::MutableRepeatedField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = int]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:00.1574409Z #19 68.87 87 | refl->MutableRepeatedField(&message, fd_repeated_int32); 2024-08-20T22:06:00.1575646Z #19 68.87 | ^ 2024-08-20T22:06:00.1576750Z #19 68.87 In file included from ./google/protobuf/unittest.pb.h:30, 2024-08-20T22:06:00.1577840Z #19 68.87 from ./google/protobuf/test_util.h:38, 2024-08-20T22:06:00.1579033Z #19 68.87 from google/protobuf/repeated_field_reflection_unittest.cc:38: 2024-08-20T22:06:00.1580303Z #19 68.87 ./google/protobuf/message.h:831:21: note: declared here 2024-08-20T22:06:00.1581810Z #19 68.87 831 | RepeatedField* MutableRepeatedField(Message* msg, 2024-08-20T22:06:00.1582879Z #19 68.87 | ^~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:00.1587385Z #19 68.87 google/protobuf/repeated_field_reflection_unittest.cc:89:70: warning: 'google::protobuf::RepeatedField* google::protobuf::Reflection::MutableRepeatedField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = double]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:00.1591702Z #19 68.87 89 | refl->MutableRepeatedField(&message, fd_repeated_double); 2024-08-20T22:06:00.1592947Z #19 68.87 | ^ 2024-08-20T22:06:00.1594065Z #19 68.87 In file included from ./google/protobuf/unittest.pb.h:30, 2024-08-20T22:06:00.1595181Z #19 68.87 from ./google/protobuf/test_util.h:38, 2024-08-20T22:06:00.1596367Z #19 68.87 from google/protobuf/repeated_field_reflection_unittest.cc:38: 2024-08-20T22:06:00.1597605Z #19 68.87 ./google/protobuf/message.h:831:21: note: declared here 2024-08-20T22:06:00.1598809Z #19 68.87 831 | RepeatedField* MutableRepeatedField(Message* msg, 2024-08-20T22:06:00.1599881Z #19 68.87 | ^~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:00.1604636Z #19 68.87 google/protobuf/repeated_field_reflection_unittest.cc:93:73: warning: 'const google::protobuf::RepeatedPtrField& google::protobuf::Reflection::GetRepeatedPtrField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = std::__cxx11::basic_string]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:00.1609305Z #19 68.87 93 | refl->GetRepeatedPtrField(message, fd_repeated_string); 2024-08-20T22:06:00.1610580Z #19 68.87 | ^ 2024-08-20T22:06:00.1611705Z #19 68.87 In file included from ./google/protobuf/unittest.pb.h:30, 2024-08-20T22:06:00.1612794Z #19 68.87 from ./google/protobuf/test_util.h:38, 2024-08-20T22:06:00.1614163Z #19 68.87 from google/protobuf/repeated_field_reflection_unittest.cc:38: 2024-08-20T22:06:00.1615431Z #19 68.87 ./google/protobuf/message.h:842:30: note: declared here 2024-08-20T22:06:00.1616564Z #19 68.87 842 | const RepeatedPtrField& GetRepeatedPtrField( 2024-08-20T22:06:00.1619171Z #19 68.87 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:00.1623893Z #19 68.88 google/protobuf/repeated_field_reflection_unittest.cc:96:76: warning: 'const google::protobuf::RepeatedPtrField& google::protobuf::Reflection::GetRepeatedPtrField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = protobuf_unittest::ForeignMessage]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:00.1628371Z #19 68.88 96 | fd_repeated_foreign_message); 2024-08-20T22:06:00.1629436Z #19 68.88 | ^ 2024-08-20T22:06:00.1630412Z #19 68.88 In file included from ./google/protobuf/unittest.pb.h:30, 2024-08-20T22:06:00.1638768Z #19 68.88 from ./google/protobuf/test_util.h:38, 2024-08-20T22:06:00.1640038Z #19 68.88 from google/protobuf/repeated_field_reflection_unittest.cc:38: 2024-08-20T22:06:00.1641287Z #19 68.88 ./google/protobuf/message.h:842:30: note: declared here 2024-08-20T22:06:00.1642490Z #19 68.88 842 | const RepeatedPtrField& GetRepeatedPtrField( 2024-08-20T22:06:00.1643592Z #19 68.88 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:00.1648793Z #19 68.88 google/protobuf/repeated_field_reflection_unittest.cc:98:78: warning: 'const google::protobuf::RepeatedPtrField& google::protobuf::Reflection::GetRepeatedPtrField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:00.1653552Z #19 68.88 98 | refl->GetRepeatedPtrField(message, fd_repeated_foreign_message); 2024-08-20T22:06:00.1655074Z #19 68.88 | ^ 2024-08-20T22:06:00.1656301Z #19 68.88 In file included from ./google/protobuf/unittest.pb.h:30, 2024-08-20T22:06:00.1657481Z #19 68.88 from ./google/protobuf/test_util.h:38, 2024-08-20T22:06:00.1658756Z #19 68.88 from google/protobuf/repeated_field_reflection_unittest.cc:38: 2024-08-20T22:06:00.1660068Z #19 68.88 ./google/protobuf/message.h:842:30: note: declared here 2024-08-20T22:06:00.1661270Z #19 68.88 842 | const RepeatedPtrField& GetRepeatedPtrField( 2024-08-20T22:06:00.1662324Z #19 68.88 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:00.1667193Z #19 68.88 google/protobuf/repeated_field_reflection_unittest.cc:102:78: warning: 'google::protobuf::RepeatedPtrField* google::protobuf::Reflection::MutableRepeatedPtrField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = std::__cxx11::basic_string]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:00.1671885Z #19 68.88 102 | refl->MutableRepeatedPtrField(&message, fd_repeated_string); 2024-08-20T22:06:00.1673390Z #19 68.88 | ^ 2024-08-20T22:06:00.1674466Z #19 68.88 In file included from ./google/protobuf/unittest.pb.h:30, 2024-08-20T22:06:00.1675576Z #19 68.88 from ./google/protobuf/test_util.h:38, 2024-08-20T22:06:00.1676640Z #19 68.88 from google/protobuf/repeated_field_reflection_unittest.cc:38: 2024-08-20T22:06:00.1677819Z #19 68.88 ./google/protobuf/message.h:853:24: note: declared here 2024-08-20T22:06:00.1679083Z #19 68.88 853 | RepeatedPtrField* MutableRepeatedPtrField(Message* msg, 2024-08-20T22:06:00.1680050Z #19 68.88 | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:00.1684799Z #19 68.88 google/protobuf/repeated_field_reflection_unittest.cc:105:48: warning: 'google::protobuf::RepeatedPtrField* google::protobuf::Reflection::MutableRepeatedPtrField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = protobuf_unittest::ForeignMessage]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:00.1689466Z #19 68.88 105 | &message, fd_repeated_foreign_message); 2024-08-20T22:06:00.1690511Z #19 68.88 | ^ 2024-08-20T22:06:00.1691650Z #19 68.88 In file included from ./google/protobuf/unittest.pb.h:30, 2024-08-20T22:06:00.1692789Z #19 68.88 from ./google/protobuf/test_util.h:38, 2024-08-20T22:06:00.1694094Z #19 68.88 from google/protobuf/repeated_field_reflection_unittest.cc:38: 2024-08-20T22:06:00.1695272Z #19 68.88 ./google/protobuf/message.h:853:24: note: declared here 2024-08-20T22:06:00.1696551Z #19 68.88 853 | RepeatedPtrField* MutableRepeatedPtrField(Message* msg, 2024-08-20T22:06:00.1697724Z #19 68.88 | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:00.1702595Z #19 68.88 google/protobuf/repeated_field_reflection_unittest.cc:108:73: warning: 'google::protobuf::RepeatedPtrField* google::protobuf::Reflection::MutableRepeatedPtrField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:00.1706782Z #19 68.88 108 | fd_repeated_foreign_message); 2024-08-20T22:06:00.1708128Z #19 68.88 | ^ 2024-08-20T22:06:00.1709247Z #19 68.88 In file included from ./google/protobuf/unittest.pb.h:30, 2024-08-20T22:06:00.1710359Z #19 68.88 from ./google/protobuf/test_util.h:38, 2024-08-20T22:06:00.2967705Z #19 68.88 from google/protobuf/repeated_field_reflection_unittest.cc:38: 2024-08-20T22:06:00.2969610Z #19 68.88 ./google/protobuf/message.h:853:24: note: declared here 2024-08-20T22:06:00.2970939Z #19 68.88 853 | RepeatedPtrField* MutableRepeatedPtrField(Message* msg, 2024-08-20T22:06:00.2972193Z #19 68.88 | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:00.2974224Z #19 68.89 CXX google/protobuf/util/internal/protobuf_test-protostream_objectwriter_test.o 2024-08-20T22:06:00.2977663Z #19 68.89 google/protobuf/repeated_field_reflection_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::RepeatedFieldReflectionTest_ExtensionFields_Test::TestBody()': 2024-08-20T22:06:00.2983926Z #19 68.89 google/protobuf/repeated_field_reflection_unittest.cc:172:64: warning: 'const google::protobuf::RepeatedField& google::protobuf::Reflection::GetRepeatedField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = long int]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:00.2988250Z #19 68.89 172 | fd_repeated_int64_extension); 2024-08-20T22:06:00.2989333Z #19 68.89 | ^ 2024-08-20T22:06:00.2990472Z #19 68.89 In file included from ./google/protobuf/unittest.pb.h:30, 2024-08-20T22:06:00.2991626Z #19 68.89 from ./google/protobuf/test_util.h:38, 2024-08-20T22:06:00.2992911Z #19 68.89 from google/protobuf/repeated_field_reflection_unittest.cc:38: 2024-08-20T22:06:00.2994279Z #19 68.89 ./google/protobuf/message.h:821:27: note: declared here 2024-08-20T22:06:00.2995594Z #19 68.89 821 | const RepeatedField& GetRepeatedField(const Message& msg, 2024-08-20T22:06:00.2996838Z #19 68.89 | ^~~~~~~~~~~~~~~~ 2024-08-20T22:06:00.3001929Z #19 68.89 google/protobuf/repeated_field_reflection_unittest.cc:175:53: warning: 'google::protobuf::RepeatedField* google::protobuf::Reflection::MutableRepeatedField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = long int]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:00.3008454Z #19 68.89 175 | &extended_message, fd_repeated_int64_extension); 2024-08-20T22:06:00.3009625Z #19 68.89 | ^ 2024-08-20T22:06:00.3015471Z #19 68.89 In file included from ./google/protobuf/unittest.pb.h:30, 2024-08-20T22:06:00.3016688Z #19 68.89 from ./google/protobuf/test_util.h:38, 2024-08-20T22:06:00.3017939Z #19 68.89 from google/protobuf/repeated_field_reflection_unittest.cc:38: 2024-08-20T22:06:00.3019375Z #19 68.89 ./google/protobuf/message.h:831:21: note: declared here 2024-08-20T22:06:00.3020630Z #19 68.89 831 | RepeatedField* MutableRepeatedField(Message* msg, 2024-08-20T22:06:00.3021773Z #19 68.89 | ^~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:00.3023582Z #19 69.00 CXX google/protobuf/util/internal/protobuf_test-type_info_test_helper.o 2024-08-20T22:06:00.3801432Z #19 69.23 CXX google/protobuf/util/protobuf_test-json_util_test.o 2024-08-20T22:06:00.4942032Z #19 69.25 CXX google/protobuf/util/protobuf_test-message_differencer_unittest.o 2024-08-20T22:06:00.4943684Z #19 69.35 CXX google/protobuf/util/protobuf_test-time_util_test.o 2024-08-20T22:06:00.6047875Z #19 69.46 CXX google/protobuf/util/protobuf_test-type_resolver_util_test.o 2024-08-20T22:06:00.7262323Z #19 69.46 CXX google/protobuf/compiler/protobuf_test-command_line_interface_unittest.o 2024-08-20T22:06:00.7264235Z #19 69.47 CXX google/protobuf/protobuf_test-arena_test_util.o 2024-08-20T22:06:00.7265532Z #19 69.49 CXX google/protobuf/protobuf_test-test_util.o 2024-08-20T22:06:00.7266902Z #19 69.58 CXX google/protobuf/testing/protobuf_test-googletest.o 2024-08-20T22:06:00.8794220Z #19 69.62 CXX google/protobuf/testing/protobuf_test-file.o 2024-08-20T22:06:00.8795771Z #19 69.73 CXX google/protobuf/protobuf_test-map_lite_unittest.pb.o 2024-08-20T22:06:00.9867156Z #19 69.84 CXX google/protobuf/protobuf_test-unittest_lite.pb.o 2024-08-20T22:06:01.1189319Z #19 69.85 google/protobuf/text_format_unittest.cc: In member function 'virtual void google::protobuf::text_format_unittest::TextFormatTest_DefaultCustomFieldPrinter_Test::TestBody()': 2024-08-20T22:06:01.1194401Z #19 69.85 google/protobuf/text_format_unittest.cc:466:74: warning: 'void google::protobuf::TextFormat::Printer::SetDefaultFieldValuePrinter(const google::protobuf::TextFormat::FieldValuePrinter*)' is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 2024-08-20T22:06:01.1197998Z #19 69.85 466 | printer.SetDefaultFieldValuePrinter(new CustomUInt32FieldValuePrinter()); 2024-08-20T22:06:01.1199394Z #19 69.85 | ^ 2024-08-20T22:06:01.1200676Z #19 69.85 In file included from google/protobuf/text_format_unittest.cc:35: 2024-08-20T22:06:01.1202054Z #19 69.85 ./google/protobuf/text_format.h:303:10: note: declared here 2024-08-20T22:06:01.1203521Z #19 69.85 303 | void SetDefaultFieldValuePrinter(const FieldValuePrinter* printer); 2024-08-20T22:06:01.1204798Z #19 69.85 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:01.1206173Z #19 69.85 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:60, 2024-08-20T22:06:01.1207625Z #19 69.85 from ./google/protobuf/test_util.inc:44, 2024-08-20T22:06:01.1208714Z #19 69.85 from ./google/protobuf/test_util.h:43, 2024-08-20T22:06:01.1209824Z #19 69.85 from google/protobuf/text_format_unittest.cc:48: 2024-08-20T22:06:01.1212557Z #19 69.85 google/protobuf/text_format_unittest.cc: In member function 'virtual void google::protobuf::text_format_unittest::TextFormatTest_FieldSpecificCustomPrinter_Test::TestBody()': 2024-08-20T22:06:01.1218903Z #19 69.85 google/protobuf/text_format_unittest.cc:490:41: warning: 'bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)' is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 2024-08-20T22:06:01.1222610Z #19 69.85 490 | new CustomInt32FieldValuePrinter())); 2024-08-20T22:06:01.1223623Z #19 69.85 | ^ 2024-08-20T22:06:01.1225906Z #19 69.85 ./../third_party/googletest/googletest/include/gtest/internal/gtest-internal.h:1378:34: note: in definition of macro 'GTEST_TEST_BOOLEAN_' 2024-08-20T22:06:01.1228057Z #19 69.85 1378 | ::testing::AssertionResult(expression)) \ 2024-08-20T22:06:01.1229140Z #19 69.85 | ^~~~~~~~~~ 2024-08-20T22:06:01.1235675Z #19 69.85 google/protobuf/text_format_unittest.cc:488:3: note: in expansion of macro 'EXPECT_TRUE' 2024-08-20T22:06:01.1237456Z #19 69.85 488 | EXPECT_TRUE(printer.RegisterFieldValuePrinter( 2024-08-20T22:06:01.1238447Z #19 69.85 | ^~~~~~~~~~~ 2024-08-20T22:06:01.1239471Z #19 69.85 In file included from google/protobuf/text_format_unittest.cc:35: 2024-08-20T22:06:01.1240867Z #19 69.85 ./google/protobuf/text_format.h:357:10: note: declared here 2024-08-20T22:06:01.1242430Z #19 69.85 357 | bool RegisterFieldValuePrinter(const FieldDescriptor* field, 2024-08-20T22:06:01.1243667Z #19 69.85 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:01.1245396Z #19 69.86 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:60, 2024-08-20T22:06:01.1246963Z #19 69.86 from ./google/protobuf/test_util.inc:44, 2024-08-20T22:06:01.1248101Z #19 69.86 from ./google/protobuf/test_util.h:43, 2024-08-20T22:06:01.1249249Z #19 69.86 from google/protobuf/text_format_unittest.cc:48: 2024-08-20T22:06:01.1252608Z #19 69.86 google/protobuf/text_format_unittest.cc: In member function 'virtual void google::protobuf::text_format_unittest::TextFormatTest_FieldSpecificCustomPrinterRegisterSameFieldTwice_Test::TestBody()': 2024-08-20T22:06:01.1259012Z #19 69.86 google/protobuf/text_format_unittest.cc:502:48: warning: 'bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)' is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 2024-08-20T22:06:01.1262999Z #19 69.86 502 | field, new CustomInt32FieldValuePrinter())); 2024-08-20T22:06:01.1264164Z #19 69.86 | ^ 2024-08-20T22:06:01.1266645Z #19 69.86 ./../third_party/googletest/googletest/include/gtest/internal/gtest-internal.h:1378:34: note: in definition of macro 'GTEST_TEST_BOOLEAN_' 2024-08-20T22:06:01.1268853Z #19 69.86 1378 | ::testing::AssertionResult(expression)) \ 2024-08-20T22:06:01.1269925Z #19 69.86 | ^~~~~~~~~~ 2024-08-20T22:06:01.1271616Z #19 69.86 google/protobuf/text_format_unittest.cc:501:3: note: in expansion of macro 'ASSERT_TRUE' 2024-08-20T22:06:01.1273253Z #19 69.86 501 | ASSERT_TRUE(printer.RegisterFieldValuePrinter( 2024-08-20T22:06:01.1274264Z #19 69.86 | ^~~~~~~~~~~ 2024-08-20T22:06:01.1275294Z #19 69.86 In file included from google/protobuf/text_format_unittest.cc:35: 2024-08-20T22:06:01.1276648Z #19 69.86 ./google/protobuf/text_format.h:357:10: note: declared here 2024-08-20T22:06:01.1278103Z #19 69.86 357 | bool RegisterFieldValuePrinter(const FieldDescriptor* field, 2024-08-20T22:06:01.1279327Z #19 69.86 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:01.1280664Z #19 69.86 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:60, 2024-08-20T22:06:01.1282180Z #19 69.86 from ./google/protobuf/test_util.inc:44, 2024-08-20T22:06:01.1283306Z #19 69.86 from ./google/protobuf/test_util.h:43, 2024-08-20T22:06:01.1284802Z #19 69.86 from google/protobuf/text_format_unittest.cc:48: 2024-08-20T22:06:01.1289132Z #19 69.86 google/protobuf/text_format_unittest.cc:505:65: warning: 'bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)' is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 2024-08-20T22:06:01.1293188Z #19 69.86 505 | ASSERT_FALSE(printer.RegisterFieldValuePrinter(field, rejected)); 2024-08-20T22:06:01.1294747Z #19 69.86 | ^ 2024-08-20T22:06:01.1297031Z #19 69.86 ./../third_party/googletest/googletest/include/gtest/internal/gtest-internal.h:1378:34: note: in definition of macro 'GTEST_TEST_BOOLEAN_' 2024-08-20T22:06:01.1299029Z #19 69.86 1378 | ::testing::AssertionResult(expression)) \ 2024-08-20T22:06:01.1300034Z #19 69.86 | ^~~~~~~~~~ 2024-08-20T22:06:01.1301662Z #19 69.86 google/protobuf/text_format_unittest.cc:505:3: note: in expansion of macro 'ASSERT_FALSE' 2024-08-20T22:06:01.1303415Z #19 69.86 505 | ASSERT_FALSE(printer.RegisterFieldValuePrinter(field, rejected)); 2024-08-20T22:06:01.1304571Z #19 69.86 | ^~~~~~~~~~~~ 2024-08-20T22:06:01.1305573Z #19 69.86 In file included from google/protobuf/text_format_unittest.cc:35: 2024-08-20T22:06:01.1307054Z #19 69.86 ./google/protobuf/text_format.h:357:10: note: declared here 2024-08-20T22:06:01.1308713Z #19 69.86 357 | bool RegisterFieldValuePrinter(const FieldDescriptor* field, 2024-08-20T22:06:01.1309965Z #19 69.86 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:01.1311275Z #19 69.86 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:60, 2024-08-20T22:06:01.1312754Z #19 69.86 from ./google/protobuf/test_util.inc:44, 2024-08-20T22:06:01.1313881Z #19 69.86 from ./google/protobuf/test_util.h:43, 2024-08-20T22:06:01.1315058Z #19 69.86 from google/protobuf/text_format_unittest.cc:48: 2024-08-20T22:06:01.1318477Z #19 69.86 google/protobuf/text_format_unittest.cc: In member function 'virtual void google::protobuf::text_format_unittest::TextFormatTest_ErrorCasesRegisteringFieldValuePrinterShouldFail_Test::TestBody()': 2024-08-20T22:06:01.1324661Z #19 69.86 google/protobuf/text_format_unittest.cc:515:65: warning: 'bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)' is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 2024-08-20T22:06:01.1328572Z #19 69.86 515 | static_cast(nullptr))); 2024-08-20T22:06:01.1329884Z #19 69.86 | ^ 2024-08-20T22:06:01.1332583Z #19 69.86 ./../third_party/googletest/googletest/include/gtest/internal/gtest-internal.h:1378:34: note: in definition of macro 'GTEST_TEST_BOOLEAN_' 2024-08-20T22:06:01.1334883Z #19 69.86 1378 | ::testing::AssertionResult(expression)) \ 2024-08-20T22:06:01.1335944Z #19 69.86 | ^~~~~~~~~~ 2024-08-20T22:06:01.1337630Z #19 69.86 google/protobuf/text_format_unittest.cc:513:3: note: in expansion of macro 'EXPECT_FALSE' 2024-08-20T22:06:01.1339273Z #19 69.86 513 | EXPECT_FALSE(printer.RegisterFieldValuePrinter( 2024-08-20T22:06:01.1340275Z #19 69.86 | ^~~~~~~~~~~~ 2024-08-20T22:06:01.1341447Z #19 69.86 In file included from google/protobuf/text_format_unittest.cc:35: 2024-08-20T22:06:01.1342901Z #19 69.86 ./google/protobuf/text_format.h:357:10: note: declared here 2024-08-20T22:06:01.1344324Z #19 69.86 357 | bool RegisterFieldValuePrinter(const FieldDescriptor* field, 2024-08-20T22:06:01.1345654Z #19 69.86 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:01.1347133Z #19 69.86 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:60, 2024-08-20T22:06:01.1348978Z #19 69.86 from ./google/protobuf/test_util.inc:44, 2024-08-20T22:06:01.1350104Z #19 69.86 from ./google/protobuf/test_util.h:43, 2024-08-20T22:06:01.1351199Z #19 69.86 from google/protobuf/text_format_unittest.cc:48: 2024-08-20T22:06:01.1355726Z #19 69.86 google/protobuf/text_format_unittest.cc:522:76: warning: 'bool google::protobuf::TextFormat::Printer::RegisterFieldValuePrinter(const google::protobuf::FieldDescriptor*, const google::protobuf::TextFormat::FieldValuePrinter*)' is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 2024-08-20T22:06:01.1359944Z #19 69.86 522 | EXPECT_FALSE(printer.RegisterFieldValuePrinter(nullptr, &my_field_printer)); 2024-08-20T22:06:01.1361413Z #19 69.86 | ^ 2024-08-20T22:06:01.1363877Z #19 69.86 ./../third_party/googletest/googletest/include/gtest/internal/gtest-internal.h:1378:34: note: in definition of macro 'GTEST_TEST_BOOLEAN_' 2024-08-20T22:06:01.1366058Z #19 69.86 1378 | ::testing::AssertionResult(expression)) \ 2024-08-20T22:06:01.1367106Z #19 69.86 | ^~~~~~~~~~ 2024-08-20T22:06:01.1368811Z #19 69.86 google/protobuf/text_format_unittest.cc:522:3: note: in expansion of macro 'EXPECT_FALSE' 2024-08-20T22:06:01.1370853Z #19 69.86 522 | EXPECT_FALSE(printer.RegisterFieldValuePrinter(nullptr, &my_field_printer)); 2024-08-20T22:06:01.1372452Z #19 69.86 | ^~~~~~~~~~~~ 2024-08-20T22:06:01.1373412Z #19 69.86 In file included from google/protobuf/text_format_unittest.cc:35: 2024-08-20T22:06:01.1374947Z #19 69.86 ./google/protobuf/text_format.h:357:10: note: declared here 2024-08-20T22:06:01.1376512Z #19 69.86 357 | bool RegisterFieldValuePrinter(const FieldDescriptor* field, 2024-08-20T22:06:01.1377672Z #19 69.86 | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:01.1380344Z #19 69.86 google/protobuf/text_format_unittest.cc: In member function 'virtual void google::protobuf::text_format_unittest::TextFormatTest_CustomPrinterForComments_Test::TestBody()': 2024-08-20T22:06:01.1385587Z #19 69.86 google/protobuf/text_format_unittest.cc:553:75: warning: 'void google::protobuf::TextFormat::Printer::SetDefaultFieldValuePrinter(const google::protobuf::TextFormat::FieldValuePrinter*)' is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 2024-08-20T22:06:01.1389213Z #19 69.86 553 | printer.SetDefaultFieldValuePrinter(new CustomMessageFieldValuePrinter()); 2024-08-20T22:06:01.1390666Z #19 69.86 | ^ 2024-08-20T22:06:01.1392016Z #19 69.86 In file included from google/protobuf/text_format_unittest.cc:35: 2024-08-20T22:06:01.1393389Z #19 69.86 ./google/protobuf/text_format.h:303:10: note: declared here 2024-08-20T22:06:01.1394851Z #19 69.86 303 | void SetDefaultFieldValuePrinter(const FieldValuePrinter* printer); 2024-08-20T22:06:01.1396183Z #19 69.86 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:01.1399078Z #19 69.89 google/protobuf/text_format_unittest.cc: In member function 'virtual void google::protobuf::text_format_unittest::TextFormatTest_CustomPrinterForMultilineComments_Test::TestBody()': 2024-08-20T22:06:01.1404510Z #19 69.89 google/protobuf/text_format_unittest.cc:638:74: warning: 'void google::protobuf::TextFormat::Printer::SetDefaultFieldValuePrinter(const google::protobuf::TextFormat::FieldValuePrinter*)' is deprecated: Please use FastFieldValuePrinter [-Wdeprecated-declarations] 2024-08-20T22:06:01.1408307Z #19 69.89 638 | printer.SetDefaultFieldValuePrinter(new CustomMultilineCommentPrinter()); 2024-08-20T22:06:01.1409881Z #19 69.89 | ^ 2024-08-20T22:06:01.1411257Z #19 69.89 In file included from google/protobuf/text_format_unittest.cc:35: 2024-08-20T22:06:01.1413069Z #19 69.89 ./google/protobuf/text_format.h:303:10: note: declared here 2024-08-20T22:06:01.1414877Z #19 69.89 303 | void SetDefaultFieldValuePrinter(const FieldValuePrinter* printer); 2024-08-20T22:06:01.1416228Z #19 69.89 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:01.1417608Z #19 69.97 CXX google/protobuf/protobuf_test-unittest_import_lite.pb.o 2024-08-20T22:06:01.3331302Z #19 70.07 CXX google/protobuf/protobuf_test-unittest_import_public_lite.pb.o 2024-08-20T22:06:01.3332759Z #19 70.07 CXX google/protobuf/protobuf_test-any_test.pb.o 2024-08-20T22:06:01.3334439Z #19 70.19 CXX google/protobuf/compiler/cpp/protobuf_test-cpp_test_bad_identifiers.pb.o 2024-08-20T22:06:01.4876466Z #19 70.22 CXX google/protobuf/compiler/cpp/protobuf_test-cpp_test_large_enum_value.pb.o 2024-08-20T22:06:01.4878213Z #19 70.34 CXX google/protobuf/protobuf_test-map_proto2_unittest.pb.o 2024-08-20T22:06:01.6414154Z #19 70.49 CXX google/protobuf/protobuf_test-map_unittest.pb.o 2024-08-20T22:06:01.9768016Z #19 70.83 CXX google/protobuf/protobuf_test-unittest_arena.pb.o 2024-08-20T22:06:02.1891315Z #19 70.89 CXX google/protobuf/protobuf_test-unittest_custom_options.pb.o 2024-08-20T22:06:02.2696648Z #19 71.12 CXX google/protobuf/protobuf_test-unittest_drop_unknown_fields.pb.o 2024-08-20T22:06:02.4145064Z #19 71.17 CXX google/protobuf/protobuf_test-unittest_embed_optimize_for.pb.o 2024-08-20T22:06:02.4150112Z #19 71.17 google/protobuf/map_test.cc: In member function 'virtual void google::protobuf::internal::{anonymous}::MapFieldReflectionTest_RegularFields_Test::TestBody()': 2024-08-20T22:06:02.4159703Z #19 71.17 google/protobuf/map_test.cc:1264:69: warning: 'const google::protobuf::RepeatedPtrField& google::protobuf::Reflection::GetRepeatedPtrField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:02.4169234Z #19 71.17 1264 | refl->GetRepeatedPtrField(message, fd_map_int32_int32); 2024-08-20T22:06:02.4170524Z #19 71.17 | ^ 2024-08-20T22:06:02.4171763Z #19 71.17 In file included from ./google/protobuf/map_proto2_unittest.pb.h:30, 2024-08-20T22:06:02.4173011Z #19 71.17 from google/protobuf/map_test.cc:54: 2024-08-20T22:06:02.4174249Z #19 71.17 ./google/protobuf/message.h:842:30: note: declared here 2024-08-20T22:06:02.4175409Z #19 71.17 842 | const RepeatedPtrField& GetRepeatedPtrField( 2024-08-20T22:06:02.4176464Z #19 71.17 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:02.4180871Z #19 71.17 google/protobuf/map_test.cc:1266:70: warning: 'const google::protobuf::RepeatedPtrField& google::protobuf::Reflection::GetRepeatedPtrField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:02.4185416Z #19 71.17 1266 | refl->GetRepeatedPtrField(message, fd_map_int32_double); 2024-08-20T22:06:02.4186663Z #19 71.17 | ^ 2024-08-20T22:06:02.4187805Z #19 71.17 In file included from ./google/protobuf/map_proto2_unittest.pb.h:30, 2024-08-20T22:06:02.4194357Z #19 71.17 from google/protobuf/map_test.cc:54: 2024-08-20T22:06:02.4198419Z #19 71.17 ./google/protobuf/message.h:842:30: note: declared here 2024-08-20T22:06:02.4199606Z #19 71.17 842 | const RepeatedPtrField& GetRepeatedPtrField( 2024-08-20T22:06:02.4203383Z #19 71.17 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:02.4210861Z #19 71.17 google/protobuf/map_test.cc:1268:71: warning: 'const google::protobuf::RepeatedPtrField& google::protobuf::Reflection::GetRepeatedPtrField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:02.4218515Z #19 71.17 1268 | refl->GetRepeatedPtrField(message, fd_map_string_string); 2024-08-20T22:06:02.4222436Z #19 71.17 | ^ 2024-08-20T22:06:02.4223710Z #19 71.17 In file included from ./google/protobuf/map_proto2_unittest.pb.h:30, 2024-08-20T22:06:02.4227770Z #19 71.17 from google/protobuf/map_test.cc:54: 2024-08-20T22:06:02.4228872Z #19 71.17 ./google/protobuf/message.h:842:30: note: declared here 2024-08-20T22:06:02.4230172Z #19 71.17 842 | const RepeatedPtrField& GetRepeatedPtrField( 2024-08-20T22:06:02.4234301Z #19 71.17 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:02.4241882Z #19 71.17 google/protobuf/map_test.cc:1270:79: warning: 'const google::protobuf::RepeatedPtrField& google::protobuf::Reflection::GetRepeatedPtrField(const google::protobuf::Message&, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:02.4252155Z #19 71.17 1270 | refl->GetRepeatedPtrField(message, fd_map_int32_foreign_message); 2024-08-20T22:06:02.4253525Z #19 71.17 | ^ 2024-08-20T22:06:02.4255323Z #19 71.17 In file included from ./google/protobuf/map_proto2_unittest.pb.h:30, 2024-08-20T22:06:02.4256561Z #19 71.17 from google/protobuf/map_test.cc:54: 2024-08-20T22:06:02.4257646Z #19 71.17 ./google/protobuf/message.h:842:30: note: declared here 2024-08-20T22:06:02.4258968Z #19 71.17 842 | const RepeatedPtrField& GetRepeatedPtrField( 2024-08-20T22:06:02.4260020Z #19 71.17 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:02.4265259Z #19 71.17 google/protobuf/map_test.cc:1274:74: warning: 'google::protobuf::RepeatedPtrField* google::protobuf::Reflection::MutableRepeatedPtrField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:02.4271176Z #19 71.17 1274 | refl->MutableRepeatedPtrField(&message, fd_map_int32_int32); 2024-08-20T22:06:02.4273242Z #19 71.17 | ^ 2024-08-20T22:06:02.4274411Z #19 71.17 In file included from ./google/protobuf/map_proto2_unittest.pb.h:30, 2024-08-20T22:06:02.4278809Z #19 71.17 from google/protobuf/map_test.cc:54: 2024-08-20T22:06:02.4280280Z #19 71.17 ./google/protobuf/message.h:853:24: note: declared here 2024-08-20T22:06:02.4281616Z #19 71.17 853 | RepeatedPtrField* MutableRepeatedPtrField(Message* msg, 2024-08-20T22:06:02.4282892Z #19 71.17 | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:02.4287955Z #19 71.17 google/protobuf/map_test.cc:1276:75: warning: 'google::protobuf::RepeatedPtrField* google::protobuf::Reflection::MutableRepeatedPtrField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:02.4292112Z #19 71.17 1276 | refl->MutableRepeatedPtrField(&message, fd_map_int32_double); 2024-08-20T22:06:02.4293455Z #19 71.17 | ^ 2024-08-20T22:06:02.4294817Z #19 71.17 In file included from ./google/protobuf/map_proto2_unittest.pb.h:30, 2024-08-20T22:06:02.4296025Z #19 71.17 from google/protobuf/map_test.cc:54: 2024-08-20T22:06:02.4297102Z #19 71.17 ./google/protobuf/message.h:853:24: note: declared here 2024-08-20T22:06:02.4298729Z #19 71.17 853 | RepeatedPtrField* MutableRepeatedPtrField(Message* msg, 2024-08-20T22:06:02.4299905Z #19 71.17 | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:02.4304539Z #19 71.17 google/protobuf/map_test.cc:1278:76: warning: 'google::protobuf::RepeatedPtrField* google::protobuf::Reflection::MutableRepeatedPtrField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:02.4308928Z #19 71.17 1278 | refl->MutableRepeatedPtrField(&message, fd_map_string_string); 2024-08-20T22:06:02.4310223Z #19 71.17 | ^ 2024-08-20T22:06:02.4311414Z #19 71.17 In file included from ./google/protobuf/map_proto2_unittest.pb.h:30, 2024-08-20T22:06:02.4312605Z #19 71.17 from google/protobuf/map_test.cc:54: 2024-08-20T22:06:02.4313641Z #19 71.17 ./google/protobuf/message.h:853:24: note: declared here 2024-08-20T22:06:02.4314863Z #19 71.17 853 | RepeatedPtrField* MutableRepeatedPtrField(Message* msg, 2024-08-20T22:06:02.4315974Z #19 71.17 | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:02.4320661Z #19 71.17 google/protobuf/map_test.cc:1281:74: warning: 'google::protobuf::RepeatedPtrField* google::protobuf::Reflection::MutableRepeatedPtrField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:02.4324760Z #19 71.17 1281 | fd_map_int32_foreign_message); 2024-08-20T22:06:02.4325834Z #19 71.17 | ^ 2024-08-20T22:06:02.4327070Z #19 71.17 In file included from ./google/protobuf/map_proto2_unittest.pb.h:30, 2024-08-20T22:06:02.4328277Z #19 71.17 from google/protobuf/map_test.cc:54: 2024-08-20T22:06:02.4329327Z #19 71.17 ./google/protobuf/message.h:853:24: note: declared here 2024-08-20T22:06:02.4330579Z #19 71.17 853 | RepeatedPtrField* MutableRepeatedPtrField(Message* msg, 2024-08-20T22:06:02.4334544Z #19 71.17 | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:02.4335798Z #19 71.21 CXX google/protobuf/protobuf_test-unittest_empty.pb.o 2024-08-20T22:06:02.4337303Z #19 71.25 CXX google/protobuf/protobuf_test-unittest_enormous_descriptor.pb.o 2024-08-20T22:06:02.5375513Z #19 71.27 In file included from ./../third_party/googletest/googletest/include/gtest/gtest-param-test.h:184, 2024-08-20T22:06:02.5377229Z #19 71.27 from ./../third_party/googletest/googletest/include/gtest/gtest.h:65, 2024-08-20T22:06:02.5378522Z #19 71.27 from ./google/protobuf/map_test_util_impl.h:36, 2024-08-20T22:06:02.5379590Z #19 71.27 from ./google/protobuf/map_test_util.inc:31, 2024-08-20T22:06:02.5380560Z #19 71.27 from ./google/protobuf/map_test_util.h:38, 2024-08-20T22:06:02.5381551Z #19 71.27 from google/protobuf/map_field_test.cc:38: 2024-08-20T22:06:02.5384858Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': 2024-08-20T22:06:02.5392502Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_MutableMapField_Test; testing::internal::TestMetaFactory::ParamType = std::tuple]' 2024-08-20T22:06:02.5398737Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here 2024-08-20T22:06:02.5404635Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] 2024-08-20T22:06:02.5409182Z #19 71.27 404 | class ParameterizedTestFactory : public TestFactoryBase { 2024-08-20T22:06:02.5410207Z #19 71.27 | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:02.5413249Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': 2024-08-20T22:06:02.5421340Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_GetMapField_Test; testing::internal::TestMetaFactory::ParamType = std::tuple]' 2024-08-20T22:06:02.5427065Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here 2024-08-20T22:06:02.5432891Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] 2024-08-20T22:06:02.5439492Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': 2024-08-20T22:06:02.5446885Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_SpaceUsedExcludingSelf_Test; testing::internal::TestMetaFactory::ParamType = std::tuple]' 2024-08-20T22:06:02.5452872Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here 2024-08-20T22:06:02.5459101Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] 2024-08-20T22:06:02.5465916Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': 2024-08-20T22:06:02.5473288Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_Clear_Test; testing::internal::TestMetaFactory::ParamType = std::tuple]' 2024-08-20T22:06:02.5479312Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here 2024-08-20T22:06:02.5484864Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] 2024-08-20T22:06:02.5491225Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': 2024-08-20T22:06:02.5499647Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_SwapRepeatedDirty_Test; testing::internal::TestMetaFactory::ParamType = std::tuple]' 2024-08-20T22:06:02.5505763Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here 2024-08-20T22:06:02.5511602Z #19 71.27 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] 2024-08-20T22:06:02.5518350Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': 2024-08-20T22:06:02.5526029Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_SwapMapDirty_Test; testing::internal::TestMetaFactory::ParamType = std::tuple]' 2024-08-20T22:06:02.5532053Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here 2024-08-20T22:06:02.5547333Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] 2024-08-20T22:06:02.5554203Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': 2024-08-20T22:06:02.5561739Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_SwapClean_Test; testing::internal::TestMetaFactory::ParamType = std::tuple]' 2024-08-20T22:06:02.5567773Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here 2024-08-20T22:06:02.5573363Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] 2024-08-20T22:06:02.5580280Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': 2024-08-20T22:06:02.5588380Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_MergeFromRepeatedDirty_Test; testing::internal::TestMetaFactory::ParamType = std::tuple]' 2024-08-20T22:06:02.5594297Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here 2024-08-20T22:06:02.5600281Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] 2024-08-20T22:06:02.5606968Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': 2024-08-20T22:06:02.5614488Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_MergeFromMapDirty_Test; testing::internal::TestMetaFactory::ParamType = std::tuple]' 2024-08-20T22:06:02.5620231Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here 2024-08-20T22:06:02.5626327Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] 2024-08-20T22:06:02.5633466Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': 2024-08-20T22:06:02.5641342Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_MergeFromClean_Test; testing::internal::TestMetaFactory::ParamType = std::tuple]' 2024-08-20T22:06:02.5648628Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here 2024-08-20T22:06:02.5654625Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] 2024-08-20T22:06:02.5665516Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': 2024-08-20T22:06:02.5673336Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_MutableMap_Test; testing::internal::TestMetaFactory::ParamType = std::tuple]' 2024-08-20T22:06:02.5679088Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here 2024-08-20T22:06:02.5684371Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] 2024-08-20T22:06:02.5690315Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h: In instantiation of 'class testing::internal::ParameterizedTestFactory': 2024-08-20T22:06:02.5697574Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:449:12: required from 'testing::internal::TestFactoryBase* testing::internal::TestMetaFactory::CreateTestFactory(testing::internal::TestMetaFactory::ParamType) [with TestSuite = google::protobuf::internal::MapFieldStateTest_GetMap_Test; testing::internal::TestMetaFactory::ParamType = std::tuple]' 2024-08-20T22:06:02.5703316Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:448:20: required from here 2024-08-20T22:06:02.5709068Z #19 71.28 ./../third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h:404:7: warning: 'testing::internal::ParameterizedTestFactory' has a field 'testing::internal::ParameterizedTestFactory::parameter_' whose type uses the anonymous namespace [-Wsubobject-linkage] 2024-08-20T22:06:02.5713492Z #19 71.28 CXX google/protobuf/protobuf_test-unittest_import.pb.o 2024-08-20T22:06:02.5714890Z #19 71.32 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:06:02.5716256Z #19 71.32 from ./google/protobuf/map_test_util_impl.h:36, 2024-08-20T22:06:02.5717289Z #19 71.32 from ./google/protobuf/map_test_util.inc:31, 2024-08-20T22:06:02.5718551Z #19 71.32 from ./google/protobuf/map_test_util.h:38, 2024-08-20T22:06:02.5719526Z #19 71.32 from google/protobuf/map_test.cc:55: 2024-08-20T22:06:02.5721698Z #19 71.32 google/protobuf/map_test.cc: In member function 'virtual void google::protobuf::internal::{anonymous}::MapEntryTest_ConstInit_Test::TestBody()': 2024-08-20T22:06:02.5725053Z #19 71.32 google/protobuf/map_test.cc:2092:29: warning: 'int google::protobuf::Message::SpaceUsed() const' is deprecated: Please use SpaceUsedLong() instead [-Wdeprecated-declarations] 2024-08-20T22:06:02.5727136Z #19 71.32 2092 | EXPECT_NE(entry.SpaceUsed(), 0); 2024-08-20T22:06:02.5728070Z #19 71.32 | ^ 2024-08-20T22:06:02.5729907Z #19 71.32 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:06:02.5732348Z #19 71.32 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:06:02.5733572Z #19 71.32 | ^~~~~~~~~~ 2024-08-20T22:06:02.5735657Z #19 71.32 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:06:02.5737675Z #19 71.32 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:06:02.5738828Z #19 71.32 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:02.5740363Z #19 71.32 ./../third_party/googletest/googletest/include/gtest/gtest.h:2053:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:06:02.5742415Z #19 71.32 2053 | EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperNE, val1, val2) 2024-08-20T22:06:02.5743355Z #19 71.32 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:02.5744496Z #19 71.32 google/protobuf/map_test.cc:2092:3: note: in expansion of macro 'EXPECT_NE' 2024-08-20T22:06:02.5745665Z #19 71.32 2092 | EXPECT_NE(entry.SpaceUsed(), 0); 2024-08-20T22:06:02.5746391Z #19 71.32 | ^~~~~~~~~ 2024-08-20T22:06:02.5747424Z #19 71.32 In file included from ./google/protobuf/map_proto2_unittest.pb.h:30, 2024-08-20T22:06:02.5748601Z #19 71.32 from google/protobuf/map_test.cc:54: 2024-08-20T22:06:02.5749589Z #19 71.32 ./google/protobuf/message.h:306:7: note: declared here 2024-08-20T22:06:02.5750876Z #19 71.32 306 | int SpaceUsed() const { return internal::ToIntSize(SpaceUsedLong()); } 2024-08-20T22:06:02.5752010Z #19 71.32 | ^~~~~~~~~ 2024-08-20T22:06:02.5753123Z #19 71.39 CXX google/protobuf/protobuf_test-unittest_import_public.pb.o 2024-08-20T22:06:02.6523178Z #19 71.41 google/protobuf/map_test.cc: In member function 'virtual void google::protobuf::internal::{anonymous}::GeneratedMapFieldTest_SpaceUsed_Test::TestBody()': 2024-08-20T22:06:02.6526556Z #19 71.41 google/protobuf/map_test.cc:2674:48: warning: 'int google::protobuf::Message::SpaceUsed() const' is deprecated: Please use SpaceUsedLong() instead [-Wdeprecated-declarations] 2024-08-20T22:06:02.6528710Z #19 71.41 2674 | const size_t initial = map_message.SpaceUsed(); 2024-08-20T22:06:02.6529680Z #19 71.41 | ^ 2024-08-20T22:06:02.6531018Z #19 71.41 In file included from ./google/protobuf/map_proto2_unittest.pb.h:30, 2024-08-20T22:06:02.6532127Z #19 71.41 from google/protobuf/map_test.cc:54: 2024-08-20T22:06:02.6533067Z #19 71.41 ./google/protobuf/message.h:306:7: note: declared here 2024-08-20T22:06:02.6534374Z #19 71.41 306 | int SpaceUsed() const { return internal::ToIntSize(SpaceUsedLong()); } 2024-08-20T22:06:02.6535404Z #19 71.41 | ^~~~~~~~~ 2024-08-20T22:06:02.6537581Z #19 71.41 google/protobuf/map_test.cc:2675:72: warning: 'int google::protobuf::Message::SpaceUsed() const' is deprecated: Please use SpaceUsedLong() instead [-Wdeprecated-declarations] 2024-08-20T22:06:02.6539784Z #19 71.41 2675 | const size_t space_used_message = unittest::TestRequired().SpaceUsed(); 2024-08-20T22:06:02.6541070Z #19 71.41 | ^ 2024-08-20T22:06:02.6542564Z #19 71.41 In file included from ./google/protobuf/map_proto2_unittest.pb.h:30, 2024-08-20T22:06:02.6543706Z #19 71.41 from google/protobuf/map_test.cc:54: 2024-08-20T22:06:02.6544711Z #19 71.41 ./google/protobuf/message.h:306:7: note: declared here 2024-08-20T22:06:02.6546048Z #19 71.41 306 | int SpaceUsed() const { return internal::ToIntSize(SpaceUsedLong()); } 2024-08-20T22:06:02.6547093Z #19 71.41 | ^~~~~~~~~ 2024-08-20T22:06:02.6548162Z #19 71.41 In file included from ./../third_party/googletest/googletest/include/gtest/gtest.h:388, 2024-08-20T22:06:02.6549578Z #19 71.41 from ./google/protobuf/map_test_util_impl.h:36, 2024-08-20T22:06:02.6550635Z #19 71.41 from ./google/protobuf/map_test_util.inc:31, 2024-08-20T22:06:02.6551641Z #19 71.41 from ./google/protobuf/map_test_util.h:38, 2024-08-20T22:06:02.6552682Z #19 71.41 from google/protobuf/map_test.cc:55: 2024-08-20T22:06:02.6555316Z #19 71.41 google/protobuf/map_test.cc:2690:48: warning: 'int google::protobuf::Message::SpaceUsed() const' is deprecated: Please use SpaceUsedLong() instead [-Wdeprecated-declarations] 2024-08-20T22:06:02.6557470Z #19 71.41 2690 | EXPECT_LE(lower_bound, map_message.SpaceUsed()); 2024-08-20T22:06:02.6558487Z #19 71.41 | ^ 2024-08-20T22:06:02.6560613Z #19 71.41 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:77:52: note: in definition of macro 'GTEST_ASSERT_' 2024-08-20T22:06:02.6562415Z #19 71.41 77 | if (const ::testing::AssertionResult gtest_ar = (expression)) \ 2024-08-20T22:06:02.6563572Z #19 71.41 | ^~~~~~~~~~ 2024-08-20T22:06:02.6565457Z #19 71.41 ./../third_party/googletest/googletest/include/gtest/gtest_pred_impl.h:164:3: note: in expansion of macro 'GTEST_PRED_FORMAT2_' 2024-08-20T22:06:02.6567316Z #19 71.41 164 | GTEST_PRED_FORMAT2_(pred_format, v1, v2, GTEST_NONFATAL_FAILURE_) 2024-08-20T22:06:02.6568303Z #19 71.41 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:02.6569949Z #19 71.41 ./../third_party/googletest/googletest/include/gtest/gtest.h:2055:3: note: in expansion of macro 'EXPECT_PRED_FORMAT2' 2024-08-20T22:06:02.6571767Z #19 71.41 2055 | EXPECT_PRED_FORMAT2(::testing::internal::CmpHelperLE, val1, val2) 2024-08-20T22:06:02.6572804Z #19 71.41 | ^~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:02.6574159Z #19 71.41 google/protobuf/map_test.cc:2690:3: note: in expansion of macro 'EXPECT_LE' 2024-08-20T22:06:02.6575416Z #19 71.41 2690 | EXPECT_LE(lower_bound, map_message.SpaceUsed()); 2024-08-20T22:06:02.6576302Z #19 71.41 | ^~~~~~~~~ 2024-08-20T22:06:02.6577247Z #19 71.41 In file included from ./google/protobuf/map_proto2_unittest.pb.h:30, 2024-08-20T22:06:02.6578498Z #19 71.41 from google/protobuf/map_test.cc:54: 2024-08-20T22:06:02.6579504Z #19 71.41 ./google/protobuf/message.h:306:7: note: declared here 2024-08-20T22:06:02.6580778Z #19 71.41 306 | int SpaceUsed() const { return internal::ToIntSize(SpaceUsedLong()); } 2024-08-20T22:06:02.6581865Z #19 71.41 | ^~~~~~~~~ 2024-08-20T22:06:02.6582966Z #19 71.42 CXX google/protobuf/protobuf_test-unittest_lazy_dependencies.pb.o 2024-08-20T22:06:02.6585837Z #19 71.51 google/protobuf/map_test.cc: In member function 'virtual void google::protobuf::internal::{anonymous}::TextFormatMapTest_NoDisableReflectionIterator_Test::TestBody()': 2024-08-20T22:06:02.6590979Z #19 71.51 google/protobuf/map_test.cc:3635:71: warning: 'google::protobuf::RepeatedPtrField* google::protobuf::Reflection::MutableRepeatedPtrField(google::protobuf::Message*, const google::protobuf::FieldDescriptor*) const [with T = google::protobuf::Message]' is deprecated: Please use GetMutableRepeatedFieldRef() instead [-Wdeprecated-declarations] 2024-08-20T22:06:02.6595070Z #19 71.51 3635 | reflection->MutableRepeatedPtrField(&source, field_desc); 2024-08-20T22:06:02.6596551Z #19 71.51 | ^ 2024-08-20T22:06:02.6597679Z #19 71.51 In file included from ./google/protobuf/map_proto2_unittest.pb.h:30, 2024-08-20T22:06:02.6598807Z #19 71.51 from google/protobuf/map_test.cc:54: 2024-08-20T22:06:02.6599812Z #19 71.51 ./google/protobuf/message.h:853:24: note: declared here 2024-08-20T22:06:02.6601011Z #19 71.51 853 | RepeatedPtrField* MutableRepeatedPtrField(Message* msg, 2024-08-20T22:06:02.6602243Z #19 71.51 | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-20T22:06:02.8132045Z #19 71.53 CXX google/protobuf/protobuf_test-unittest_lazy_dependencies_custom_option.pb.o 2024-08-20T22:06:02.8133828Z #19 71.67 CXX google/protobuf/protobuf_test-unittest_lazy_dependencies_enum.pb.o 2024-08-20T22:06:02.9644393Z #19 71.67 CXX google/protobuf/protobuf_test-unittest_lite_imports_nonlite.pb.o 2024-08-20T22:06:03.0055957Z #19 71.86 CXX google/protobuf/protobuf_test-unittest_mset.pb.o 2024-08-20T22:06:03.4682817Z #19 72.32 CXX google/protobuf/protobuf_test-unittest_mset_wire_format.pb.o 2024-08-20T22:06:03.6665920Z #19 72.52 CXX google/protobuf/protobuf_test-unittest_no_field_presence.pb.o 2024-08-20T22:06:03.8105175Z #19 72.55 CXX google/protobuf/protobuf_test-unittest_no_generic_services.pb.o 2024-08-20T22:06:03.8106942Z #19 72.57 CXX google/protobuf/protobuf_test-unittest_optimize_for.pb.o 2024-08-20T22:06:03.8108812Z #19 72.62 CXX google/protobuf/protobuf_test-unittest.pb.o 2024-08-20T22:06:03.8110463Z #19 72.66 CXX google/protobuf/protobuf_test-unittest_preserve_unknown_enum2.pb.o 2024-08-20T22:06:03.9267987Z #19 72.68 CXX google/protobuf/protobuf_test-unittest_preserve_unknown_enum.pb.o 2024-08-20T22:06:03.9269877Z #19 72.78 CXX google/protobuf/protobuf_test-unittest_proto3.pb.o 2024-08-20T22:06:04.0372763Z #19 72.78 CXX google/protobuf/protobuf_test-unittest_proto3_arena.pb.o 2024-08-20T22:06:04.0374711Z #19 72.89 CXX google/protobuf/protobuf_test-unittest_proto3_arena_lite.pb.o 2024-08-20T22:06:04.1468632Z #19 73.00 CXX google/protobuf/protobuf_test-unittest_proto3_lite.pb.o 2024-08-20T22:06:04.2862803Z #19 73.09 CXX google/protobuf/protobuf_test-unittest_proto3_optional.pb.o 2024-08-20T22:06:04.2864591Z #19 73.14 CXX google/protobuf/protobuf_test-unittest_well_known_types.pb.o 2024-08-20T22:06:04.3869614Z #19 73.24 CXX google/protobuf/util/internal/testdata/protobuf_test-anys.pb.o 2024-08-20T22:06:04.5539948Z #19 73.26 CXX google/protobuf/util/internal/testdata/protobuf_test-books.pb.o 2024-08-20T22:06:04.5966867Z #19 73.45 CXX google/protobuf/util/internal/testdata/protobuf_test-default_value.pb.o 2024-08-20T22:06:04.7317144Z #19 73.59 CXX google/protobuf/util/internal/testdata/protobuf_test-default_value_test.pb.o 2024-08-20T22:06:04.9558667Z #19 73.62 CXX google/protobuf/util/internal/testdata/protobuf_test-field_mask.pb.o 2024-08-20T22:06:04.9560618Z #19 73.66 CXX google/protobuf/util/internal/testdata/protobuf_test-maps.pb.o 2024-08-20T22:06:04.9632435Z #19 73.82 CXX google/protobuf/util/internal/testdata/protobuf_test-oneofs.pb.o 2024-08-20T22:06:05.0635749Z #19 73.88 google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_RepeatedFieldSmartListTest_Test::TestBody()': 2024-08-20T22:06:05.0640319Z #19 73.88 google/protobuf/util/message_differencer_unittest.cc:1150:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0642870Z #19 73.88 1150 | msg1.add_rm()->set_a(1); 2024-08-20T22:06:05.0643620Z #19 73.88 | ^ 2024-08-20T22:06:05.0644793Z #19 73.88 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0646959Z #19 73.88 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0648673Z #19 73.88 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0649976Z #19 73.88 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0653003Z #19 73.88 google/protobuf/util/message_differencer_unittest.cc:1151:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0655766Z #19 73.88 1151 | msg1.add_rm()->set_a(2); 2024-08-20T22:06:05.0656498Z #19 73.88 | ^ 2024-08-20T22:06:05.0657632Z #19 73.88 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0659452Z #19 73.88 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0661135Z #19 73.88 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0662496Z #19 73.88 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0665572Z #19 73.88 google/protobuf/util/message_differencer_unittest.cc:1152:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0668045Z #19 73.88 1152 | msg1.add_rm()->set_a(3); 2024-08-20T22:06:05.0668797Z #19 73.88 | ^ 2024-08-20T22:06:05.0670295Z #19 73.88 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0672256Z #19 73.88 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0673946Z #19 73.88 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0675233Z #19 73.88 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0678275Z #19 73.88 google/protobuf/util/message_differencer_unittest.cc:1153:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0680813Z #19 73.88 1153 | msg1.add_rm()->set_a(4); 2024-08-20T22:06:05.0681572Z #19 73.88 | ^ 2024-08-20T22:06:05.0682694Z #19 73.88 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0684431Z #19 73.88 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0686062Z #19 73.88 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0687298Z #19 73.88 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0690156Z #19 73.88 google/protobuf/util/message_differencer_unittest.cc:1154:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0692594Z #19 73.88 1154 | msg1.add_rm()->set_a(5); 2024-08-20T22:06:05.0693315Z #19 73.88 | ^ 2024-08-20T22:06:05.0694950Z #19 73.88 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0696692Z #19 73.88 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0698298Z #19 73.88 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0699503Z #19 73.88 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0702458Z #19 73.88 google/protobuf/util/message_differencer_unittest.cc:1155:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0704926Z #19 73.88 1155 | msg2.add_rm()->set_a(2); 2024-08-20T22:06:05.0705681Z #19 73.88 | ^ 2024-08-20T22:06:05.0706833Z #19 73.88 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0708823Z #19 73.88 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0710483Z #19 73.88 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0711755Z #19 73.88 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0714713Z #19 73.88 google/protobuf/util/message_differencer_unittest.cc:1156:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0717597Z #19 73.88 1156 | msg2.add_rm()->set_a(6); 2024-08-20T22:06:05.0718322Z #19 73.88 | ^ 2024-08-20T22:06:05.0719452Z #19 73.88 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0721196Z #19 73.88 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0722870Z #19 73.88 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0724167Z #19 73.88 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0727107Z #19 73.88 google/protobuf/util/message_differencer_unittest.cc:1157:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0729649Z #19 73.88 1157 | msg2.add_rm()->set_a(4); 2024-08-20T22:06:05.0730418Z #19 73.88 | ^ 2024-08-20T22:06:05.0732322Z #19 73.88 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0734158Z #19 73.88 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0735932Z #19 73.88 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0737292Z #19 73.88 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0740259Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_RepeatedFieldSmartSetTest_Test::TestBody()': 2024-08-20T22:06:05.0744643Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc:1199:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0747055Z #19 73.89 1199 | *msg1.add_rm() = elem1_1; 2024-08-20T22:06:05.0747897Z #19 73.89 | ^ 2024-08-20T22:06:05.0749050Z #19 73.89 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0750832Z #19 73.89 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0752597Z #19 73.89 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0753943Z #19 73.89 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0756994Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc:1200:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0759295Z #19 73.89 1200 | *msg1.add_rm() = elem2_1; 2024-08-20T22:06:05.0760026Z #19 73.89 | ^ 2024-08-20T22:06:05.0761195Z #19 73.89 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0763051Z #19 73.89 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0764764Z #19 73.89 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0766046Z #19 73.89 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0768988Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc:1201:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0771536Z #19 73.89 1201 | *msg1.add_rm() = elem3_1; 2024-08-20T22:06:05.0772259Z #19 73.89 | ^ 2024-08-20T22:06:05.0773408Z #19 73.89 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0775304Z #19 73.89 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0776987Z #19 73.89 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0778246Z #19 73.89 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0781134Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc:1203:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0783406Z #19 73.89 1203 | *msg2.add_rm() = elem3_2; 2024-08-20T22:06:05.0784124Z #19 73.89 | ^ 2024-08-20T22:06:05.0785299Z #19 73.89 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0787221Z #19 73.89 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0788817Z #19 73.89 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0790093Z #19 73.89 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0793360Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc:1204:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0795844Z #19 73.89 1204 | *msg2.add_rm() = elem1_2; 2024-08-20T22:06:05.0796575Z #19 73.89 | ^ 2024-08-20T22:06:05.0797746Z #19 73.89 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0799504Z #19 73.89 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0801258Z #19 73.89 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0802530Z #19 73.89 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0805567Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc:1205:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0807989Z #19 73.89 1205 | *msg2.add_rm() = elem2_2; 2024-08-20T22:06:05.0808772Z #19 73.89 | ^ 2024-08-20T22:06:05.0810002Z #19 73.89 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0811908Z #19 73.89 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0813673Z #19 73.89 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0815196Z #19 73.89 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0818341Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_RepeatedFieldSmartSetTest_IdenticalElements_Test::TestBody()': 2024-08-20T22:06:05.0823024Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc:1230:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0825367Z #19 73.89 1230 | *msg1.add_rm() = elem; 2024-08-20T22:06:05.0826106Z #19 73.89 | ^ 2024-08-20T22:06:05.0827217Z #19 73.89 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0828959Z #19 73.89 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0931983Z #19 73.89 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0933707Z #19 73.89 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0939253Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc:1231:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0941563Z #19 73.89 1231 | *msg1.add_rm() = elem; 2024-08-20T22:06:05.0942308Z #19 73.89 | ^ 2024-08-20T22:06:05.0943417Z #19 73.89 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0945163Z #19 73.89 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0946863Z #19 73.89 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0948125Z #19 73.89 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0951106Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc:1232:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0953462Z #19 73.89 1232 | *msg2.add_rm() = elem; 2024-08-20T22:06:05.0954180Z #19 73.89 | ^ 2024-08-20T22:06:05.0955302Z #19 73.89 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0957048Z #19 73.89 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0958733Z #19 73.89 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0960502Z #19 73.89 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0963620Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc:1233:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0965994Z #19 73.89 1233 | *msg2.add_rm() = elem; 2024-08-20T22:06:05.0966779Z #19 73.89 | ^ 2024-08-20T22:06:05.0967934Z #19 73.89 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0969744Z #19 73.89 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0971466Z #19 73.89 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0972756Z #19 73.89 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0976147Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_RepeatedFieldSmartSetTest_PreviouslyMatch_Test::TestBody()': 2024-08-20T22:06:05.0980794Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc:1262:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0983164Z #19 73.89 1262 | *msg1.add_rm() = elem1_1; 2024-08-20T22:06:05.0983955Z #19 73.89 | ^ 2024-08-20T22:06:05.0985073Z #19 73.89 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0986853Z #19 73.89 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.0988518Z #19 73.89 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.0989747Z #19 73.89 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.0992688Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc:1263:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.0995014Z #19 73.89 1263 | *msg1.add_rm() = elem2_1; 2024-08-20T22:06:05.0995753Z #19 73.89 | ^ 2024-08-20T22:06:05.0996882Z #19 73.89 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.0998885Z #19 73.89 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1000541Z #19 73.89 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1001777Z #19 73.89 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1004682Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc:1264:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1007079Z #19 73.89 1264 | *msg2.add_rm() = elem1_2; 2024-08-20T22:06:05.1007811Z #19 73.89 | ^ 2024-08-20T22:06:05.1008939Z #19 73.89 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1010692Z #19 73.89 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1012505Z #19 73.89 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1013811Z #19 73.89 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1017052Z #19 73.89 google/protobuf/util/message_differencer_unittest.cc:1265:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1019453Z #19 73.89 1265 | *msg2.add_rm() = elem2_2; 2024-08-20T22:06:05.1020210Z #19 73.89 | ^ 2024-08-20T22:06:05.1021638Z #19 73.89 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1023435Z #19 73.89 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1025134Z #19 73.89 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1026421Z #19 73.89 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1029530Z #19 73.90 google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_RepeatedFieldSmartSet_MultipleMatches_Test::TestBody()': 2024-08-20T22:06:05.1034488Z #19 73.90 google/protobuf/util/message_differencer_unittest.cc:1305:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1036820Z #19 73.90 1305 | *msg1.add_rm() = elem1_1; 2024-08-20T22:06:05.1037564Z #19 73.90 | ^ 2024-08-20T22:06:05.1038700Z #19 73.90 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1040405Z #19 73.90 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1042062Z #19 73.90 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1043311Z #19 73.90 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1046260Z #19 73.90 google/protobuf/util/message_differencer_unittest.cc:1306:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1048579Z #19 73.90 1306 | *msg1.add_rm() = elem2_1; 2024-08-20T22:06:05.1049319Z #19 73.90 | ^ 2024-08-20T22:06:05.1050426Z #19 73.90 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1052163Z #19 73.90 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1053842Z #19 73.90 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1055239Z #19 73.90 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1058279Z #19 73.90 google/protobuf/util/message_differencer_unittest.cc:1307:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1061054Z #19 73.90 1307 | *msg1.add_rm() = elem3_1; 2024-08-20T22:06:05.1061834Z #19 73.90 | ^ 2024-08-20T22:06:05.1062995Z #19 73.90 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1064773Z #19 73.90 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1066490Z #19 73.90 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1067785Z #19 73.90 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1070755Z #19 73.90 google/protobuf/util/message_differencer_unittest.cc:1308:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1073149Z #19 73.90 1308 | *msg2.add_rm() = elem2_2; 2024-08-20T22:06:05.1073912Z #19 73.90 | ^ 2024-08-20T22:06:05.1075081Z #19 73.90 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1076818Z #19 73.90 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1078638Z #19 73.90 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1079850Z #19 73.90 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1083082Z #19 73.90 google/protobuf/util/message_differencer_unittest.cc:1309:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1085457Z #19 73.90 1309 | *msg2.add_rm() = elem3_2; 2024-08-20T22:06:05.1086177Z #19 73.90 | ^ 2024-08-20T22:06:05.1087195Z #19 73.90 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1088798Z #19 73.90 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1090458Z #19 73.90 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1091681Z #19 73.90 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1094971Z #19 73.90 google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_RepeatedFieldSmartSet_MultipleMatchesNoReporter_Test::TestBody()': 2024-08-20T22:06:05.1099585Z #19 73.90 google/protobuf/util/message_differencer_unittest.cc:1333:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1101770Z #19 73.90 1333 | *msg1.add_rm() = elem1; 2024-08-20T22:06:05.1102626Z #19 73.90 | ^ 2024-08-20T22:06:05.1103735Z #19 73.90 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1105549Z #19 73.90 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1107184Z #19 73.90 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1108431Z #19 73.90 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1111388Z #19 73.90 google/protobuf/util/message_differencer_unittest.cc:1334:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1113875Z #19 73.90 1334 | *msg1.add_rm() = elem2; 2024-08-20T22:06:05.1114676Z #19 73.90 | ^ 2024-08-20T22:06:05.1115804Z #19 73.90 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1117605Z #19 73.90 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1119386Z #19 73.90 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1120616Z #19 73.90 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1123706Z #19 73.90 google/protobuf/util/message_differencer_unittest.cc:1335:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1126002Z #19 73.90 1335 | *msg1.add_rm() = elem3; 2024-08-20T22:06:05.1126714Z #19 73.90 | ^ 2024-08-20T22:06:05.1127857Z #19 73.90 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1129570Z #19 73.90 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1131506Z #19 73.90 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1132717Z #19 73.90 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1135745Z #19 73.90 google/protobuf/util/message_differencer_unittest.cc:1336:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1138239Z #19 73.90 1336 | *msg2.add_rm() = elem2; 2024-08-20T22:06:05.1138954Z #19 73.90 | ^ 2024-08-20T22:06:05.1140084Z #19 73.90 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1141870Z #19 73.90 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1143552Z #19 73.90 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1145133Z #19 73.90 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1148146Z #19 73.90 google/protobuf/util/message_differencer_unittest.cc:1337:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1150542Z #19 73.90 1337 | *msg2.add_rm() = elem3; 2024-08-20T22:06:05.1151268Z #19 73.90 | ^ 2024-08-20T22:06:05.1152494Z #19 73.90 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1154226Z #19 73.90 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1155860Z #19 73.90 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1157086Z #19 73.90 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1160585Z #19 73.90 google/protobuf/util/message_differencer_unittest.cc:1338:16: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1163379Z #19 73.90 1338 | *msg2.add_rm() = elem4; 2024-08-20T22:06:05.1164079Z #19 73.90 | ^ 2024-08-20T22:06:05.1165190Z #19 73.90 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1166829Z #19 73.90 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1168388Z #19 73.90 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1169643Z #19 73.90 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1172687Z #19 73.91 google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_RepeatedFieldSetTest_PartialSimple_Test::TestBody()': 2024-08-20T22:06:05.1177165Z #19 73.91 google/protobuf/util/message_differencer_unittest.cc:1560:12: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1179770Z #19 73.91 1560 | a.add_rm()->set_c(1); 2024-08-20T22:06:05.1180513Z #19 73.91 | ^ 2024-08-20T22:06:05.1181580Z #19 73.91 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1183740Z #19 73.91 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1185410Z #19 73.91 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1186707Z #19 73.91 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1189668Z #19 73.91 google/protobuf/util/message_differencer_unittest.cc:1561:12: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1192293Z #19 73.91 1561 | a.add_rm()->set_c(0); 2024-08-20T22:06:05.1192996Z #19 73.91 | ^ 2024-08-20T22:06:05.1194011Z #19 73.91 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1195732Z #19 73.91 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1197346Z #19 73.91 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1198623Z #19 73.91 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1201499Z #19 73.91 google/protobuf/util/message_differencer_unittest.cc:1566:12: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1203960Z #19 73.91 1566 | b.add_rm()->set_c(1); 2024-08-20T22:06:05.1204670Z #19 73.91 | ^ 2024-08-20T22:06:05.1206594Z #19 73.91 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1208969Z #19 73.91 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1210571Z #19 73.91 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1211758Z #19 73.91 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1215059Z #19 73.91 google/protobuf/util/message_differencer_unittest.cc:1567:12: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1217399Z #19 73.91 1567 | b.add_rm(); 2024-08-20T22:06:05.1218106Z #19 73.91 | ^ 2024-08-20T22:06:05.1219219Z #19 73.91 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1221023Z #19 73.91 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1223088Z #19 73.91 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1224655Z #19 73.91 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1227625Z #19 73.91 google/protobuf/util/message_differencer_unittest.cc:1572:12: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1230025Z #19 73.91 1572 | c.add_rm(); 2024-08-20T22:06:05.1230959Z #19 73.91 | ^ 2024-08-20T22:06:05.1232074Z #19 73.91 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1233749Z #19 73.91 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1235443Z #19 73.91 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1236646Z #19 73.91 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1239765Z #19 73.92 google/protobuf/util/message_differencer_unittest.cc:1573:12: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1242245Z #19 73.92 1573 | c.add_rm()->set_c(1); 2024-08-20T22:06:05.1242952Z #19 73.92 | ^ 2024-08-20T22:06:05.1243988Z #19 73.92 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1245870Z #19 73.92 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1248123Z #19 73.92 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1249484Z #19 73.92 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1252655Z #19 73.92 google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_RepeatedFieldSetTest_Partial_Test::TestBody()': 2024-08-20T22:06:05.1257511Z #19 73.92 google/protobuf/util/message_differencer_unittest.cc:1588:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1260105Z #19 73.92 1588 | msg1.add_rm()->set_a(1); 2024-08-20T22:06:05.1260829Z #19 73.92 | ^ 2024-08-20T22:06:05.1262014Z #19 73.92 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1263786Z #19 73.92 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1265467Z #19 73.92 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1266738Z #19 73.92 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1269536Z #19 73.92 google/protobuf/util/message_differencer_unittest.cc:1589:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1272685Z #19 73.92 1589 | msg1.add_rm()->set_b(2); 2024-08-20T22:06:05.1273661Z #19 73.92 | ^ 2024-08-20T22:06:05.1274981Z #19 73.92 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1276826Z #19 73.92 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1278291Z #19 73.92 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1279416Z #19 73.92 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1908864Z #19 73.92 google/protobuf/util/message_differencer_unittest.cc:1590:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1911415Z #19 73.92 1590 | msg1.add_rm()->set_c(3); 2024-08-20T22:06:05.1912136Z #19 73.92 | ^ 2024-08-20T22:06:05.1913275Z #19 73.92 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1915006Z #19 73.92 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1916749Z #19 73.92 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1917963Z #19 73.92 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1921091Z #19 73.92 google/protobuf/util/message_differencer_unittest.cc:1596:53: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1923855Z #19 73.92 1596 | protobuf_unittest::TestField* field = msg2.add_rm(); 2024-08-20T22:06:05.1925084Z #19 73.92 | ^ 2024-08-20T22:06:05.1926478Z #19 73.92 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1928300Z #19 73.92 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1930009Z #19 73.92 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1931607Z #19 73.92 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1934718Z #19 73.92 google/protobuf/util/message_differencer_unittest.cc:1599:23: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1937515Z #19 73.92 1599 | field = msg2.add_rm(); 2024-08-20T22:06:05.1938403Z #19 73.92 | ^ 2024-08-20T22:06:05.1939533Z #19 73.92 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1941698Z #19 73.92 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1943645Z #19 73.92 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1944892Z #19 73.92 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1947794Z #19 73.92 google/protobuf/util/message_differencer_unittest.cc:1602:23: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1950167Z #19 73.92 1602 | field = msg2.add_rm(); 2024-08-20T22:06:05.1950886Z #19 73.92 | ^ 2024-08-20T22:06:05.1951983Z #19 73.92 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1953771Z #19 73.92 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1955376Z #19 73.92 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1956639Z #19 73.92 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1959909Z #19 73.97 google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_IgnoreField_Message_Test::TestBody()': 2024-08-20T22:06:05.1964111Z #19 73.97 google/protobuf/util/message_differencer_unittest.cc:2073:23: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1966468Z #19 73.97 2073 | field = msg1.add_rm(); 2024-08-20T22:06:05.1967234Z #19 73.97 | ^ 2024-08-20T22:06:05.1968493Z #19 73.97 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1970175Z #19 73.97 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1971776Z #19 73.97 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1973071Z #19 73.97 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1976339Z #19 73.97 google/protobuf/util/message_differencer_unittest.cc:2076:23: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1978833Z #19 73.97 2076 | field = msg2.add_rm(); 2024-08-20T22:06:05.1979569Z #19 73.97 | ^ 2024-08-20T22:06:05.1980742Z #19 73.97 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1982376Z #19 73.97 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.1984088Z #19 73.97 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.1985294Z #19 73.97 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.1988098Z #19 73.97 google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_IgnoreField_NestedMessage_Test::TestBody()': 2024-08-20T22:06:05.1992483Z #19 73.97 google/protobuf/util/message_differencer_unittest.cc:2161:23: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.1994963Z #19 73.97 2161 | field = msg1.add_rm(); 2024-08-20T22:06:05.1995731Z #19 73.97 | ^ 2024-08-20T22:06:05.1997063Z #19 73.97 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.1998854Z #19 73.97 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.2000817Z #19 73.97 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.2002065Z #19 73.97 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.2005051Z #19 73.98 google/protobuf/util/message_differencer_unittest.cc:2165:23: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.2007419Z #19 73.98 2165 | field = msg2.add_rm(); 2024-08-20T22:06:05.2008171Z #19 73.98 | ^ 2024-08-20T22:06:05.2009513Z #19 73.98 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.2011324Z #19 73.98 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.2013107Z #19 73.98 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.2014603Z #19 73.98 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.2016174Z #19 73.98 CXX google/protobuf/util/internal/testdata/protobuf_test-proto3.pb.o 2024-08-20T22:06:05.2019563Z #19 73.99 google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::MessageDifferencerTest_FieldContextParentFieldsTest_Test::TestBody()': 2024-08-20T22:06:05.2024440Z #19 73.99 google/protobuf/util/message_differencer_unittest.cc:2394:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.2027023Z #19 73.99 2394 | msg1.add_rm()->set_c(1); 2024-08-20T22:06:05.2027735Z #19 73.99 | ^ 2024-08-20T22:06:05.2028834Z #19 73.99 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.2030918Z #19 73.99 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.2032631Z #19 73.99 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.2033877Z #19 73.99 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.2036811Z #19 73.99 google/protobuf/util/message_differencer_unittest.cc:2396:15: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.2039333Z #19 73.99 2396 | msg2.add_rm()->set_c(1); 2024-08-20T22:06:05.2040103Z #19 73.99 | ^ 2024-08-20T22:06:05.2041212Z #19 73.99 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.2042955Z #19 73.99 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.2044622Z #19 73.99 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.2045792Z #19 73.99 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.2047418Z #19 74.04 CXX google/protobuf/util/internal/testdata/protobuf_test-struct.pb.o 2024-08-20T22:06:05.3721388Z #19 74.12 google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::ComparisonTest_IgnoredNoChangeTest_Test::TestBody()': 2024-08-20T22:06:05.3725747Z #19 74.12 google/protobuf/util/message_differencer_unittest.cc:3040:22: warning: 'void protobuf_unittest::TestDiffMessage::set_v(google::protobuf::int32)' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.3728030Z #19 74.12 3040 | proto1diff_.set_v(3); 2024-08-20T22:06:05.3728767Z #19 74.12 | ^ 2024-08-20T22:06:05.3729956Z #19 74.12 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.3732419Z #19 74.12 ./google/protobuf/util/message_differencer_unittest.pb.h:1605:13: note: declared here 2024-08-20T22:06:05.3734727Z #19 74.12 1605 | inline void TestDiffMessage::set_v(::PROTOBUF_NAMESPACE_ID::int32 value) { 2024-08-20T22:06:05.3735994Z #19 74.12 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.3738940Z #19 74.12 google/protobuf/util/message_differencer_unittest.cc:3041:22: warning: 'void protobuf_unittest::TestDiffMessage::set_v(google::protobuf::int32)' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.3741271Z #19 74.12 3041 | proto2diff_.set_v(3); 2024-08-20T22:06:05.3742027Z #19 74.12 | ^ 2024-08-20T22:06:05.3743338Z #19 74.12 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.3745095Z #19 74.12 ./google/protobuf/util/message_differencer_unittest.pb.h:1605:13: note: declared here 2024-08-20T22:06:05.3746841Z #19 74.12 1605 | inline void TestDiffMessage::set_v(::PROTOBUF_NAMESPACE_ID::int32 value) { 2024-08-20T22:06:05.3748076Z #19 74.12 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.3750638Z #19 74.12 google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::ComparisonTest_IgnoredAddTest_Test::TestBody()': 2024-08-20T22:06:05.3754798Z #19 74.12 google/protobuf/util/message_differencer_unittest.cc:3053:22: warning: 'void protobuf_unittest::TestDiffMessage::set_v(google::protobuf::int32)' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.3757261Z #19 74.12 3053 | proto2diff_.set_v(3); 2024-08-20T22:06:05.3758275Z #19 74.12 | ^ 2024-08-20T22:06:05.3759895Z #19 74.12 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.3761919Z #19 74.12 ./google/protobuf/util/message_differencer_unittest.pb.h:1605:13: note: declared here 2024-08-20T22:06:05.3764033Z #19 74.12 1605 | inline void TestDiffMessage::set_v(::PROTOBUF_NAMESPACE_ID::int32 value) { 2024-08-20T22:06:05.3765384Z #19 74.12 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.3768108Z #19 74.12 google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::ComparisonTest_IgnoredDeleteTest_Test::TestBody()': 2024-08-20T22:06:05.3795148Z #19 74.12 google/protobuf/util/message_differencer_unittest.cc:3065:22: warning: 'void protobuf_unittest::TestDiffMessage::set_v(google::protobuf::int32)' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.3797411Z #19 74.12 3065 | proto1diff_.set_v(3); 2024-08-20T22:06:05.3798249Z #19 74.12 | ^ 2024-08-20T22:06:05.3799496Z #19 74.13 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.3801270Z #19 74.13 ./google/protobuf/util/message_differencer_unittest.pb.h:1605:13: note: declared here 2024-08-20T22:06:05.3803090Z #19 74.13 1605 | inline void TestDiffMessage::set_v(::PROTOBUF_NAMESPACE_ID::int32 value) { 2024-08-20T22:06:05.3804376Z #19 74.13 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.3807100Z #19 74.13 google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::ComparisonTest_IgnoredModifyTest_Test::TestBody()': 2024-08-20T22:06:05.3811261Z #19 74.13 google/protobuf/util/message_differencer_unittest.cc:3077:22: warning: 'void protobuf_unittest::TestDiffMessage::set_v(google::protobuf::int32)' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.3813643Z #19 74.13 3077 | proto1diff_.set_v(3); 2024-08-20T22:06:05.3814590Z #19 74.13 | ^ 2024-08-20T22:06:05.3815764Z #19 74.13 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.3817552Z #19 74.13 ./google/protobuf/util/message_differencer_unittest.pb.h:1605:13: note: declared here 2024-08-20T22:06:05.3819410Z #19 74.13 1605 | inline void TestDiffMessage::set_v(::PROTOBUF_NAMESPACE_ID::int32 value) { 2024-08-20T22:06:05.3820710Z #19 74.13 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.3823517Z #19 74.13 google/protobuf/util/message_differencer_unittest.cc:3078:22: warning: 'void protobuf_unittest::TestDiffMessage::set_v(google::protobuf::int32)' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.3826158Z #19 74.13 3078 | proto2diff_.set_v(4); 2024-08-20T22:06:05.3826945Z #19 74.13 | ^ 2024-08-20T22:06:05.3828146Z #19 74.13 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.3829972Z #19 74.13 ./google/protobuf/util/message_differencer_unittest.pb.h:1605:13: note: declared here 2024-08-20T22:06:05.3832013Z #19 74.13 1605 | inline void TestDiffMessage::set_v(::PROTOBUF_NAMESPACE_ID::int32 value) { 2024-08-20T22:06:05.3833162Z #19 74.13 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.3835796Z #19 74.14 google/protobuf/util/message_differencer_unittest.cc: In member function 'virtual void google::protobuf::{anonymous}::ComparisonTest_IgnoredRepeatedNested_Test::TestBody()': 2024-08-20T22:06:05.3840037Z #19 74.14 google/protobuf/util/message_differencer_unittest.cc:3171:22: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.3842663Z #19 74.14 3171 | proto1diff_.add_rm()->set_c(0); 2024-08-20T22:06:05.3843499Z #19 74.14 | ^ 2024-08-20T22:06:05.3844725Z #19 74.14 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.3846588Z #19 74.14 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.3848761Z #19 74.14 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.3850087Z #19 74.14 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.3853207Z #19 74.14 google/protobuf/util/message_differencer_unittest.cc:3172:22: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.3856001Z #19 74.14 3172 | proto1diff_.add_rm()->set_c(1); 2024-08-20T22:06:05.3856850Z #19 74.14 | ^ 2024-08-20T22:06:05.3858089Z #19 74.14 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.3859934Z #19 74.14 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.3861692Z #19 74.14 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.3863024Z #19 74.14 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.3866130Z #19 74.14 google/protobuf/util/message_differencer_unittest.cc:3173:22: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.3868625Z #19 74.14 3173 | proto2diff_.add_rm()->set_c(2); 2024-08-20T22:06:05.3869346Z #19 74.14 | ^ 2024-08-20T22:06:05.3870415Z #19 74.14 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.3872141Z #19 74.14 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.3873593Z #19 74.14 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.3874855Z #19 74.14 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.3877847Z #19 74.14 google/protobuf/util/message_differencer_unittest.cc:3174:22: warning: 'protobuf_unittest::TestField* protobuf_unittest::TestDiffMessage::add_rm()' is deprecated [-Wdeprecated-declarations] 2024-08-20T22:06:05.3880390Z #19 74.14 3174 | proto2diff_.add_rm()->set_c(3); 2024-08-20T22:06:05.3881206Z #19 74.14 | ^ 2024-08-20T22:06:05.3882414Z #19 74.14 In file included from google/protobuf/util/message_differencer_unittest.cc:56: 2024-08-20T22:06:05.3884183Z #19 74.14 ./google/protobuf/util/message_differencer_unittest.pb.h:1909:40: note: declared here 2024-08-20T22:06:05.3886240Z #19 74.14 1909 | inline ::protobuf_unittest::TestField* TestDiffMessage::add_rm() { 2024-08-20T22:06:05.3887420Z #19 74.14 | ^~~~~~~~~~~~~~~ 2024-08-20T22:06:05.3888948Z #19 74.23 CXX google/protobuf/util/internal/testdata/protobuf_test-timestamp_duration.pb.o 2024-08-20T22:06:05.4831077Z #19 74.24 CXX google/protobuf/util/internal/testdata/protobuf_test-wrappers.pb.o 2024-08-20T22:06:05.4832696Z #19 74.28 CXX google/protobuf/util/protobuf_test-json_format.pb.o 2024-08-20T22:06:05.4834117Z #19 74.34 CXX google/protobuf/util/protobuf_test-json_format_proto3.pb.o 2024-08-20T22:06:05.5940973Z #19 74.42 CXX google/protobuf/util/protobuf_test-message_differencer_unittest.pb.o 2024-08-20T22:06:05.5942930Z #19 74.45 CXX google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_unittest.o 2024-08-20T22:06:05.7406385Z #19 74.59 CXX google/protobuf/protobuf_lazy_descriptor_test-arena_test_util.o 2024-08-20T22:06:05.8891308Z #19 74.74 CXX google/protobuf/protobuf_lazy_descriptor_test-test_util.o 2024-08-20T22:06:06.0035921Z #19 74.78 CXX google/protobuf/testing/protobuf_lazy_descriptor_test-googletest.o 2024-08-20T22:06:06.0037714Z #19 74.86 CXX google/protobuf/testing/protobuf_lazy_descriptor_test-file.o 2024-08-20T22:06:06.1992283Z #19 75.05 CXX google/protobuf/protobuf_lazy_descriptor_test-map_lite_unittest.pb.o 2024-08-20T22:06:06.3350548Z #19 75.19 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_lite.pb.o 2024-08-20T22:06:06.4463744Z #19 75.23 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_import_lite.pb.o 2024-08-20T22:06:06.4465941Z #19 75.30 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_import_public_lite.pb.o 2024-08-20T22:06:06.6022524Z #19 75.31 CXX google/protobuf/protobuf_lazy_descriptor_test-any_test.pb.o 2024-08-20T22:06:06.6024779Z #19 75.46 CXX google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_test_bad_identifiers.pb.o 2024-08-20T22:06:06.7492537Z #19 75.50 CXX google/protobuf/compiler/cpp/protobuf_lazy_descriptor_test-cpp_test_large_enum_value.pb.o 2024-08-20T22:06:06.7494960Z #19 75.51 CXX google/protobuf/protobuf_lazy_descriptor_test-map_proto2_unittest.pb.o 2024-08-20T22:06:06.7496822Z #19 75.60 CXX google/protobuf/protobuf_lazy_descriptor_test-map_unittest.pb.o 2024-08-20T22:06:06.8848127Z #19 75.60 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_arena.pb.o 2024-08-20T22:06:06.8850204Z #19 75.74 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_custom_options.pb.o 2024-08-20T22:06:06.9938405Z #19 75.78 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_drop_unknown_fields.pb.o 2024-08-20T22:06:06.9940704Z #19 75.78 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_embed_optimize_for.pb.o 2024-08-20T22:06:06.9942571Z #19 75.85 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_empty.pb.o 2024-08-20T22:06:07.1375329Z #19 75.92 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_enormous_descriptor.pb.o 2024-08-20T22:06:07.1377407Z #19 75.99 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_import.pb.o 2024-08-20T22:06:07.2551726Z #19 76.11 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_import_public.pb.o 2024-08-20T22:06:07.6425869Z #19 76.50 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies.pb.o 2024-08-20T22:06:07.8038136Z #19 76.50 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies_custom_option.pb.o 2024-08-20T22:06:07.8040497Z #19 76.55 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_lazy_dependencies_enum.pb.o 2024-08-20T22:06:07.8042679Z #19 76.66 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_lite_imports_nonlite.pb.o 2024-08-20T22:06:07.9327423Z #19 76.71 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_mset.pb.o 2024-08-20T22:06:07.9329802Z #19 76.73 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_mset_wire_format.pb.o 2024-08-20T22:06:07.9332046Z #19 76.79 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_no_field_presence.pb.o 2024-08-20T22:06:08.0631169Z #19 76.80 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_no_generic_services.pb.o 2024-08-20T22:06:08.0633229Z #19 76.84 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_optimize_for.pb.o 2024-08-20T22:06:08.0635025Z #19 76.92 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest.pb.o 2024-08-20T22:06:08.1994341Z #19 76.98 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_preserve_unknown_enum2.pb.o 2024-08-20T22:06:08.1996355Z #19 77.05 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_preserve_unknown_enum.pb.o 2024-08-20T22:06:08.3876206Z #19 77.13 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3.pb.o 2024-08-20T22:06:08.3878184Z #19 77.24 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_arena.pb.o 2024-08-20T22:06:08.6151196Z #19 77.28 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_arena_lite.pb.o 2024-08-20T22:06:08.6153187Z #19 77.32 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_lite.pb.o 2024-08-20T22:06:08.6414787Z #19 77.49 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_proto3_optional.pb.o 2024-08-20T22:06:08.7599172Z #19 77.61 CXX google/protobuf/protobuf_lazy_descriptor_test-unittest_well_known_types.pb.o 2024-08-20T22:06:09.0060087Z #19 77.86 CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-anys.pb.o 2024-08-20T22:06:09.2195122Z #19 77.92 CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-books.pb.o 2024-08-20T22:06:09.3640839Z #19 78.22 CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-default_value.pb.o 2024-08-20T22:06:09.6140072Z #19 78.24 CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-default_value_test.pb.o 2024-08-20T22:06:09.6142574Z #19 78.26 CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-field_mask.pb.o 2024-08-20T22:06:09.6144812Z #19 78.28 CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-maps.pb.o 2024-08-20T22:06:09.6147132Z #19 78.28 CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-oneofs.pb.o 2024-08-20T22:06:09.6149232Z #19 78.29 CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-proto3.pb.o 2024-08-20T22:06:09.6151464Z #19 78.32 CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-struct.pb.o 2024-08-20T22:06:09.6661708Z #19 78.52 CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-timestamp_duration.pb.o 2024-08-20T22:06:09.8461153Z #19 78.55 CXX google/protobuf/util/internal/testdata/protobuf_lazy_descriptor_test-wrappers.pb.o 2024-08-20T22:06:09.8955378Z #19 78.75 CXX google/protobuf/util/protobuf_lazy_descriptor_test-json_format.pb.o 2024-08-20T22:06:10.1425916Z #19 78.85 CXX google/protobuf/util/protobuf_lazy_descriptor_test-json_format_proto3.pb.o 2024-08-20T22:06:10.2191258Z #19 79.07 CXX google/protobuf/util/protobuf_lazy_descriptor_test-message_differencer_unittest.pb.o 2024-08-20T22:06:10.4359318Z #19 79.29 CXX google/protobuf/protobuf_lite_test-lite_unittest.o 2024-08-20T22:06:10.6687680Z #19 79.37 CXX google/protobuf/protobuf_lite_test-arena_test_util.o 2024-08-20T22:06:10.8027934Z #19 79.66 CXX google/protobuf/protobuf_lite_test-map_lite_test_util.o 2024-08-20T22:06:11.0267978Z #19 79.75 CXX google/protobuf/protobuf_lite_test-test_util_lite.o 2024-08-20T22:06:11.0269791Z #19 79.88 CXX google/protobuf/protobuf_lite_test-map_lite_unittest.pb.o 2024-08-20T22:06:11.2415073Z #19 79.94 CXX google/protobuf/protobuf_lite_test-unittest_lite.pb.o 2024-08-20T22:06:11.2685542Z #19 80.12 CXX google/protobuf/protobuf_lite_test-unittest_import_lite.pb.o 2024-08-20T22:06:11.3701977Z #19 80.13 CXX google/protobuf/protobuf_lite_test-unittest_import_public_lite.pb.o 2024-08-20T22:06:11.3703177Z #19 80.22 CXXLD test_plugin 2024-08-20T22:06:11.3704293Z #19 80.22 CXX google/protobuf/protobuf_lite_arena_test-lite_arena_unittest.o 2024-08-20T22:06:11.4729083Z #19 80.25 CXX google/protobuf/protobuf_lite_arena_test-arena_test_util.o 2024-08-20T22:06:11.4730949Z #19 80.33 CXX google/protobuf/protobuf_lite_arena_test-map_lite_test_util.o 2024-08-20T22:06:11.5804487Z #19 80.33 CXX google/protobuf/protobuf_lite_arena_test-test_util_lite.o 2024-08-20T22:06:11.5806288Z #19 80.41 CXX google/protobuf/protobuf_lite_arena_test-map_lite_unittest.pb.o 2024-08-20T22:06:11.5808082Z #19 80.43 CXX google/protobuf/protobuf_lite_arena_test-unittest_lite.pb.o 2024-08-20T22:06:11.7593530Z #19 80.46 CXX google/protobuf/protobuf_lite_arena_test-unittest_import_lite.pb.o 2024-08-20T22:06:11.8229678Z #19 80.68 CXX google/protobuf/protobuf_lite_arena_test-unittest_import_public_lite.pb.o 2024-08-20T22:06:12.0485431Z #19 80.90 CXX google/protobuf/no_warning_test-map_lite_unittest.pb.o 2024-08-20T22:06:12.1726719Z #19 81.00 CXX google/protobuf/no_warning_test-unittest_lite.pb.o 2024-08-20T22:06:12.1728338Z #19 81.03 CXX google/protobuf/no_warning_test-unittest_import_lite.pb.o 2024-08-20T22:06:12.4209265Z #19 81.12 CXX google/protobuf/no_warning_test-unittest_import_public_lite.pb.o 2024-08-20T22:06:12.4884920Z #19 81.34 CXX google/protobuf/no_warning_test-any_test.pb.o 2024-08-20T22:06:12.5988147Z #19 81.45 CXX google/protobuf/compiler/cpp/no_warning_test-cpp_test_bad_identifiers.pb.o 2024-08-20T22:06:12.7994080Z #19 81.47 CXX google/protobuf/compiler/cpp/no_warning_test-cpp_test_large_enum_value.pb.o 2024-08-20T22:06:12.7995196Z #19 81.54 CXX google/protobuf/no_warning_test-map_proto2_unittest.pb.o 2024-08-20T22:06:12.7996240Z #19 81.65 CXX google/protobuf/no_warning_test-map_unittest.pb.o 2024-08-20T22:06:12.9553143Z #19 81.81 CXX google/protobuf/no_warning_test-unittest_arena.pb.o 2024-08-20T22:06:13.0909623Z #19 81.86 CXX google/protobuf/no_warning_test-unittest_custom_options.pb.o 2024-08-20T22:06:13.0911390Z #19 81.94 CXX google/protobuf/no_warning_test-unittest_drop_unknown_fields.pb.o 2024-08-20T22:06:13.3253226Z #19 82.18 CXX google/protobuf/no_warning_test-unittest_embed_optimize_for.pb.o 2024-08-20T22:06:13.4739312Z #19 82.33 CXX google/protobuf/no_warning_test-unittest_empty.pb.o 2024-08-20T22:06:13.7069624Z #19 82.41 CXX google/protobuf/no_warning_test-unittest_enormous_descriptor.pb.o 2024-08-20T22:06:13.8545198Z #19 82.71 CXX google/protobuf/no_warning_test-unittest_import.pb.o 2024-08-20T22:06:13.9581134Z #19 82.80 CXX google/protobuf/no_warning_test-unittest_import_public.pb.o 2024-08-20T22:06:13.9582966Z #19 82.81 CXX google/protobuf/no_warning_test-unittest_lazy_dependencies.pb.o 2024-08-20T22:06:14.0696041Z #19 82.86 CXX google/protobuf/no_warning_test-unittest_lazy_dependencies_custom_option.pb.o 2024-08-20T22:06:14.0698059Z #19 82.91 CXX google/protobuf/no_warning_test-unittest_lazy_dependencies_enum.pb.o 2024-08-20T22:06:14.0699802Z #19 82.92 CXX google/protobuf/no_warning_test-unittest_lite_imports_nonlite.pb.o 2024-08-20T22:06:14.2698452Z #19 82.97 CXX google/protobuf/no_warning_test-unittest_mset.pb.o 2024-08-20T22:06:14.3539359Z #19 83.21 CXX google/protobuf/no_warning_test-unittest_mset_wire_format.pb.o 2024-08-20T22:06:14.5444805Z #19 83.40 CXX google/protobuf/no_warning_test-unittest_no_field_presence.pb.o 2024-08-20T22:06:14.7527281Z #19 83.61 CXX google/protobuf/no_warning_test-unittest_no_generic_services.pb.o 2024-08-20T22:06:14.9281727Z #19 83.62 CXX google/protobuf/no_warning_test-unittest_optimize_for.pb.o 2024-08-20T22:06:14.9283742Z #19 83.63 CXX google/protobuf/no_warning_test-unittest.pb.o 2024-08-20T22:06:15.2307211Z #19 84.08 CXX google/protobuf/no_warning_test-unittest_preserve_unknown_enum2.pb.o 2024-08-20T22:06:15.3426009Z #19 84.12 CXX google/protobuf/no_warning_test-unittest_preserve_unknown_enum.pb.o 2024-08-20T22:06:15.3427520Z #19 84.20 CXX google/protobuf/no_warning_test-unittest_proto3.pb.o 2024-08-20T22:06:15.5685614Z #19 84.25 CXX google/protobuf/no_warning_test-unittest_proto3_arena.pb.o 2024-08-20T22:06:15.5687503Z #19 84.27 CXX google/protobuf/no_warning_test-unittest_proto3_arena_lite.pb.o 2024-08-20T22:06:15.5919354Z #19 84.45 CXX google/protobuf/no_warning_test-unittest_proto3_lite.pb.o 2024-08-20T22:06:15.7353389Z #19 84.59 CXX google/protobuf/no_warning_test-unittest_proto3_optional.pb.o 2024-08-20T22:06:15.8855228Z #19 84.74 CXX google/protobuf/no_warning_test-unittest_well_known_types.pb.o 2024-08-20T22:06:16.0965104Z #19 84.79 CXX google/protobuf/util/internal/testdata/no_warning_test-anys.pb.o 2024-08-20T22:06:16.0967117Z #19 84.82 CXX google/protobuf/util/internal/testdata/no_warning_test-books.pb.o 2024-08-20T22:06:16.0969141Z #19 84.95 CXX google/protobuf/util/internal/testdata/no_warning_test-default_value.pb.o 2024-08-20T22:06:16.3157426Z #19 84.97 CXX google/protobuf/util/internal/testdata/no_warning_test-default_value_test.pb.o 2024-08-20T22:06:16.3159541Z #19 85.02 CXX google/protobuf/util/internal/testdata/no_warning_test-field_mask.pb.o 2024-08-20T22:06:16.5594699Z #19 85.41 CXX google/protobuf/util/internal/testdata/no_warning_test-maps.pb.o 2024-08-20T22:06:16.7035890Z #19 85.42 CXX google/protobuf/util/internal/testdata/no_warning_test-oneofs.pb.o 2024-08-20T22:06:16.7037871Z #19 85.49 CXX google/protobuf/util/internal/testdata/no_warning_test-proto3.pb.o 2024-08-20T22:06:16.7039606Z #19 85.56 CXX google/protobuf/util/internal/testdata/no_warning_test-struct.pb.o 2024-08-20T22:06:16.8213498Z #19 85.67 CXX google/protobuf/util/internal/testdata/no_warning_test-timestamp_duration.pb.o 2024-08-20T22:06:17.0569934Z #19 85.69 CXX google/protobuf/util/internal/testdata/no_warning_test-wrappers.pb.o 2024-08-20T22:06:17.0571743Z #19 85.72 CXX google/protobuf/util/no_warning_test-json_format.pb.o 2024-08-20T22:06:17.0574132Z #19 85.76 CXX google/protobuf/util/no_warning_test-json_format_proto3.pb.o 2024-08-20T22:06:17.1728262Z #19 86.03 CXX google/protobuf/util/no_warning_test-message_differencer_unittest.pb.o 2024-08-20T22:06:21.5313389Z #19 90.39 CXXLD protobuf-lite-test 2024-08-20T22:06:22.1860628Z #19 91.04 CXXLD protobuf-lite-arena-test 2024-08-20T22:06:27.2586366Z #19 96.11 CXXLD protobuf-test 2024-08-20T22:06:31.0153337Z #19 99.87 CXXLD protobuf-lazy-descriptor-test 2024-08-20T22:06:33.2461921Z #19 102.1 /usr/bin/ld: google/protobuf/testing/protobuf_test-googletest.o: in function `google::protobuf::(anonymous namespace)::GetTemporaryDirectoryName()': 2024-08-20T22:06:33.2463845Z #19 102.1 /usr/temp_pb_install_dir/src/google/protobuf/testing/googletest.cc:124: warning: the use of `tmpnam' is dangerous, better use `mkstemp' 2024-08-20T22:06:33.5919401Z #19 102.4 /usr/bin/ld: google/protobuf/testing/protobuf_lazy_descriptor_test-googletest.o: in function `google::protobuf::(anonymous namespace)::GetTemporaryDirectoryName()': 2024-08-20T22:06:33.5921352Z #19 102.4 /usr/temp_pb_install_dir/src/google/protobuf/testing/googletest.cc:124: warning: the use of `tmpnam' is dangerous, better use `mkstemp' 2024-08-20T22:06:35.0175458Z #19 103.9 CXXLD no-warning-test 2024-08-20T22:06:37.1684232Z #19 106.0 make[2]: Leaving directory '/usr/temp_pb_install_dir/src' 2024-08-20T22:06:37.3190172Z #19 106.0 make check-TESTS 2024-08-20T22:06:37.4283014Z #19 106.3 make[2]: Entering directory '/usr/temp_pb_install_dir/src' 2024-08-20T22:06:37.6963192Z #19 106.6 make[3]: Entering directory '/usr/temp_pb_install_dir/src' 2024-08-20T22:06:37.8920904Z #19 106.6 PASS: protobuf-lite-arena-test 2024-08-20T22:06:37.8921511Z #19 106.6 PASS: protobuf-lite-test 2024-08-20T22:06:37.8922007Z #19 106.6 PASS: no-warning-test 2024-08-20T22:06:37.8926570Z #19 106.6 PASS: protobuf-lazy-descriptor-test 2024-08-20T22:06:37.8927221Z #19 106.6 PASS: google/protobuf/compiler/zip_output_unittest.sh 2024-08-20T22:06:37.8927863Z #19 106.6 PASS: google/protobuf/io/gzip_stream_unittest.sh 2024-08-20T22:07:10.9535568Z #19 139.8 PASS: protobuf-test 2024-08-20T22:07:11.1534313Z #19 139.8 ============================================================================ 2024-08-20T22:07:11.1534979Z #19 139.8 Testsuite summary for Protocol Buffers 3.17.3 2024-08-20T22:07:11.1535558Z #19 139.8 ============================================================================ 2024-08-20T22:07:11.1539300Z #19 139.8 # TOTAL: 7 2024-08-20T22:07:11.1539669Z #19 139.8 # PASS: 7 2024-08-20T22:07:11.1539960Z #19 139.8 # SKIP: 0 2024-08-20T22:07:11.1540262Z #19 139.8 # XFAIL: 0 2024-08-20T22:07:11.1540571Z #19 139.8 # FAIL: 0 2024-08-20T22:07:11.1540846Z #19 139.8 # XPASS: 0 2024-08-20T22:07:11.1541140Z #19 139.8 # ERROR: 0 2024-08-20T22:07:11.1541545Z #19 139.8 ============================================================================ 2024-08-20T22:07:11.1542445Z #19 139.8 make[3]: Leaving directory '/usr/temp_pb_install_dir/src' 2024-08-20T22:07:11.1543199Z #19 139.8 make[2]: Leaving directory '/usr/temp_pb_install_dir/src' 2024-08-20T22:07:11.1543950Z #19 139.8 make[1]: Leaving directory '/usr/temp_pb_install_dir/src' 2024-08-20T22:07:11.1544751Z #19 139.8 + sudo make -j install 2024-08-20T22:07:11.1545116Z #19 139.8 Making install in . 2024-08-20T22:07:11.1545673Z #19 139.8 make[1]: Entering directory '/usr/temp_pb_install_dir' 2024-08-20T22:07:11.1546389Z #19 139.9 make[2]: Entering directory '/usr/temp_pb_install_dir' 2024-08-20T22:07:11.1547082Z #19 139.9 make[2]: Nothing to be done for 'install-exec-am'. 2024-08-20T22:07:11.1547805Z #19 139.9 /usr/bin/mkdir -p '/usr/local/lib/pkgconfig' 2024-08-20T22:07:11.1548685Z #19 139.9 /usr/bin/install -c -m 644 protobuf.pc protobuf-lite.pc '/usr/local/lib/pkgconfig' 2024-08-20T22:07:11.1549558Z #19 139.9 make[2]: Leaving directory '/usr/temp_pb_install_dir' 2024-08-20T22:07:11.1550262Z #19 139.9 make[1]: Leaving directory '/usr/temp_pb_install_dir' 2024-08-20T22:07:11.1550790Z #19 139.9 Making install in src 2024-08-20T22:07:11.2532157Z #19 140.1 make[1]: Entering directory '/usr/temp_pb_install_dir/src' 2024-08-20T22:07:11.5007506Z #19 140.4 make[2]: Entering directory '/usr/temp_pb_install_dir/src' 2024-08-20T22:07:11.7245097Z #19 140.4 /usr/bin/mkdir -p '/usr/local/lib' 2024-08-20T22:07:11.7245781Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include' 2024-08-20T22:07:11.7246960Z #19 140.4 /bin/bash ../libtool --mode=install /usr/bin/install -c libprotobuf-lite.la libprotobuf.la libprotoc.la '/usr/local/lib' 2024-08-20T22:07:11.7247995Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include' 2024-08-20T22:07:11.7248716Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include/google/protobuf/compiler' 2024-08-20T22:07:11.7249892Z #19 140.4 /usr/bin/install -c -m 644 google/protobuf/compiler/plugin.proto '/usr/local/include/google/protobuf/compiler' 2024-08-20T22:07:11.7250962Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include/google/protobuf' 2024-08-20T22:07:11.7251696Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include/google/protobuf' 2024-08-20T22:07:11.7261433Z #19 140.4 /usr/bin/install -c -m 644 google/protobuf/any.pb.h google/protobuf/api.pb.h google/protobuf/any.h google/protobuf/arena.h google/protobuf/arena_impl.h google/protobuf/arenastring.h google/protobuf/descriptor_database.h google/protobuf/descriptor.h google/protobuf/descriptor.pb.h google/protobuf/duration.pb.h google/protobuf/dynamic_message.h google/protobuf/empty.pb.h google/protobuf/extension_set.h google/protobuf/extension_set_inl.h google/protobuf/field_access_listener.h google/protobuf/field_mask.pb.h google/protobuf/generated_enum_reflection.h google/protobuf/generated_enum_util.h google/protobuf/generated_message_reflection.h google/protobuf/generated_message_table_driven.h google/protobuf/generated_message_tctable_decl.h google/protobuf/generated_message_tctable_impl.h google/protobuf/generated_message_tctable_impl.inc google/protobuf/generated_message_util.h google/protobuf/has_bits.h google/protobuf/implicit_weak_message.h google/protobuf/map_entry.h google/protobuf/map_entry_lite.h google/protobuf/map_field.h google/protobuf/map_field_inl.h google/protobuf/map_field_lite.h google/protobuf/map.h google/protobuf/map_type_handler.h google/protobuf/message.h google/protobuf/message_lite.h google/protobuf/metadata.h google/protobuf/metadata_lite.h google/protobuf/parse_context.h google/protobuf/port.h google/protobuf/port_def.inc '/usr/local/include/google/protobuf' 2024-08-20T22:07:11.7272824Z #19 140.4 /usr/bin/install -c -m 644 google/protobuf/descriptor.proto google/protobuf/any.proto google/protobuf/api.proto google/protobuf/duration.proto google/protobuf/empty.proto google/protobuf/field_mask.proto google/protobuf/source_context.proto google/protobuf/struct.proto google/protobuf/timestamp.proto google/protobuf/type.proto google/protobuf/wrappers.proto '/usr/local/include/google/protobuf' 2024-08-20T22:07:11.7275612Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include/google/protobuf/compiler/php' 2024-08-20T22:07:11.7276836Z #19 140.4 /usr/bin/install -c -m 644 google/protobuf/compiler/php/php_generator.h '/usr/local/include/google/protobuf/compiler/php' 2024-08-20T22:07:11.7277971Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include/google/protobuf/compiler' 2024-08-20T22:07:11.7280485Z #19 140.4 /usr/bin/install -c -m 644 google/protobuf/compiler/code_generator.h google/protobuf/compiler/command_line_interface.h google/protobuf/compiler/importer.h google/protobuf/compiler/parser.h google/protobuf/compiler/plugin.h google/protobuf/compiler/plugin.pb.h '/usr/local/include/google/protobuf/compiler' 2024-08-20T22:07:11.7282798Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include/google/protobuf/compiler/objectivec' 2024-08-20T22:07:11.7284630Z #19 140.4 /usr/bin/install -c -m 644 google/protobuf/compiler/objectivec/objectivec_generator.h google/protobuf/compiler/objectivec/objectivec_helpers.h '/usr/local/include/google/protobuf/compiler/objectivec' 2024-08-20T22:07:11.7286296Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include/google/protobuf/compiler/cpp' 2024-08-20T22:07:11.7287506Z #19 140.4 /usr/bin/install -c -m 644 google/protobuf/compiler/cpp/cpp_generator.h '/usr/local/include/google/protobuf/compiler/cpp' 2024-08-20T22:07:11.7288986Z #19 140.4 libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.so.28.0.3 /usr/local/lib/libprotobuf-lite.so.28.0.3 2024-08-20T22:07:11.7290066Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include/google/protobuf/util' 2024-08-20T22:07:11.7292876Z #19 140.4 /usr/bin/install -c -m 644 google/protobuf/util/type_resolver.h google/protobuf/util/delimited_message_util.h google/protobuf/util/field_comparator.h google/protobuf/util/field_mask_util.h google/protobuf/util/json_util.h google/protobuf/util/time_util.h google/protobuf/util/type_resolver_util.h google/protobuf/util/message_differencer.h '/usr/local/include/google/protobuf/util' 2024-08-20T22:07:11.7295831Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include/google/protobuf/compiler/csharp' 2024-08-20T22:07:11.7297496Z #19 140.4 /usr/bin/install -c -m 644 google/protobuf/compiler/csharp/csharp_generator.h google/protobuf/compiler/csharp/csharp_names.h '/usr/local/include/google/protobuf/compiler/csharp' 2024-08-20T22:07:11.7299857Z #19 140.4 libtool: install: (cd /usr/local/lib && { ln -s -f libprotobuf-lite.so.28.0.3 libprotobuf-lite.so.28 || { rm -f libprotobuf-lite.so.28 && ln -s libprotobuf-lite.so.28.0.3 libprotobuf-lite.so.28; }; }) 2024-08-20T22:07:11.7301436Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include/google/protobuf/compiler/ruby' 2024-08-20T22:07:11.7302701Z #19 140.4 /usr/bin/install -c -m 644 google/protobuf/compiler/ruby/ruby_generator.h '/usr/local/include/google/protobuf/compiler/ruby' 2024-08-20T22:07:11.7304741Z #19 140.4 libtool: install: (cd /usr/local/lib && { ln -s -f libprotobuf-lite.so.28.0.3 libprotobuf-lite.so || { rm -f libprotobuf-lite.so && ln -s libprotobuf-lite.so.28.0.3 libprotobuf-lite.so; }; }) 2024-08-20T22:07:11.7306219Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include/google/protobuf/stubs' 2024-08-20T22:07:11.7307370Z #19 140.4 libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.lai /usr/local/lib/libprotobuf-lite.la 2024-08-20T22:07:11.7312069Z #19 140.4 /usr/bin/install -c -m 644 google/protobuf/stubs/callback.h google/protobuf/stubs/bytestream.h google/protobuf/stubs/casts.h google/protobuf/stubs/common.h google/protobuf/stubs/hash.h google/protobuf/stubs/logging.h google/protobuf/stubs/macros.h google/protobuf/stubs/map_util.h google/protobuf/stubs/mutex.h google/protobuf/stubs/once.h google/protobuf/stubs/platform_macros.h google/protobuf/stubs/port.h google/protobuf/stubs/status.h google/protobuf/stubs/stl_util.h google/protobuf/stubs/stringpiece.h google/protobuf/stubs/strutil.h google/protobuf/stubs/template_util.h '/usr/local/include/google/protobuf/stubs' 2024-08-20T22:07:11.7316437Z #19 140.4 libtool: install: /usr/bin/install -c .libs/libprotobuf.so.28.0.3 /usr/local/lib/libprotobuf.so.28.0.3 2024-08-20T22:07:11.7317406Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include/google/protobuf' 2024-08-20T22:07:11.7322118Z #19 140.4 /usr/bin/install -c -m 644 google/protobuf/port_undef.inc google/protobuf/reflection.h google/protobuf/reflection_ops.h google/protobuf/repeated_field.h google/protobuf/service.h google/protobuf/source_context.pb.h google/protobuf/struct.pb.h google/protobuf/text_format.h google/protobuf/timestamp.pb.h google/protobuf/type.pb.h google/protobuf/unknown_field_set.h google/protobuf/wire_format.h google/protobuf/wire_format_lite.h google/protobuf/wrappers.pb.h '/usr/local/include/google/protobuf' 2024-08-20T22:07:11.7325430Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include/google/protobuf/io' 2024-08-20T22:07:11.7328238Z #19 140.4 /usr/bin/install -c -m 644 google/protobuf/io/io_win32.h google/protobuf/io/coded_stream.h google/protobuf/io/gzip_stream.h google/protobuf/io/printer.h google/protobuf/io/strtod.h google/protobuf/io/tokenizer.h google/protobuf/io/zero_copy_stream.h google/protobuf/io/zero_copy_stream_impl.h google/protobuf/io/zero_copy_stream_impl_lite.h '/usr/local/include/google/protobuf/io' 2024-08-20T22:07:11.7331366Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include/google/protobuf/compiler/js' 2024-08-20T22:07:11.7333018Z #19 140.4 /usr/bin/install -c -m 644 google/protobuf/compiler/js/js_generator.h google/protobuf/compiler/js/well_known_types_embed.h '/usr/local/include/google/protobuf/compiler/js' 2024-08-20T22:07:11.7334606Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include/google/protobuf/compiler/java' 2024-08-20T22:07:11.7336556Z #19 140.4 /usr/bin/install -c -m 644 google/protobuf/compiler/java/java_generator.h google/protobuf/compiler/java/java_kotlin_generator.h google/protobuf/compiler/java/java_names.h '/usr/local/include/google/protobuf/compiler/java' 2024-08-20T22:07:11.7338388Z #19 140.4 /usr/bin/mkdir -p '/usr/local/include/google/protobuf/compiler/python' 2024-08-20T22:07:11.7339714Z #19 140.4 /usr/bin/install -c -m 644 google/protobuf/compiler/python/python_generator.h '/usr/local/include/google/protobuf/compiler/python' 2024-08-20T22:07:11.7341603Z #19 140.4 libtool: install: (cd /usr/local/lib && { ln -s -f libprotobuf.so.28.0.3 libprotobuf.so.28 || { rm -f libprotobuf.so.28 && ln -s libprotobuf.so.28.0.3 libprotobuf.so.28; }; }) 2024-08-20T22:07:11.7343596Z #19 140.4 libtool: install: (cd /usr/local/lib && { ln -s -f libprotobuf.so.28.0.3 libprotobuf.so || { rm -f libprotobuf.so && ln -s libprotobuf.so.28.0.3 libprotobuf.so; }; }) 2024-08-20T22:07:11.7345145Z #19 140.4 libtool: install: /usr/bin/install -c .libs/libprotobuf.lai /usr/local/lib/libprotobuf.la 2024-08-20T22:07:11.7346200Z #19 140.4 libtool: warning: relinking 'libprotoc.la' 2024-08-20T22:07:11.7376353Z #19 140.4 libtool: install: (cd /usr/temp_pb_install_dir/src; /bin/bash "/usr/temp_pb_install_dir/libtool" --silent --tag CXX --mode=relink g++ -pthread -DHAVE_PTHREAD=1 -DHAVE_ZLIB=1 -Wall -Wno-sign-compare -O2 -g -std=c++11 -DNDEBUG -version-info 28:3:0 -export-dynamic -no-undefined -Wl,--version-script=./libprotoc.map -o libprotoc.la -rpath /usr/local/lib google/protobuf/compiler/code_generator.lo google/protobuf/compiler/command_line_interface.lo google/protobuf/compiler/plugin.lo google/protobuf/compiler/plugin.pb.lo google/protobuf/compiler/subprocess.lo google/protobuf/compiler/zip_writer.lo google/protobuf/compiler/cpp/cpp_enum.lo google/protobuf/compiler/cpp/cpp_enum_field.lo google/protobuf/compiler/cpp/cpp_extension.lo google/protobuf/compiler/cpp/cpp_field.lo google/protobuf/compiler/cpp/cpp_file.lo google/protobuf/compiler/cpp/cpp_generator.lo google/protobuf/compiler/cpp/cpp_helpers.lo google/protobuf/compiler/cpp/cpp_map_field.lo google/protobuf/compiler/cpp/cpp_message.lo google/protobuf/compiler/cpp/cpp_message_field.lo google/protobuf/compiler/cpp/cpp_padding_optimizer.lo google/protobuf/compiler/cpp/cpp_parse_function_generator.lo google/protobuf/compiler/cpp/cpp_primitive_field.lo google/protobuf/compiler/cpp/cpp_service.lo google/protobuf/compiler/cpp/cpp_string_field.lo google/protobuf/compiler/java/java_context.lo google/protobuf/compiler/java/java_enum.lo google/protobuf/compiler/java/java_enum_lite.lo google/protobuf/compiler/java/java_enum_field.lo google/protobuf/compiler/java/java_enum_field_lite.lo google/protobuf/compiler/java/java_extension.lo google/protobuf/compiler/java/java_extension_lite.lo google/protobuf/compiler/java/java_field.lo google/protobuf/compiler/java/java_file.lo google/protobuf/compiler/java/java_generator.lo google/protobuf/compiler/java/java_generator_factory.lo google/protobuf/compiler/java/java_helpers.lo google/protobuf/compiler/java/java_kotlin_generator.lo google/protobuf/compiler/java/java_map_field.lo google/protobuf/compiler/java/java_map_field_lite.lo google/protobuf/compiler/java/java_message.lo google/protobuf/compiler/java/java_message_lite.lo google/protobuf/compiler/java/java_message_builder.lo google/protobuf/compiler/java/java_message_builder_lite.lo google/protobuf/compiler/java/java_message_field.lo google/protobuf/compiler/java/java_message_field_lite.lo google/protobuf/compiler/java/java_name_resolver.lo google/protobuf/compiler/java/java_primitive_field.lo google/protobuf/compiler/java/java_primitive_field_lite.lo google/protobuf/compiler/java/java_shared_code_generator.lo google/protobuf/compiler/java/java_service.lo google/protobuf/compiler/java/java_string_field.lo google/protobuf/compiler/java/java_string_field_lite.lo google/protobuf/compiler/java/java_doc_comment.lo google/protobuf/compiler/js/js_generator.lo google/protobuf/compiler/js/well_known_types_embed.lo google/protobuf/compiler/objectivec/objectivec_enum.lo google/protobuf/compiler/objectivec/objectivec_enum_field.lo google/protobuf/compiler/objectivec/objectivec_extension.lo google/protobuf/compiler/objectivec/objectivec_field.lo google/protobuf/compiler/objectivec/objectivec_file.lo google/protobuf/compiler/objectivec/objectivec_generator.lo google/protobuf/compiler/objectivec/objectivec_helpers.lo google/protobuf/compiler/objectivec/objectivec_map_field.lo google/protobuf/compiler/objectivec/objectivec_message.lo google/protobuf/compiler/objectivec/objectivec_message_field.lo google/protobuf/compiler/objectivec/objectivec_oneof.lo google/protobuf/compiler/objectivec/objectivec_primitive_field.lo google/protobuf/compiler/php/php_generator.lo google/protobuf/compiler/python/python_generator.lo google/protobuf/compiler/ruby/ruby_generator.lo google/protobuf/compiler/csharp/csharp_doc_comment.lo google/protobuf/compiler/csharp/csharp_enum.lo google/protobuf/compiler/csharp/csharp_enum_field.lo google/protobuf/compiler/csharp/csharp_field_base.lo google/protobuf/compiler/csharp/csharp_generator.lo google/protobuf/compiler/csharp/csharp_helpers.lo google/protobuf/compiler/csharp/csharp_map_field.lo google/protobuf/compiler/csharp/csharp_message.lo google/protobuf/compiler/csharp/csharp_message_field.lo google/protobuf/compiler/csharp/csharp_primitive_field.lo google/protobuf/compiler/csharp/csharp_reflection_class.lo google/protobuf/compiler/csharp/csharp_repeated_enum_field.lo google/protobuf/compiler/csharp/csharp_repeated_message_field.lo google/protobuf/compiler/csharp/csharp_repeated_primitive_field.lo google/protobuf/compiler/csharp/csharp_source_generator_base.lo google/protobuf/compiler/csharp/csharp_wrapper_field.lo -lpthread libprotobuf.la -lz ) 2024-08-20T22:07:12.7924950Z #19 141.6 libtool: install: /usr/bin/install -c .libs/libprotoc.so.28.0.3T /usr/local/lib/libprotoc.so.28.0.3 2024-08-20T22:07:12.9480003Z #19 141.7 libtool: install: (cd /usr/local/lib && { ln -s -f libprotoc.so.28.0.3 libprotoc.so.28 || { rm -f libprotoc.so.28 && ln -s libprotoc.so.28.0.3 libprotoc.so.28; }; }) 2024-08-20T22:07:12.9482127Z #19 141.7 libtool: install: (cd /usr/local/lib && { ln -s -f libprotoc.so.28.0.3 libprotoc.so || { rm -f libprotoc.so && ln -s libprotoc.so.28.0.3 libprotoc.so; }; }) 2024-08-20T22:07:12.9483595Z #19 141.7 libtool: install: /usr/bin/install -c .libs/libprotoc.lai /usr/local/lib/libprotoc.la 2024-08-20T22:07:12.9484786Z #19 141.7 libtool: install: /usr/bin/install -c .libs/libprotobuf-lite.a /usr/local/lib/libprotobuf-lite.a 2024-08-20T22:07:12.9485790Z #19 141.7 libtool: install: chmod 644 /usr/local/lib/libprotobuf-lite.a 2024-08-20T22:07:12.9486591Z #19 141.7 libtool: install: ranlib /usr/local/lib/libprotobuf-lite.a 2024-08-20T22:07:12.9487750Z #19 141.7 libtool: install: /usr/bin/install -c .libs/libprotobuf.a /usr/local/lib/libprotobuf.a 2024-08-20T22:07:12.9488593Z #19 141.8 libtool: install: chmod 644 /usr/local/lib/libprotobuf.a 2024-08-20T22:07:13.0991928Z #19 141.8 libtool: install: ranlib /usr/local/lib/libprotobuf.a 2024-08-20T22:07:13.1023299Z #19 142.0 libtool: install: /usr/bin/install -c .libs/libprotoc.a /usr/local/lib/libprotoc.a 2024-08-20T22:07:13.2258762Z #19 142.1 libtool: install: chmod 644 /usr/local/lib/libprotoc.a 2024-08-20T22:07:13.3772630Z #19 142.1 libtool: install: ranlib /usr/local/lib/libprotoc.a 2024-08-20T22:07:13.5248664Z #19 142.4 libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/local/lib 2024-08-20T22:07:13.7348812Z #19 142.4 ---------------------------------------------------------------------- 2024-08-20T22:07:13.7349576Z #19 142.4 Libraries have been installed in: 2024-08-20T22:07:13.7350026Z #19 142.4 /usr/local/lib 2024-08-20T22:07:13.7350444Z #19 142.4 2024-08-20T22:07:13.7350930Z #19 142.4 If you ever happen to want to link against installed libraries 2024-08-20T22:07:13.7351706Z #19 142.4 in a given directory, LIBDIR, you must either use libtool, and 2024-08-20T22:07:13.7352594Z #19 142.4 specify the full pathname of the library, or use the '-LLIBDIR' 2024-08-20T22:07:13.7353340Z #19 142.4 flag during linking and do at least one of the following: 2024-08-20T22:07:13.7354122Z #19 142.4 - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable 2024-08-20T22:07:13.7354685Z #19 142.4 during execution 2024-08-20T22:07:13.7355251Z #19 142.4 - add LIBDIR to the 'LD_RUN_PATH' environment variable 2024-08-20T22:07:13.7355771Z #19 142.4 during linking 2024-08-20T22:07:13.7356278Z #19 142.4 - use the '-Wl,-rpath -Wl,LIBDIR' linker flag 2024-08-20T22:07:13.7357028Z #19 142.4 - have your system administrator add LIBDIR to '/etc/ld.so.conf' 2024-08-20T22:07:13.7357599Z #19 142.4 2024-08-20T22:07:13.7358056Z #19 142.4 See any operating system documentation about shared libraries for 2024-08-20T22:07:13.7358829Z #19 142.4 more information, such as the ld(1) and ld.so(8) manual pages. 2024-08-20T22:07:13.7359610Z #19 142.4 ---------------------------------------------------------------------- 2024-08-20T22:07:13.7360215Z #19 142.4 /usr/bin/mkdir -p '/usr/local/bin' 2024-08-20T22:07:13.7360988Z #19 142.4 /bin/bash ../libtool --mode=install /usr/bin/install -c protoc '/usr/local/bin' 2024-08-20T22:07:13.7362223Z #19 142.4 libtool: install: /usr/bin/install -c .libs/protoc /usr/local/bin/protoc 2024-08-20T22:07:13.7363049Z #19 142.4 make[2]: Leaving directory '/usr/temp_pb_install_dir/src' 2024-08-20T22:07:13.7363798Z #19 142.4 make[1]: Leaving directory '/usr/temp_pb_install_dir/src' 2024-08-20T22:07:13.7364332Z #19 142.4 + sudo ldconfig 2024-08-20T22:07:13.7364634Z #19 142.4 + popd 2024-08-20T22:07:13.7365003Z #19 142.4 + rm -rf /usr/temp_pb_install_dir 2024-08-20T22:07:13.7365401Z #19 142.4 / 2024-08-20T22:07:17.3192029Z #19 DONE 146.2s 2024-08-20T22:07:17.4725323Z 2024-08-20T22:07:17.4726419Z #20 [16/49] RUN rm install_protobuf.sh 2024-08-20T22:07:17.8115474Z #20 DONE 0.5s 2024-08-20T22:07:18.0048601Z 2024-08-20T22:07:18.0049434Z #21 [17/49] COPY ./common/install_db.sh install_db.sh 2024-08-20T22:07:18.0050050Z #21 DONE 0.0s 2024-08-20T22:07:18.0050259Z 2024-08-20T22:07:18.0050870Z #22 [18/49] RUN if [ -n "yes" ]; then bash ./install_db.sh; fi 2024-08-20T22:07:18.4818076Z #22 0.628 ++ grep -oP '(?<=^ID=).+' /etc/os-release 2024-08-20T22:07:18.4818625Z #22 0.628 ++ tr -d '"' 2024-08-20T22:07:18.6336295Z #22 0.629 + ID=ubuntu 2024-08-20T22:07:18.6337232Z #22 0.629 + case "$ID" in 2024-08-20T22:07:18.6337571Z #22 0.629 + install_ubuntu 2024-08-20T22:07:18.6338099Z #22 0.629 + apt-get update 2024-08-20T22:07:18.6553150Z #22 0.801 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-08-20T22:07:18.7911371Z #22 0.814 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] 2024-08-20T22:07:18.7912928Z #22 0.937 Get:3 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease [24.6 kB] 2024-08-20T22:07:19.0351511Z #22 1.181 Get:4 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal/main amd64 Packages [28.7 kB] 2024-08-20T22:07:19.1636703Z #22 1.213 Get:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-08-20T22:07:19.1637836Z #22 1.251 Get:6 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1257 kB] 2024-08-20T22:07:19.1638931Z #22 1.310 Get:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-08-20T22:07:19.2682961Z #22 1.408 Get:8 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] 2024-08-20T22:07:19.2684005Z #22 1.414 Get:9 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] 2024-08-20T22:07:19.4440315Z #22 1.450 Get:10 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] 2024-08-20T22:07:19.4441674Z #22 1.590 Get:11 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3887 kB] 2024-08-20T22:07:19.5995127Z #22 1.745 Get:12 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.9 kB] 2024-08-20T22:07:19.5996378Z #22 1.745 Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3867 kB] 2024-08-20T22:07:19.7491044Z #22 1.895 Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] 2024-08-20T22:07:19.8936525Z #22 1.932 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.5 kB] 2024-08-20T22:07:19.8937710Z #22 1.933 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4356 kB] 2024-08-20T22:07:19.8938857Z #22 2.039 Get:17 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4023 kB] 2024-08-20T22:07:20.0028706Z #22 2.149 Get:18 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1544 kB] 2024-08-20T22:07:20.1885126Z #22 2.177 Get:19 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] 2024-08-20T22:07:20.1886310Z #22 2.184 Get:20 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] 2024-08-20T22:07:20.9329539Z #22 3.079 Fetched 32.6 MB in 2s (13.4 MB/s) 2024-08-20T22:07:21.7875386Z #22 3.079 Reading package lists... 2024-08-20T22:07:21.9920466Z #22 3.952 + apt-get autoclean 2024-08-20T22:07:22.6903523Z #22 3.987 Reading package lists... 2024-08-20T22:07:22.8531412Z #22 4.856 Building dependency tree... 2024-08-20T22:07:23.0638164Z #22 4.999 Reading state information... 2024-08-20T22:07:23.0639867Z #22 5.011 + apt-get clean 2024-08-20T22:07:23.0659812Z #22 5.015 + rm -rf /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-backports_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-backports_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-backports_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/auxfiles /var/lib/apt/lists/lock /var/lib/apt/lists/partial /var/lib/apt/lists/ppa.launchpad.net_ubuntu-toolchain-r_test_ubuntu_dists_focal_InRelease /var/lib/apt/lists/ppa.launchpad.net_ubuntu-toolchain-r_test_ubuntu_dists_focal_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_InRelease /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_universe_binary-amd64_Packages.lz4 '/tmp/*' '/var/tmp/*' 2024-08-20T22:07:23.0671043Z #22 DONE 5.1s 2024-08-20T22:07:23.0671217Z 2024-08-20T22:07:23.0671331Z #23 [19/49] RUN rm install_db.sh 2024-08-20T22:07:23.6445222Z #23 DONE 0.7s 2024-08-20T22:07:23.8415694Z 2024-08-20T22:07:23.8417094Z #24 [20/49] COPY ./common/install_vision.sh ./common/cache_vision_models.sh ./common/common_utils.sh ./ 2024-08-20T22:07:23.8417854Z #24 DONE 0.0s 2024-08-20T22:07:23.8418048Z 2024-08-20T22:07:23.8418631Z #25 [21/49] RUN if [ -n "yes" ]; then bash ./install_vision.sh; fi 2024-08-20T22:07:24.7114697Z #25 1.020 ++ grep -oP '(?<=^ID=).+' /etc/os-release 2024-08-20T22:07:24.7115260Z #25 1.020 ++ tr -d '"' 2024-08-20T22:07:24.8819803Z #25 1.021 + ID=ubuntu 2024-08-20T22:07:24.8820201Z #25 1.021 + case "$ID" in 2024-08-20T22:07:24.8820536Z #25 1.021 + install_ubuntu 2024-08-20T22:07:24.8821089Z #25 1.021 + apt-get update 2024-08-20T22:07:24.8821814Z #25 1.074 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-08-20T22:07:24.8822667Z #25 1.191 Get:2 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] 2024-08-20T22:07:24.9888923Z #25 1.210 Get:3 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.9 kB] 2024-08-20T22:07:24.9890197Z #25 1.230 Get:4 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3867 kB] 2024-08-20T22:07:24.9891377Z #25 1.290 Get:5 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1257 kB] 2024-08-20T22:07:24.9892510Z #25 1.298 Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3887 kB] 2024-08-20T22:07:25.1427834Z #25 1.301 Get:7 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease [24.6 kB] 2024-08-20T22:07:25.2217685Z #25 1.531 Get:8 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal/main amd64 Packages [28.7 kB] 2024-08-20T22:07:25.3791634Z #25 1.591 Get:9 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-08-20T22:07:25.3792971Z #25 1.688 Get:10 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-08-20T22:07:25.6279271Z #25 1.786 Get:11 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] 2024-08-20T22:07:25.9620977Z #25 2.271 Get:12 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] 2024-08-20T22:07:26.1089527Z #25 2.272 Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] 2024-08-20T22:07:26.1090513Z #25 2.309 Get:14 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] 2024-08-20T22:07:26.1091776Z #25 2.314 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4356 kB] 2024-08-20T22:07:26.1092915Z #25 2.418 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.5 kB] 2024-08-20T22:07:26.2232640Z #25 2.418 Get:17 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4023 kB] 2024-08-20T22:07:26.2233849Z #25 2.532 Get:18 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1544 kB] 2024-08-20T22:07:26.4043786Z #25 2.563 Get:19 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] 2024-08-20T22:07:26.4044966Z #25 2.563 Get:20 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] 2024-08-20T22:07:26.9701470Z #25 3.279 Fetched 32.6 MB in 2s (14.6 MB/s) 2024-08-20T22:07:27.8218428Z #25 3.279 Reading package lists... 2024-08-20T22:07:28.0263720Z #25 4.150 + apt-get install -y --no-install-recommends libopencv-dev 2024-08-20T22:07:28.7262905Z #25 4.185 Reading package lists... 2024-08-20T22:07:28.8898222Z #25 5.055 Building dependency tree... 2024-08-20T22:07:29.0388995Z #25 5.199 Reading state information... 2024-08-20T22:07:29.0389654Z #25 5.348 The following additional packages will be installed: 2024-08-20T22:07:29.1905180Z #25 5.348 adwaita-icon-theme fontconfig gdal-data gtk-update-icon-cache 2024-08-20T22:07:29.1906193Z #25 5.348 hicolor-icon-theme humanity-icon-theme libaec0 libaom0 libarmadillo9 2024-08-20T22:07:29.1907146Z #25 5.348 libarpack2 libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 2024-08-20T22:07:29.1908099Z #25 5.348 libavahi-client3 libavahi-common-data libavahi-common3 libavcodec-dev 2024-08-20T22:07:29.1909123Z #25 5.348 libavcodec58 libavformat-dev libavformat58 libavresample-dev libavresample4 2024-08-20T22:07:29.1910122Z #25 5.348 libavutil-dev libavutil56 libbluray2 libcairo-gobject2 libcairo2 libcfitsio8 2024-08-20T22:07:29.1911111Z #25 5.348 libcharls2 libchromaprint1 libcodec2-0.9 libcolord2 libcups2 libdap25 2024-08-20T22:07:29.1912046Z #25 5.348 libdapclient6v5 libdatrie1 libdc1394-22 libdc1394-22-dev libdrm-amdgpu1 2024-08-20T22:07:29.1913001Z #25 5.348 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libedit2 2024-08-20T22:07:29.1913893Z #25 5.348 libepoxy0 libepsilon1 libevent-2.1-7 libevent-core-2.1-7 2024-08-20T22:07:29.1914755Z #25 5.348 libevent-pthreads-2.1-7 libexif-dev libexif12 libfabric1 libfreexl1 2024-08-20T22:07:29.1915619Z #25 5.348 libfribidi0 libfyba0 libgd3 libgdal26 libgdcm-dev libgdcm3.0 2024-08-20T22:07:29.1916502Z #25 5.348 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgeos-3.8.0 libgeos-c1v5 2024-08-20T22:07:29.1917431Z #25 5.348 libgeotiff5 libgif7 libgl1 libgl1-mesa-dri libgl2ps1.4 libglapi-mesa 2024-08-20T22:07:29.1918434Z #25 5.348 libglvnd0 libglx-mesa0 libglx0 libgme0 libgphoto2-6 libgphoto2-dev 2024-08-20T22:07:29.1919350Z #25 5.348 libgphoto2-port12 libgraphite2-3 libgsm1 libgstreamer-plugins-base1.0-0 2024-08-20T22:07:29.1920267Z #25 5.348 libgtk-3-0 libgtk-3-common libharfbuzz0b libhdf4-0-alt libhdf5-103 2024-08-20T22:07:29.1921192Z #25 5.348 libhdf5-openmpi-103 libhwloc-plugins libhwloc15 libibverbs1 libilmbase-dev 2024-08-20T22:07:29.1922162Z #25 5.348 libilmbase24 libjbig-dev libjbig0 libjson-glib-1.0-0 libjson-glib-1.0-common 2024-08-20T22:07:29.1923085Z #25 5.348 libkmlbase1 libkmldom1 libkmlengine1 liblcms2-2 liblept5 libllvm12 2024-08-20T22:07:29.1924226Z #25 5.348 liblzma-dev libminizip1 libmp3lame0 libmpg123-0 libmysqlclient21 2024-08-20T22:07:29.1925111Z #25 5.348 libnetcdf-c++4 libnetcdf15 libnl-3-200 libnl-route-3-200 libnspr4 libnss3 2024-08-20T22:07:29.1926051Z #25 5.348 libnuma1 libodbc1 libogdi4.1 libopencv-calib3d-dev libopencv-calib3d4.2 2024-08-20T22:07:29.1926936Z #25 5.348 libopencv-contrib-dev libopencv-contrib4.2 libopencv-core-dev 2024-08-20T22:07:29.1927717Z #25 5.348 libopencv-core4.2 libopencv-dnn-dev libopencv-dnn4.2 2024-08-20T22:07:29.1928542Z #25 5.348 libopencv-features2d-dev libopencv-features2d4.2 libopencv-flann-dev 2024-08-20T22:07:29.1929431Z #25 5.348 libopencv-flann4.2 libopencv-highgui-dev libopencv-highgui4.2 2024-08-20T22:07:29.1930316Z #25 5.348 libopencv-imgcodecs-dev libopencv-imgcodecs4.2 libopencv-imgproc-dev 2024-08-20T22:07:29.1931479Z #25 5.348 libopencv-imgproc4.2 libopencv-ml-dev libopencv-ml4.2 2024-08-20T22:07:29.1932337Z #25 5.348 libopencv-objdetect-dev libopencv-objdetect4.2 libopencv-photo-dev 2024-08-20T22:07:29.1933210Z #25 5.348 libopencv-photo4.2 libopencv-shape-dev libopencv-shape4.2 2024-08-20T22:07:29.1934155Z #25 5.348 libopencv-stitching-dev libopencv-stitching4.2 libopencv-superres-dev 2024-08-20T22:07:29.1935052Z #25 5.348 libopencv-superres4.2 libopencv-ts-dev libopencv-video-dev 2024-08-20T22:07:29.1935894Z #25 5.348 libopencv-video4.2 libopencv-videoio-dev libopencv-videoio4.2 2024-08-20T22:07:29.1936773Z #25 5.348 libopencv-videostab-dev libopencv-videostab4.2 libopencv-viz-dev 2024-08-20T22:07:29.1937789Z #25 5.348 libopencv-viz4.2 libopencv4.2-java libopencv4.2-jni libopenexr-dev 2024-08-20T22:07:29.1938734Z #25 5.348 libopenexr24 libopenjp2-7 libopenmpi3 libopenmpt0 libopus0 liborc-0.4-0 2024-08-20T22:07:29.1939659Z #25 5.348 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpciaccess0 2024-08-20T22:07:29.1940547Z #25 5.348 libpixman-1-0 libpmix2 libpoppler97 libpq5 libproj15 libprotobuf17 2024-08-20T22:07:29.1941458Z #25 5.348 libpsm-infinipath1 libpsm2-2 libqhull7 libraw1394-11 libraw1394-dev 2024-08-20T22:07:29.1942368Z #25 5.348 librdmacm1 librest-0.7-0 librsvg2-2 librsvg2-common libsensors-config 2024-08-20T22:07:29.1943310Z #25 5.348 libsensors5 libshine3 libsnappy1v5 libsocket++1 libsoup-gnome2.4-1 libsoxr0 2024-08-20T22:07:29.1944273Z #25 5.348 libspatialite7 libspeex1 libssh-gcrypt-4 libsuperlu5 libswresample-dev 2024-08-20T22:07:29.1945198Z #25 5.348 libswresample3 libswscale-dev libswscale5 libsz2 libtbb-dev libtbb2 2024-08-20T22:07:29.1946206Z #25 5.348 libtesseract4 libthai-data libthai0 libtheora0 libtiff-dev libtiff5 2024-08-20T22:07:29.1947097Z #25 5.348 libtiffxx5 libtwolame0 liburiparser1 libusb-1.0-0 libva-drm2 libva-x11-2 2024-08-20T22:07:29.1948057Z #25 5.348 libva2 libvdpau1 libvpx6 libvtk6.3 libvulkan1 libwavpack1 libwayland-client0 2024-08-20T22:07:29.1948988Z #25 5.348 libwayland-cursor0 libwayland-egl1 libwebp6 libwebpmux3 libx11-xcb1 2024-08-20T22:07:29.1949834Z #25 5.348 libx264-155 libx265-179 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 2024-08-20T22:07:29.1950702Z #25 5.348 libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 2024-08-20T22:07:29.1951619Z #25 5.348 libxcomposite1 libxcursor1 libxdamage1 libxerces-c3.2 libxfixes3 libxi6 2024-08-20T22:07:29.1952451Z #25 5.348 libxinerama1 libxkbcommon0 libxnvctrl0 libxpm4 libxrandr2 libxshmfence1 2024-08-20T22:07:29.1953310Z #25 5.349 libxvidcore4 libxxf86vm1 libzvbi-common libzvbi0 mysql-common 2024-08-20T22:07:29.1954191Z #25 5.349 ocl-icd-libopencl1 odbcinst odbcinst1debian2 proj-data shared-mime-info 2024-08-20T22:07:29.1954868Z #25 5.349 ubuntu-mono xkb-data 2024-08-20T22:07:29.1955214Z #25 5.349 Suggested packages: 2024-08-20T22:07:29.1955832Z #25 5.349 libbluray-bdj colord cups-common libgd-tools geotiff-bin gdal-bin 2024-08-20T22:07:29.1956680Z #25 5.349 libgeotiff-epsg gphoto2 libvisual-0.4-plugins gvfs libhdf4-doc 2024-08-20T22:07:29.1957528Z #25 5.349 libhdf4-alt-dev hdf4-tools libhwloc-contrib-plugins liblcms2-utils 2024-08-20T22:07:29.1958509Z #25 5.349 liblzma-doc libmyodbc odbc-postgresql tdsodbc unixodbc-bin ogdi-bin 2024-08-20T22:07:29.1959394Z #25 5.349 opencv-doc opus-tools pciutils proj-bin libraw1394-doc librsvg2-bin 2024-08-20T22:07:29.1960183Z #25 5.349 lm-sensors speex libtbb-doc mpi-default-bin opencl-icd 2024-08-20T22:07:29.1960719Z #25 5.349 Recommended packages: 2024-08-20T22:07:29.1961348Z #25 5.349 at-spi2-core libaacs0 libexif-doc proj-bin libgdk-pixbuf2.0-bin 2024-08-20T22:07:29.1962246Z #25 5.349 libgphoto2-l10n gstreamer1.0-plugins-base libgtk-3-bin ibverbs-providers 2024-08-20T22:07:29.1963174Z #25 5.349 opencv-data openmpi-bin poppler-data libraw1394-tools va-driver-all 2024-08-20T22:07:29.1964113Z #25 5.349 | va-driver vdpau-driver-all | vdpau-driver mesa-vulkan-drivers | vulkan-icd 2024-08-20T22:07:29.5715021Z #25 5.880 The following NEW packages will be installed: 2024-08-20T22:07:29.7237875Z #25 5.881 adwaita-icon-theme fontconfig gdal-data gtk-update-icon-cache 2024-08-20T22:07:29.7238973Z #25 5.881 hicolor-icon-theme humanity-icon-theme libaec0 libaom0 libarmadillo9 2024-08-20T22:07:29.7239925Z #25 5.881 libarpack2 libatk-bridge2.0-0 libatk1.0-0 libatk1.0-data libatspi2.0-0 2024-08-20T22:07:29.7240895Z #25 5.881 libavahi-client3 libavahi-common-data libavahi-common3 libavcodec-dev 2024-08-20T22:07:29.7241900Z #25 5.881 libavcodec58 libavformat-dev libavformat58 libavresample-dev libavresample4 2024-08-20T22:07:29.7243232Z #25 5.881 libavutil-dev libavutil56 libbluray2 libcairo-gobject2 libcairo2 libcfitsio8 2024-08-20T22:07:29.7244263Z #25 5.881 libcharls2 libchromaprint1 libcodec2-0.9 libcolord2 libcups2 libdap25 2024-08-20T22:07:29.7245216Z #25 5.881 libdapclient6v5 libdatrie1 libdc1394-22 libdc1394-22-dev libdrm-amdgpu1 2024-08-20T22:07:29.7246390Z #25 5.881 libdrm-common libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libdrm2 libedit2 2024-08-20T22:07:29.7247229Z #25 5.881 libepoxy0 libepsilon1 libevent-2.1-7 libevent-core-2.1-7 2024-08-20T22:07:29.7248034Z #25 5.881 libevent-pthreads-2.1-7 libexif-dev libexif12 libfabric1 libfreexl1 2024-08-20T22:07:29.7248853Z #25 5.881 libfribidi0 libfyba0 libgd3 libgdal26 libgdcm-dev libgdcm3.0 2024-08-20T22:07:29.7249687Z #25 5.881 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgeos-3.8.0 libgeos-c1v5 2024-08-20T22:07:29.7250545Z #25 5.881 libgeotiff5 libgif7 libgl1 libgl1-mesa-dri libgl2ps1.4 libglapi-mesa 2024-08-20T22:07:29.7251400Z #25 5.881 libglvnd0 libglx-mesa0 libglx0 libgme0 libgphoto2-6 libgphoto2-dev 2024-08-20T22:07:29.7252293Z #25 5.881 libgphoto2-port12 libgraphite2-3 libgsm1 libgstreamer-plugins-base1.0-0 2024-08-20T22:07:29.7253179Z #25 5.881 libgtk-3-0 libgtk-3-common libharfbuzz0b libhdf4-0-alt libhdf5-103 2024-08-20T22:07:29.7254377Z #25 5.881 libhdf5-openmpi-103 libhwloc-plugins libhwloc15 libibverbs1 libilmbase-dev 2024-08-20T22:07:29.7255407Z #25 5.881 libilmbase24 libjbig-dev libjbig0 libjson-glib-1.0-0 libjson-glib-1.0-common 2024-08-20T22:07:29.7256394Z #25 5.881 libkmlbase1 libkmldom1 libkmlengine1 liblcms2-2 liblept5 libllvm12 2024-08-20T22:07:29.7257268Z #25 5.881 liblzma-dev libminizip1 libmp3lame0 libmpg123-0 libmysqlclient21 2024-08-20T22:07:29.7258208Z #25 5.881 libnetcdf-c++4 libnetcdf15 libnl-3-200 libnl-route-3-200 libnspr4 libnss3 2024-08-20T22:07:29.7259186Z #25 5.881 libnuma1 libodbc1 libogdi4.1 libopencv-calib3d-dev libopencv-calib3d4.2 2024-08-20T22:07:29.7260117Z #25 5.881 libopencv-contrib-dev libopencv-contrib4.2 libopencv-core-dev 2024-08-20T22:07:29.7261009Z #25 5.881 libopencv-core4.2 libopencv-dev libopencv-dnn-dev libopencv-dnn4.2 2024-08-20T22:07:29.7261961Z #25 5.881 libopencv-features2d-dev libopencv-features2d4.2 libopencv-flann-dev 2024-08-20T22:07:29.7262889Z #25 5.881 libopencv-flann4.2 libopencv-highgui-dev libopencv-highgui4.2 2024-08-20T22:07:29.7263794Z #25 5.881 libopencv-imgcodecs-dev libopencv-imgcodecs4.2 libopencv-imgproc-dev 2024-08-20T22:07:29.7264664Z #25 5.881 libopencv-imgproc4.2 libopencv-ml-dev libopencv-ml4.2 2024-08-20T22:07:29.7265719Z #25 5.881 libopencv-objdetect-dev libopencv-objdetect4.2 libopencv-photo-dev 2024-08-20T22:07:29.7266705Z #25 5.881 libopencv-photo4.2 libopencv-shape-dev libopencv-shape4.2 2024-08-20T22:07:29.7267550Z #25 5.881 libopencv-stitching-dev libopencv-stitching4.2 libopencv-superres-dev 2024-08-20T22:07:29.7268389Z #25 5.881 libopencv-superres4.2 libopencv-ts-dev libopencv-video-dev 2024-08-20T22:07:29.7269163Z #25 5.881 libopencv-video4.2 libopencv-videoio-dev libopencv-videoio4.2 2024-08-20T22:07:29.7270001Z #25 5.881 libopencv-videostab-dev libopencv-videostab4.2 libopencv-viz-dev 2024-08-20T22:07:29.7270875Z #25 5.881 libopencv-viz4.2 libopencv4.2-java libopencv4.2-jni libopenexr-dev 2024-08-20T22:07:29.7271754Z #25 5.881 libopenexr24 libopenjp2-7 libopenmpi3 libopenmpt0 libopus0 liborc-0.4-0 2024-08-20T22:07:29.7272610Z #25 5.881 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpciaccess0 2024-08-20T22:07:29.7273461Z #25 5.881 libpixman-1-0 libpmix2 libpoppler97 libpq5 libproj15 libprotobuf17 2024-08-20T22:07:29.7274313Z #25 5.881 libpsm-infinipath1 libpsm2-2 libqhull7 libraw1394-11 libraw1394-dev 2024-08-20T22:07:29.7275165Z #25 5.881 librdmacm1 librest-0.7-0 librsvg2-2 librsvg2-common libsensors-config 2024-08-20T22:07:29.7276069Z #25 5.881 libsensors5 libshine3 libsnappy1v5 libsocket++1 libsoup-gnome2.4-1 libsoxr0 2024-08-20T22:07:29.7276981Z #25 5.881 libspatialite7 libspeex1 libssh-gcrypt-4 libsuperlu5 libswresample-dev 2024-08-20T22:07:29.7277933Z #25 5.881 libswresample3 libswscale-dev libswscale5 libsz2 libtbb-dev libtbb2 2024-08-20T22:07:29.7278767Z #25 5.881 libtesseract4 libthai-data libthai0 libtheora0 libtiff-dev libtiff5 2024-08-20T22:07:29.7279637Z #25 5.881 libtiffxx5 libtwolame0 liburiparser1 libusb-1.0-0 libva-drm2 libva-x11-2 2024-08-20T22:07:29.7280564Z #25 5.881 libva2 libvdpau1 libvpx6 libvtk6.3 libvulkan1 libwavpack1 libwayland-client0 2024-08-20T22:07:29.7281456Z #25 5.881 libwayland-cursor0 libwayland-egl1 libwebp6 libwebpmux3 libx11-xcb1 2024-08-20T22:07:29.7282287Z #25 5.881 libx264-155 libx265-179 libxcb-dri2-0 libxcb-dri3-0 libxcb-glx0 2024-08-20T22:07:29.7283124Z #25 5.881 libxcb-present0 libxcb-render0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 2024-08-20T22:07:29.7284226Z #25 5.881 libxcomposite1 libxcursor1 libxdamage1 libxerces-c3.2 libxfixes3 libxi6 2024-08-20T22:07:29.7285062Z #25 5.881 libxinerama1 libxkbcommon0 libxnvctrl0 libxpm4 libxrandr2 libxshmfence1 2024-08-20T22:07:29.7285945Z #25 5.882 libxvidcore4 libxxf86vm1 libzvbi-common libzvbi0 mysql-common 2024-08-20T22:07:29.7286840Z #25 5.882 ocl-icd-libopencl1 odbcinst odbcinst1debian2 proj-data shared-mime-info 2024-08-20T22:07:29.7287521Z #25 5.882 ubuntu-mono xkb-data 2024-08-20T22:07:29.7413362Z #25 6.050 0 upgraded, 260 newly installed, 0 to remove and 12 not upgraded. 2024-08-20T22:07:29.7414261Z #25 6.050 Need to get 154 MB of archives. 2024-08-20T22:07:29.7414886Z #25 6.050 After this operation, 1028 MB of additional disk space will be used. 2024-08-20T22:07:29.7416219Z #25 6.050 Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libfribidi0 amd64 1.0.8-2ubuntu0.1 [24.2 kB] 2024-08-20T22:07:29.9001840Z #25 6.209 Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 shared-mime-info amd64 1.15-1 [430 kB] 2024-08-20T22:07:30.1945646Z #25 6.504 Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 xkb-data all 2.29-2 [349 kB] 2024-08-20T22:07:30.2994651Z #25 6.566 Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-common all 2.4.107-8ubuntu1~20.04.2 [5396 B] 2024-08-20T22:07:30.2996147Z #25 6.566 Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm2 amd64 2.4.107-8ubuntu1~20.04.2 [34.1 kB] 2024-08-20T22:07:30.2997451Z #25 6.571 Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 libedit2 amd64 3.1-20191231-1 [87.0 kB] 2024-08-20T22:07:30.2998636Z #25 6.581 Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libnuma1 amd64 2.0.12-1 [20.8 kB] 2024-08-20T22:07:30.3000094Z #25 6.583 Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 libusb-1.0-0 amd64 2:1.0.23-2build1 [46.5 kB] 2024-08-20T22:07:30.3001353Z #25 6.587 Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 hicolor-icon-theme all 0.17-2 [9976 B] 2024-08-20T22:07:30.3002677Z #25 6.588 Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjbig0 amd64 2.1-3.1ubuntu0.20.04.1 [27.3 kB] 2024-08-20T22:07:30.3004091Z #25 6.591 Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebp6 amd64 0.6.1-2ubuntu0.20.04.3 [185 kB] 2024-08-20T22:07:30.3005585Z #25 6.608 Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff5 amd64 4.1.0+git191117-2ubuntu0.20.04.13 [164 kB] 2024-08-20T22:07:30.4136979Z #25 6.650 Get:13 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgdk-pixbuf2.0-common all 2.40.0+dfsg-3ubuntu0.5 [4628 B] 2024-08-20T22:07:30.4138625Z #25 6.650 Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgdk-pixbuf2.0-0 amd64 2.40.0+dfsg-3ubuntu0.5 [169 kB] 2024-08-20T22:07:30.4140212Z #25 6.659 Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 gtk-update-icon-cache amd64 3.24.20-0ubuntu1.2 [28.3 kB] 2024-08-20T22:07:30.4141705Z #25 6.723 Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpixman-1-0 amd64 0.38.4-0ubuntu2.1 [227 kB] 2024-08-20T22:07:30.5599338Z #25 6.731 Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-render0 amd64 1.14-2 [14.8 kB] 2024-08-20T22:07:30.5600868Z #25 6.731 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-shm0 amd64 1.14-2 [5584 B] 2024-08-20T22:07:30.5602116Z #25 6.731 Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 libcairo2 amd64 1.16.0-4ubuntu1 [583 kB] 2024-08-20T22:07:30.5603457Z #25 6.753 Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 libcairo-gobject2 amd64 1.16.0-4ubuntu1 [17.2 kB] 2024-08-20T22:07:30.5604763Z #25 6.753 Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 fontconfig amd64 2.13.1-2ubuntu3 [171 kB] 2024-08-20T22:07:30.5606189Z #25 6.759 Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 libgraphite2-3 amd64 1.3.13-11build1 [73.5 kB] 2024-08-20T22:07:30.5607531Z #25 6.796 Get:23 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libharfbuzz0b amd64 2.6.4-1ubuntu4.2 [391 kB] 2024-08-20T22:07:30.5608803Z #25 6.809 Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 libthai-data all 0.1.28-3 [134 kB] 2024-08-20T22:07:30.5609950Z #25 6.814 Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 libdatrie1 amd64 0.2.12-3 [18.7 kB] 2024-08-20T22:07:30.5611220Z #25 6.869 Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 libthai0 amd64 0.1.28-3 [18.1 kB] 2024-08-20T22:07:30.6599959Z #25 6.869 Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 libpango-1.0-0 amd64 1.44.7-2ubuntu4 [162 kB] 2024-08-20T22:07:30.6601353Z #25 6.872 Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 libpangoft2-1.0-0 amd64 1.44.7-2ubuntu4 [34.9 kB] 2024-08-20T22:07:30.6602734Z #25 6.873 Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 libpangocairo-1.0-0 amd64 1.44.7-2ubuntu4 [24.8 kB] 2024-08-20T22:07:30.6604164Z #25 6.873 Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 librsvg2-2 amd64 2.48.9-1ubuntu0.20.04.4 [2313 kB] 2024-08-20T22:07:30.6605654Z #25 6.927 Get:31 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 librsvg2-common amd64 2.48.9-1ubuntu0.20.04.4 [9224 B] 2024-08-20T22:07:30.6607030Z #25 6.928 Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 humanity-icon-theme all 0.6.15 [1250 kB] 2024-08-20T22:07:30.6608266Z #25 6.966 Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 ubuntu-mono all 19.04-0ubuntu3 [147 kB] 2024-08-20T22:07:30.6609667Z #25 6.969 Get:34 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 adwaita-icon-theme all 3.36.1-2ubuntu0.20.04.2 [3441 kB] 2024-08-20T22:07:30.7872620Z #25 7.058 Get:35 http://archive.ubuntu.com/ubuntu focal/universe amd64 gdal-data all 3.0.4+dfsg-1build3 [186 kB] 2024-08-20T22:07:30.7874161Z #25 7.059 Get:36 http://archive.ubuntu.com/ubuntu focal/universe amd64 libaec0 amd64 1.0.4-1 [19.1 kB] 2024-08-20T22:07:30.7875613Z #25 7.059 Get:37 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libaom0 amd64 1.0.0.errata1-3+deb11u1build0.20.04.1 [1161 kB] 2024-08-20T22:07:30.7877062Z #25 7.096 Get:38 http://archive.ubuntu.com/ubuntu focal/universe amd64 libarpack2 amd64 3.7.0-3 [92.8 kB] 2024-08-20T22:07:30.9273483Z #25 7.097 Get:39 http://archive.ubuntu.com/ubuntu focal/universe amd64 libsuperlu5 amd64 5.2.1+dfsg1-4 [159 kB] 2024-08-20T22:07:30.9274946Z #25 7.102 Get:40 http://archive.ubuntu.com/ubuntu focal/universe amd64 libarmadillo9 amd64 1:9.800.4+dfsg-1build1 [93.2 kB] 2024-08-20T22:07:30.9276333Z #25 7.103 Get:41 http://archive.ubuntu.com/ubuntu focal/main amd64 libatk1.0-data all 2.35.1-1ubuntu2 [2964 B] 2024-08-20T22:07:30.9277637Z #25 7.103 Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 libatk1.0-0 amd64 2.35.1-1ubuntu2 [45.5 kB] 2024-08-20T22:07:30.9278891Z #25 7.104 Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 libatspi2.0-0 amd64 2.36.0-2 [64.2 kB] 2024-08-20T22:07:30.9280324Z #25 7.163 Get:44 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libatk-bridge2.0-0 amd64 2.34.2-0ubuntu2~20.04.1 [58.2 kB] 2024-08-20T22:07:30.9281873Z #25 7.164 Get:45 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-common-data amd64 0.7-4ubuntu7.3 [21.4 kB] 2024-08-20T22:07:30.9283362Z #25 7.164 Get:46 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-common3 amd64 0.7-4ubuntu7.3 [21.9 kB] 2024-08-20T22:07:30.9285046Z #25 7.236 Get:47 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libavahi-client3 amd64 0.7-4ubuntu7.3 [25.5 kB] 2024-08-20T22:07:31.1526995Z #25 7.237 Get:48 http://archive.ubuntu.com/ubuntu focal/universe amd64 libva2 amd64 2.7.0-2 [53.5 kB] 2024-08-20T22:07:31.1528283Z #25 7.237 Get:49 http://archive.ubuntu.com/ubuntu focal/universe amd64 libva-drm2 amd64 2.7.0-2 [7044 B] 2024-08-20T22:07:31.1529528Z #25 7.237 Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 libxfixes3 amd64 1:5.0.3-2 [10.9 kB] 2024-08-20T22:07:31.1531034Z #25 7.238 Get:51 http://archive.ubuntu.com/ubuntu focal/universe amd64 libva-x11-2 amd64 2.7.0-2 [11.9 kB] 2024-08-20T22:07:31.1532301Z #25 7.238 Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 libvdpau1 amd64 1.3-1ubuntu2 [25.6 kB] 2024-08-20T22:07:31.1533624Z #25 7.238 Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 ocl-icd-libopencl1 amd64 2.2.11-1ubuntu1 [30.3 kB] 2024-08-20T22:07:31.1535169Z #25 7.309 Get:54 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libavutil56 amd64 7:4.2.7-0ubuntu0.1 [241 kB] 2024-08-20T22:07:31.1536528Z #25 7.311 Get:55 http://archive.ubuntu.com/ubuntu focal/universe amd64 libcodec2-0.9 amd64 0.9.2-2 [7886 kB] 2024-08-20T22:07:31.1676940Z #25 7.477 Get:56 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgsm1 amd64 1.0.18-2 [24.4 kB] 2024-08-20T22:07:31.1678203Z #25 7.477 Get:57 http://archive.ubuntu.com/ubuntu focal/main amd64 libmp3lame0 amd64 3.100-3 [133 kB] 2024-08-20T22:07:31.3142453Z #25 7.478 Get:58 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libopenjp2-7 amd64 2.3.1-1ubuntu4.20.04.1 [141 kB] 2024-08-20T22:07:31.3143874Z #25 7.479 Get:59 http://archive.ubuntu.com/ubuntu focal/main amd64 libopus0 amd64 1.3.1-0ubuntu1 [191 kB] 2024-08-20T22:07:31.3145124Z #25 7.530 Get:60 http://archive.ubuntu.com/ubuntu focal/universe amd64 libshine3 amd64 3.1.1-2 [23.2 kB] 2024-08-20T22:07:31.3146380Z #25 7.530 Get:61 http://archive.ubuntu.com/ubuntu focal/main amd64 libsnappy1v5 amd64 1.1.8-1build1 [16.7 kB] 2024-08-20T22:07:31.3147792Z #25 7.531 Get:62 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libspeex1 amd64 1.2~rc1.2-1.1ubuntu1.20.04.1 [53.2 kB] 2024-08-20T22:07:31.3149149Z #25 7.531 Get:63 http://archive.ubuntu.com/ubuntu focal/main amd64 libsoxr0 amd64 0.1.3-2build1 [78.0 kB] 2024-08-20T22:07:31.3150534Z #25 7.532 Get:64 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libswresample3 amd64 7:4.2.7-0ubuntu0.1 [57.1 kB] 2024-08-20T22:07:31.3152213Z #25 7.550 Get:65 http://archive.ubuntu.com/ubuntu focal/main amd64 libtheora0 amd64 1.1.1+dfsg.1-15ubuntu2 [162 kB] 2024-08-20T22:07:31.3153577Z #25 7.623 Get:66 http://archive.ubuntu.com/ubuntu focal/main amd64 libtwolame0 amd64 0.4.0-2 [47.6 kB] 2024-08-20T22:07:31.4802538Z #25 7.624 Get:67 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libvpx6 amd64 1.8.2-1ubuntu0.3 [820 kB] 2024-08-20T22:07:31.4804004Z #25 7.630 Get:68 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwavpack1 amd64 5.2.0-1ubuntu0.1 [77.3 kB] 2024-08-20T22:07:31.4805455Z #25 7.631 Get:69 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwebpmux3 amd64 0.6.1-2ubuntu0.20.04.3 [19.5 kB] 2024-08-20T22:07:31.4806906Z #25 7.631 Get:70 http://archive.ubuntu.com/ubuntu focal/universe amd64 libx264-155 amd64 2:0.155.2917+git0a84d98-2 [521 kB] 2024-08-20T22:07:31.4808257Z #25 7.635 Get:71 http://archive.ubuntu.com/ubuntu focal/universe amd64 libx265-179 amd64 3.2.1-1build1 [1060 kB] 2024-08-20T22:07:31.4809563Z #25 7.645 Get:72 http://archive.ubuntu.com/ubuntu focal/universe amd64 libxvidcore4 amd64 2:1.3.7-1 [201 kB] 2024-08-20T22:07:31.4810841Z #25 7.646 Get:73 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzvbi-common all 0.2.35-17 [32.5 kB] 2024-08-20T22:07:31.4812072Z #25 7.647 Get:74 http://archive.ubuntu.com/ubuntu focal/universe amd64 libzvbi0 amd64 0.2.35-17 [237 kB] 2024-08-20T22:07:31.4813785Z #25 7.698 Get:75 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libavcodec58 amd64 7:4.2.7-0ubuntu0.1 [4878 kB] 2024-08-20T22:07:31.4815304Z #25 7.789 Get:76 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libavutil-dev amd64 7:4.2.7-0ubuntu0.1 [365 kB] 2024-08-20T22:07:31.6289853Z #25 7.792 Get:77 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libswresample-dev amd64 7:4.2.7-0ubuntu0.1 [70.6 kB] 2024-08-20T22:07:31.6291555Z #25 7.793 Get:78 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libavcodec-dev amd64 7:4.2.7-0ubuntu0.1 [5428 kB] 2024-08-20T22:07:31.6292964Z #25 7.938 Get:79 http://archive.ubuntu.com/ubuntu focal/universe amd64 libbluray2 amd64 1:1.2.0-1 [138 kB] 2024-08-20T22:07:31.7568590Z #25 7.939 Get:80 http://archive.ubuntu.com/ubuntu focal/universe amd64 libchromaprint1 amd64 1.4.3-3build1 [37.6 kB] 2024-08-20T22:07:31.7570508Z #25 7.939 Get:81 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgme0 amd64 0.6.2-1build1 [123 kB] 2024-08-20T22:07:31.7571795Z #25 7.940 Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 libmpg123-0 amd64 1.25.13-1 [124 kB] 2024-08-20T22:07:31.7573061Z #25 7.941 Get:83 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopenmpt0 amd64 0.4.11-1build1 [599 kB] 2024-08-20T22:07:31.7574589Z #25 7.996 Get:84 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libssh-gcrypt-4 amd64 0.9.3-2ubuntu2.5 [202 kB] 2024-08-20T22:07:31.7576075Z #25 7.998 Get:85 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libavformat58 amd64 7:4.2.7-0ubuntu0.1 [985 kB] 2024-08-20T22:07:31.7577608Z #25 8.006 Get:86 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libavformat-dev amd64 7:4.2.7-0ubuntu0.1 [1187 kB] 2024-08-20T22:07:31.7579134Z #25 8.066 Get:87 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libavresample4 amd64 7:4.2.7-0ubuntu0.1 [54.2 kB] 2024-08-20T22:07:31.9222170Z #25 8.066 Get:88 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libavresample-dev amd64 7:4.2.7-0ubuntu0.1 [64.1 kB] 2024-08-20T22:07:31.9223669Z #25 8.085 Get:89 http://archive.ubuntu.com/ubuntu focal/universe amd64 libcfitsio8 amd64 3.470-3 [466 kB] 2024-08-20T22:07:31.9224969Z #25 8.088 Get:90 http://archive.ubuntu.com/ubuntu focal/universe amd64 libcharls2 amd64 2.0.0+dfsg-1build1 [74.1 kB] 2024-08-20T22:07:31.9226240Z #25 8.089 Get:91 http://archive.ubuntu.com/ubuntu focal/main amd64 liblcms2-2 amd64 2.9-4 [140 kB] 2024-08-20T22:07:31.9227404Z #25 8.090 Get:92 http://archive.ubuntu.com/ubuntu focal/main amd64 libcolord2 amd64 1.4.4-2 [133 kB] 2024-08-20T22:07:31.9228942Z #25 8.091 Get:93 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libcups2 amd64 2.3.1-9ubuntu1.8 [233 kB] 2024-08-20T22:07:31.9230233Z #25 8.093 Get:94 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdap25 amd64 3.20.5-1 [435 kB] 2024-08-20T22:07:31.9231771Z #25 8.097 Get:95 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdapclient6v5 amd64 3.20.5-1 [92.2 kB] 2024-08-20T22:07:31.9233213Z #25 8.158 Get:96 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-amdgpu1 amd64 2.4.107-8ubuntu1~20.04.2 [18.6 kB] 2024-08-20T22:07:31.9234605Z #25 8.159 Get:97 http://archive.ubuntu.com/ubuntu focal/main amd64 libpciaccess0 amd64 0.16-0ubuntu1 [17.9 kB] 2024-08-20T22:07:31.9236021Z #25 8.159 Get:98 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-intel1 amd64 2.4.107-8ubuntu1~20.04.2 [60.3 kB] 2024-08-20T22:07:31.9237552Z #25 8.231 Get:99 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-nouveau2 amd64 2.4.107-8ubuntu1~20.04.2 [16.6 kB] 2024-08-20T22:07:32.0699528Z #25 8.232 Get:100 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libdrm-radeon1 amd64 2.4.107-8ubuntu1~20.04.2 [19.7 kB] 2024-08-20T22:07:32.0700952Z #25 8.232 Get:101 http://archive.ubuntu.com/ubuntu focal/main amd64 libepoxy0 amd64 1.5.4-1 [191 kB] 2024-08-20T22:07:32.0702232Z #25 8.379 Get:102 http://archive.ubuntu.com/ubuntu focal/universe amd64 libepsilon1 amd64 0.9.2+dfsg-4 [41.0 kB] 2024-08-20T22:07:32.2585738Z #25 8.567 Get:103 http://archive.ubuntu.com/ubuntu focal/main amd64 libevent-2.1-7 amd64 2.1.11-stable-1 [138 kB] 2024-08-20T22:07:32.4207077Z #25 8.730 Get:104 http://archive.ubuntu.com/ubuntu focal/main amd64 libevent-core-2.1-7 amd64 2.1.11-stable-1 [89.1 kB] 2024-08-20T22:07:32.5222409Z #25 8.775 Get:105 http://archive.ubuntu.com/ubuntu focal/main amd64 libevent-pthreads-2.1-7 amd64 2.1.11-stable-1 [7372 B] 2024-08-20T22:07:32.5224123Z #25 8.778 Get:106 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexif12 amd64 0.6.21-6ubuntu0.4 [78.6 kB] 2024-08-20T22:07:32.5225570Z #25 8.809 Get:107 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libexif-dev amd64 0.6.21-6ubuntu0.4 [84.0 kB] 2024-08-20T22:07:32.5226986Z #25 8.831 Get:108 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-3-200 amd64 3.4.0-1ubuntu0.1 [54.4 kB] 2024-08-20T22:07:32.6534072Z #25 8.843 Get:109 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnl-route-3-200 amd64 3.4.0-1ubuntu0.1 [151 kB] 2024-08-20T22:07:32.6535517Z #25 8.873 Get:110 http://archive.ubuntu.com/ubuntu focal/main amd64 libibverbs1 amd64 28.0-1ubuntu1 [53.6 kB] 2024-08-20T22:07:32.6536888Z #25 8.882 Get:111 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpsm-infinipath1 amd64 3.3+20.604758e7-6 [168 kB] 2024-08-20T22:07:32.6538206Z #25 8.905 Get:112 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpsm2-2 amd64 11.2.86-1 [178 kB] 2024-08-20T22:07:32.6539451Z #25 8.924 Get:113 http://archive.ubuntu.com/ubuntu focal/main amd64 librdmacm1 amd64 28.0-1ubuntu1 [64.9 kB] 2024-08-20T22:07:32.6540810Z #25 8.930 Get:114 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libfabric1 amd64 1.6.2-3ubuntu0.1 [396 kB] 2024-08-20T22:07:32.6542168Z #25 8.962 Get:115 http://archive.ubuntu.com/ubuntu focal/universe amd64 libfyba0 amd64 4.1.1-6build1 [113 kB] 2024-08-20T22:07:32.8626304Z #25 8.970 Get:116 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxpm4 amd64 1:3.5.12-1ubuntu0.20.04.2 [34.9 kB] 2024-08-20T22:07:32.8627777Z #25 8.973 Get:117 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgd3 amd64 2.2.5-5.2ubuntu2.1 [118 kB] 2024-08-20T22:07:32.8629086Z #25 8.980 Get:118 http://archive.ubuntu.com/ubuntu focal/universe amd64 libfreexl1 amd64 1.0.5-3 [33.4 kB] 2024-08-20T22:07:32.8630378Z #25 8.983 Get:119 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgeos-3.8.0 amd64 3.8.0-1build1 [535 kB] 2024-08-20T22:07:32.8631855Z #25 9.019 Get:120 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgeos-c1v5 amd64 3.8.0-1build1 [69.9 kB] 2024-08-20T22:07:32.8633389Z #25 9.021 Get:121 http://archive.ubuntu.com/ubuntu focal/universe amd64 proj-data all 6.3.1-1 [7647 kB] 2024-08-20T22:07:32.9125304Z #25 9.222 Get:122 http://archive.ubuntu.com/ubuntu focal/universe amd64 libproj15 amd64 6.3.1-1 [925 kB] 2024-08-20T22:07:33.0580306Z #25 9.250 Get:123 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgeotiff5 amd64 1.5.1-2 [53.1 kB] 2024-08-20T22:07:33.0581794Z #25 9.251 Get:124 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgif7 amd64 5.1.9-1ubuntu0.1 [32.4 kB] 2024-08-20T22:07:33.0583184Z #25 9.251 Get:125 http://archive.ubuntu.com/ubuntu focal/universe amd64 libhdf4-0-alt amd64 4.2.14-1ubuntu1 [268 kB] 2024-08-20T22:07:33.0584465Z #25 9.255 Get:126 http://archive.ubuntu.com/ubuntu focal/universe amd64 libsz2 amd64 1.0.4-1 [5188 B] 2024-08-20T22:07:33.0585794Z #25 9.255 Get:127 http://archive.ubuntu.com/ubuntu focal/universe amd64 libhdf5-103 amd64 1.10.4+repack-11ubuntu1 [1311 kB] 2024-08-20T22:07:33.0587153Z #25 9.289 Get:128 http://archive.ubuntu.com/ubuntu focal/universe amd64 libminizip1 amd64 1.1-8build1 [20.2 kB] 2024-08-20T22:07:33.0588451Z #25 9.289 Get:129 http://archive.ubuntu.com/ubuntu focal/universe amd64 liburiparser1 amd64 0.9.3-2 [39.3 kB] 2024-08-20T22:07:33.0589757Z #25 9.289 Get:130 http://archive.ubuntu.com/ubuntu focal/universe amd64 libkmlbase1 amd64 1.3.0-8build1 [45.4 kB] 2024-08-20T22:07:33.0591070Z #25 9.294 Get:131 http://archive.ubuntu.com/ubuntu focal/universe amd64 libkmldom1 amd64 1.3.0-8build1 [152 kB] 2024-08-20T22:07:33.0592570Z #25 9.367 Get:132 http://archive.ubuntu.com/ubuntu focal/universe amd64 libkmlengine1 amd64 1.3.0-8build1 [72.5 kB] 2024-08-20T22:07:33.2030489Z #25 9.368 Get:133 http://archive.ubuntu.com/ubuntu focal/main amd64 mysql-common all 5.8+1.0.5ubuntu2 [7496 B] 2024-08-20T22:07:33.2032380Z #25 9.368 Get:134 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libmysqlclient21 amd64 8.0.39-0ubuntu0.20.04.1 [1304 kB] 2024-08-20T22:07:33.2033820Z #25 9.379 Get:135 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnetcdf15 amd64 1:4.7.3-1 [341 kB] 2024-08-20T22:07:33.2035153Z #25 9.381 Get:136 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libodbc1 amd64 2.3.6-0.1ubuntu0.1 [190 kB] 2024-08-20T22:07:33.2036528Z #25 9.383 Get:137 http://archive.ubuntu.com/ubuntu focal/universe amd64 libogdi4.1 amd64 4.1.0+ds-1build1 [198 kB] 2024-08-20T22:07:33.2037935Z #25 9.385 Get:138 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnspr4 amd64 2:4.35-0ubuntu0.20.04.1 [108 kB] 2024-08-20T22:07:33.2039366Z #25 9.386 Get:139 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libnss3 amd64 2:3.98-0ubuntu0.20.04.2 [1391 kB] 2024-08-20T22:07:33.2040809Z #25 9.447 Get:140 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpoppler97 amd64 0.86.1-0ubuntu1.4 [916 kB] 2024-08-20T22:07:33.2042231Z #25 9.454 Get:141 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libpq5 amd64 12.20-0ubuntu0.20.04.1 [117 kB] 2024-08-20T22:07:33.2043544Z #25 9.512 Get:142 http://archive.ubuntu.com/ubuntu focal/universe amd64 libqhull7 amd64 2015.2-4 [152 kB] 2024-08-20T22:07:33.3736383Z #25 9.513 Get:143 http://archive.ubuntu.com/ubuntu focal/universe amd64 libspatialite7 amd64 4.3.0a-6build1 [1286 kB] 2024-08-20T22:07:33.3738076Z #25 9.524 Get:144 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libxerces-c3.2 amd64 3.2.2+debian-1ubuntu0.2 [878 kB] 2024-08-20T22:07:33.3739706Z #25 9.532 Get:145 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 odbcinst amd64 2.3.6-0.1ubuntu0.1 [14.5 kB] 2024-08-20T22:07:33.3741187Z #25 9.532 Get:146 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 odbcinst1debian2 amd64 2.3.6-0.1ubuntu0.1 [41.7 kB] 2024-08-20T22:07:33.3742627Z #25 9.532 Get:147 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgdal26 amd64 3.0.4+dfsg-1build3 [6156 kB] 2024-08-20T22:07:33.3743976Z #25 9.683 Get:148 http://archive.ubuntu.com/ubuntu focal/universe amd64 libsocket++1 amd64 1.12.13-10build1 [40.7 kB] 2024-08-20T22:07:33.5911089Z #25 9.683 Get:149 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgdcm3.0 amd64 3.0.5-1.1ubuntu2 [1871 kB] 2024-08-20T22:07:33.5912511Z #25 9.747 Get:150 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgdcm-dev amd64 3.0.5-1.1ubuntu2 [258 kB] 2024-08-20T22:07:33.5913993Z #25 9.749 Get:151 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglapi-mesa amd64 21.2.6-0ubuntu0.1~20.04.2 [27.4 kB] 2024-08-20T22:07:33.5915507Z #25 9.750 Get:152 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libllvm12 amd64 1:12.0.0-3ubuntu1~20.04.5 [18.8 MB] 2024-08-20T22:07:33.9445009Z #25 10.25 Get:153 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors-config all 1:3.6.0-2ubuntu1.1 [6052 B] 2024-08-20T22:07:34.0963104Z #25 10.25 Get:154 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libsensors5 amd64 1:3.6.0-2ubuntu1.1 [27.2 kB] 2024-08-20T22:07:34.0964509Z #25 10.25 Get:155 http://archive.ubuntu.com/ubuntu focal/main amd64 libvulkan1 amd64 1.2.131.2-1 [93.3 kB] 2024-08-20T22:07:34.0965971Z #25 10.25 Get:156 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl1-mesa-dri amd64 21.2.6-0ubuntu0.1~20.04.2 [11.0 MB] 2024-08-20T22:07:34.2338378Z #25 10.54 Get:157 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglvnd0 amd64 1.3.2-1~ubuntu0.20.04.2 [48.1 kB] 2024-08-20T22:07:34.3804329Z #25 10.54 Get:158 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libx11-xcb1 amd64 2:1.6.9-2ubuntu1.6 [9448 B] 2024-08-20T22:07:34.3805956Z #25 10.54 Get:159 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-dri2-0 amd64 1.14-2 [6920 B] 2024-08-20T22:07:34.3807207Z #25 10.54 Get:160 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-dri3-0 amd64 1.14-2 [6552 B] 2024-08-20T22:07:34.3808409Z #25 10.54 Get:161 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-glx0 amd64 1.14-2 [22.1 kB] 2024-08-20T22:07:34.3809637Z #25 10.54 Get:162 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-present0 amd64 1.14-2 [5560 B] 2024-08-20T22:07:34.3810859Z #25 10.54 Get:163 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-sync1 amd64 1.14-2 [8884 B] 2024-08-20T22:07:34.3812086Z #25 10.54 Get:164 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcb-xfixes0 amd64 1.14-2 [9296 B] 2024-08-20T22:07:34.3813304Z #25 10.54 Get:165 http://archive.ubuntu.com/ubuntu focal/main amd64 libxshmfence1 amd64 1.3-1 [5028 B] 2024-08-20T22:07:34.3814809Z #25 10.62 Get:166 http://archive.ubuntu.com/ubuntu focal/main amd64 libxxf86vm1 amd64 1:1.1.4-1build1 [10.2 kB] 2024-08-20T22:07:34.3816248Z #25 10.69 Get:167 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglx-mesa0 amd64 21.2.6-0ubuntu0.1~20.04.2 [137 kB] 2024-08-20T22:07:34.5264950Z #25 10.69 Get:168 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libglx0 amd64 1.3.2-1~ubuntu0.20.04.2 [32.5 kB] 2024-08-20T22:07:34.5266462Z #25 10.69 Get:169 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgl1 amd64 1.3.2-1~ubuntu0.20.04.2 [85.8 kB] 2024-08-20T22:07:34.5267860Z #25 10.69 Get:170 http://archive.ubuntu.com/ubuntu focal/universe amd64 libgl2ps1.4 amd64 1.4.0+dfsg1-2 [38.2 kB] 2024-08-20T22:07:34.5269290Z #25 10.69 Get:171 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgphoto2-port12 amd64 2.5.25-0ubuntu0.1 [51.8 kB] 2024-08-20T22:07:34.5270760Z #25 10.69 Get:172 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgphoto2-6 amd64 2.5.25-0ubuntu0.1 [653 kB] 2024-08-20T22:07:34.5272210Z #25 10.70 Get:173 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgphoto2-dev amd64 2.5.25-0ubuntu0.1 [625 kB] 2024-08-20T22:07:34.5273642Z #25 10.70 Get:174 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liborc-0.4-0 amd64 1:0.4.31-1ubuntu0.1 [188 kB] 2024-08-20T22:07:34.5275210Z #25 10.71 Get:175 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgstreamer-plugins-base1.0-0 amd64 1.16.3-0ubuntu1.3 [740 kB] 2024-08-20T22:07:34.5276761Z #25 10.76 Get:176 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-glib-1.0-common all 1.4.4-2ubuntu2 [3468 B] 2024-08-20T22:07:34.5278443Z #25 10.84 Get:177 http://archive.ubuntu.com/ubuntu focal/main amd64 libjson-glib-1.0-0 amd64 1.4.4-2ubuntu2 [59.4 kB] 2024-08-20T22:07:34.6716241Z #25 10.84 Get:178 http://archive.ubuntu.com/ubuntu focal/main amd64 libsoup-gnome2.4-1 amd64 2.70.0-1 [6136 B] 2024-08-20T22:07:34.6717627Z #25 10.84 Get:179 http://archive.ubuntu.com/ubuntu focal/main amd64 librest-0.7-0 amd64 0.8.1-1 [32.2 kB] 2024-08-20T22:07:34.6719038Z #25 10.84 Get:180 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwayland-client0 amd64 1.18.0-1ubuntu0.1 [23.9 kB] 2024-08-20T22:07:34.6720575Z #25 10.84 Get:181 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwayland-cursor0 amd64 1.18.0-1ubuntu0.1 [10.3 kB] 2024-08-20T22:07:34.6722055Z #25 10.84 Get:182 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libwayland-egl1 amd64 1.18.0-1ubuntu0.1 [5596 B] 2024-08-20T22:07:34.6723410Z #25 10.84 Get:183 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcomposite1 amd64 1:0.4.5-1 [6976 B] 2024-08-20T22:07:34.6724668Z #25 10.84 Get:184 http://archive.ubuntu.com/ubuntu focal/main amd64 libxcursor1 amd64 1:1.2.0-2 [20.1 kB] 2024-08-20T22:07:34.6725874Z #25 10.84 Get:185 http://archive.ubuntu.com/ubuntu focal/main amd64 libxdamage1 amd64 1:1.1.5-2 [6996 B] 2024-08-20T22:07:34.6727117Z #25 10.91 Get:186 http://archive.ubuntu.com/ubuntu focal/main amd64 libxi6 amd64 2:1.7.10-0ubuntu1 [29.9 kB] 2024-08-20T22:07:34.6728366Z #25 10.98 Get:187 http://archive.ubuntu.com/ubuntu focal/main amd64 libxinerama1 amd64 2:1.1.4-2 [6904 B] 2024-08-20T22:07:34.8175842Z #25 10.98 Get:188 http://archive.ubuntu.com/ubuntu focal/main amd64 libxkbcommon0 amd64 0.10.0-1 [98.4 kB] 2024-08-20T22:07:34.8177231Z #25 10.98 Get:189 http://archive.ubuntu.com/ubuntu focal/main amd64 libxrandr2 amd64 2:1.5.2-0ubuntu1 [18.5 kB] 2024-08-20T22:07:34.8178644Z #25 10.98 Get:190 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgtk-3-common all 3.24.20-0ubuntu1.2 [234 kB] 2024-08-20T22:07:34.8180113Z #25 10.98 Get:191 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libgtk-3-0 amd64 3.24.20-0ubuntu1.2 [2620 kB] 2024-08-20T22:07:34.8181485Z #25 11.06 Get:192 http://archive.ubuntu.com/ubuntu focal/universe amd64 libhwloc15 amd64 2.1.0+dfsg-4 [134 kB] 2024-08-20T22:07:34.8182995Z #25 11.06 Get:193 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libxnvctrl0 amd64 470.57.01-0ubuntu0.20.04.3 [10.9 kB] 2024-08-20T22:07:34.8184735Z #25 11.06 Get:194 http://archive.ubuntu.com/ubuntu focal/universe amd64 libhwloc-plugins amd64 2.1.0+dfsg-4 [14.4 kB] 2024-08-20T22:07:34.8186025Z #25 11.06 Get:195 http://archive.ubuntu.com/ubuntu focal/universe amd64 libpmix2 amd64 3.1.5-1 [442 kB] 2024-08-20T22:07:34.8187290Z #25 11.06 Get:196 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopenmpi3 amd64 4.0.3-0ubuntu1 [1978 kB] 2024-08-20T22:07:34.8188710Z #25 11.13 Get:197 http://archive.ubuntu.com/ubuntu focal/universe amd64 libhdf5-openmpi-103 amd64 1.10.4+repack-11ubuntu1 [1355 kB] 2024-08-20T22:07:35.0393427Z #25 11.14 Get:198 http://archive.ubuntu.com/ubuntu focal/universe amd64 libilmbase24 amd64 2.3.0-6build1 [75.1 kB] 2024-08-20T22:07:35.0394997Z #25 11.14 Get:199 http://archive.ubuntu.com/ubuntu focal/universe amd64 libilmbase-dev amd64 2.3.0-6build1 [71.3 kB] 2024-08-20T22:07:35.0408492Z #25 11.14 Get:200 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblept5 amd64 1.79.0-1 [999 kB] 2024-08-20T22:07:35.0409973Z #25 11.20 Get:201 http://archive.ubuntu.com/ubuntu focal/universe amd64 libnetcdf-c++4 amd64 4.2-11build2 [33.6 kB] 2024-08-20T22:07:35.0411258Z #25 11.20 Get:202 http://archive.ubuntu.com/ubuntu focal/universe amd64 libtbb2 amd64 2020.1-2 [124 kB] 2024-08-20T22:07:35.0412570Z #25 11.35 Get:203 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-core4.2 amd64 4.2.0+dfsg-5 [1027 kB] 2024-08-20T22:07:35.5908126Z #25 11.90 Get:204 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-flann4.2 amd64 4.2.0+dfsg-5 [105 kB] 2024-08-20T22:07:35.7383069Z #25 11.90 Get:205 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-imgproc4.2 amd64 4.2.0+dfsg-5 [1290 kB] 2024-08-20T22:07:35.7384599Z #25 11.99 Get:206 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libopenexr24 amd64 2.3.0-6ubuntu0.5 [592 kB] 2024-08-20T22:07:35.7386082Z #25 12.05 Get:207 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-imgcodecs4.2 amd64 4.2.0+dfsg-5 [112 kB] 2024-08-20T22:07:35.8855806Z #25 12.05 Get:208 http://archive.ubuntu.com/ubuntu focal/main amd64 libraw1394-11 amd64 2.1.2-1 [30.7 kB] 2024-08-20T22:07:35.8857147Z #25 12.05 Get:209 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdc1394-22 amd64 2.2.5-2.1 [79.6 kB] 2024-08-20T22:07:35.8858567Z #25 12.05 Get:210 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libswscale5 amd64 7:4.2.7-0ubuntu0.1 [157 kB] 2024-08-20T22:07:35.8860033Z #25 12.06 Get:211 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-videoio4.2 amd64 4.2.0+dfsg-5 [157 kB] 2024-08-20T22:07:35.8861462Z #25 12.06 Get:212 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-highgui4.2 amd64 4.2.0+dfsg-5 [32.5 kB] 2024-08-20T22:07:35.8862921Z #25 12.06 Get:213 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-ml4.2 amd64 4.2.0+dfsg-5 [238 kB] 2024-08-20T22:07:35.8864250Z #25 12.07 Get:214 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-features2d4.2 amd64 4.2.0+dfsg-5 [258 kB] 2024-08-20T22:07:35.8866056Z #25 12.12 Get:215 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-calib3d4.2 amd64 4.2.0+dfsg-5 [541 kB] 2024-08-20T22:07:35.8867356Z #25 12.19 Get:216 http://archive.ubuntu.com/ubuntu focal/universe amd64 libtbb-dev amd64 2020.1-2 [273 kB] 2024-08-20T22:07:35.9864082Z #25 12.20 Get:217 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-core-dev amd64 4.2.0+dfsg-5 [1690 kB] 2024-08-20T22:07:35.9865542Z #25 12.23 Get:218 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-flann-dev amd64 4.2.0+dfsg-5 [177 kB] 2024-08-20T22:07:35.9866884Z #25 12.23 Get:219 http://archive.ubuntu.com/ubuntu focal/main amd64 libraw1394-dev amd64 2.1.2-1 [35.5 kB] 2024-08-20T22:07:35.9868184Z #25 12.23 Get:220 http://archive.ubuntu.com/ubuntu focal/universe amd64 libdc1394-22-dev amd64 2.2.5-2.1 [111 kB] 2024-08-20T22:07:35.9869582Z #25 12.23 Get:221 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-imgproc-dev amd64 4.2.0+dfsg-5 [1683 kB] 2024-08-20T22:07:35.9871051Z #25 12.29 Get:222 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-imgcodecs-dev amd64 4.2.0+dfsg-5 [168 kB] 2024-08-20T22:07:35.9872495Z #25 12.29 Get:223 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-videoio-dev amd64 4.2.0+dfsg-5 [216 kB] 2024-08-20T22:07:35.9873980Z #25 12.30 Get:224 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libopenexr-dev amd64 2.3.0-6ubuntu0.5 [730 kB] 2024-08-20T22:07:36.1074101Z #25 12.31 Get:225 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libswscale-dev amd64 7:4.2.7-0ubuntu0.1 [177 kB] 2024-08-20T22:07:36.1075696Z #25 12.34 Get:226 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjbig-dev amd64 2.1-3.1ubuntu0.20.04.1 [25.7 kB] 2024-08-20T22:07:36.1077141Z #25 12.34 Get:227 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 liblzma-dev amd64 5.2.4-1ubuntu1.1 [147 kB] 2024-08-20T22:07:36.1078906Z #25 12.34 Get:228 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiffxx5 amd64 4.1.0+git191117-2ubuntu0.20.04.13 [5884 B] 2024-08-20T22:07:36.1080595Z #25 12.34 Get:229 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libtiff-dev amd64 4.1.0+git191117-2ubuntu0.20.04.13 [287 kB] 2024-08-20T22:07:36.1082095Z #25 12.35 Get:230 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-highgui-dev amd64 4.2.0+dfsg-5 [50.8 kB] 2024-08-20T22:07:36.1083453Z #25 12.42 Get:231 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-ml-dev amd64 4.2.0+dfsg-5 [314 kB] 2024-08-20T22:07:36.2555469Z #25 12.42 Get:232 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-features2d-dev amd64 4.2.0+dfsg-5 [325 kB] 2024-08-20T22:07:36.2557415Z #25 12.42 Get:233 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-calib3d-dev amd64 4.2.0+dfsg-5 [743 kB] 2024-08-20T22:07:36.2558889Z #25 12.43 Get:234 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libprotobuf17 amd64 3.6.1.3-2ubuntu5.2 [798 kB] 2024-08-20T22:07:36.2560298Z #25 12.44 Get:235 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-dnn4.2 amd64 4.2.0+dfsg-5 [873 kB] 2024-08-20T22:07:36.2561731Z #25 12.49 Get:236 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-objdetect4.2 amd64 4.2.0+dfsg-5 [149 kB] 2024-08-20T22:07:36.2563158Z #25 12.49 Get:237 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-photo4.2 amd64 4.2.0+dfsg-5 [200 kB] 2024-08-20T22:07:36.2564555Z #25 12.49 Get:238 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-video4.2 amd64 4.2.0+dfsg-5 [147 kB] 2024-08-20T22:07:36.2565938Z #25 12.50 Get:239 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-shape4.2 amd64 4.2.0+dfsg-5 [57.6 kB] 2024-08-20T22:07:36.2567376Z #25 12.50 Get:240 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-stitching4.2 amd64 4.2.0+dfsg-5 [213 kB] 2024-08-20T22:07:36.2568830Z #25 12.56 Get:241 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-superres4.2 amd64 4.2.0+dfsg-5 [48.4 kB] 2024-08-20T22:07:36.4072603Z #25 12.56 Get:242 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-videostab4.2 amd64 4.2.0+dfsg-5 [102 kB] 2024-08-20T22:07:36.4074319Z #25 12.57 Get:243 http://archive.ubuntu.com/ubuntu focal/universe amd64 libvtk6.3 amd64 6.3.0+dfsg2-5build2 [16.4 MB] 2024-08-20T22:07:36.6475074Z #25 12.96 Get:244 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-viz4.2 amd64 4.2.0+dfsg-5 [122 kB] 2024-08-20T22:07:36.7868257Z #25 12.96 Get:245 http://archive.ubuntu.com/ubuntu focal/universe amd64 libtesseract4 amd64 4.1.1-2build2 [1237 kB] 2024-08-20T22:07:36.7869776Z #25 13.02 Get:246 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-contrib4.2 amd64 4.2.0+dfsg-5 [3312 kB] 2024-08-20T22:07:36.7871205Z #25 13.10 Get:247 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-dnn-dev amd64 4.2.0+dfsg-5 [1283 kB] 2024-08-20T22:07:36.9558294Z #25 13.11 Get:248 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-objdetect-dev amd64 4.2.0+dfsg-5 [184 kB] 2024-08-20T22:07:36.9559864Z #25 13.11 Get:249 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-photo-dev amd64 4.2.0+dfsg-5 [241 kB] 2024-08-20T22:07:36.9561314Z #25 13.16 Get:250 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-video-dev amd64 4.2.0+dfsg-5 [185 kB] 2024-08-20T22:07:36.9562718Z #25 13.16 Get:251 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-shape-dev amd64 4.2.0+dfsg-5 [74.9 kB] 2024-08-20T22:07:36.9564172Z #25 13.16 Get:252 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-stitching-dev amd64 4.2.0+dfsg-5 [266 kB] 2024-08-20T22:07:36.9565657Z #25 13.16 Get:253 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-superres-dev amd64 4.2.0+dfsg-5 [61.1 kB] 2024-08-20T22:07:36.9567114Z #25 13.16 Get:254 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-videostab-dev amd64 4.2.0+dfsg-5 [129 kB] 2024-08-20T22:07:36.9568537Z #25 13.17 Get:255 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-viz-dev amd64 4.2.0+dfsg-5 [173 kB] 2024-08-20T22:07:36.9569964Z #25 13.18 Get:256 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-contrib-dev amd64 4.2.0+dfsg-5 [4267 kB] 2024-08-20T22:07:36.9571480Z #25 13.26 Get:257 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-ts-dev amd64 4.2.0+dfsg-5 [333 kB] 2024-08-20T22:07:37.1605638Z #25 13.31 Get:258 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv4.2-jni amd64 4.2.0+dfsg-5 [367 kB] 2024-08-20T22:07:37.1607082Z #25 13.31 Get:259 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv4.2-java all 4.2.0+dfsg-5 [892 kB] 2024-08-20T22:07:37.1608677Z #25 13.33 Get:260 http://archive.ubuntu.com/ubuntu focal/universe amd64 libopencv-dev amd64 4.2.0+dfsg-5 [93.6 kB] 2024-08-20T22:07:37.1609830Z #25 13.47 debconf: delaying package configuration, since apt-utils is not installed 2024-08-20T22:07:37.2631973Z #25 13.50 Fetched 154 MB in 7s (20.7 MB/s) 2024-08-20T22:07:37.2632770Z #25 13.52 Selecting previously unselected package libfribidi0:amd64. 2024-08-20T22:07:37.2633358Z #25 13.52 (Reading database ... 2024-08-20T22:07:37.2633753Z (Reading database ... 5% 2024-08-20T22:07:37.2634088Z (Reading database ... 10% 2024-08-20T22:07:37.2634427Z (Reading database ... 15% 2024-08-20T22:07:37.2634763Z (Reading database ... 20% 2024-08-20T22:07:37.2635081Z (Reading database ... 25% 2024-08-20T22:07:37.2635412Z (Reading database ... 30% 2024-08-20T22:07:37.2635740Z (Reading database ... 35% 2024-08-20T22:07:37.2636059Z (Reading database ... 40% 2024-08-20T22:07:37.2636385Z (Reading database ... 45% 2024-08-20T22:07:37.2636710Z (Reading database ... 50% 2024-08-20T22:07:37.2637038Z (Reading database ... 55% 2024-08-20T22:07:37.2637365Z (Reading database ... 60% 2024-08-20T22:07:37.2637678Z (Reading database ... 65% 2024-08-20T22:07:37.2638005Z (Reading database ... 70% 2024-08-20T22:07:37.2638333Z (Reading database ... 75% 2024-08-20T22:07:37.2638645Z (Reading database ... 80% 2024-08-20T22:07:37.2638971Z (Reading database ... 85% 2024-08-20T22:07:37.2639403Z (Reading database ... 90% 2024-08-20T22:07:37.2639874Z (Reading database ... 95% 2024-08-20T22:07:37.2640411Z (Reading database ... 100% 2024-08-20T22:07:37.2640942Z (Reading database ... 27297 files and directories currently installed.) 2024-08-20T22:07:37.2641953Z #25 13.54 Preparing to unpack .../000-libfribidi0_1.0.8-2ubuntu0.1_amd64.deb ... 2024-08-20T22:07:37.2642761Z #25 13.54 Unpacking libfribidi0:amd64 (1.0.8-2ubuntu0.1) ... 2024-08-20T22:07:37.2643506Z #25 13.57 Selecting previously unselected package shared-mime-info. 2024-08-20T22:07:37.2644341Z #25 13.57 Preparing to unpack .../001-shared-mime-info_1.15-1_amd64.deb ... 2024-08-20T22:07:37.2645035Z #25 13.57 Unpacking shared-mime-info (1.15-1) ... 2024-08-20T22:07:37.3765815Z #25 13.62 Selecting previously unselected package xkb-data. 2024-08-20T22:07:37.3766598Z #25 13.62 Preparing to unpack .../002-xkb-data_2.29-2_all.deb ... 2024-08-20T22:07:37.3767203Z #25 13.63 Unpacking xkb-data (2.29-2) ... 2024-08-20T22:07:37.3767833Z #25 13.69 Selecting previously unselected package libdrm-common. 2024-08-20T22:07:37.4777277Z #25 13.69 Preparing to unpack .../003-libdrm-common_2.4.107-8ubuntu1~20.04.2_all.deb ... 2024-08-20T22:07:37.4778170Z #25 13.69 Unpacking libdrm-common (2.4.107-8ubuntu1~20.04.2) ... 2024-08-20T22:07:37.4778846Z #25 13.72 Selecting previously unselected package libdrm2:amd64. 2024-08-20T22:07:37.4779694Z #25 13.72 Preparing to unpack .../004-libdrm2_2.4.107-8ubuntu1~20.04.2_amd64.deb ... 2024-08-20T22:07:37.4780510Z #25 13.72 Unpacking libdrm2:amd64 (2.4.107-8ubuntu1~20.04.2) ... 2024-08-20T22:07:37.4781176Z #25 13.75 Selecting previously unselected package libedit2:amd64. 2024-08-20T22:07:37.4781984Z #25 13.75 Preparing to unpack .../005-libedit2_3.1-20191231-1_amd64.deb ... 2024-08-20T22:07:37.4782702Z #25 13.75 Unpacking libedit2:amd64 (3.1-20191231-1) ... 2024-08-20T22:07:37.4783305Z #25 13.79 Selecting previously unselected package libnuma1:amd64. 2024-08-20T22:07:37.4784066Z #25 13.79 Preparing to unpack .../006-libnuma1_2.0.12-1_amd64.deb ... 2024-08-20T22:07:37.6014146Z #25 13.79 Unpacking libnuma1:amd64 (2.0.12-1) ... 2024-08-20T22:07:37.6015090Z #25 13.82 Selecting previously unselected package libusb-1.0-0:amd64. 2024-08-20T22:07:37.6015981Z #25 13.82 Preparing to unpack .../007-libusb-1.0-0_2%3a1.0.23-2build1_amd64.deb ... 2024-08-20T22:07:37.6016792Z #25 13.82 Unpacking libusb-1.0-0:amd64 (2:1.0.23-2build1) ... 2024-08-20T22:07:37.6017542Z #25 13.85 Selecting previously unselected package hicolor-icon-theme. 2024-08-20T22:07:37.6018369Z #25 13.85 Preparing to unpack .../008-hicolor-icon-theme_0.17-2_all.deb ... 2024-08-20T22:07:37.6019305Z #25 13.86 Unpacking hicolor-icon-theme (0.17-2) ... 2024-08-20T22:07:37.6019921Z #25 13.91 Selecting previously unselected package libjbig0:amd64. 2024-08-20T22:07:37.7178753Z #25 13.91 Preparing to unpack .../009-libjbig0_2.1-3.1ubuntu0.20.04.1_amd64.deb ... 2024-08-20T22:07:37.7179609Z #25 13.92 Unpacking libjbig0:amd64 (2.1-3.1ubuntu0.20.04.1) ... 2024-08-20T22:07:37.7180283Z #25 13.94 Selecting previously unselected package libwebp6:amd64. 2024-08-20T22:07:37.7181150Z #25 13.94 Preparing to unpack .../010-libwebp6_0.6.1-2ubuntu0.20.04.3_amd64.deb ... 2024-08-20T22:07:37.7181969Z #25 13.95 Unpacking libwebp6:amd64 (0.6.1-2ubuntu0.20.04.3) ... 2024-08-20T22:07:37.7182622Z #25 13.99 Selecting previously unselected package libtiff5:amd64. 2024-08-20T22:07:37.7183547Z #25 13.99 Preparing to unpack .../011-libtiff5_4.1.0+git191117-2ubuntu0.20.04.13_amd64.deb ... 2024-08-20T22:07:37.7184484Z #25 13.99 Unpacking libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.13) ... 2024-08-20T22:07:37.7185340Z #25 14.03 Selecting previously unselected package libgdk-pixbuf2.0-common. 2024-08-20T22:07:37.8179668Z #25 14.03 Preparing to unpack .../012-libgdk-pixbuf2.0-common_2.40.0+dfsg-3ubuntu0.5_all.deb ... 2024-08-20T22:07:37.8180692Z #25 14.03 Unpacking libgdk-pixbuf2.0-common (2.40.0+dfsg-3ubuntu0.5) ... 2024-08-20T22:07:37.8181564Z #25 14.07 Selecting previously unselected package libgdk-pixbuf2.0-0:amd64. 2024-08-20T22:07:37.8182541Z #25 14.07 Preparing to unpack .../013-libgdk-pixbuf2.0-0_2.40.0+dfsg-3ubuntu0.5_amd64.deb ... 2024-08-20T22:07:37.8183701Z #25 14.07 Unpacking libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-3ubuntu0.5) ... 2024-08-20T22:07:37.8184566Z #25 14.11 Selecting previously unselected package gtk-update-icon-cache. 2024-08-20T22:07:37.8185509Z #25 14.11 Preparing to unpack .../014-gtk-update-icon-cache_3.24.20-0ubuntu1.2_amd64.deb ... 2024-08-20T22:07:37.8186860Z #25 14.12 No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed. 2024-08-20T22:07:37.8188710Z #25 14.13 No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed. 2024-08-20T22:07:37.9301197Z #25 14.13 Unpacking gtk-update-icon-cache (3.24.20-0ubuntu1.2) ... 2024-08-20T22:07:37.9302456Z #25 14.16 Selecting previously unselected package libpixman-1-0:amd64. 2024-08-20T22:07:37.9303339Z #25 14.16 Preparing to unpack .../015-libpixman-1-0_0.38.4-0ubuntu2.1_amd64.deb ... 2024-08-20T22:07:37.9304171Z #25 14.17 Unpacking libpixman-1-0:amd64 (0.38.4-0ubuntu2.1) ... 2024-08-20T22:07:37.9304941Z #25 14.21 Selecting previously unselected package libxcb-render0:amd64. 2024-08-20T22:07:37.9305756Z #25 14.21 Preparing to unpack .../016-libxcb-render0_1.14-2_amd64.deb ... 2024-08-20T22:07:37.9306460Z #25 14.21 Unpacking libxcb-render0:amd64 (1.14-2) ... 2024-08-20T22:07:37.9307164Z #25 14.24 Selecting previously unselected package libxcb-shm0:amd64. 2024-08-20T22:07:38.0299791Z #25 14.24 Preparing to unpack .../017-libxcb-shm0_1.14-2_amd64.deb ... 2024-08-20T22:07:38.0300497Z #25 14.24 Unpacking libxcb-shm0:amd64 (1.14-2) ... 2024-08-20T22:07:38.0301126Z #25 14.27 Selecting previously unselected package libcairo2:amd64. 2024-08-20T22:07:38.0301945Z #25 14.27 Preparing to unpack .../018-libcairo2_1.16.0-4ubuntu1_amd64.deb ... 2024-08-20T22:07:38.0302683Z #25 14.27 Unpacking libcairo2:amd64 (1.16.0-4ubuntu1) ... 2024-08-20T22:07:38.0303443Z #25 14.33 Selecting previously unselected package libcairo-gobject2:amd64. 2024-08-20T22:07:38.0304380Z #25 14.34 Preparing to unpack .../019-libcairo-gobject2_1.16.0-4ubuntu1_amd64.deb ... 2024-08-20T22:07:38.0305211Z #25 14.34 Unpacking libcairo-gobject2:amd64 (1.16.0-4ubuntu1) ... 2024-08-20T22:07:38.1325189Z #25 14.37 Selecting previously unselected package fontconfig. 2024-08-20T22:07:38.1326291Z #25 14.37 Preparing to unpack .../020-fontconfig_2.13.1-2ubuntu3_amd64.deb ... 2024-08-20T22:07:38.1327230Z #25 14.37 Unpacking fontconfig (2.13.1-2ubuntu3) ... 2024-08-20T22:07:38.1327944Z #25 14.41 Selecting previously unselected package libgraphite2-3:amd64. 2024-08-20T22:07:38.1328826Z #25 14.41 Preparing to unpack .../021-libgraphite2-3_1.3.13-11build1_amd64.deb ... 2024-08-20T22:07:38.1329634Z #25 14.41 Unpacking libgraphite2-3:amd64 (1.3.13-11build1) ... 2024-08-20T22:07:38.1330314Z #25 14.44 Selecting previously unselected package libharfbuzz0b:amd64. 2024-08-20T22:07:38.2561335Z #25 14.44 Preparing to unpack .../022-libharfbuzz0b_2.6.4-1ubuntu4.2_amd64.deb ... 2024-08-20T22:07:38.2562329Z #25 14.45 Unpacking libharfbuzz0b:amd64 (2.6.4-1ubuntu4.2) ... 2024-08-20T22:07:38.2563056Z #25 14.49 Selecting previously unselected package libthai-data. 2024-08-20T22:07:38.2563830Z #25 14.50 Preparing to unpack .../023-libthai-data_0.1.28-3_all.deb ... 2024-08-20T22:07:38.2564499Z #25 14.50 Unpacking libthai-data (0.1.28-3) ... 2024-08-20T22:07:38.2565083Z #25 14.53 Selecting previously unselected package libdatrie1:amd64. 2024-08-20T22:07:38.2565878Z #25 14.54 Preparing to unpack .../024-libdatrie1_0.2.12-3_amd64.deb ... 2024-08-20T22:07:38.2566553Z #25 14.54 Unpacking libdatrie1:amd64 (0.2.12-3) ... 2024-08-20T22:07:38.2567141Z #25 14.57 Selecting previously unselected package libthai0:amd64. 2024-08-20T22:07:38.3590959Z #25 14.57 Preparing to unpack .../025-libthai0_0.1.28-3_amd64.deb ... 2024-08-20T22:07:38.3591668Z #25 14.57 Unpacking libthai0:amd64 (0.1.28-3) ... 2024-08-20T22:07:38.3592383Z #25 14.60 Selecting previously unselected package libpango-1.0-0:amd64. 2024-08-20T22:07:38.3593454Z #25 14.60 Preparing to unpack .../026-libpango-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2024-08-20T22:07:38.3594289Z #25 14.60 Unpacking libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2024-08-20T22:07:38.3595081Z #25 14.64 Selecting previously unselected package libpangoft2-1.0-0:amd64. 2024-08-20T22:07:38.3595981Z #25 14.64 Preparing to unpack .../027-libpangoft2-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2024-08-20T22:07:38.3596826Z #25 14.64 Unpacking libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2024-08-20T22:07:38.3597658Z #25 14.67 Selecting previously unselected package libpangocairo-1.0-0:amd64. 2024-08-20T22:07:38.5439800Z #25 14.67 Preparing to unpack .../028-libpangocairo-1.0-0_1.44.7-2ubuntu4_amd64.deb ... 2024-08-20T22:07:38.5440710Z #25 14.67 Unpacking libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2024-08-20T22:07:38.5441493Z #25 14.70 Selecting previously unselected package librsvg2-2:amd64. 2024-08-20T22:07:38.5442375Z #25 14.70 Preparing to unpack .../029-librsvg2-2_2.48.9-1ubuntu0.20.04.4_amd64.deb ... 2024-08-20T22:07:38.5443230Z #25 14.70 Unpacking librsvg2-2:amd64 (2.48.9-1ubuntu0.20.04.4) ... 2024-08-20T22:07:38.5853073Z #25 14.89 Selecting previously unselected package librsvg2-common:amd64. 2024-08-20T22:07:38.7719156Z #25 14.90 Preparing to unpack .../030-librsvg2-common_2.48.9-1ubuntu0.20.04.4_amd64.deb ... 2024-08-20T22:07:38.7720188Z #25 14.90 Unpacking librsvg2-common:amd64 (2.48.9-1ubuntu0.20.04.4) ... 2024-08-20T22:07:38.7721033Z #25 14.93 Selecting previously unselected package humanity-icon-theme. 2024-08-20T22:07:38.7721887Z #25 14.93 Preparing to unpack .../031-humanity-icon-theme_0.6.15_all.deb ... 2024-08-20T22:07:38.7722620Z #25 14.93 Unpacking humanity-icon-theme (0.6.15) ... 2024-08-20T22:07:39.2612552Z #25 15.57 Selecting previously unselected package ubuntu-mono. 2024-08-20T22:07:39.4186850Z #25 15.57 Preparing to unpack .../032-ubuntu-mono_19.04-0ubuntu3_all.deb ... 2024-08-20T22:07:39.4187632Z #25 15.58 Unpacking ubuntu-mono (19.04-0ubuntu3) ... 2024-08-20T22:07:39.5608098Z #25 15.87 Selecting previously unselected package adwaita-icon-theme. 2024-08-20T22:07:39.7170628Z #25 15.87 Preparing to unpack .../033-adwaita-icon-theme_3.36.1-2ubuntu0.20.04.2_all.deb ... 2024-08-20T22:07:39.7171588Z #25 15.88 Unpacking adwaita-icon-theme (3.36.1-2ubuntu0.20.04.2) ... 2024-08-20T22:07:39.9015305Z #25 16.21 Selecting previously unselected package gdal-data. 2024-08-20T22:07:40.0902184Z #25 16.21 Preparing to unpack .../034-gdal-data_3.0.4+dfsg-1build3_all.deb ... 2024-08-20T22:07:40.0903302Z #25 16.22 Unpacking gdal-data (3.0.4+dfsg-1build3) ... 2024-08-20T22:07:40.0903948Z #25 16.26 Selecting previously unselected package libaec0:amd64. 2024-08-20T22:07:40.0904704Z #25 16.26 Preparing to unpack .../035-libaec0_1.0.4-1_amd64.deb ... 2024-08-20T22:07:40.0905336Z #25 16.26 Unpacking libaec0:amd64 (1.0.4-1) ... 2024-08-20T22:07:40.0905917Z #25 16.29 Selecting previously unselected package libaom0:amd64. 2024-08-20T22:07:40.0906876Z #25 16.29 Preparing to unpack .../036-libaom0_1.0.0.errata1-3+deb11u1build0.20.04.1_amd64.deb ... 2024-08-20T22:07:40.0907875Z #25 16.30 Unpacking libaom0:amd64 (1.0.0.errata1-3+deb11u1build0.20.04.1) ... 2024-08-20T22:07:40.0908628Z #25 16.40 Selecting previously unselected package libarpack2:amd64. 2024-08-20T22:07:40.1980401Z #25 16.40 Preparing to unpack .../037-libarpack2_3.7.0-3_amd64.deb ... 2024-08-20T22:07:40.1981149Z #25 16.41 Unpacking libarpack2:amd64 (3.7.0-3) ... 2024-08-20T22:07:40.1981785Z #25 16.44 Selecting previously unselected package libsuperlu5:amd64. 2024-08-20T22:07:40.1982622Z #25 16.44 Preparing to unpack .../038-libsuperlu5_5.2.1+dfsg1-4_amd64.deb ... 2024-08-20T22:07:40.1983392Z #25 16.44 Unpacking libsuperlu5:amd64 (5.2.1+dfsg1-4) ... 2024-08-20T22:07:40.1984012Z #25 16.48 Selecting previously unselected package libarmadillo9. 2024-08-20T22:07:40.1984907Z #25 16.48 Preparing to unpack .../039-libarmadillo9_1%3a9.800.4+dfsg-1build1_amd64.deb ... 2024-08-20T22:07:40.1985755Z #25 16.48 Unpacking libarmadillo9 (1:9.800.4+dfsg-1build1) ... 2024-08-20T22:07:40.1986676Z #25 16.51 Selecting previously unselected package libatk1.0-data. 2024-08-20T22:07:40.2998783Z #25 16.51 Preparing to unpack .../040-libatk1.0-data_2.35.1-1ubuntu2_all.deb ... 2024-08-20T22:07:40.2999714Z #25 16.51 Unpacking libatk1.0-data (2.35.1-1ubuntu2) ... 2024-08-20T22:07:40.3000446Z #25 16.54 Selecting previously unselected package libatk1.0-0:amd64. 2024-08-20T22:07:40.3001276Z #25 16.54 Preparing to unpack .../041-libatk1.0-0_2.35.1-1ubuntu2_amd64.deb ... 2024-08-20T22:07:40.3002061Z #25 16.54 Unpacking libatk1.0-0:amd64 (2.35.1-1ubuntu2) ... 2024-08-20T22:07:40.3002806Z #25 16.57 Selecting previously unselected package libatspi2.0-0:amd64. 2024-08-20T22:07:40.3003618Z #25 16.57 Preparing to unpack .../042-libatspi2.0-0_2.36.0-2_amd64.deb ... 2024-08-20T22:07:40.3004328Z #25 16.57 Unpacking libatspi2.0-0:amd64 (2.36.0-2) ... 2024-08-20T22:07:40.3005077Z #25 16.61 Selecting previously unselected package libatk-bridge2.0-0:amd64. 2024-08-20T22:07:40.3006052Z #25 16.61 Preparing to unpack .../043-libatk-bridge2.0-0_2.34.2-0ubuntu2~20.04.1_amd64.deb ... 2024-08-20T22:07:40.4021087Z #25 16.61 Unpacking libatk-bridge2.0-0:amd64 (2.34.2-0ubuntu2~20.04.1) ... 2024-08-20T22:07:40.4022030Z #25 16.64 Selecting previously unselected package libavahi-common-data:amd64. 2024-08-20T22:07:40.4023006Z #25 16.64 Preparing to unpack .../044-libavahi-common-data_0.7-4ubuntu7.3_amd64.deb ... 2024-08-20T22:07:40.4023878Z #25 16.64 Unpacking libavahi-common-data:amd64 (0.7-4ubuntu7.3) ... 2024-08-20T22:07:40.4024719Z #25 16.67 Selecting previously unselected package libavahi-common3:amd64. 2024-08-20T22:07:40.4025620Z #25 16.67 Preparing to unpack .../045-libavahi-common3_0.7-4ubuntu7.3_amd64.deb ... 2024-08-20T22:07:40.4026430Z #25 16.68 Unpacking libavahi-common3:amd64 (0.7-4ubuntu7.3) ... 2024-08-20T22:07:40.4027223Z #25 16.71 Selecting previously unselected package libavahi-client3:amd64. 2024-08-20T22:07:40.4028119Z #25 16.71 Preparing to unpack .../046-libavahi-client3_0.7-4ubuntu7.3_amd64.deb ... 2024-08-20T22:07:40.4028948Z #25 16.71 Unpacking libavahi-client3:amd64 (0.7-4ubuntu7.3) ... 2024-08-20T22:07:40.5264475Z #25 16.74 Selecting previously unselected package libva2:amd64. 2024-08-20T22:07:40.5265355Z #25 16.74 Preparing to unpack .../047-libva2_2.7.0-2_amd64.deb ... 2024-08-20T22:07:40.5266014Z #25 16.75 Unpacking libva2:amd64 (2.7.0-2) ... 2024-08-20T22:07:40.5266667Z #25 16.77 Selecting previously unselected package libva-drm2:amd64. 2024-08-20T22:07:40.5267683Z #25 16.78 Preparing to unpack .../048-libva-drm2_2.7.0-2_amd64.deb ... 2024-08-20T22:07:40.5268361Z #25 16.78 Unpacking libva-drm2:amd64 (2.7.0-2) ... 2024-08-20T22:07:40.5268956Z #25 16.81 Selecting previously unselected package libxfixes3:amd64. 2024-08-20T22:07:40.5269766Z #25 16.81 Preparing to unpack .../049-libxfixes3_1%3a5.0.3-2_amd64.deb ... 2024-08-20T22:07:40.5270472Z #25 16.81 Unpacking libxfixes3:amd64 (1:5.0.3-2) ... 2024-08-20T22:07:40.5271163Z #25 16.84 Selecting previously unselected package libva-x11-2:amd64. 2024-08-20T22:07:40.6280607Z #25 16.84 Preparing to unpack .../050-libva-x11-2_2.7.0-2_amd64.deb ... 2024-08-20T22:07:40.6281350Z #25 16.84 Unpacking libva-x11-2:amd64 (2.7.0-2) ... 2024-08-20T22:07:40.6282434Z #25 16.87 Selecting previously unselected package libvdpau1:amd64. 2024-08-20T22:07:40.6283286Z #25 16.87 Preparing to unpack .../051-libvdpau1_1.3-1ubuntu2_amd64.deb ... 2024-08-20T22:07:40.6284012Z #25 16.87 Unpacking libvdpau1:amd64 (1.3-1ubuntu2) ... 2024-08-20T22:07:40.6284780Z #25 16.90 Selecting previously unselected package ocl-icd-libopencl1:amd64. 2024-08-20T22:07:40.6285704Z #25 16.90 Preparing to unpack .../052-ocl-icd-libopencl1_2.2.11-1ubuntu1_amd64.deb ... 2024-08-20T22:07:40.6286572Z #25 16.91 Unpacking ocl-icd-libopencl1:amd64 (2.2.11-1ubuntu1) ... 2024-08-20T22:07:40.6287277Z #25 16.93 Selecting previously unselected package libavutil56:amd64. 2024-08-20T22:07:40.6288145Z #25 16.93 Preparing to unpack .../053-libavutil56_7%3a4.2.7-0ubuntu0.1_amd64.deb ... 2024-08-20T22:07:40.6289137Z #25 16.94 Unpacking libavutil56:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:07:40.8245772Z #25 16.98 Selecting previously unselected package libcodec2-0.9:amd64. 2024-08-20T22:07:40.8246665Z #25 16.98 Preparing to unpack .../054-libcodec2-0.9_0.9.2-2_amd64.deb ... 2024-08-20T22:07:40.8247372Z #25 16.98 Unpacking libcodec2-0.9:amd64 (0.9.2-2) ... 2024-08-20T22:07:41.2174802Z #25 17.53 Selecting previously unselected package libgsm1:amd64. 2024-08-20T22:07:41.3312958Z #25 17.53 Preparing to unpack .../055-libgsm1_1.0.18-2_amd64.deb ... 2024-08-20T22:07:41.3313779Z #25 17.53 Unpacking libgsm1:amd64 (1.0.18-2) ... 2024-08-20T22:07:41.3314403Z #25 17.56 Selecting previously unselected package libmp3lame0:amd64. 2024-08-20T22:07:41.3315218Z #25 17.56 Preparing to unpack .../056-libmp3lame0_3.100-3_amd64.deb ... 2024-08-20T22:07:41.3315897Z #25 17.56 Unpacking libmp3lame0:amd64 (3.100-3) ... 2024-08-20T22:07:41.3316598Z #25 17.60 Selecting previously unselected package libopenjp2-7:amd64. 2024-08-20T22:07:41.3317517Z #25 17.60 Preparing to unpack .../057-libopenjp2-7_2.3.1-1ubuntu4.20.04.1_amd64.deb ... 2024-08-20T22:07:41.3318388Z #25 17.60 Unpacking libopenjp2-7:amd64 (2.3.1-1ubuntu4.20.04.1) ... 2024-08-20T22:07:41.3319067Z #25 17.64 Selecting previously unselected package libopus0:amd64. 2024-08-20T22:07:41.4431140Z #25 17.64 Preparing to unpack .../058-libopus0_1.3.1-0ubuntu1_amd64.deb ... 2024-08-20T22:07:41.4431948Z #25 17.65 Unpacking libopus0:amd64 (1.3.1-0ubuntu1) ... 2024-08-20T22:07:41.4432603Z #25 17.69 Selecting previously unselected package libshine3:amd64. 2024-08-20T22:07:41.4433386Z #25 17.69 Preparing to unpack .../059-libshine3_3.1.1-2_amd64.deb ... 2024-08-20T22:07:41.4434038Z #25 17.69 Unpacking libshine3:amd64 (3.1.1-2) ... 2024-08-20T22:07:41.4434658Z #25 17.72 Selecting previously unselected package libsnappy1v5:amd64. 2024-08-20T22:07:41.4435500Z #25 17.72 Preparing to unpack .../060-libsnappy1v5_1.1.8-1build1_amd64.deb ... 2024-08-20T22:07:41.4436256Z #25 17.73 Unpacking libsnappy1v5:amd64 (1.1.8-1build1) ... 2024-08-20T22:07:41.4436913Z #25 17.75 Selecting previously unselected package libspeex1:amd64. 2024-08-20T22:07:41.5526480Z #25 17.75 Preparing to unpack .../061-libspeex1_1.2~rc1.2-1.1ubuntu1.20.04.1_amd64.deb ... 2024-08-20T22:07:41.5527424Z #25 17.76 Unpacking libspeex1:amd64 (1.2~rc1.2-1.1ubuntu1.20.04.1) ... 2024-08-20T22:07:41.5528141Z #25 17.79 Selecting previously unselected package libsoxr0:amd64. 2024-08-20T22:07:41.5529168Z #25 17.79 Preparing to unpack .../062-libsoxr0_0.1.3-2build1_amd64.deb ... 2024-08-20T22:07:41.5529888Z #25 17.79 Unpacking libsoxr0:amd64 (0.1.3-2build1) ... 2024-08-20T22:07:41.5530536Z #25 17.83 Selecting previously unselected package libswresample3:amd64. 2024-08-20T22:07:41.5531622Z #25 17.83 Preparing to unpack .../063-libswresample3_7%3a4.2.7-0ubuntu0.1_amd64.deb ... 2024-08-20T22:07:41.5532485Z #25 17.83 Unpacking libswresample3:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:07:41.5533171Z #25 17.86 Selecting previously unselected package libtheora0:amd64. 2024-08-20T22:07:41.7212810Z #25 17.86 Preparing to unpack .../064-libtheora0_1.1.1+dfsg.1-15ubuntu2_amd64.deb ... 2024-08-20T22:07:41.7213841Z #25 17.87 Unpacking libtheora0:amd64 (1.1.1+dfsg.1-15ubuntu2) ... 2024-08-20T22:07:41.7214536Z #25 17.91 Selecting previously unselected package libtwolame0:amd64. 2024-08-20T22:07:41.7215359Z #25 17.91 Preparing to unpack .../065-libtwolame0_0.4.0-2_amd64.deb ... 2024-08-20T22:07:41.7216041Z #25 17.91 Unpacking libtwolame0:amd64 (0.4.0-2) ... 2024-08-20T22:07:41.7216663Z #25 17.94 Selecting previously unselected package libvpx6:amd64. 2024-08-20T22:07:41.7217454Z #25 17.94 Preparing to unpack .../066-libvpx6_1.8.2-1ubuntu0.3_amd64.deb ... 2024-08-20T22:07:41.7218195Z #25 17.95 Unpacking libvpx6:amd64 (1.8.2-1ubuntu0.3) ... 2024-08-20T22:07:41.7218838Z #25 18.03 Selecting previously unselected package libwavpack1:amd64. 2024-08-20T22:07:41.8585045Z #25 18.03 Preparing to unpack .../067-libwavpack1_5.2.0-1ubuntu0.1_amd64.deb ... 2024-08-20T22:07:41.8586023Z #25 18.04 Unpacking libwavpack1:amd64 (5.2.0-1ubuntu0.1) ... 2024-08-20T22:07:41.8586701Z #25 18.07 Selecting previously unselected package libwebpmux3:amd64. 2024-08-20T22:07:41.8587606Z #25 18.07 Preparing to unpack .../068-libwebpmux3_0.6.1-2ubuntu0.20.04.3_amd64.deb ... 2024-08-20T22:07:41.8588464Z #25 18.07 Unpacking libwebpmux3:amd64 (0.6.1-2ubuntu0.20.04.3) ... 2024-08-20T22:07:41.8589220Z #25 18.10 Selecting previously unselected package libx264-155:amd64. 2024-08-20T22:07:41.8590129Z #25 18.10 Preparing to unpack .../069-libx264-155_2%3a0.155.2917+git0a84d98-2_amd64.deb ... 2024-08-20T22:07:41.8591015Z #25 18.10 Unpacking libx264-155:amd64 (2:0.155.2917+git0a84d98-2) ... 2024-08-20T22:07:41.8591779Z #25 18.17 Selecting previously unselected package libx265-179:amd64. 2024-08-20T22:07:41.9835053Z #25 18.17 Preparing to unpack .../070-libx265-179_3.2.1-1build1_amd64.deb ... 2024-08-20T22:07:41.9835864Z #25 18.17 Unpacking libx265-179:amd64 (3.2.1-1build1) ... 2024-08-20T22:07:41.9836531Z #25 18.29 Selecting previously unselected package libxvidcore4:amd64. 2024-08-20T22:07:42.1115130Z #25 18.30 Preparing to unpack .../071-libxvidcore4_2%3a1.3.7-1_amd64.deb ... 2024-08-20T22:07:42.1115927Z #25 18.30 Unpacking libxvidcore4:amd64 (2:1.3.7-1) ... 2024-08-20T22:07:42.1116640Z #25 18.34 Selecting previously unselected package libzvbi-common. 2024-08-20T22:07:42.1117435Z #25 18.34 Preparing to unpack .../072-libzvbi-common_0.2.35-17_all.deb ... 2024-08-20T22:07:42.1118168Z #25 18.34 Unpacking libzvbi-common (0.2.35-17) ... 2024-08-20T22:07:42.1118772Z #25 18.37 Selecting previously unselected package libzvbi0:amd64. 2024-08-20T22:07:42.1119528Z #25 18.37 Preparing to unpack .../073-libzvbi0_0.2.35-17_amd64.deb ... 2024-08-20T22:07:42.1120202Z #25 18.38 Unpacking libzvbi0:amd64 (0.2.35-17) ... 2024-08-20T22:07:42.1120824Z #25 18.42 Selecting previously unselected package libavcodec58:amd64. 2024-08-20T22:07:42.2685774Z #25 18.42 Preparing to unpack .../074-libavcodec58_7%3a4.2.7-0ubuntu0.1_amd64.deb ... 2024-08-20T22:07:42.2686688Z #25 18.43 Unpacking libavcodec58:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:07:42.4714412Z #25 18.78 Selecting previously unselected package libavutil-dev:amd64. 2024-08-20T22:07:42.7167259Z #25 18.78 Preparing to unpack .../075-libavutil-dev_7%3a4.2.7-0ubuntu0.1_amd64.deb ... 2024-08-20T22:07:42.7168145Z #25 18.79 Unpacking libavutil-dev:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:07:42.7168963Z #25 18.84 Selecting previously unselected package libswresample-dev:amd64. 2024-08-20T22:07:42.7170192Z #25 18.84 Preparing to unpack .../076-libswresample-dev_7%3a4.2.7-0ubuntu0.1_amd64.deb ... 2024-08-20T22:07:42.7171080Z #25 18.84 Unpacking libswresample-dev:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:07:42.7171892Z #25 18.87 Selecting previously unselected package libavcodec-dev:amd64. 2024-08-20T22:07:42.7172798Z #25 18.87 Preparing to unpack .../077-libavcodec-dev_7%3a4.2.7-0ubuntu0.1_amd64.deb ... 2024-08-20T22:07:42.7173646Z #25 18.88 Unpacking libavcodec-dev:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:07:42.9716228Z #25 19.28 Selecting previously unselected package libbluray2:amd64. 2024-08-20T22:07:43.0967569Z #25 19.28 Preparing to unpack .../078-libbluray2_1%3a1.2.0-1_amd64.deb ... 2024-08-20T22:07:43.0968400Z #25 19.29 Unpacking libbluray2:amd64 (1:1.2.0-1) ... 2024-08-20T22:07:43.0969061Z #25 19.33 Selecting previously unselected package libchromaprint1:amd64. 2024-08-20T22:07:43.0969960Z #25 19.33 Preparing to unpack .../079-libchromaprint1_1.4.3-3build1_amd64.deb ... 2024-08-20T22:07:43.0970776Z #25 19.33 Unpacking libchromaprint1:amd64 (1.4.3-3build1) ... 2024-08-20T22:07:43.0971431Z #25 19.36 Selecting previously unselected package libgme0:amd64. 2024-08-20T22:07:43.0972210Z #25 19.37 Preparing to unpack .../080-libgme0_0.6.2-1build1_amd64.deb ... 2024-08-20T22:07:43.0972898Z #25 19.37 Unpacking libgme0:amd64 (0.6.2-1build1) ... 2024-08-20T22:07:43.0973599Z #25 19.41 Selecting previously unselected package libmpg123-0:amd64. 2024-08-20T22:07:43.2123087Z #25 19.41 Preparing to unpack .../081-libmpg123-0_1.25.13-1_amd64.deb ... 2024-08-20T22:07:43.2123875Z #25 19.41 Unpacking libmpg123-0:amd64 (1.25.13-1) ... 2024-08-20T22:07:43.2124505Z #25 19.45 Selecting previously unselected package libopenmpt0:amd64. 2024-08-20T22:07:43.2125354Z #25 19.45 Preparing to unpack .../082-libopenmpt0_0.4.11-1build1_amd64.deb ... 2024-08-20T22:07:43.2126125Z #25 19.45 Unpacking libopenmpt0:amd64 (0.4.11-1build1) ... 2024-08-20T22:07:43.2126871Z #25 19.52 Selecting previously unselected package libssh-gcrypt-4:amd64. 2024-08-20T22:07:43.3677026Z #25 19.52 Preparing to unpack .../083-libssh-gcrypt-4_0.9.3-2ubuntu2.5_amd64.deb ... 2024-08-20T22:07:43.3677902Z #25 19.54 Unpacking libssh-gcrypt-4:amd64 (0.9.3-2ubuntu2.5) ... 2024-08-20T22:07:43.3678650Z #25 19.58 Selecting previously unselected package libavformat58:amd64. 2024-08-20T22:07:43.3679547Z #25 19.59 Preparing to unpack .../084-libavformat58_7%3a4.2.7-0ubuntu0.1_amd64.deb ... 2024-08-20T22:07:43.3680388Z #25 19.59 Unpacking libavformat58:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:07:43.3681177Z #25 19.68 Selecting previously unselected package libavformat-dev:amd64. 2024-08-20T22:07:43.4816743Z #25 19.68 Preparing to unpack .../085-libavformat-dev_7%3a4.2.7-0ubuntu0.1_amd64.deb ... 2024-08-20T22:07:43.4817655Z #25 19.68 Unpacking libavformat-dev:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:07:43.4818381Z #25 19.79 Selecting previously unselected package libavresample4:amd64. 2024-08-20T22:07:43.6153771Z #25 19.79 Preparing to unpack .../086-libavresample4_7%3a4.2.7-0ubuntu0.1_amd64.deb ... 2024-08-20T22:07:43.6154931Z #25 19.80 Unpacking libavresample4:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:07:43.6155761Z #25 19.82 Selecting previously unselected package libavresample-dev:amd64. 2024-08-20T22:07:43.6156700Z #25 19.83 Preparing to unpack .../087-libavresample-dev_7%3a4.2.7-0ubuntu0.1_amd64.deb ... 2024-08-20T22:07:43.6157589Z #25 19.83 Unpacking libavresample-dev:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:07:43.6158319Z #25 19.86 Selecting previously unselected package libcfitsio8:amd64. 2024-08-20T22:07:43.6159103Z #25 19.86 Preparing to unpack .../088-libcfitsio8_3.470-3_amd64.deb ... 2024-08-20T22:07:43.6159786Z #25 19.87 Unpacking libcfitsio8:amd64 (3.470-3) ... 2024-08-20T22:07:43.6160404Z #25 19.92 Selecting previously unselected package libcharls2:amd64. 2024-08-20T22:07:43.7375244Z #25 19.93 Preparing to unpack .../089-libcharls2_2.0.0+dfsg-1build1_amd64.deb ... 2024-08-20T22:07:43.7376366Z #25 19.93 Unpacking libcharls2:amd64 (2.0.0+dfsg-1build1) ... 2024-08-20T22:07:43.7377102Z #25 19.96 Selecting previously unselected package liblcms2-2:amd64. 2024-08-20T22:07:43.7377883Z #25 19.97 Preparing to unpack .../090-liblcms2-2_2.9-4_amd64.deb ... 2024-08-20T22:07:43.7378543Z #25 19.97 Unpacking liblcms2-2:amd64 (2.9-4) ... 2024-08-20T22:07:43.7379132Z #25 20.00 Selecting previously unselected package libcolord2:amd64. 2024-08-20T22:07:43.7379922Z #25 20.01 Preparing to unpack .../091-libcolord2_1.4.4-2_amd64.deb ... 2024-08-20T22:07:43.7380600Z #25 20.01 Unpacking libcolord2:amd64 (1.4.4-2) ... 2024-08-20T22:07:43.7381188Z #25 20.05 Selecting previously unselected package libcups2:amd64. 2024-08-20T22:07:43.8444208Z #25 20.05 Preparing to unpack .../092-libcups2_2.3.1-9ubuntu1.8_amd64.deb ... 2024-08-20T22:07:43.8445008Z #25 20.05 Unpacking libcups2:amd64 (2.3.1-9ubuntu1.8) ... 2024-08-20T22:07:43.8445654Z #25 20.09 Selecting previously unselected package libdap25:amd64. 2024-08-20T22:07:43.8446426Z #25 20.09 Preparing to unpack .../093-libdap25_3.20.5-1_amd64.deb ... 2024-08-20T22:07:43.8447084Z #25 20.10 Unpacking libdap25:amd64 (3.20.5-1) ... 2024-08-20T22:07:43.8447720Z #25 20.15 Selecting previously unselected package libdapclient6v5:amd64. 2024-08-20T22:07:43.9455800Z #25 20.16 Preparing to unpack .../094-libdapclient6v5_3.20.5-1_amd64.deb ... 2024-08-20T22:07:43.9456614Z #25 20.16 Unpacking libdapclient6v5:amd64 (3.20.5-1) ... 2024-08-20T22:07:43.9457368Z #25 20.19 Selecting previously unselected package libdrm-amdgpu1:amd64. 2024-08-20T22:07:43.9458549Z #25 20.19 Preparing to unpack .../095-libdrm-amdgpu1_2.4.107-8ubuntu1~20.04.2_amd64.deb ... 2024-08-20T22:07:43.9459452Z #25 20.20 Unpacking libdrm-amdgpu1:amd64 (2.4.107-8ubuntu1~20.04.2) ... 2024-08-20T22:07:43.9460201Z #25 20.22 Selecting previously unselected package libpciaccess0:amd64. 2024-08-20T22:07:43.9461067Z #25 20.23 Preparing to unpack .../096-libpciaccess0_0.16-0ubuntu1_amd64.deb ... 2024-08-20T22:07:43.9461829Z #25 20.23 Unpacking libpciaccess0:amd64 (0.16-0ubuntu1) ... 2024-08-20T22:07:43.9462652Z #25 20.25 Selecting previously unselected package libdrm-intel1:amd64. 2024-08-20T22:07:44.0487308Z #25 20.26 Preparing to unpack .../097-libdrm-intel1_2.4.107-8ubuntu1~20.04.2_amd64.deb ... 2024-08-20T22:07:44.0488258Z #25 20.26 Unpacking libdrm-intel1:amd64 (2.4.107-8ubuntu1~20.04.2) ... 2024-08-20T22:07:44.0489078Z #25 20.29 Selecting previously unselected package libdrm-nouveau2:amd64. 2024-08-20T22:07:44.0490025Z #25 20.29 Preparing to unpack .../098-libdrm-nouveau2_2.4.107-8ubuntu1~20.04.2_amd64.deb ... 2024-08-20T22:07:44.0490951Z #25 20.30 Unpacking libdrm-nouveau2:amd64 (2.4.107-8ubuntu1~20.04.2) ... 2024-08-20T22:07:44.0491761Z #25 20.32 Selecting previously unselected package libdrm-radeon1:amd64. 2024-08-20T22:07:44.0492685Z #25 20.33 Preparing to unpack .../099-libdrm-radeon1_2.4.107-8ubuntu1~20.04.2_amd64.deb ... 2024-08-20T22:07:44.0493581Z #25 20.33 Unpacking libdrm-radeon1:amd64 (2.4.107-8ubuntu1~20.04.2) ... 2024-08-20T22:07:44.0494397Z #25 20.36 Selecting previously unselected package libepoxy0:amd64. 2024-08-20T22:07:44.1727293Z #25 20.36 Preparing to unpack .../100-libepoxy0_1.5.4-1_amd64.deb ... 2024-08-20T22:07:44.1728023Z #25 20.36 Unpacking libepoxy0:amd64 (1.5.4-1) ... 2024-08-20T22:07:44.1728647Z #25 20.40 Selecting previously unselected package libepsilon1:amd64. 2024-08-20T22:07:44.1729470Z #25 20.41 Preparing to unpack .../101-libepsilon1_0.9.2+dfsg-4_amd64.deb ... 2024-08-20T22:07:44.1730217Z #25 20.41 Unpacking libepsilon1:amd64 (0.9.2+dfsg-4) ... 2024-08-20T22:07:44.1731142Z #25 20.44 Selecting previously unselected package libevent-2.1-7:amd64. 2024-08-20T22:07:44.1732012Z #25 20.44 Preparing to unpack .../102-libevent-2.1-7_2.1.11-stable-1_amd64.deb ... 2024-08-20T22:07:44.1732815Z #25 20.44 Unpacking libevent-2.1-7:amd64 (2.1.11-stable-1) ... 2024-08-20T22:07:44.1733609Z #25 20.48 Selecting previously unselected package libevent-core-2.1-7:amd64. 2024-08-20T22:07:44.2775983Z #25 20.48 Preparing to unpack .../103-libevent-core-2.1-7_2.1.11-stable-1_amd64.deb ... 2024-08-20T22:07:44.2777119Z #25 20.49 Unpacking libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2024-08-20T22:07:44.2778003Z #25 20.52 Selecting previously unselected package libevent-pthreads-2.1-7:amd64. 2024-08-20T22:07:44.2778997Z #25 20.52 Preparing to unpack .../104-libevent-pthreads-2.1-7_2.1.11-stable-1_amd64.deb ... 2024-08-20T22:07:44.2779910Z #25 20.53 Unpacking libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2024-08-20T22:07:44.2780639Z #25 20.55 Selecting previously unselected package libexif12:amd64. 2024-08-20T22:07:44.2781473Z #25 20.56 Preparing to unpack .../105-libexif12_0.6.21-6ubuntu0.4_amd64.deb ... 2024-08-20T22:07:44.2782228Z #25 20.56 Unpacking libexif12:amd64 (0.6.21-6ubuntu0.4) ... 2024-08-20T22:07:44.2782960Z #25 20.59 Selecting previously unselected package libexif-dev:amd64. 2024-08-20T22:07:44.3954677Z #25 20.59 Preparing to unpack .../106-libexif-dev_0.6.21-6ubuntu0.4_amd64.deb ... 2024-08-20T22:07:44.3955530Z #25 20.59 Unpacking libexif-dev:amd64 (0.6.21-6ubuntu0.4) ... 2024-08-20T22:07:44.3956282Z #25 20.63 Selecting previously unselected package libnl-3-200:amd64. 2024-08-20T22:07:44.3957127Z #25 20.63 Preparing to unpack .../107-libnl-3-200_3.4.0-1ubuntu0.1_amd64.deb ... 2024-08-20T22:07:44.3957891Z #25 20.63 Unpacking libnl-3-200:amd64 (3.4.0-1ubuntu0.1) ... 2024-08-20T22:07:44.3958662Z #25 20.66 Selecting previously unselected package libnl-route-3-200:amd64. 2024-08-20T22:07:44.3959579Z #25 20.66 Preparing to unpack .../108-libnl-route-3-200_3.4.0-1ubuntu0.1_amd64.deb ... 2024-08-20T22:07:44.3960613Z #25 20.67 Unpacking libnl-route-3-200:amd64 (3.4.0-1ubuntu0.1) ... 2024-08-20T22:07:44.3961336Z #25 20.70 Selecting previously unselected package libibverbs1:amd64. 2024-08-20T22:07:44.5232028Z #25 20.71 Preparing to unpack .../109-libibverbs1_28.0-1ubuntu1_amd64.deb ... 2024-08-20T22:07:44.5232852Z #25 20.71 Unpacking libibverbs1:amd64 (28.0-1ubuntu1) ... 2024-08-20T22:07:44.5233588Z #25 20.74 Selecting previously unselected package libpsm-infinipath1. 2024-08-20T22:07:44.5234525Z #25 20.75 Preparing to unpack .../110-libpsm-infinipath1_3.3+20.604758e7-6_amd64.deb ... 2024-08-20T22:07:44.5235367Z #25 20.75 Unpacking libpsm-infinipath1 (3.3+20.604758e7-6) ... 2024-08-20T22:07:44.5236053Z #25 20.79 Selecting previously unselected package libpsm2-2. 2024-08-20T22:07:44.5236807Z #25 20.79 Preparing to unpack .../111-libpsm2-2_11.2.86-1_amd64.deb ... 2024-08-20T22:07:44.5237465Z #25 20.79 Unpacking libpsm2-2 (11.2.86-1) ... 2024-08-20T22:07:44.5238050Z #25 20.83 Selecting previously unselected package librdmacm1:amd64. 2024-08-20T22:07:44.6250164Z #25 20.84 Preparing to unpack .../112-librdmacm1_28.0-1ubuntu1_amd64.deb ... 2024-08-20T22:07:44.6251024Z #25 20.84 Unpacking librdmacm1:amd64 (28.0-1ubuntu1) ... 2024-08-20T22:07:44.6251644Z #25 20.87 Selecting previously unselected package libfabric1. 2024-08-20T22:07:44.6252443Z #25 20.87 Preparing to unpack .../113-libfabric1_1.6.2-3ubuntu0.1_amd64.deb ... 2024-08-20T22:07:44.6253205Z #25 20.88 Unpacking libfabric1 (1.6.2-3ubuntu0.1) ... 2024-08-20T22:07:44.6253946Z #25 20.93 Selecting previously unselected package libfyba0:amd64. 2024-08-20T22:07:44.6254737Z #25 20.93 Preparing to unpack .../114-libfyba0_4.1.1-6build1_amd64.deb ... 2024-08-20T22:07:44.7390376Z #25 20.94 Unpacking libfyba0:amd64 (4.1.1-6build1) ... 2024-08-20T22:07:44.7391053Z #25 20.97 Selecting previously unselected package libxpm4:amd64. 2024-08-20T22:07:44.7391936Z #25 20.97 Preparing to unpack .../115-libxpm4_1%3a3.5.12-1ubuntu0.20.04.2_amd64.deb ... 2024-08-20T22:07:44.7392787Z #25 20.98 Unpacking libxpm4:amd64 (1:3.5.12-1ubuntu0.20.04.2) ... 2024-08-20T22:07:44.7393452Z #25 21.01 Selecting previously unselected package libgd3:amd64. 2024-08-20T22:07:44.7394254Z #25 21.01 Preparing to unpack .../116-libgd3_2.2.5-5.2ubuntu2.1_amd64.deb ... 2024-08-20T22:07:44.7394980Z #25 21.01 Unpacking libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2024-08-20T22:07:44.7395616Z #25 21.05 Selecting previously unselected package libfreexl1:amd64. 2024-08-20T22:07:44.8454675Z #25 21.05 Preparing to unpack .../117-libfreexl1_1.0.5-3_amd64.deb ... 2024-08-20T22:07:44.8455404Z #25 21.05 Unpacking libfreexl1:amd64 (1.0.5-3) ... 2024-08-20T22:07:44.8456108Z #25 21.09 Selecting previously unselected package libgeos-3.8.0:amd64. 2024-08-20T22:07:44.8456945Z #25 21.09 Preparing to unpack .../118-libgeos-3.8.0_3.8.0-1build1_amd64.deb ... 2024-08-20T22:07:44.8457708Z #25 21.09 Unpacking libgeos-3.8.0:amd64 (3.8.0-1build1) ... 2024-08-20T22:07:44.8458444Z #25 21.15 Selecting previously unselected package libgeos-c1v5:amd64. 2024-08-20T22:07:45.0342932Z #25 21.16 Preparing to unpack .../119-libgeos-c1v5_3.8.0-1build1_amd64.deb ... 2024-08-20T22:07:45.0343811Z #25 21.16 Unpacking libgeos-c1v5:amd64 (3.8.0-1build1) ... 2024-08-20T22:07:45.0344510Z #25 21.19 Selecting previously unselected package proj-data. 2024-08-20T22:07:45.0345242Z #25 21.19 Preparing to unpack .../120-proj-data_6.3.1-1_all.deb ... 2024-08-20T22:07:45.0345870Z #25 21.19 Unpacking proj-data (6.3.1-1) ... 2024-08-20T22:07:45.4855850Z #25 21.79 Selecting previously unselected package libproj15:amd64. 2024-08-20T22:07:45.5857323Z #25 21.80 Preparing to unpack .../121-libproj15_6.3.1-1_amd64.deb ... 2024-08-20T22:07:45.5858047Z #25 21.80 Unpacking libproj15:amd64 (6.3.1-1) ... 2024-08-20T22:07:45.5858668Z #25 21.89 Selecting previously unselected package libgeotiff5:amd64. 2024-08-20T22:07:45.5859476Z #25 21.89 Preparing to unpack .../122-libgeotiff5_1.5.1-2_amd64.deb ... 2024-08-20T22:07:45.7083195Z #25 21.90 Unpacking libgeotiff5:amd64 (1.5.1-2) ... 2024-08-20T22:07:45.7084733Z #25 21.93 Selecting previously unselected package libgif7:amd64. 2024-08-20T22:07:45.7085605Z #25 21.93 Preparing to unpack .../123-libgif7_5.1.9-1ubuntu0.1_amd64.deb ... 2024-08-20T22:07:45.7086474Z #25 21.94 Unpacking libgif7:amd64 (5.1.9-1ubuntu0.1) ... 2024-08-20T22:07:45.7087155Z #25 21.97 Selecting previously unselected package libhdf4-0-alt. 2024-08-20T22:07:45.7087987Z #25 21.97 Preparing to unpack .../124-libhdf4-0-alt_4.2.14-1ubuntu1_amd64.deb ... 2024-08-20T22:07:45.7088762Z #25 21.97 Unpacking libhdf4-0-alt (4.2.14-1ubuntu1) ... 2024-08-20T22:07:45.7089360Z #25 22.02 Selecting previously unselected package libsz2:amd64. 2024-08-20T22:07:45.8628984Z #25 22.02 Preparing to unpack .../125-libsz2_1.0.4-1_amd64.deb ... 2024-08-20T22:07:45.8629868Z #25 22.02 Unpacking libsz2:amd64 (1.0.4-1) ... 2024-08-20T22:07:45.8630545Z #25 22.05 Selecting previously unselected package libhdf5-103:amd64. 2024-08-20T22:07:45.8631657Z #25 22.05 Preparing to unpack .../126-libhdf5-103_1.10.4+repack-11ubuntu1_amd64.deb ... 2024-08-20T22:07:45.8632528Z #25 22.06 Unpacking libhdf5-103:amd64 (1.10.4+repack-11ubuntu1) ... 2024-08-20T22:07:45.8633224Z #25 22.17 Selecting previously unselected package libminizip1:amd64. 2024-08-20T22:07:45.9633789Z #25 22.17 Preparing to unpack .../127-libminizip1_1.1-8build1_amd64.deb ... 2024-08-20T22:07:45.9634570Z #25 22.18 Unpacking libminizip1:amd64 (1.1-8build1) ... 2024-08-20T22:07:45.9635253Z #25 22.20 Selecting previously unselected package liburiparser1:amd64. 2024-08-20T22:07:45.9636077Z #25 22.21 Preparing to unpack .../128-liburiparser1_0.9.3-2_amd64.deb ... 2024-08-20T22:07:45.9636780Z #25 22.21 Unpacking liburiparser1:amd64 (0.9.3-2) ... 2024-08-20T22:07:45.9637412Z #25 22.24 Selecting previously unselected package libkmlbase1:amd64. 2024-08-20T22:07:45.9638238Z #25 22.24 Preparing to unpack .../129-libkmlbase1_1.3.0-8build1_amd64.deb ... 2024-08-20T22:07:45.9638968Z #25 22.24 Unpacking libkmlbase1:amd64 (1.3.0-8build1) ... 2024-08-20T22:07:45.9639618Z #25 22.27 Selecting previously unselected package libkmldom1:amd64. 2024-08-20T22:07:46.0878822Z #25 22.28 Preparing to unpack .../130-libkmldom1_1.3.0-8build1_amd64.deb ... 2024-08-20T22:07:46.0879632Z #25 22.28 Unpacking libkmldom1:amd64 (1.3.0-8build1) ... 2024-08-20T22:07:46.0880296Z #25 22.31 Selecting previously unselected package libkmlengine1:amd64. 2024-08-20T22:07:46.0881173Z #25 22.32 Preparing to unpack .../131-libkmlengine1_1.3.0-8build1_amd64.deb ... 2024-08-20T22:07:46.0882164Z #25 22.32 Unpacking libkmlengine1:amd64 (1.3.0-8build1) ... 2024-08-20T22:07:46.0882862Z #25 22.35 Selecting previously unselected package mysql-common. 2024-08-20T22:07:46.0883675Z #25 22.36 Preparing to unpack .../132-mysql-common_5.8+1.0.5ubuntu2_all.deb ... 2024-08-20T22:07:46.0884405Z #25 22.37 Unpacking mysql-common (5.8+1.0.5ubuntu2) ... 2024-08-20T22:07:46.0885073Z #25 22.40 Selecting previously unselected package libmysqlclient21:amd64. 2024-08-20T22:07:46.2257881Z #25 22.40 Preparing to unpack .../133-libmysqlclient21_8.0.39-0ubuntu0.20.04.1_amd64.deb ... 2024-08-20T22:07:46.2258870Z #25 22.40 Unpacking libmysqlclient21:amd64 (8.0.39-0ubuntu0.20.04.1) ... 2024-08-20T22:07:46.2259603Z #25 22.53 Selecting previously unselected package libnetcdf15:amd64. 2024-08-20T22:07:46.3277898Z #25 22.54 Preparing to unpack .../134-libnetcdf15_1%3a4.7.3-1_amd64.deb ... 2024-08-20T22:07:46.3278682Z #25 22.54 Unpacking libnetcdf15:amd64 (1:4.7.3-1) ... 2024-08-20T22:07:46.3279311Z #25 22.59 Selecting previously unselected package libodbc1:amd64. 2024-08-20T22:07:46.3280159Z #25 22.59 Preparing to unpack .../135-libodbc1_2.3.6-0.1ubuntu0.1_amd64.deb ... 2024-08-20T22:07:46.3280926Z #25 22.60 Unpacking libodbc1:amd64 (2.3.6-0.1ubuntu0.1) ... 2024-08-20T22:07:46.3281532Z #25 22.64 Selecting previously unselected package libogdi4.1. 2024-08-20T22:07:46.5395221Z #25 22.64 Preparing to unpack .../136-libogdi4.1_4.1.0+ds-1build1_amd64.deb ... 2024-08-20T22:07:46.5396162Z #25 22.64 Unpacking libogdi4.1 (4.1.0+ds-1build1) ... 2024-08-20T22:07:46.5397053Z #25 22.68 Selecting previously unselected package libnspr4:amd64. 2024-08-20T22:07:46.5397929Z #25 22.68 Preparing to unpack .../137-libnspr4_2%3a4.35-0ubuntu0.20.04.1_amd64.deb ... 2024-08-20T22:07:46.5398765Z #25 22.69 Unpacking libnspr4:amd64 (2:4.35-0ubuntu0.20.04.1) ... 2024-08-20T22:07:46.5399426Z #25 22.72 Selecting previously unselected package libnss3:amd64. 2024-08-20T22:07:46.5400255Z #25 22.72 Preparing to unpack .../138-libnss3_2%3a3.98-0ubuntu0.20.04.2_amd64.deb ... 2024-08-20T22:07:46.5401088Z #25 22.73 Unpacking libnss3:amd64 (2:3.98-0ubuntu0.20.04.2) ... 2024-08-20T22:07:46.5401774Z #25 22.85 Selecting previously unselected package libpoppler97:amd64. 2024-08-20T22:07:46.6397405Z #25 22.85 Preparing to unpack .../139-libpoppler97_0.86.1-0ubuntu1.4_amd64.deb ... 2024-08-20T22:07:46.6398259Z #25 22.85 Unpacking libpoppler97:amd64 (0.86.1-0ubuntu1.4) ... 2024-08-20T22:07:46.6398917Z #25 22.95 Selecting previously unselected package libpq5:amd64. 2024-08-20T22:07:46.8527699Z #25 22.95 Preparing to unpack .../140-libpq5_12.20-0ubuntu0.20.04.1_amd64.deb ... 2024-08-20T22:07:46.8528542Z #25 22.95 Unpacking libpq5:amd64 (12.20-0ubuntu0.20.04.1) ... 2024-08-20T22:07:46.8529213Z #25 22.99 Selecting previously unselected package libqhull7:amd64. 2024-08-20T22:07:46.8530000Z #25 22.99 Preparing to unpack .../141-libqhull7_2015.2-4_amd64.deb ... 2024-08-20T22:07:46.8530836Z #25 22.99 Unpacking libqhull7:amd64 (2015.2-4) ... 2024-08-20T22:07:46.8531538Z #25 23.03 Selecting previously unselected package libspatialite7:amd64. 2024-08-20T22:07:46.8532421Z #25 23.03 Preparing to unpack .../142-libspatialite7_4.3.0a-6build1_amd64.deb ... 2024-08-20T22:07:46.8533212Z #25 23.04 Unpacking libspatialite7:amd64 (4.3.0a-6build1) ... 2024-08-20T22:07:46.8534073Z #25 23.16 Selecting previously unselected package libxerces-c3.2:amd64. 2024-08-20T22:07:46.9554312Z #25 23.16 Preparing to unpack .../143-libxerces-c3.2_3.2.2+debian-1ubuntu0.2_amd64.deb ... 2024-08-20T22:07:46.9555328Z #25 23.17 Unpacking libxerces-c3.2:amd64 (3.2.2+debian-1ubuntu0.2) ... 2024-08-20T22:07:46.9556026Z #25 23.26 Selecting previously unselected package odbcinst. 2024-08-20T22:07:46.9556817Z #25 23.26 Preparing to unpack .../144-odbcinst_2.3.6-0.1ubuntu0.1_amd64.deb ... 2024-08-20T22:07:47.1985205Z #25 23.27 Unpacking odbcinst (2.3.6-0.1ubuntu0.1) ... 2024-08-20T22:07:47.1985925Z #25 23.30 Selecting previously unselected package odbcinst1debian2:amd64. 2024-08-20T22:07:47.1987127Z #25 23.31 Preparing to unpack .../145-odbcinst1debian2_2.3.6-0.1ubuntu0.1_amd64.deb ... 2024-08-20T22:07:47.1988004Z #25 23.31 Unpacking odbcinst1debian2:amd64 (2.3.6-0.1ubuntu0.1) ... 2024-08-20T22:07:47.1988662Z #25 23.35 Selecting previously unselected package libgdal26. 2024-08-20T22:07:47.1989463Z #25 23.35 Preparing to unpack .../146-libgdal26_3.0.4+dfsg-1build3_amd64.deb ... 2024-08-20T22:07:47.1990212Z #25 23.36 Unpacking libgdal26 (3.0.4+dfsg-1build3) ... 2024-08-20T22:07:47.4908777Z #25 23.80 Selecting previously unselected package libsocket++1:amd64. 2024-08-20T22:07:47.6895162Z #25 23.80 Preparing to unpack .../147-libsocket++1_1.12.13-10build1_amd64.deb ... 2024-08-20T22:07:47.6896034Z #25 23.81 Unpacking libsocket++1:amd64 (1.12.13-10build1) ... 2024-08-20T22:07:47.6896698Z #25 23.84 Selecting previously unselected package libgdcm3.0:amd64. 2024-08-20T22:07:47.6897536Z #25 23.84 Preparing to unpack .../148-libgdcm3.0_3.0.5-1.1ubuntu2_amd64.deb ... 2024-08-20T22:07:47.6898301Z #25 23.85 Unpacking libgdcm3.0:amd64 (3.0.5-1.1ubuntu2) ... 2024-08-20T22:07:47.7095607Z #25 24.02 Selecting previously unselected package libgdcm-dev. 2024-08-20T22:07:47.8176687Z #25 24.02 Preparing to unpack .../149-libgdcm-dev_3.0.5-1.1ubuntu2_amd64.deb ... 2024-08-20T22:07:47.8177519Z #25 24.03 Unpacking libgdcm-dev (3.0.5-1.1ubuntu2) ... 2024-08-20T22:07:47.8178249Z #25 24.09 Selecting previously unselected package libglapi-mesa:amd64. 2024-08-20T22:07:47.8179164Z #25 24.09 Preparing to unpack .../150-libglapi-mesa_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ... 2024-08-20T22:07:47.8180290Z #25 24.10 Unpacking libglapi-mesa:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... 2024-08-20T22:07:47.8181016Z #25 24.13 Selecting previously unselected package libllvm12:amd64. 2024-08-20T22:07:47.9743559Z #25 24.13 Preparing to unpack .../151-libllvm12_1%3a12.0.0-3ubuntu1~20.04.5_amd64.deb ... 2024-08-20T22:07:47.9744485Z #25 24.13 Unpacking libllvm12:amd64 (1:12.0.0-3ubuntu1~20.04.5) ... 2024-08-20T22:07:49.1539952Z #25 25.46 Selecting previously unselected package libsensors-config. 2024-08-20T22:07:49.2885358Z #25 25.47 Preparing to unpack .../152-libsensors-config_1%3a3.6.0-2ubuntu1.1_all.deb ... 2024-08-20T22:07:49.2886239Z #25 25.47 Unpacking libsensors-config (1:3.6.0-2ubuntu1.1) ... 2024-08-20T22:07:49.2886928Z #25 25.50 Selecting previously unselected package libsensors5:amd64. 2024-08-20T22:07:49.2887799Z #25 25.50 Preparing to unpack .../153-libsensors5_1%3a3.6.0-2ubuntu1.1_amd64.deb ... 2024-08-20T22:07:49.2888622Z #25 25.53 Unpacking libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ... 2024-08-20T22:07:49.2889293Z #25 25.56 Selecting previously unselected package libvulkan1:amd64. 2024-08-20T22:07:49.2890102Z #25 25.56 Preparing to unpack .../154-libvulkan1_1.2.131.2-1_amd64.deb ... 2024-08-20T22:07:49.2890813Z #25 25.56 Unpacking libvulkan1:amd64 (1.2.131.2-1) ... 2024-08-20T22:07:49.2891624Z #25 25.60 Selecting previously unselected package libgl1-mesa-dri:amd64. 2024-08-20T22:07:49.4499973Z #25 25.60 Preparing to unpack .../155-libgl1-mesa-dri_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ... 2024-08-20T22:07:49.4500969Z #25 25.61 Unpacking libgl1-mesa-dri:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... 2024-08-20T22:07:50.0517549Z #25 26.36 Selecting previously unselected package libglvnd0:amd64. 2024-08-20T22:07:50.1528856Z #25 26.36 Preparing to unpack .../156-libglvnd0_1.3.2-1~ubuntu0.20.04.2_amd64.deb ... 2024-08-20T22:07:50.1529733Z #25 26.37 Unpacking libglvnd0:amd64 (1.3.2-1~ubuntu0.20.04.2) ... 2024-08-20T22:07:50.1530515Z #25 26.40 Selecting previously unselected package libx11-xcb1:amd64. 2024-08-20T22:07:50.1531647Z #25 26.40 Preparing to unpack .../157-libx11-xcb1_2%3a1.6.9-2ubuntu1.6_amd64.deb ... 2024-08-20T22:07:50.1532461Z #25 26.40 Unpacking libx11-xcb1:amd64 (2:1.6.9-2ubuntu1.6) ... 2024-08-20T22:07:50.1533203Z #25 26.43 Selecting previously unselected package libxcb-dri2-0:amd64. 2024-08-20T22:07:50.1534091Z #25 26.43 Preparing to unpack .../158-libxcb-dri2-0_1.14-2_amd64.deb ... 2024-08-20T22:07:50.1534788Z #25 26.44 Unpacking libxcb-dri2-0:amd64 (1.14-2) ... 2024-08-20T22:07:50.1535707Z #25 26.46 Selecting previously unselected package libxcb-dri3-0:amd64. 2024-08-20T22:07:50.2536244Z #25 26.46 Preparing to unpack .../159-libxcb-dri3-0_1.14-2_amd64.deb ... 2024-08-20T22:07:50.2538376Z #25 26.47 Unpacking libxcb-dri3-0:amd64 (1.14-2) ... 2024-08-20T22:07:50.2540448Z #25 26.49 Selecting previously unselected package libxcb-glx0:amd64. 2024-08-20T22:07:50.2542770Z #25 26.50 Preparing to unpack .../160-libxcb-glx0_1.14-2_amd64.deb ... 2024-08-20T22:07:50.2544205Z #25 26.50 Unpacking libxcb-glx0:amd64 (1.14-2) ... 2024-08-20T22:07:50.2544922Z #25 26.53 Selecting previously unselected package libxcb-present0:amd64. 2024-08-20T22:07:50.2545763Z #25 26.53 Preparing to unpack .../161-libxcb-present0_1.14-2_amd64.deb ... 2024-08-20T22:07:50.2546485Z #25 26.53 Unpacking libxcb-present0:amd64 (1.14-2) ... 2024-08-20T22:07:50.2547192Z #25 26.56 Selecting previously unselected package libxcb-sync1:amd64. 2024-08-20T22:07:50.2547975Z #25 26.56 Preparing to unpack .../162-libxcb-sync1_1.14-2_amd64.deb ... 2024-08-20T22:07:50.3766319Z #25 26.56 Unpacking libxcb-sync1:amd64 (1.14-2) ... 2024-08-20T22:07:50.3767095Z #25 26.59 Selecting previously unselected package libxcb-xfixes0:amd64. 2024-08-20T22:07:50.3767933Z #25 26.59 Preparing to unpack .../163-libxcb-xfixes0_1.14-2_amd64.deb ... 2024-08-20T22:07:50.3768645Z #25 26.59 Unpacking libxcb-xfixes0:amd64 (1.14-2) ... 2024-08-20T22:07:50.3769286Z #25 26.62 Selecting previously unselected package libxshmfence1:amd64. 2024-08-20T22:07:50.3770281Z #25 26.62 Preparing to unpack .../164-libxshmfence1_1.3-1_amd64.deb ... 2024-08-20T22:07:50.3770984Z #25 26.63 Unpacking libxshmfence1:amd64 (1.3-1) ... 2024-08-20T22:07:50.3771608Z #25 26.65 Selecting previously unselected package libxxf86vm1:amd64. 2024-08-20T22:07:50.3772458Z #25 26.65 Preparing to unpack .../165-libxxf86vm1_1%3a1.1.4-1build1_amd64.deb ... 2024-08-20T22:07:50.3773242Z #25 26.66 Unpacking libxxf86vm1:amd64 (1:1.1.4-1build1) ... 2024-08-20T22:07:50.3774083Z #25 26.69 Selecting previously unselected package libglx-mesa0:amd64. 2024-08-20T22:07:50.5086914Z #25 26.69 Preparing to unpack .../166-libglx-mesa0_21.2.6-0ubuntu0.1~20.04.2_amd64.deb ... 2024-08-20T22:07:50.5087849Z #25 26.69 Unpacking libglx-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... 2024-08-20T22:07:50.5088550Z #25 26.74 Selecting previously unselected package libglx0:amd64. 2024-08-20T22:07:50.5089393Z #25 26.74 Preparing to unpack .../167-libglx0_1.3.2-1~ubuntu0.20.04.2_amd64.deb ... 2024-08-20T22:07:50.5090190Z #25 26.75 Unpacking libglx0:amd64 (1.3.2-1~ubuntu0.20.04.2) ... 2024-08-20T22:07:50.5090853Z #25 26.78 Selecting previously unselected package libgl1:amd64. 2024-08-20T22:07:50.5091675Z #25 26.78 Preparing to unpack .../168-libgl1_1.3.2-1~ubuntu0.20.04.2_amd64.deb ... 2024-08-20T22:07:50.5092469Z #25 26.78 Unpacking libgl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ... 2024-08-20T22:07:50.5093096Z #25 26.82 Selecting previously unselected package libgl2ps1.4. 2024-08-20T22:07:50.6615482Z #25 26.82 Preparing to unpack .../169-libgl2ps1.4_1.4.0+dfsg1-2_amd64.deb ... 2024-08-20T22:07:50.6616305Z #25 26.82 Unpacking libgl2ps1.4 (1.4.0+dfsg1-2) ... 2024-08-20T22:07:50.6617038Z #25 26.85 Selecting previously unselected package libgphoto2-port12:amd64. 2024-08-20T22:07:50.6617973Z #25 26.86 Preparing to unpack .../170-libgphoto2-port12_2.5.25-0ubuntu0.1_amd64.deb ... 2024-08-20T22:07:50.6618844Z #25 26.86 Unpacking libgphoto2-port12:amd64 (2.5.25-0ubuntu0.1) ... 2024-08-20T22:07:50.6619615Z #25 26.89 Selecting previously unselected package libgphoto2-6:amd64. 2024-08-20T22:07:50.6620495Z #25 26.90 Preparing to unpack .../171-libgphoto2-6_2.5.25-0ubuntu0.1_amd64.deb ... 2024-08-20T22:07:50.6621291Z #25 26.90 Unpacking libgphoto2-6:amd64 (2.5.25-0ubuntu0.1) ... 2024-08-20T22:07:50.6622051Z #25 26.97 Selecting previously unselected package libgphoto2-dev:amd64. 2024-08-20T22:07:50.7957651Z #25 26.97 Preparing to unpack .../172-libgphoto2-dev_2.5.25-0ubuntu0.1_amd64.deb ... 2024-08-20T22:07:50.7958567Z #25 26.98 Unpacking libgphoto2-dev:amd64 (2.5.25-0ubuntu0.1) ... 2024-08-20T22:07:50.7960029Z #25 27.05 Selecting previously unselected package liborc-0.4-0:amd64. 2024-08-20T22:07:50.7960905Z #25 27.06 Preparing to unpack .../173-liborc-0.4-0_1%3a0.4.31-1ubuntu0.1_amd64.deb ... 2024-08-20T22:07:50.7961743Z #25 27.06 Unpacking liborc-0.4-0:amd64 (1:0.4.31-1ubuntu0.1) ... 2024-08-20T22:07:50.7962623Z #25 27.10 Selecting previously unselected package libgstreamer-plugins-base1.0-0:amd64. 2024-08-20T22:07:50.9116925Z #25 27.11 Preparing to unpack .../174-libgstreamer-plugins-base1.0-0_1.16.3-0ubuntu1.3_amd64.deb ... 2024-08-20T22:07:50.9118045Z #25 27.11 Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.16.3-0ubuntu1.3) ... 2024-08-20T22:07:50.9118950Z #25 27.19 Selecting previously unselected package libjson-glib-1.0-common. 2024-08-20T22:07:50.9119897Z #25 27.19 Preparing to unpack .../175-libjson-glib-1.0-common_1.4.4-2ubuntu2_all.deb ... 2024-08-20T22:07:50.9120759Z #25 27.19 Unpacking libjson-glib-1.0-common (1.4.4-2ubuntu2) ... 2024-08-20T22:07:50.9121590Z #25 27.22 Selecting previously unselected package libjson-glib-1.0-0:amd64. 2024-08-20T22:07:51.0188952Z #25 27.22 Preparing to unpack .../176-libjson-glib-1.0-0_1.4.4-2ubuntu2_amd64.deb ... 2024-08-20T22:07:51.0189869Z #25 27.23 Unpacking libjson-glib-1.0-0:amd64 (1.4.4-2ubuntu2) ... 2024-08-20T22:07:51.0190697Z #25 27.26 Selecting previously unselected package libsoup-gnome2.4-1:amd64. 2024-08-20T22:07:51.0191569Z #25 27.26 Preparing to unpack .../177-libsoup-gnome2.4-1_2.70.0-1_amd64.deb ... 2024-08-20T22:07:51.0192560Z #25 27.27 Unpacking libsoup-gnome2.4-1:amd64 (2.70.0-1) ... 2024-08-20T22:07:51.0193328Z #25 27.29 Selecting previously unselected package librest-0.7-0:amd64. 2024-08-20T22:07:51.0194145Z #25 27.30 Preparing to unpack .../178-librest-0.7-0_0.8.1-1_amd64.deb ... 2024-08-20T22:07:51.0194839Z #25 27.30 Unpacking librest-0.7-0:amd64 (0.8.1-1) ... 2024-08-20T22:07:51.0195654Z #25 27.33 Selecting previously unselected package libwayland-client0:amd64. 2024-08-20T22:07:51.1191485Z #25 27.33 Preparing to unpack .../179-libwayland-client0_1.18.0-1ubuntu0.1_amd64.deb ... 2024-08-20T22:07:51.1192415Z #25 27.33 Unpacking libwayland-client0:amd64 (1.18.0-1ubuntu0.1) ... 2024-08-20T22:07:51.1193264Z #25 27.36 Selecting previously unselected package libwayland-cursor0:amd64. 2024-08-20T22:07:51.1194212Z #25 27.37 Preparing to unpack .../180-libwayland-cursor0_1.18.0-1ubuntu0.1_amd64.deb ... 2024-08-20T22:07:51.1195093Z #25 27.37 Unpacking libwayland-cursor0:amd64 (1.18.0-1ubuntu0.1) ... 2024-08-20T22:07:51.1195908Z #25 27.39 Selecting previously unselected package libwayland-egl1:amd64. 2024-08-20T22:07:51.1196815Z #25 27.40 Preparing to unpack .../181-libwayland-egl1_1.18.0-1ubuntu0.1_amd64.deb ... 2024-08-20T22:07:51.1197659Z #25 27.40 Unpacking libwayland-egl1:amd64 (1.18.0-1ubuntu0.1) ... 2024-08-20T22:07:51.1198359Z #25 27.43 Selecting previously unselected package libxcomposite1:amd64. 2024-08-20T22:07:51.1199215Z #25 27.43 Preparing to unpack .../182-libxcomposite1_1%3a0.4.5-1_amd64.deb ... 2024-08-20T22:07:51.2194462Z #25 27.43 Unpacking libxcomposite1:amd64 (1:0.4.5-1) ... 2024-08-20T22:07:51.2195168Z #25 27.46 Selecting previously unselected package libxcursor1:amd64. 2024-08-20T22:07:51.2196008Z #25 27.46 Preparing to unpack .../183-libxcursor1_1%3a1.2.0-2_amd64.deb ... 2024-08-20T22:07:51.2196758Z #25 27.46 Unpacking libxcursor1:amd64 (1:1.2.0-2) ... 2024-08-20T22:07:51.2197386Z #25 27.49 Selecting previously unselected package libxdamage1:amd64. 2024-08-20T22:07:51.2198194Z #25 27.49 Preparing to unpack .../184-libxdamage1_1%3a1.1.5-2_amd64.deb ... 2024-08-20T22:07:51.2198927Z #25 27.50 Unpacking libxdamage1:amd64 (1:1.1.5-2) ... 2024-08-20T22:07:51.2199527Z #25 27.52 Selecting previously unselected package libxi6:amd64. 2024-08-20T22:07:51.2200318Z #25 27.53 Preparing to unpack .../185-libxi6_2%3a1.7.10-0ubuntu1_amd64.deb ... 2024-08-20T22:07:51.2201062Z #25 27.53 Unpacking libxi6:amd64 (2:1.7.10-0ubuntu1) ... 2024-08-20T22:07:51.3197621Z #25 27.56 Selecting previously unselected package libxinerama1:amd64. 2024-08-20T22:07:51.3198896Z #25 27.56 Preparing to unpack .../186-libxinerama1_2%3a1.1.4-2_amd64.deb ... 2024-08-20T22:07:51.3199624Z #25 27.56 Unpacking libxinerama1:amd64 (2:1.1.4-2) ... 2024-08-20T22:07:51.3200280Z #25 27.59 Selecting previously unselected package libxkbcommon0:amd64. 2024-08-20T22:07:51.3201107Z #25 27.59 Preparing to unpack .../187-libxkbcommon0_0.10.0-1_amd64.deb ... 2024-08-20T22:07:51.3201810Z #25 27.60 Unpacking libxkbcommon0:amd64 (0.10.0-1) ... 2024-08-20T22:07:51.3202446Z #25 27.63 Selecting previously unselected package libxrandr2:amd64. 2024-08-20T22:07:51.5560196Z #25 27.63 Preparing to unpack .../188-libxrandr2_2%3a1.5.2-0ubuntu1_amd64.deb ... 2024-08-20T22:07:51.5561050Z #25 27.63 Unpacking libxrandr2:amd64 (2:1.5.2-0ubuntu1) ... 2024-08-20T22:07:51.5561782Z #25 27.66 Selecting previously unselected package libgtk-3-common. 2024-08-20T22:07:51.5562635Z #25 27.66 Preparing to unpack .../189-libgtk-3-common_3.24.20-0ubuntu1.2_all.deb ... 2024-08-20T22:07:51.5563465Z #25 27.66 Unpacking libgtk-3-common (3.24.20-0ubuntu1.2) ... 2024-08-20T22:07:51.5564201Z #25 27.71 Selecting previously unselected package libgtk-3-0:amd64. 2024-08-20T22:07:51.5565041Z #25 27.71 Preparing to unpack .../190-libgtk-3-0_3.24.20-0ubuntu1.2_amd64.deb ... 2024-08-20T22:07:51.5565813Z #25 27.71 Unpacking libgtk-3-0:amd64 (3.24.20-0ubuntu1.2) ... 2024-08-20T22:07:51.6104140Z #25 27.92 Selecting previously unselected package libhwloc15:amd64. 2024-08-20T22:07:51.7122370Z #25 27.92 Preparing to unpack .../191-libhwloc15_2.1.0+dfsg-4_amd64.deb ... 2024-08-20T22:07:51.7123335Z #25 27.93 Unpacking libhwloc15:amd64 (2.1.0+dfsg-4) ... 2024-08-20T22:07:51.7123973Z #25 27.96 Selecting previously unselected package libxnvctrl0:amd64. 2024-08-20T22:07:51.7124892Z #25 27.96 Preparing to unpack .../192-libxnvctrl0_470.57.01-0ubuntu0.20.04.3_amd64.deb ... 2024-08-20T22:07:51.7125788Z #25 27.97 Unpacking libxnvctrl0:amd64 (470.57.01-0ubuntu0.20.04.3) ... 2024-08-20T22:07:51.7126613Z #25 27.99 Selecting previously unselected package libhwloc-plugins:amd64. 2024-08-20T22:07:51.7127500Z #25 27.99 Preparing to unpack .../193-libhwloc-plugins_2.1.0+dfsg-4_amd64.deb ... 2024-08-20T22:07:51.7128295Z #25 27.99 Unpacking libhwloc-plugins:amd64 (2.1.0+dfsg-4) ... 2024-08-20T22:07:51.7128937Z #25 28.02 Selecting previously unselected package libpmix2:amd64. 2024-08-20T22:07:51.7129693Z #25 28.02 Preparing to unpack .../194-libpmix2_3.1.5-1_amd64.deb ... 2024-08-20T22:07:51.9320098Z #25 28.03 Unpacking libpmix2:amd64 (3.1.5-1) ... 2024-08-20T22:07:51.9322022Z #25 28.08 Selecting previously unselected package libopenmpi3:amd64. 2024-08-20T22:07:51.9324521Z #25 28.09 Preparing to unpack .../195-libopenmpi3_4.0.3-0ubuntu1_amd64.deb ... 2024-08-20T22:07:51.9326732Z #25 28.09 Unpacking libopenmpi3:amd64 (4.0.3-0ubuntu1) ... 2024-08-20T22:07:51.9477548Z #25 28.26 Selecting previously unselected package libhdf5-openmpi-103:amd64. 2024-08-20T22:07:52.0705057Z #25 28.26 Preparing to unpack .../196-libhdf5-openmpi-103_1.10.4+repack-11ubuntu1_amd64.deb ... 2024-08-20T22:07:52.0706089Z #25 28.26 Unpacking libhdf5-openmpi-103:amd64 (1.10.4+repack-11ubuntu1) ... 2024-08-20T22:07:52.0706849Z #25 28.38 Selecting previously unselected package libilmbase24:amd64. 2024-08-20T22:07:52.2476618Z #25 28.38 Preparing to unpack .../197-libilmbase24_2.3.0-6build1_amd64.deb ... 2024-08-20T22:07:52.2477430Z #25 28.39 Unpacking libilmbase24:amd64 (2.3.0-6build1) ... 2024-08-20T22:07:52.2478182Z #25 28.42 Selecting previously unselected package libilmbase-dev:amd64. 2024-08-20T22:07:52.2479072Z #25 28.42 Preparing to unpack .../198-libilmbase-dev_2.3.0-6build1_amd64.deb ... 2024-08-20T22:07:52.2479846Z #25 28.43 Unpacking libilmbase-dev:amd64 (2.3.0-6build1) ... 2024-08-20T22:07:52.2480494Z #25 28.46 Selecting previously unselected package liblept5:amd64. 2024-08-20T22:07:52.2481261Z #25 28.46 Preparing to unpack .../199-liblept5_1.79.0-1_amd64.deb ... 2024-08-20T22:07:52.2481907Z #25 28.46 Unpacking liblept5:amd64 (1.79.0-1) ... 2024-08-20T22:07:52.2482801Z #25 28.56 Selecting previously unselected package libnetcdf-c++4. 2024-08-20T22:07:52.4254788Z #25 28.56 Preparing to unpack .../200-libnetcdf-c++4_4.2-11build2_amd64.deb ... 2024-08-20T22:07:52.4255583Z #25 28.56 Unpacking libnetcdf-c++4 (4.2-11build2) ... 2024-08-20T22:07:52.4256211Z #25 28.59 Selecting previously unselected package libtbb2:amd64. 2024-08-20T22:07:52.4256957Z #25 28.59 Preparing to unpack .../201-libtbb2_2020.1-2_amd64.deb ... 2024-08-20T22:07:52.4257607Z #25 28.60 Unpacking libtbb2:amd64 (2020.1-2) ... 2024-08-20T22:07:52.4258337Z #25 28.63 Selecting previously unselected package libopencv-core4.2:amd64. 2024-08-20T22:07:52.4259223Z #25 28.63 Preparing to unpack .../202-libopencv-core4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:52.4260030Z #25 28.63 Unpacking libopencv-core4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:52.4260825Z #25 28.73 Selecting previously unselected package libopencv-flann4.2:amd64. 2024-08-20T22:07:52.5895749Z #25 28.74 Preparing to unpack .../203-libopencv-flann4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:52.5896633Z #25 28.74 Unpacking libopencv-flann4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:52.5897469Z #25 28.77 Selecting previously unselected package libopencv-imgproc4.2:amd64. 2024-08-20T22:07:52.5898408Z #25 28.78 Preparing to unpack .../204-libopencv-imgproc4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:52.5899248Z #25 28.78 Unpacking libopencv-imgproc4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:52.5899951Z #25 28.90 Selecting previously unselected package libopenexr24:amd64. 2024-08-20T22:07:52.7106815Z #25 28.90 Preparing to unpack .../205-libopenexr24_2.3.0-6ubuntu0.5_amd64.deb ... 2024-08-20T22:07:52.7107654Z #25 28.90 Unpacking libopenexr24:amd64 (2.3.0-6ubuntu0.5) ... 2024-08-20T22:07:52.7108492Z #25 28.98 Selecting previously unselected package libopencv-imgcodecs4.2:amd64. 2024-08-20T22:07:52.7109465Z #25 28.98 Preparing to unpack .../206-libopencv-imgcodecs4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:52.7110352Z #25 28.99 Unpacking libopencv-imgcodecs4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:52.7111251Z #25 29.02 Selecting previously unselected package libraw1394-11:amd64. 2024-08-20T22:07:52.8271726Z #25 29.02 Preparing to unpack .../207-libraw1394-11_2.1.2-1_amd64.deb ... 2024-08-20T22:07:52.8272485Z #25 29.03 Unpacking libraw1394-11:amd64 (2.1.2-1) ... 2024-08-20T22:07:52.8273193Z #25 29.05 Selecting previously unselected package libdc1394-22:amd64. 2024-08-20T22:07:52.8274010Z #25 29.06 Preparing to unpack .../208-libdc1394-22_2.2.5-2.1_amd64.deb ... 2024-08-20T22:07:52.8274738Z #25 29.06 Unpacking libdc1394-22:amd64 (2.2.5-2.1) ... 2024-08-20T22:07:52.8275372Z #25 29.09 Selecting previously unselected package libswscale5:amd64. 2024-08-20T22:07:52.8276231Z #25 29.09 Preparing to unpack .../209-libswscale5_7%3a4.2.7-0ubuntu0.1_amd64.deb ... 2024-08-20T22:07:52.8277222Z #25 29.10 Unpacking libswscale5:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:07:52.8277966Z #25 29.14 Selecting previously unselected package libopencv-videoio4.2:amd64. 2024-08-20T22:07:52.9503348Z #25 29.14 Preparing to unpack .../210-libopencv-videoio4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:52.9504243Z #25 29.14 Unpacking libopencv-videoio4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:52.9505099Z #25 29.18 Selecting previously unselected package libopencv-highgui4.2:amd64. 2024-08-20T22:07:52.9506026Z #25 29.18 Preparing to unpack .../211-libopencv-highgui4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:52.9506878Z #25 29.18 Unpacking libopencv-highgui4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:52.9507686Z #25 29.21 Selecting previously unselected package libopencv-ml4.2:amd64. 2024-08-20T22:07:52.9508542Z #25 29.21 Preparing to unpack .../212-libopencv-ml4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:52.9509324Z #25 29.22 Unpacking libopencv-ml4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:52.9510146Z #25 29.26 Selecting previously unselected package libopencv-features2d4.2:amd64. 2024-08-20T22:07:53.0635387Z #25 29.26 Preparing to unpack .../213-libopencv-features2d4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:53.0636535Z #25 29.27 Unpacking libopencv-features2d4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:53.0637408Z #25 29.31 Selecting previously unselected package libopencv-calib3d4.2:amd64. 2024-08-20T22:07:53.0638349Z #25 29.31 Preparing to unpack .../214-libopencv-calib3d4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:53.0639184Z #25 29.31 Unpacking libopencv-calib3d4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:53.0639945Z #25 29.37 Selecting previously unselected package libtbb-dev:amd64. 2024-08-20T22:07:53.2678592Z #25 29.38 Preparing to unpack .../215-libtbb-dev_2020.1-2_amd64.deb ... 2024-08-20T22:07:53.2679404Z #25 29.38 Unpacking libtbb-dev:amd64 (2020.1-2) ... 2024-08-20T22:07:53.2680137Z #25 29.42 Selecting previously unselected package libopencv-core-dev:amd64. 2024-08-20T22:07:53.2681063Z #25 29.42 Preparing to unpack .../216-libopencv-core-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:53.2681892Z #25 29.43 Unpacking libopencv-core-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:53.2711773Z #25 29.58 Selecting previously unselected package libopencv-flann-dev:amd64. 2024-08-20T22:07:53.3786879Z #25 29.58 Preparing to unpack .../217-libopencv-flann-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:53.3787803Z #25 29.59 Unpacking libopencv-flann-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:53.3788618Z #25 29.62 Selecting previously unselected package libraw1394-dev:amd64. 2024-08-20T22:07:53.3789452Z #25 29.63 Preparing to unpack .../218-libraw1394-dev_2.1.2-1_amd64.deb ... 2024-08-20T22:07:53.3790354Z #25 29.63 Unpacking libraw1394-dev:amd64 (2.1.2-1) ... 2024-08-20T22:07:53.3791100Z #25 29.65 Selecting previously unselected package libdc1394-22-dev:amd64. 2024-08-20T22:07:53.3791958Z #25 29.66 Preparing to unpack .../219-libdc1394-22-dev_2.2.5-2.1_amd64.deb ... 2024-08-20T22:07:53.3792697Z #25 29.66 Unpacking libdc1394-22-dev:amd64 (2.2.5-2.1) ... 2024-08-20T22:07:53.3793487Z #25 29.69 Selecting previously unselected package libopencv-imgproc-dev:amd64. 2024-08-20T22:07:53.5346558Z #25 29.69 Preparing to unpack .../220-libopencv-imgproc-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:53.5349090Z #25 29.69 Unpacking libopencv-imgproc-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:53.5377364Z #25 29.85 Selecting previously unselected package libopencv-imgcodecs-dev:amd64. 2024-08-20T22:07:53.6431284Z #25 29.85 Preparing to unpack .../221-libopencv-imgcodecs-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:53.6432291Z #25 29.85 Unpacking libopencv-imgcodecs-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:53.6433188Z #25 29.89 Selecting previously unselected package libopencv-videoio-dev:amd64. 2024-08-20T22:07:53.6434133Z #25 29.89 Preparing to unpack .../222-libopencv-videoio-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:53.6434999Z #25 29.89 Unpacking libopencv-videoio-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:53.6435759Z #25 29.94 Selecting previously unselected package libopenexr-dev. 2024-08-20T22:07:53.6436600Z #25 29.94 Preparing to unpack .../223-libopenexr-dev_2.3.0-6ubuntu0.5_amd64.deb ... 2024-08-20T22:07:53.6437400Z #25 29.95 Unpacking libopenexr-dev (2.3.0-6ubuntu0.5) ... 2024-08-20T22:07:53.7764894Z #25 30.04 Selecting previously unselected package libswscale-dev:amd64. 2024-08-20T22:07:53.7765945Z #25 30.05 Preparing to unpack .../224-libswscale-dev_7%3a4.2.7-0ubuntu0.1_amd64.deb ... 2024-08-20T22:07:53.7766795Z #25 30.05 Unpacking libswscale-dev:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:07:53.7767567Z #25 30.09 Selecting previously unselected package libjbig-dev:amd64. 2024-08-20T22:07:53.8836624Z #25 30.09 Preparing to unpack .../225-libjbig-dev_2.1-3.1ubuntu0.20.04.1_amd64.deb ... 2024-08-20T22:07:53.8837554Z #25 30.09 Unpacking libjbig-dev:amd64 (2.1-3.1ubuntu0.20.04.1) ... 2024-08-20T22:07:53.8838323Z #25 30.12 Selecting previously unselected package liblzma-dev:amd64. 2024-08-20T22:07:53.8839173Z #25 30.12 Preparing to unpack .../226-liblzma-dev_5.2.4-1ubuntu1.1_amd64.deb ... 2024-08-20T22:07:53.8840160Z #25 30.12 Unpacking liblzma-dev:amd64 (5.2.4-1ubuntu1.1) ... 2024-08-20T22:07:53.8840814Z #25 30.16 Selecting previously unselected package libtiffxx5:amd64. 2024-08-20T22:07:53.8841764Z #25 30.16 Preparing to unpack .../227-libtiffxx5_4.1.0+git191117-2ubuntu0.20.04.13_amd64.deb ... 2024-08-20T22:07:53.8842731Z #25 30.17 Unpacking libtiffxx5:amd64 (4.1.0+git191117-2ubuntu0.20.04.13) ... 2024-08-20T22:07:53.8843543Z #25 30.19 Selecting previously unselected package libtiff-dev:amd64. 2024-08-20T22:07:54.0234910Z #25 30.20 Preparing to unpack .../228-libtiff-dev_4.1.0+git191117-2ubuntu0.20.04.13_amd64.deb ... 2024-08-20T22:07:54.0235953Z #25 30.20 Unpacking libtiff-dev:amd64 (4.1.0+git191117-2ubuntu0.20.04.13) ... 2024-08-20T22:07:54.0236863Z #25 30.24 Selecting previously unselected package libopencv-highgui-dev:amd64. 2024-08-20T22:07:54.0237816Z #25 30.25 Preparing to unpack .../229-libopencv-highgui-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:54.0238681Z #25 30.25 Unpacking libopencv-highgui-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:54.0239496Z #25 30.28 Selecting previously unselected package libopencv-ml-dev:amd64. 2024-08-20T22:07:54.0250806Z #25 30.28 Preparing to unpack .../230-libopencv-ml-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:54.0251610Z #25 30.28 Unpacking libopencv-ml-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:54.0252436Z #25 30.33 Selecting previously unselected package libopencv-features2d-dev:amd64. 2024-08-20T22:07:54.1667276Z #25 30.34 Preparing to unpack .../231-libopencv-features2d-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:54.1668443Z #25 30.34 Unpacking libopencv-features2d-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:54.1669318Z #25 30.39 Selecting previously unselected package libopencv-calib3d-dev:amd64. 2024-08-20T22:07:54.1670280Z #25 30.39 Preparing to unpack .../232-libopencv-calib3d-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:54.1671149Z #25 30.39 Unpacking libopencv-calib3d-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:54.1671859Z #25 30.48 Selecting previously unselected package libprotobuf17:amd64. 2024-08-20T22:07:54.3487802Z #25 30.48 Preparing to unpack .../233-libprotobuf17_3.6.1.3-2ubuntu5.2_amd64.deb ... 2024-08-20T22:07:54.3488818Z #25 30.48 Unpacking libprotobuf17:amd64 (3.6.1.3-2ubuntu5.2) ... 2024-08-20T22:07:54.3489632Z #25 30.57 Selecting previously unselected package libopencv-dnn4.2:amd64. 2024-08-20T22:07:54.3490512Z #25 30.57 Preparing to unpack .../234-libopencv-dnn4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:54.3491316Z #25 30.57 Unpacking libopencv-dnn4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:54.3492147Z #25 30.66 Selecting previously unselected package libopencv-objdetect4.2:amd64. 2024-08-20T22:07:54.4785551Z #25 30.66 Preparing to unpack .../235-libopencv-objdetect4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:54.4786488Z #25 30.66 Unpacking libopencv-objdetect4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:54.4787340Z #25 30.70 Selecting previously unselected package libopencv-photo4.2:amd64. 2024-08-20T22:07:54.4788256Z #25 30.70 Preparing to unpack .../236-libopencv-photo4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:54.4789083Z #25 30.71 Unpacking libopencv-photo4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:54.4789887Z #25 30.75 Selecting previously unselected package libopencv-video4.2:amd64. 2024-08-20T22:07:54.4790790Z #25 30.75 Preparing to unpack .../237-libopencv-video4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:54.4791607Z #25 30.75 Unpacking libopencv-video4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:54.4792394Z #25 30.79 Selecting previously unselected package libopencv-shape4.2:amd64. 2024-08-20T22:07:54.5925660Z #25 30.79 Preparing to unpack .../238-libopencv-shape4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:54.5926541Z #25 30.79 Unpacking libopencv-shape4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:54.5927372Z #25 30.82 Selecting previously unselected package libopencv-stitching4.2:amd64. 2024-08-20T22:07:54.5928346Z #25 30.82 Preparing to unpack .../239-libopencv-stitching4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:54.5929436Z #25 30.83 Unpacking libopencv-stitching4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:54.5930291Z #25 30.87 Selecting previously unselected package libopencv-superres4.2:amd64. 2024-08-20T22:07:54.5931434Z #25 30.87 Preparing to unpack .../240-libopencv-superres4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:54.5932302Z #25 30.87 Unpacking libopencv-superres4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:54.5933152Z #25 30.90 Selecting previously unselected package libopencv-videostab4.2:amd64. 2024-08-20T22:07:54.7865221Z #25 30.90 Preparing to unpack .../241-libopencv-videostab4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:54.7866178Z #25 30.91 Unpacking libopencv-videostab4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:54.7866874Z #25 30.94 Selecting previously unselected package libvtk6.3. 2024-08-20T22:07:54.7867691Z #25 30.94 Preparing to unpack .../242-libvtk6.3_6.3.0+dfsg2-5build2_amd64.deb ... 2024-08-20T22:07:54.7868441Z #25 30.95 Unpacking libvtk6.3 (6.3.0+dfsg2-5build2) ... 2024-08-20T22:07:55.8418700Z #25 32.15 Selecting previously unselected package libopencv-viz4.2:amd64. 2024-08-20T22:07:56.0001191Z #25 32.15 Preparing to unpack .../243-libopencv-viz4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:56.0002027Z #25 32.16 Unpacking libopencv-viz4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:56.0002726Z #25 32.19 Selecting previously unselected package libtesseract4:amd64. 2024-08-20T22:07:56.0003591Z #25 32.19 Preparing to unpack .../244-libtesseract4_4.1.1-2build2_amd64.deb ... 2024-08-20T22:07:56.0004367Z #25 32.20 Unpacking libtesseract4:amd64 (4.1.1-2build2) ... 2024-08-20T22:07:56.0005332Z #25 32.31 Selecting previously unselected package libopencv-contrib4.2:amd64. 2024-08-20T22:07:56.1565315Z #25 32.31 Preparing to unpack .../245-libopencv-contrib4.2_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:56.1566249Z #25 32.31 Unpacking libopencv-contrib4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:56.2497100Z #25 32.56 Selecting previously unselected package libopencv-dnn-dev:amd64. 2024-08-20T22:07:56.3818014Z #25 32.56 Preparing to unpack .../246-libopencv-dnn-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:56.3818874Z #25 32.56 Unpacking libopencv-dnn-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:56.3819723Z #25 32.69 Selecting previously unselected package libopencv-objdetect-dev:amd64. 2024-08-20T22:07:56.5277676Z #25 32.69 Preparing to unpack .../247-libopencv-objdetect-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:56.5278673Z #25 32.70 Unpacking libopencv-objdetect-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:56.5279539Z #25 32.73 Selecting previously unselected package libopencv-photo-dev:amd64. 2024-08-20T22:07:56.5280471Z #25 32.74 Preparing to unpack .../248-libopencv-photo-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:56.5281308Z #25 32.74 Unpacking libopencv-photo-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:56.5282109Z #25 32.78 Selecting previously unselected package libopencv-video-dev:amd64. 2024-08-20T22:07:56.5283027Z #25 32.78 Preparing to unpack .../249-libopencv-video-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:56.5283877Z #25 32.79 Unpacking libopencv-video-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:56.5284675Z #25 32.84 Selecting previously unselected package libopencv-shape-dev:amd64. 2024-08-20T22:07:56.6426378Z #25 32.84 Preparing to unpack .../250-libopencv-shape-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:56.6427286Z #25 32.84 Unpacking libopencv-shape-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:56.6428130Z #25 32.87 Selecting previously unselected package libopencv-stitching-dev:amd64. 2024-08-20T22:07:56.6429129Z #25 32.87 Preparing to unpack .../251-libopencv-stitching-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:56.6430020Z #25 32.88 Unpacking libopencv-stitching-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:56.6431037Z #25 32.92 Selecting previously unselected package libopencv-superres-dev:amd64. 2024-08-20T22:07:56.6432077Z #25 32.92 Preparing to unpack .../252-libopencv-superres-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:56.6433719Z #25 32.92 Unpacking libopencv-superres-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:56.6434571Z #25 32.95 Selecting previously unselected package libopencv-videostab-dev:amd64. 2024-08-20T22:07:56.8820403Z #25 32.95 Preparing to unpack .../253-libopencv-videostab-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:56.8821348Z #25 32.96 Unpacking libopencv-videostab-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:56.8822211Z #25 32.99 Selecting previously unselected package libopencv-viz-dev:amd64. 2024-08-20T22:07:56.8823133Z #25 33.00 Preparing to unpack .../254-libopencv-viz-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:56.8823935Z #25 33.00 Unpacking libopencv-viz-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:56.8824752Z #25 33.04 Selecting previously unselected package libopencv-contrib-dev:amd64. 2024-08-20T22:07:56.8825703Z #25 33.04 Preparing to unpack .../255-libopencv-contrib-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:56.8826553Z #25 33.04 Unpacking libopencv-contrib-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:57.0673555Z #25 33.38 Selecting previously unselected package libopencv-ts-dev:amd64. 2024-08-20T22:07:57.1771687Z #25 33.38 Preparing to unpack .../256-libopencv-ts-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:57.1772553Z #25 33.38 Unpacking libopencv-ts-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:07:57.1773292Z #25 33.43 Selecting previously unselected package libopencv4.2-jni. 2024-08-20T22:07:57.1774255Z #25 33.43 Preparing to unpack .../257-libopencv4.2-jni_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:57.1775024Z #25 33.44 Unpacking libopencv4.2-jni (4.2.0+dfsg-5) ... 2024-08-20T22:07:57.1775981Z #25 33.49 Selecting previously unselected package libopencv4.2-java. 2024-08-20T22:07:57.3088534Z #25 33.49 Preparing to unpack .../258-libopencv4.2-java_4.2.0+dfsg-5_all.deb ... 2024-08-20T22:07:57.3090902Z #25 33.49 Unpacking libopencv4.2-java (4.2.0+dfsg-5) ... 2024-08-20T22:07:57.3092954Z #25 33.57 Selecting previously unselected package libopencv-dev. 2024-08-20T22:07:57.3095411Z #25 33.57 Preparing to unpack .../259-libopencv-dev_4.2.0+dfsg-5_amd64.deb ... 2024-08-20T22:07:57.3096168Z #25 33.57 Unpacking libopencv-dev (4.2.0+dfsg-5) ... 2024-08-20T22:07:57.3096772Z #25 33.62 Setting up libgme0:amd64 (0.6.2-1build1) ... 2024-08-20T22:07:57.4129950Z #25 33.63 Setting up libssh-gcrypt-4:amd64 (0.9.3-2ubuntu2.5) ... 2024-08-20T22:07:57.4130881Z #25 33.64 Setting up libgraphite2-3:amd64 (1.3.13-11build1) ... 2024-08-20T22:07:57.4131556Z #25 33.64 Setting up libxcb-dri3-0:amd64 (1.14-2) ... 2024-08-20T22:07:57.4132142Z #25 33.65 Setting up liblcms2-2:amd64 (2.9-4) ... 2024-08-20T22:07:57.4132784Z #25 33.66 Setting up libpixman-1-0:amd64 (0.38.4-0ubuntu2.1) ... 2024-08-20T22:07:57.4133496Z #25 33.67 Setting up libx11-xcb1:amd64 (2:1.6.9-2ubuntu1.6) ... 2024-08-20T22:07:57.4134276Z #25 33.68 Setting up libpciaccess0:amd64 (0.16-0ubuntu1) ... 2024-08-20T22:07:57.4134918Z #25 33.69 Setting up mysql-common (5.8+1.0.5ubuntu2) ... 2024-08-20T22:07:57.4135935Z #25 33.71 update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode 2024-08-20T22:07:57.4136901Z #25 33.71 Setting up fontconfig (2.13.1-2ubuntu3) ... 2024-08-20T22:07:59.4239987Z #25 33.72 Regenerating fonts cache... done. 2024-08-20T22:07:59.5385769Z #25 35.74 Setting up libmysqlclient21:amd64 (8.0.39-0ubuntu0.20.04.1) ... 2024-08-20T22:07:59.5386545Z #25 35.75 Setting up libraw1394-11:amd64 (2.1.2-1) ... 2024-08-20T22:07:59.5387164Z #25 35.76 Setting up libxdamage1:amd64 (1:1.1.5-2) ... 2024-08-20T22:07:59.5387759Z #25 35.77 Setting up libmpg123-0:amd64 (1.25.13-1) ... 2024-08-20T22:07:59.5388384Z #25 35.77 Setting up libxcb-xfixes0:amd64 (1.14-2) ... 2024-08-20T22:07:59.5389110Z #25 35.78 Setting up libxerces-c3.2:amd64 (3.2.2+debian-1ubuntu0.2) ... 2024-08-20T22:07:59.5389912Z #25 35.79 Setting up libspeex1:amd64 (1.2~rc1.2-1.1ubuntu1.20.04.1) ... 2024-08-20T22:07:59.5390574Z #25 35.80 Setting up proj-data (6.3.1-1) ... 2024-08-20T22:07:59.5391133Z #25 35.81 Setting up libshine3:amd64 (3.1.1-2) ... 2024-08-20T22:07:59.5392019Z #25 35.82 Setting up libxpm4:amd64 (1:3.5.12-1ubuntu0.20.04.2) ... 2024-08-20T22:07:59.5392789Z #25 35.83 Setting up hicolor-icon-theme (0.17-2) ... 2024-08-20T22:07:59.5393399Z #25 35.85 Setting up libxi6:amd64 (2:1.7.10-0ubuntu1) ... 2024-08-20T22:07:59.6466003Z #25 35.86 Setting up libtwolame0:amd64 (0.4.0-2) ... 2024-08-20T22:07:59.6466705Z #25 35.87 Setting up libgeos-3.8.0:amd64 (3.8.0-1build1) ... 2024-08-20T22:07:59.6467341Z #25 35.87 Setting up libdatrie1:amd64 (0.2.12-3) ... 2024-08-20T22:07:59.6467947Z #25 35.88 Setting up libogdi4.1 (4.1.0+ds-1build1) ... 2024-08-20T22:07:59.6468526Z #25 35.89 Setting up libgsm1:amd64 (1.0.18-2) ... 2024-08-20T22:07:59.6469203Z #25 35.90 Setting up libx264-155:amd64 (2:0.155.2917+git0a84d98-2) ... 2024-08-20T22:07:59.6469934Z #25 35.91 Setting up libcharls2:amd64 (2.0.0+dfsg-1build1) ... 2024-08-20T22:07:59.6470586Z #25 35.91 Setting up libminizip1:amd64 (1.1-8build1) ... 2024-08-20T22:07:59.6471206Z #25 35.92 Setting up libxcb-render0:amd64 (1.14-2) ... 2024-08-20T22:07:59.6471828Z #25 35.93 Setting up libsoxr0:amd64 (0.1.3-2build1) ... 2024-08-20T22:07:59.6472490Z #25 35.94 Setting up libglvnd0:amd64 (1.3.2-1~ubuntu0.20.04.2) ... 2024-08-20T22:07:59.6473142Z #25 35.95 Setting up libxcb-glx0:amd64 (1.14-2) ... 2024-08-20T22:07:59.6473890Z #25 35.96 Setting up libaom0:amd64 (1.0.0.errata1-3+deb11u1build0.20.04.1) ... 2024-08-20T22:07:59.7570121Z #25 35.96 Setting up libraw1394-dev:amd64 (2.1.2-1) ... 2024-08-20T22:07:59.7570790Z #25 35.97 Setting up libedit2:amd64 (3.1-20191231-1) ... 2024-08-20T22:07:59.7571760Z #25 35.98 Setting up libgdk-pixbuf2.0-common (2.40.0+dfsg-3ubuntu0.5) ... 2024-08-20T22:07:59.7572484Z #25 35.99 Setting up libtbb2:amd64 (2020.1-2) ... 2024-08-20T22:07:59.7573052Z #25 36.00 Setting up libarpack2:amd64 (3.7.0-3) ... 2024-08-20T22:07:59.7573813Z #25 36.01 Setting up libsensors-config (1:3.6.0-2ubuntu1.1) ... 2024-08-20T22:07:59.7574530Z #25 36.02 Setting up libpq5:amd64 (12.20-0ubuntu0.20.04.1) ... 2024-08-20T22:07:59.7575196Z #25 36.03 Setting up libsuperlu5:amd64 (5.2.1+dfsg1-4) ... 2024-08-20T22:07:59.7575802Z #25 36.04 Setting up libdap25:amd64 (3.20.5-1) ... 2024-08-20T22:07:59.7576336Z #25 36.07 Setting up xkb-data (2.29-2) ... 2024-08-20T22:07:59.8623583Z #25 36.08 Setting up libqhull7:amd64 (2015.2-4) ... 2024-08-20T22:07:59.8624248Z #25 36.08 Setting up libxcb-shm0:amd64 (1.14-2) ... 2024-08-20T22:07:59.8624870Z #25 36.09 Setting up libatspi2.0-0:amd64 (2.36.0-2) ... 2024-08-20T22:07:59.8625476Z #25 36.10 Setting up libxvidcore4:amd64 (2:1.3.7-1) ... 2024-08-20T22:07:59.8626119Z #25 36.11 Setting up libepsilon1:amd64 (0.9.2+dfsg-4) ... 2024-08-20T22:07:59.8626772Z #25 36.12 Setting up libilmbase24:amd64 (2.3.0-6build1) ... 2024-08-20T22:07:59.8627452Z #25 36.12 Setting up libjbig0:amd64 (2.1-3.1ubuntu0.20.04.1) ... 2024-08-20T22:07:59.8628134Z #25 36.13 Setting up libcairo2:amd64 (1.16.0-4ubuntu1) ... 2024-08-20T22:07:59.8628725Z #25 36.14 Setting up libaec0:amd64 (1.0.4-1) ... 2024-08-20T22:07:59.8629273Z #25 36.15 Setting up libcolord2:amd64 (1.4.4-2) ... 2024-08-20T22:07:59.8629879Z #25 36.16 Setting up gdal-data (3.0.4+dfsg-1build3) ... 2024-08-20T22:07:59.8630525Z #25 36.17 Setting up libxxf86vm1:amd64 (1:1.1.4-1build1) ... 2024-08-20T22:07:59.9647685Z #25 36.18 Setting up libsnappy1v5:amd64 (1.1.8-1build1) ... 2024-08-20T22:07:59.9648495Z #25 36.19 Setting up libxnvctrl0:amd64 (470.57.01-0ubuntu0.20.04.3) ... 2024-08-20T22:07:59.9649211Z #25 36.20 Setting up libxcb-present0:amd64 (1.14-2) ... 2024-08-20T22:07:59.9649821Z #25 36.21 Setting up libcfitsio8:amd64 (3.470-3) ... 2024-08-20T22:07:59.9650479Z #25 36.22 Setting up libopenexr24:amd64 (2.3.0-6ubuntu0.5) ... 2024-08-20T22:07:59.9651082Z #25 36.23 Setting up libva2:amd64 (2.7.0-2) ... 2024-08-20T22:07:59.9651636Z #25 36.24 Setting up libepoxy0:amd64 (1.5.4-1) ... 2024-08-20T22:07:59.9652286Z #25 36.24 Setting up libnspr4:amd64 (2:4.35-0ubuntu0.20.04.1) ... 2024-08-20T22:07:59.9652928Z #25 36.25 Setting up libxfixes3:amd64 (1:5.0.3-2) ... 2024-08-20T22:07:59.9653842Z #25 36.26 Setting up libxcb-sync1:amd64 (1.14-2) ... 2024-08-20T22:07:59.9654450Z #25 36.27 Setting up libcodec2-0.9:amd64 (0.9.2-2) ... 2024-08-20T22:08:00.1648042Z #25 36.28 Setting up libavahi-common-data:amd64 (0.7-4ubuntu7.3) ... 2024-08-20T22:08:00.1648879Z #25 36.29 Setting up libllvm12:amd64 (1:12.0.0-3ubuntu1~20.04.5) ... 2024-08-20T22:08:00.1649634Z #25 36.30 Setting up libfribidi0:amd64 (1.0.8-2ubuntu0.1) ... 2024-08-20T22:08:00.1650298Z #25 36.31 Setting up libopus0:amd64 (1.3.1-0ubuntu1) ... 2024-08-20T22:08:00.1650892Z #25 36.32 Setting up shared-mime-info (1.15-1) ... 2024-08-20T22:08:01.7747664Z #25 38.08 Setting up libxinerama1:amd64 (2:1.1.4-2) ... 2024-08-20T22:08:01.8786202Z #25 38.10 Setting up libexif12:amd64 (0.6.21-6ubuntu0.4) ... 2024-08-20T22:08:01.8786917Z #25 38.11 Setting up libhwloc15:amd64 (2.1.0+dfsg-4) ... 2024-08-20T22:08:01.8787636Z #25 38.12 Setting up libevent-core-2.1-7:amd64 (2.1.11-stable-1) ... 2024-08-20T22:08:01.8788380Z #25 38.14 Setting up libevent-2.1-7:amd64 (2.1.11-stable-1) ... 2024-08-20T22:08:01.8789081Z #25 38.15 Setting up libxrandr2:amd64 (2:1.5.2-0ubuntu1) ... 2024-08-20T22:08:01.8789781Z #25 38.16 Setting up liborc-0.4-0:amd64 (1:0.4.31-1ubuntu0.1) ... 2024-08-20T22:08:01.8790503Z #25 38.17 Setting up libwebp6:amd64 (0.6.1-2ubuntu0.20.04.3) ... 2024-08-20T22:08:01.8791176Z #25 38.19 Setting up libgeos-c1v5:amd64 (3.8.0-1build1) ... 2024-08-20T22:08:01.9799373Z #25 38.21 Setting up libsocket++1:amd64 (1.12.13-10build1) ... 2024-08-20T22:08:01.9800062Z #25 38.23 Setting up libproj15:amd64 (6.3.1-1) ... 2024-08-20T22:08:01.9800935Z #25 38.24 Setting up libodbc1:amd64 (2.3.6-0.1ubuntu0.1) ... 2024-08-20T22:08:01.9801647Z #25 38.25 Setting up libsensors5:amd64 (1:3.6.0-2ubuntu1.1) ... 2024-08-20T22:08:01.9802425Z #25 38.26 Setting up libglapi-mesa:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... 2024-08-20T22:08:01.9803140Z #25 38.28 Setting up libvulkan1:amd64 (1.2.131.2-1) ... 2024-08-20T22:08:01.9803752Z #25 38.29 Setting up libhdf4-0-alt (4.2.14-1ubuntu1) ... 2024-08-20T22:08:02.0805876Z #25 38.30 Setting up liblzma-dev:amd64 (5.2.4-1ubuntu1.1) ... 2024-08-20T22:08:02.0806581Z #25 38.31 Setting up libxcb-dri2-0:amd64 (1.14-2) ... 2024-08-20T22:08:02.0807219Z #25 38.33 Setting up libgif7:amd64 (5.1.9-1ubuntu0.1) ... 2024-08-20T22:08:02.0807848Z #25 38.34 Setting up libatk1.0-data (2.35.1-1ubuntu2) ... 2024-08-20T22:08:02.0808477Z #25 38.35 Setting up liburiparser1:amd64 (0.9.3-2) ... 2024-08-20T22:08:02.0809066Z #25 38.36 Setting up libnuma1:amd64 (2.0.12-1) ... 2024-08-20T22:08:02.0809634Z #25 38.38 Setting up libfreexl1:amd64 (1.0.5-3) ... 2024-08-20T22:08:02.0810327Z #25 38.39 Setting up ocl-icd-libopencl1:amd64 (2.2.11-1ubuntu1) ... 2024-08-20T22:08:02.1878564Z #25 38.40 Setting up libxshmfence1:amd64 (1.3-1) ... 2024-08-20T22:08:02.1879905Z #25 38.42 Setting up libvpx6:amd64 (1.8.2-1ubuntu0.3) ... 2024-08-20T22:08:02.1880608Z #25 38.43 Setting up libvdpau1:amd64 (1.3-1ubuntu2) ... 2024-08-20T22:08:02.1881290Z #25 38.45 Setting up libwavpack1:amd64 (5.2.0-1ubuntu0.1) ... 2024-08-20T22:08:02.1881972Z #25 38.46 Setting up libfyba0:amd64 (4.1.1-6build1) ... 2024-08-20T22:08:02.1882654Z #25 38.47 Setting up libtheora0:amd64 (1.1.1+dfsg.1-15ubuntu2) ... 2024-08-20T22:08:02.1883357Z #25 38.48 Setting up libkmlbase1:amd64 (1.3.0-8build1) ... 2024-08-20T22:08:02.1884009Z #25 38.50 Setting up libdapclient6v5:amd64 (3.20.5-1) ... 2024-08-20T22:08:02.2996518Z #25 38.51 Setting up libnl-3-200:amd64 (3.4.0-1ubuntu0.1) ... 2024-08-20T22:08:02.2997273Z #25 38.53 Setting up libpsm2-2 (11.2.86-1) ... 2024-08-20T22:08:02.2997971Z #25 38.54 Setting up libopenjp2-7:amd64 (2.3.1-1ubuntu4.20.04.1) ... 2024-08-20T22:08:02.2998715Z #25 38.56 Setting up libharfbuzz0b:amd64 (2.6.4-1ubuntu4.2) ... 2024-08-20T22:08:02.2999357Z #25 38.57 Setting up libthai-data (0.1.28-3) ... 2024-08-20T22:08:02.3000034Z #25 38.58 Setting up libjson-glib-1.0-common (1.4.4-2ubuntu2) ... 2024-08-20T22:08:02.3000792Z #25 38.60 Setting up libcairo-gobject2:amd64 (1.16.0-4ubuntu1) ... 2024-08-20T22:08:02.3001773Z #25 38.61 Setting up libatk1.0-0:amd64 (2.35.1-1ubuntu2) ... 2024-08-20T22:08:02.4014503Z #25 38.62 Setting up libtiff5:amd64 (4.1.0+git191117-2ubuntu0.20.04.13) ... 2024-08-20T22:08:02.4015407Z #25 38.63 Setting up libprotobuf17:amd64 (3.6.1.3-2ubuntu5.2) ... 2024-08-20T22:08:02.4016175Z #25 38.65 Setting up libwayland-egl1:amd64 (1.18.0-1ubuntu0.1) ... 2024-08-20T22:08:02.4016895Z #25 38.66 Setting up libusb-1.0-0:amd64 (2:1.0.23-2build1) ... 2024-08-20T22:08:02.4017549Z #25 38.67 Setting up libtbb-dev:amd64 (2020.1-2) ... 2024-08-20T22:08:02.4018265Z #25 38.69 Setting up libgphoto2-port12:amd64 (2.5.25-0ubuntu0.1) ... 2024-08-20T22:08:02.4019014Z #25 38.70 Setting up libpsm-infinipath1 (3.3+20.604758e7-6) ... 2024-08-20T22:08:02.4020502Z #25 38.71 update-alternatives: using /usr/lib/libpsm1/libpsm_infinipath.so.1.16 to provide /usr/lib/x86_64-linux-gnu/libpsm_infinipath.so.1 (libpsm_infinipath.so.1) in auto mode 2024-08-20T22:08:02.5115363Z #25 38.72 Setting up libarmadillo9 (1:9.800.4+dfsg-1build1) ... 2024-08-20T22:08:02.5116145Z #25 38.73 Setting up libsoup-gnome2.4-1:amd64 (2.70.0-1) ... 2024-08-20T22:08:02.5116795Z #25 38.74 Setting up libbluray2:amd64 (1:1.2.0-1) ... 2024-08-20T22:08:02.5117498Z #25 38.76 Setting up libwebpmux3:amd64 (0.6.1-2ubuntu0.20.04.3) ... 2024-08-20T22:08:02.5118251Z #25 38.77 Setting up libdrm-common (2.4.107-8ubuntu1~20.04.2) ... 2024-08-20T22:08:02.5118937Z #25 38.78 Setting up libxcomposite1:amd64 (1:0.4.5-1) ... 2024-08-20T22:08:02.5119600Z #25 38.80 Setting up libopenmpt0:amd64 (0.4.11-1build1) ... 2024-08-20T22:08:02.5120454Z #25 38.81 Setting up libzvbi-common (0.2.35-17) ... 2024-08-20T22:08:02.5121115Z #25 38.82 Setting up libgtk-3-common (3.24.20-0ubuntu1.2) ... 2024-08-20T22:08:02.6204246Z #25 38.84 Setting up libmp3lame0:amd64 (3.100-3) ... 2024-08-20T22:08:02.6206261Z #25 38.85 Setting up libilmbase-dev:amd64 (2.3.0-6build1) ... 2024-08-20T22:08:02.6207806Z #25 38.86 Setting up libsz2:amd64 (1.0.4-1) ... 2024-08-20T22:08:02.6208526Z #25 38.88 Setting up libtiffxx5:amd64 (4.1.0+git191117-2ubuntu0.20.04.13) ... 2024-08-20T22:08:02.6209407Z #25 38.89 Setting up libevent-pthreads-2.1-7:amd64 (2.1.11-stable-1) ... 2024-08-20T22:08:02.6210145Z #25 38.90 Setting up libxkbcommon0:amd64 (0.10.0-1) ... 2024-08-20T22:08:02.6210772Z #25 38.92 Setting up libkmldom1:amd64 (1.3.0-8build1) ... 2024-08-20T22:08:02.6211501Z #25 38.93 Setting up libwayland-client0:amd64 (1.18.0-1ubuntu0.1) ... 2024-08-20T22:08:02.7331065Z #25 38.94 Setting up libspatialite7:amd64 (4.3.0a-6build1) ... 2024-08-20T22:08:02.7332771Z #25 38.96 Setting up libzvbi0:amd64 (0.2.35-17) ... 2024-08-20T22:08:02.7333379Z #25 38.97 Setting up librest-0.7-0:amd64 (0.8.1-1) ... 2024-08-20T22:08:02.7334159Z #25 38.98 Setting up libexif-dev:amd64 (0.6.21-6ubuntu0.4) ... 2024-08-20T22:08:02.7334877Z #25 38.99 Setting up libopencv-core4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:02.7335572Z #25 39.01 Setting up libkmlengine1:amd64 (1.3.0-8build1) ... 2024-08-20T22:08:02.7336241Z #25 39.02 Setting up libx265-179:amd64 (3.2.1-1build1) ... 2024-08-20T22:08:02.7336956Z #25 39.03 Setting up libopencv-imgproc4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:02.7337624Z #25 39.04 Setting up libxcursor1:amd64 (1:1.2.0-2) ... 2024-08-20T22:08:02.8366998Z #25 39.06 Setting up libavahi-common3:amd64 (0.7-4ubuntu7.3) ... 2024-08-20T22:08:02.8367690Z #25 39.07 Setting up libdc1394-22:amd64 (2.2.5-2.1) ... 2024-08-20T22:08:02.8368412Z #25 39.08 Setting up libjbig-dev:amd64 (2.1-3.1ubuntu0.20.04.1) ... 2024-08-20T22:08:02.8369286Z #25 39.09 Setting up libgstreamer-plugins-base1.0-0:amd64 (1.16.3-0ubuntu1.3) ... 2024-08-20T22:08:02.8370137Z #25 39.10 Setting up libnss3:amd64 (2:3.98-0ubuntu0.20.04.2) ... 2024-08-20T22:08:02.8370847Z #25 39.12 Setting up libpoppler97:amd64 (0.86.1-0ubuntu1.4) ... 2024-08-20T22:08:02.8371567Z #25 39.13 Setting up libhwloc-plugins:amd64 (2.1.0+dfsg-4) ... 2024-08-20T22:08:02.8372214Z #25 39.15 Setting up liblept5:amd64 (1.79.0-1) ... 2024-08-20T22:08:02.9452522Z #25 39.16 Setting up libgeotiff5:amd64 (1.5.1-2) ... 2024-08-20T22:08:02.9454544Z #25 39.17 Setting up libjson-glib-1.0-0:amd64 (1.4.4-2ubuntu2) ... 2024-08-20T22:08:02.9455307Z #25 39.18 Setting up libnl-route-3-200:amd64 (3.4.0-1ubuntu0.1) ... 2024-08-20T22:08:02.9456320Z #25 39.19 Setting up libatk-bridge2.0-0:amd64 (2.34.2-0ubuntu2~20.04.1) ... 2024-08-20T22:08:02.9457037Z #25 39.21 Setting up libthai0:amd64 (0.1.28-3) ... 2024-08-20T22:08:02.9457655Z #25 39.22 Setting up libopenexr-dev (2.3.0-6ubuntu0.5) ... 2024-08-20T22:08:02.9458441Z #25 39.24 Setting up libtiff-dev:amd64 (4.1.0+git191117-2ubuntu0.20.04.13) ... 2024-08-20T22:08:02.9459325Z #25 39.25 Setting up libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-3ubuntu0.5) ... 2024-08-20T22:08:03.0513407Z #25 39.28 Setting up libgdcm3.0:amd64 (3.0.5-1.1ubuntu2) ... 2024-08-20T22:08:03.0515286Z #25 39.30 Setting up libhdf5-103:amd64 (1.10.4+repack-11ubuntu1) ... 2024-08-20T22:08:03.0516018Z #25 39.31 Setting up libgd3:amd64 (2.2.5-5.2ubuntu2.1) ... 2024-08-20T22:08:03.0516695Z #25 39.34 Setting up libtesseract4:amd64 (4.1.1-2build2) ... 2024-08-20T22:08:03.0517409Z #25 39.35 Setting up libdrm2:amd64 (2.4.107-8ubuntu1~20.04.2) ... 2024-08-20T22:08:03.0518143Z #25 39.36 Setting up libopencv-core-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:03.1518093Z #25 39.37 Setting up libva-drm2:amd64 (2.7.0-2) ... 2024-08-20T22:08:03.1518813Z #25 39.39 Setting up libopencv-flann4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:03.1519603Z #25 39.40 Setting up libwayland-cursor0:amd64 (1.18.0-1ubuntu0.1) ... 2024-08-20T22:08:03.1520378Z #25 39.41 Setting up libopencv-photo4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:03.1521313Z #25 39.42 Setting up libva-x11-2:amd64 (2.7.0-2) ... 2024-08-20T22:08:03.1521983Z #25 39.43 Setting up libavahi-client3:amd64 (0.7-4ubuntu7.3) ... 2024-08-20T22:08:03.1522705Z #25 39.45 Setting up libopencv-ml4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:03.1523475Z #25 39.46 Setting up libdrm-amdgpu1:amd64 (2.4.107-8ubuntu1~20.04.2) ... 2024-08-20T22:08:03.2543923Z #25 39.47 Setting up gtk-update-icon-cache (3.24.20-0ubuntu1.2) ... 2024-08-20T22:08:03.2544753Z #25 39.49 Setting up libopencv-flann-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:03.2545466Z #25 39.50 Setting up libibverbs1:amd64 (28.0-1ubuntu1) ... 2024-08-20T22:08:03.2546115Z #25 39.55 Setting up libgdcm-dev (3.0.5-1.1ubuntu2) ... 2024-08-20T22:08:03.2546851Z #25 39.56 Setting up libdrm-nouveau2:amd64 (2.4.107-8ubuntu1~20.04.2) ... 2024-08-20T22:08:03.3716553Z #25 39.58 Setting up libopencv-ml-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:03.3717567Z #25 39.59 Setting up libdc1394-22-dev:amd64 (2.2.5-2.1) ... 2024-08-20T22:08:03.3718220Z #25 39.60 Setting up libpmix2:amd64 (3.1.5-1) ... 2024-08-20T22:08:03.3718857Z #25 39.61 Setting up libopencv-dnn4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:03.3719623Z #25 39.63 Setting up libdrm-radeon1:amd64 (2.4.107-8ubuntu1~20.04.2) ... 2024-08-20T22:08:03.3720385Z #25 39.64 Setting up libpango-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2024-08-20T22:08:03.3721128Z #25 39.65 Setting up libdrm-intel1:amd64 (2.4.107-8ubuntu1~20.04.2) ... 2024-08-20T22:08:03.3721958Z #25 39.66 Setting up libgl1-mesa-dri:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... 2024-08-20T22:08:03.3722730Z #25 39.68 Setting up libopencv-ts-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:03.4724163Z #25 39.69 Setting up libavutil56:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:08:03.4724890Z #25 39.70 Setting up libnetcdf15:amd64 (1:4.7.3-1) ... 2024-08-20T22:08:03.4725572Z #25 39.72 Setting up libgphoto2-6:amd64 (2.5.25-0ubuntu0.1) ... 2024-08-20T22:08:03.4726321Z #25 39.73 Setting up libopencv-imgproc-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:03.4727069Z #25 39.74 Setting up libopencv-dnn-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:03.4727761Z #25 39.76 Setting up libcups2:amd64 (2.3.1-9ubuntu1.8) ... 2024-08-20T22:08:03.4728442Z #25 39.77 Setting up libswscale5:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:08:03.4729158Z #25 39.78 Setting up libpangoft2-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2024-08-20T22:08:03.5761894Z #25 39.80 Setting up libpangocairo-1.0-0:amd64 (1.44.7-2ubuntu4) ... 2024-08-20T22:08:03.5763629Z #25 39.81 Setting up libavutil-dev:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:08:03.5764407Z #25 39.82 Setting up librdmacm1:amd64 (28.0-1ubuntu1) ... 2024-08-20T22:08:03.5765165Z #25 39.83 Setting up libglx-mesa0:amd64 (21.2.6-0ubuntu0.1~20.04.2) ... 2024-08-20T22:08:03.5765920Z #25 39.85 Setting up libglx0:amd64 (1.3.2-1~ubuntu0.20.04.2) ... 2024-08-20T22:08:03.5766665Z #25 39.86 Setting up libgphoto2-dev:amd64 (2.5.25-0ubuntu0.1) ... 2024-08-20T22:08:03.5767413Z #25 39.87 Setting up libopencv-photo-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:03.5768167Z #25 39.89 Setting up libswresample3:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:08:03.6855990Z #25 39.90 Setting up libnetcdf-c++4 (4.2-11build2) ... 2024-08-20T22:08:03.6856761Z #25 39.91 Setting up libavresample4:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:08:03.6857519Z #25 39.92 Setting up librsvg2-2:amd64 (2.48.9-1ubuntu0.20.04.4) ... 2024-08-20T22:08:03.6858261Z #25 39.93 Setting up libgl1:amd64 (1.3.2-1~ubuntu0.20.04.2) ... 2024-08-20T22:08:03.6859009Z #25 39.95 Setting up libswscale-dev:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:08:03.6859801Z #25 39.96 Setting up librsvg2-common:amd64 (2.48.9-1ubuntu0.20.04.4) ... 2024-08-20T22:08:03.6860564Z #25 39.98 Setting up libavcodec58:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:08:03.6861288Z #25 39.99 Setting up libchromaprint1:amd64 (1.4.3-3build1) ... 2024-08-20T22:08:03.7891833Z #25 40.01 Setting up libfabric1 (1.6.2-3ubuntu0.1) ... 2024-08-20T22:08:03.7892613Z #25 40.02 Setting up libswresample-dev:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:08:03.7893650Z #25 40.03 Setting up libavformat58:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:08:03.7894636Z #25 40.05 Setting up libavcodec-dev:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:08:03.7895361Z #25 40.06 Setting up libopenmpi3:amd64 (4.0.3-0ubuntu1) ... 2024-08-20T22:08:03.7896088Z #25 40.07 Setting up libavresample-dev:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:08:03.7896869Z #25 40.09 Setting up libavformat-dev:amd64 (7:4.2.7-0ubuntu0.1) ... 2024-08-20T22:08:03.7897560Z #25 40.10 Setting up libgl2ps1.4 (1.4.0+dfsg1-2) ... 2024-08-20T22:08:03.8894100Z #25 40.11 Setting up libhdf5-openmpi-103:amd64 (1.10.4+repack-11ubuntu1) ... 2024-08-20T22:08:03.8894923Z #25 40.12 Setting up libvtk6.3 (6.3.0+dfsg2-5build2) ... 2024-08-20T22:08:03.8895603Z #25 40.14 Setting up libopencv-viz4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:03.8896303Z #25 40.15 Setting up libopencv-viz-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:03.8896971Z #25 40.17 Setting up odbcinst (2.3.6-0.1ubuntu0.1) ... 2024-08-20T22:08:03.8897685Z #25 40.20 Setting up adwaita-icon-theme (3.36.1-2ubuntu0.20.04.2) ... 2024-08-20T22:08:03.9993124Z #25 40.23 update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode 2024-08-20T22:08:03.9994466Z #25 40.24 Setting up odbcinst1debian2:amd64 (2.3.6-0.1ubuntu0.1) ... 2024-08-20T22:08:03.9995174Z #25 40.27 Setting up libgdal26 (3.0.4+dfsg-1build3) ... 2024-08-20T22:08:03.9995896Z #25 40.28 Setting up libopencv-imgcodecs4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:03.9996677Z #25 40.29 Setting up libopencv-imgcodecs-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:03.9997383Z #25 40.31 Setting up humanity-icon-theme (0.6.15) ... 2024-08-20T22:08:04.2035718Z #25 40.51 Setting up libopencv-videoio4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.3408841Z #25 40.52 Setting up ubuntu-mono (19.04-0ubuntu3) ... 2024-08-20T22:08:04.3409588Z #25 40.59 Setting up libopencv-videoio-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.3410472Z #25 40.65 Processing triggers for libglib2.0-0:amd64 (2.64.6-1~ubuntu20.04.7) ... 2024-08-20T22:08:04.4526141Z #25 40.67 Setting up libgtk-3-0:amd64 (3.24.20-0ubuntu1.2) ... 2024-08-20T22:08:04.4526907Z #25 40.70 Processing triggers for libc-bin (2.31-0ubuntu9.16) ... 2024-08-20T22:08:04.4527670Z #25 40.74 Setting up libopencv-highgui4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.4528448Z #25 40.76 Setting up libopencv-features2d4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.5713965Z #25 40.78 Setting up libopencv-calib3d4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.5714848Z #25 40.79 Setting up libopencv-highgui-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.5715646Z #25 40.81 Setting up libopencv-features2d-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.5716425Z #25 40.82 Setting up libopencv-calib3d-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.5717182Z #25 40.83 Setting up libopencv-video4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.5717949Z #25 40.85 Setting up libopencv-videostab4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.5718713Z #25 40.88 Setting up libopencv-superres4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.6877353Z #25 40.89 Setting up libopencv-objdetect4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.6878191Z #25 40.91 Setting up libopencv-stitching4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.6878959Z #25 40.92 Setting up libopencv-video-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.6879734Z #25 40.93 Setting up libopencv-videostab-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.6880499Z #25 40.95 Setting up libopencv-shape4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.6881263Z #25 40.96 Setting up libopencv-objdetect-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.6882021Z #25 40.97 Setting up libopencv-shape-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.6882785Z #25 41.00 Setting up libopencv-superres-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.8497424Z #25 41.01 Setting up libopencv-contrib4.2:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.8498353Z #25 41.02 Setting up libopencv4.2-jni (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.8499104Z #25 41.03 Setting up libopencv-stitching-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.8499891Z #25 41.04 Setting up libopencv-contrib-dev:amd64 (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.8500600Z #25 41.05 Setting up libopencv4.2-java (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.8501210Z #25 41.06 Setting up libopencv-dev (4.2.0+dfsg-5) ... 2024-08-20T22:08:04.8502049Z #25 41.07 Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.40.0+dfsg-3ubuntu0.5) ... 2024-08-20T22:08:04.8502920Z #25 41.09 Processing triggers for libc-bin (2.31-0ubuntu9.16) ... 2024-08-20T22:08:04.8503485Z #25 41.16 + apt-get autoclean 2024-08-20T22:08:05.7332967Z #25 41.19 Reading package lists... 2024-08-20T22:08:05.8978249Z #25 42.06 Building dependency tree... 2024-08-20T22:08:06.0780917Z #25 42.21 Reading state information... 2024-08-20T22:08:06.0781907Z #25 42.22 + apt-get clean 2024-08-20T22:08:06.0795062Z #25 42.22 + rm -rf /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-backports_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-backports_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-backports_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal-updates_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_InRelease /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_focal_universe_binary-amd64_Packages.lz4 /var/lib/apt/lists/auxfiles /var/lib/apt/lists/lock /var/lib/apt/lists/partial /var/lib/apt/lists/ppa.launchpad.net_ubuntu-toolchain-r_test_ubuntu_dists_focal_InRelease /var/lib/apt/lists/ppa.launchpad.net_ubuntu-toolchain-r_test_ubuntu_dists_focal_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_InRelease /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_main_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_multiverse_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_restricted_binary-amd64_Packages.lz4 /var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_focal-security_universe_binary-amd64_Packages.lz4 '/tmp/*' '/var/tmp/*' 2024-08-20T22:08:06.0806922Z #25 42.23 ++ dirname ./install_vision.sh 2024-08-20T22:08:06.0807368Z #25 42.23 + source ./cache_vision_models.sh 2024-08-20T22:08:06.0807820Z #25 42.23 ++ set -ex 2024-08-20T22:08:06.0808151Z #25 42.23 +++ dirname ./cache_vision_models.sh 2024-08-20T22:08:06.0808588Z #25 42.23 ++ source ./common_utils.sh 2024-08-20T22:08:06.0809000Z #25 42.23 +++ '[' -n '' ']' 2024-08-20T22:08:06.0809317Z #25 42.23 +++ export SUDO=sudo 2024-08-20T22:08:06.0809656Z #25 42.23 +++ SUDO=sudo 2024-08-20T22:08:06.0810118Z #25 42.23 ++ IMPORT_SCRIPT_FILENAME=/tmp/torchvision_import_script.py 2024-08-20T22:08:06.0811408Z #25 42.23 ++ as_jenkins echo 'import torchvision; torchvision.models.mobilenet_v2(pretrained=True); torchvision.models.mobilenet_v3_large(pretrained=True);' 2024-08-20T22:08:06.0814719Z #25 42.23 ++ sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/envs/py_3.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= echo import 'torchvision;' 'torchvision.models.mobilenet_v2(pretrained=True);' 'torchvision.models.mobilenet_v3_large(pretrained=True);' 2024-08-20T22:08:06.0817273Z #25 42.24 ++ pip_install --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu 2024-08-20T22:08:06.0818785Z #25 42.24 ++ as_jenkins conda run -n py_3.8 pip install --progress-bar off --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu 2024-08-20T22:08:06.0821723Z #25 42.24 ++ sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/envs/py_3.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda run -n py_3.8 pip install --progress-bar off --pre torch torchvision --index-url https://download.pytorch.org/whl/nightly/cpu 2024-08-20T22:08:18.7111270Z #25 55.02 Looking in indexes: https://download.pytorch.org/whl/nightly/cpu 2024-08-20T22:08:18.7111992Z #25 55.02 Collecting torch 2024-08-20T22:08:18.7113308Z #25 55.02 Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.5.0.dev20240731%2Bcpu-cp38-cp38-linux_x86_64.whl (172.6 MB) 2024-08-20T22:08:18.7114307Z #25 55.02 Collecting torchvision 2024-08-20T22:08:18.7115440Z #25 55.02 Downloading https://download.pytorch.org/whl/nightly/cpu/torchvision-0.20.0.dev20240729%2Bcpu-cp38-cp38-linux_x86_64.whl (1.8 MB) 2024-08-20T22:08:18.7116456Z #25 55.02 Collecting filelock (from torch) 2024-08-20T22:08:18.7117367Z #25 55.02 Downloading https://download.pytorch.org/whl/nightly/filelock-3.13.1-py3-none-any.whl (11 kB) 2024-08-20T22:08:18.7118859Z #25 55.02 Requirement already satisfied: typing-extensions>=4.8.0 in /opt/conda/envs/py_3.8/lib/python3.8/site-packages (from torch) (4.12.2) 2024-08-20T22:08:18.7120398Z #25 55.02 Requirement already satisfied: networkx in /opt/conda/envs/py_3.8/lib/python3.8/site-packages (from torch) (2.8.8) 2024-08-20T22:08:18.7121848Z #25 55.02 Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.8/lib/python3.8/site-packages (from torch) (3.1.4) 2024-08-20T22:08:18.7122731Z #25 55.02 Collecting fsspec (from torch) 2024-08-20T22:08:18.7123634Z #25 55.02 Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-20T22:08:18.7125020Z #25 55.02 Requirement already satisfied: sympy==1.12.1 in /opt/conda/envs/py_3.8/lib/python3.8/site-packages (from torch) (1.12.1) 2024-08-20T22:08:18.7126647Z #25 55.02 Requirement already satisfied: mpmath<1.4.0,>=1.1.0 in /opt/conda/envs/py_3.8/lib/python3.8/site-packages (from sympy==1.12.1->torch) (1.3.0) 2024-08-20T22:08:18.7128537Z #25 55.02 Requirement already satisfied: numpy in /opt/conda/envs/py_3.8/lib/python3.8/site-packages (from torchvision) (1.21.2) 2024-08-20T22:08:18.7129420Z #25 55.02 Collecting torch 2024-08-20T22:08:18.7130451Z #25 55.02 Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.5.0.dev20240729%2Bcpu-cp38-cp38-linux_x86_64.whl (172.6 MB) 2024-08-20T22:08:18.7132442Z #25 55.02 Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/envs/py_3.8/lib/python3.8/site-packages (from torchvision) (10.3.0) 2024-08-20T22:08:18.7134167Z #25 55.02 Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.8/lib/python3.8/site-packages (from jinja2->torch) (2.1.5) 2024-08-20T22:08:18.7135311Z #25 55.02 Installing collected packages: fsspec, filelock, torch, torchvision 2024-08-20T22:08:18.7136551Z #25 55.02 Successfully installed filelock-3.13.1 fsspec-2024.6.1 torch-2.5.0.dev20240729+cpu torchvision-0.20.0.dev20240729+cpu 2024-08-20T22:08:18.7137432Z #25 55.02 2024-08-20T22:08:18.9026637Z #25 55.06 ++ conda_run python /tmp/torchvision_import_script.py 2024-08-20T22:08:18.9027870Z #25 55.06 ++ as_jenkins conda run -n py_3.8 --no-capture-output python /tmp/torchvision_import_script.py 2024-08-20T22:08:18.9030768Z #25 55.06 ++ sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/opt/conda/envs/py_3.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin LD_LIBRARY_PATH= conda run -n py_3.8 --no-capture-output python /tmp/torchvision_import_script.py 2024-08-20T22:08:21.1994141Z #25 57.51 /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torchvision/models/_utils.py:208: UserWarning: The parameter 'pretrained' is deprecated since 0.13 and may be removed in the future, please use 'weights' instead. 2024-08-20T22:08:21.1995629Z #25 57.51 warnings.warn( 2024-08-20T22:08:21.1998356Z #25 57.51 /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torchvision/models/_utils.py:223: UserWarning: Arguments other than a weight enum or `None` for 'weights' are deprecated since 0.13 and may be removed in the future. The current behavior is equivalent to passing `weights=MobileNet_V2_Weights.IMAGENET1K_V1`. You can also use `weights=MobileNet_V2_Weights.DEFAULT` to get the most up-to-date weights. 2024-08-20T22:08:21.2000808Z #25 57.51 warnings.warn(msg) 2024-08-20T22:08:21.2002039Z #25 57.51 Downloading: "https://download.pytorch.org/models/mobilenet_v2-b0353104.pth" to /var/lib/jenkins/.cache/torch/hub/checkpoints/mobilenet_v2-b0353104.pth 2024-08-20T22:08:21.2003111Z #25 57.51 2024-08-20T22:08:21.3717514Z 0%| | 0.00/13.6M [00:00 2024-08-20T22:14:04.0072218Z #31 9.373 2024-08-20T22:14:04.0072499Z #31 9.373 Or undo this operation with: 2024-08-20T22:14:04.0072880Z #31 9.373 2024-08-20T22:14:04.0073137Z #31 9.373 git switch - 2024-08-20T22:14:04.0073446Z #31 9.373 2024-08-20T22:14:04.0073969Z #31 9.373 Turn off this advice by setting config variable advice.detachedHead to false 2024-08-20T22:14:04.0074594Z #31 9.373 2024-08-20T22:14:04.0075089Z #31 9.373 HEAD is now at a1625ff4d Merged in gcnArch_deprecation (pull request #42) 2024-08-20T22:14:04.1140094Z #31 9.374 + cp make.inc-examples/make.inc.hip-gcc-mkl make.inc 2024-08-20T22:14:04.1141359Z #31 9.376 + echo 'LIBDIR += -L$(MKLROOT)/lib' 2024-08-20T22:14:04.1142545Z #31 9.376 + [[ -f /opt/conda/envs/py_3.8/lib/libmkl_core.a ]] 2024-08-20T22:14:04.1144707Z #31 9.376 + echo 'LIB += -Wl,--enable-new-dtags -Wl,--rpath,/opt/rocm/lib -Wl,--rpath,$(MKLROOT)/lib -Wl,--rpath,/opt/rocm/magma/lib -ldl' 2024-08-20T22:14:04.1146826Z #31 9.376 + echo 'DEVCCFLAGS += --gpu-max-threads-per-block=256' 2024-08-20T22:14:04.1148888Z #31 9.376 + export PATH=/opt/conda/envs/py_3.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/rocm/bin 2024-08-20T22:14:04.1151762Z #31 9.376 + PATH=/opt/conda/envs/py_3.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/rocm/bin 2024-08-20T22:14:04.1153626Z #31 9.376 + [[ -n gfx906;gfx90a ]] 2024-08-20T22:14:04.1154432Z #31 9.377 ++ echo 'gfx906;gfx90a' 2024-08-20T22:14:04.1155186Z #31 9.377 ++ sed 's/;/ /g' 2024-08-20T22:14:04.1155963Z #31 9.378 + amdgpu_targets='gfx906 gfx90a' 2024-08-20T22:14:04.1156783Z #31 9.378 + for arch in $amdgpu_targets 2024-08-20T22:14:04.1157984Z #31 9.378 + echo 'DEVCCFLAGS += --offload-arch=gfx906' 2024-08-20T22:14:04.1158951Z #31 9.378 + for arch in $amdgpu_targets 2024-08-20T22:14:04.1160009Z #31 9.378 + echo 'DEVCCFLAGS += --offload-arch=gfx90a' 2024-08-20T22:14:04.1161145Z #31 9.378 + sed -i 's/^FOPENMP/#FOPENMP/g' make.inc 2024-08-20T22:14:04.1162007Z #31 9.380 ++ nproc 2024-08-20T22:14:04.1162743Z #31 9.380 + make -f make.gen.hipMAGMA -j 48 2024-08-20T22:14:04.1164228Z #31 9.384 tools/hipify-perl interface_cuda/blas_z_v2.cpp > interface_hip/blas_z_v2.cpp 2024-08-20T22:14:04.1166640Z #31 9.384 tools/hipify-perl interface_cuda/interface.cpp > interface_hip/interface.cpp 2024-08-20T22:14:04.1168643Z #31 9.384 tools/hipify-perl interface_cuda/blas_h_v2.cpp > interface_hip/blas_h_v2.cpp 2024-08-20T22:14:04.1739681Z #31 9.385 tools/hipify-perl interface_cuda/copy_v1.cpp > interface_hip/copy_v1.cpp 2024-08-20T22:14:04.1746849Z #31 9.385 tools/hipify-perl interface_cuda/error.cpp > interface_hip/error.cpp 2024-08-20T22:14:04.1748797Z #31 9.385 tools/hipify-perl interface_cuda/blas_z_v1.cpp > interface_hip/blas_z_v1.cpp 2024-08-20T22:14:04.1750736Z #31 9.385 tools/hipify-perl interface_cuda/copy_v2.cpp > interface_hip/copy_v2.cpp 2024-08-20T22:14:04.1752826Z #31 9.386 tools/hipify-perl interface_cuda/connection_mgpu.cpp > interface_hip/connection_mgpu.cpp 2024-08-20T22:14:04.1754862Z #31 9.386 tools/hipify-perl interface_cuda/alloc.cpp > interface_hip/alloc.cpp 2024-08-20T22:14:04.1756845Z #31 9.386 tools/hipify-perl interface_cuda/interface_v1.cpp > interface_hip/interface_v1.cpp 2024-08-20T22:14:04.1758747Z #31 9.387 tools/hipify-perl interface_cuda/error.h > interface_hip/error.h 2024-08-20T22:14:04.1760208Z #31 9.387 cp interface_cuda/Makefile.src interface_hip/Makefile.src 2024-08-20T22:14:04.1761499Z #31 9.388 cp interface_cuda/Makefile interface_hip/Makefile 2024-08-20T22:14:04.1763179Z #31 9.388 tools/hipify-perl magmablas/blas_zbatched.cpp > magmablas_hip/blas_zbatched.cpp 2024-08-20T22:14:04.1922049Z #31 9.388 sed -i -e "s/:= *interface_cuda/:= interface_hip/g" interface_hip/Makefile.src 2024-08-20T22:14:04.1926898Z #31 9.388 tools/hipify-perl magmablas/zher2k_mgpu.cpp > magmablas_hip/zher2k_mgpu.cpp 2024-08-20T22:14:04.1932264Z #31 9.388 tools/hipify-perl magmablas/ztrsm_batched.cpp > magmablas_hip/ztrsm_batched.cpp 2024-08-20T22:14:04.1937307Z #31 9.388 tools/hipify-perl magmablas/zgetmatrix_transpose_mgpu.cpp > magmablas_hip/zgetmatrix_transpose_mgpu.cpp 2024-08-20T22:14:04.1942234Z #31 9.389 tools/hipify-perl magmablas/zhemm_vbatched.cpp > magmablas_hip/zhemm_vbatched.cpp 2024-08-20T22:14:04.1946718Z #31 9.389 sed -i -e "s/:= *interface_cuda/:= interface_hip/g" interface_hip/Makefile 2024-08-20T22:14:04.1951205Z #31 9.389 tools/hipify-perl magmablas/zherk_vbatched.cpp > magmablas_hip/zherk_vbatched.cpp 2024-08-20T22:14:04.1955525Z #31 9.390 sed -i -e "s/\.cuh/.hip.hpp/g" interface_hip/Makefile.src 2024-08-20T22:14:04.1959898Z #31 9.390 tools/hipify-perl magmablas/ztrsm_inv_vbatched.cpp > magmablas_hip/ztrsm_inv_vbatched.cpp 2024-08-20T22:14:04.1964569Z #31 9.390 tools/hipify-perl magmablas/zherk_batched.cpp > magmablas_hip/zherk_batched.cpp 2024-08-20T22:14:04.1968954Z #31 9.390 tools/hipify-perl magmablas/zhemm_mgpu.cpp > magmablas_hip/zhemm_mgpu.cpp 2024-08-20T22:14:04.1971546Z #31 9.390 sed -i -e "s/\.cuh/.hip.hpp/g" interface_hip/Makefile 2024-08-20T22:14:04.1974349Z #31 9.391 tools/hipify-perl magmablas/zsyr2k_vbatched.cpp > magmablas_hip/zsyr2k_vbatched.cpp 2024-08-20T22:14:04.1977694Z #31 9.391 tools/hipify-perl magmablas/zher2k_vbatched.cpp > magmablas_hip/zher2k_vbatched.cpp 2024-08-20T22:14:04.1980585Z #31 9.392 sed -i -e "s/\.cu/.hip.cpp/g" interface_hip/Makefile.src 2024-08-20T22:14:04.1983560Z #31 9.392 tools/hipify-perl magmablas/zher2k_batched.cpp > magmablas_hip/zher2k_batched.cpp 2024-08-20T22:14:04.1986393Z #31 9.392 sed -i -e "s/\.cu/.hip.cpp/g" interface_hip/Makefile 2024-08-20T22:14:04.1989330Z #31 9.392 tools/hipify-perl magmablas/zsetmatrix_transpose.cpp > magmablas_hip/zsetmatrix_transpose.cpp 2024-08-20T22:14:04.1991541Z #31 9.392 tools/hipify-perl magmablas/zherk.cpp > magmablas_hip/zherk.cpp 2024-08-20T22:14:04.1993815Z #31 9.393 tools/hipify-perl magmablas/zgemm_vbatched.cpp > magmablas_hip/zgemm_vbatched.cpp 2024-08-20T22:14:04.1996064Z #31 9.394 tools/hipify-perl magmablas/zhemv_vbatched.cpp > magmablas_hip/zhemv_vbatched.cpp 2024-08-20T22:14:04.1998116Z #31 9.394 tools/hipify-perl magmablas/zher2k.cpp > magmablas_hip/zher2k.cpp 2024-08-20T22:14:04.2000477Z #31 9.394 tools/hipify-perl magmablas/ztrsm_vbatched_core.cpp > magmablas_hip/ztrsm_vbatched_core.cpp 2024-08-20T22:14:04.2003343Z #31 9.395 tools/hipify-perl magmablas/zgetmatrix_transpose.cpp > magmablas_hip/zgetmatrix_transpose.cpp 2024-08-20T22:14:04.2005822Z #31 9.395 tools/hipify-perl magmablas/magmablas_z_v1.cpp > magmablas_hip/magmablas_z_v1.cpp 2024-08-20T22:14:04.2008231Z #31 9.395 tools/hipify-perl magmablas/ztrsm_batched_core.cpp > magmablas_hip/ztrsm_batched_core.cpp 2024-08-20T22:14:04.2010650Z #31 9.396 tools/hipify-perl magmablas/zgemm_batched.cpp > magmablas_hip/zgemm_batched.cpp 2024-08-20T22:14:04.2013074Z #31 9.396 tools/hipify-perl magmablas/magmablas_zc_v1.cpp > magmablas_hip/magmablas_zc_v1.cpp 2024-08-20T22:14:04.2015447Z #31 9.397 tools/hipify-perl magmablas/zsyrk_vbatched.cpp > magmablas_hip/zsyrk_vbatched.cpp 2024-08-20T22:14:04.2017546Z #31 9.397 tools/hipify-perl magmablas/zbcyclic.cpp > magmablas_hip/zbcyclic.cpp 2024-08-20T22:14:04.2019854Z #31 9.397 tools/hipify-perl magmablas/ztrmm_vbatched.cpp > magmablas_hip/ztrmm_vbatched.cpp 2024-08-20T22:14:04.2022176Z #31 9.398 tools/hipify-perl magmablas/zsyr2k_batched.cpp > magmablas_hip/zsyr2k_batched.cpp 2024-08-20T22:14:04.2024266Z #31 9.398 tools/hipify-perl magmablas/zgeqr2.cpp > magmablas_hip/zgeqr2.cpp 2024-08-20T22:14:04.2026679Z #31 9.398 tools/hipify-perl magmablas/zsetmatrix_transpose_mgpu.cpp > magmablas_hip/zsetmatrix_transpose_mgpu.cpp 2024-08-20T22:14:04.2029233Z #31 9.399 tools/hipify-perl magmablas/zgemv_vbatched.cpp > magmablas_hip/zgemv_vbatched.cpp 2024-08-20T22:14:04.2031791Z #31 9.399 tools/hipify-perl magmablas/zherk_mgpu.cpp > magmablas_hip/zherk_mgpu.cpp 2024-08-20T22:14:04.2039228Z #31 9.400 tools/hipify-perl magmablas/zgemv_batched.cpp > magmablas_hip/zgemv_batched.cpp 2024-08-20T22:14:04.2041309Z #31 9.400 tools/hipify-perl magmablas/ztrsm_vbatched.cpp > magmablas_hip/ztrsm_vbatched.cpp 2024-08-20T22:14:04.2043605Z #31 9.400 tools/hipify-perl magmablas/dgemm_fermi_kernels.h > magmablas_hip/dgemm_fermi_kernels.h 2024-08-20T22:14:04.2047538Z #31 9.401 tools/hipify-perl magmablas/zgerbt.h > magmablas_hip/zgerbt.h 2024-08-20T22:14:04.2049468Z #31 9.401 tools/hipify-perl magmablas/sgemm_fermi_kernels.h > magmablas_hip/sgemm_fermi_kernels.h 2024-08-20T22:14:04.2051893Z #31 9.403 tools/hipify-perl magmablas/cgemm_fermi_kernels.h > magmablas_hip/cgemm_fermi_kernels.h 2024-08-20T22:14:04.2053780Z #31 9.431 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/blas_zbatched.cpp 2024-08-20T22:14:04.2055583Z #31 9.432 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgetmatrix_transpose_mgpu.cpp 2024-08-20T22:14:04.2057316Z #31 9.434 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zherk_vbatched.cpp 2024-08-20T22:14:04.2058887Z #31 9.434 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/blas_zbatched.cpp 2024-08-20T22:14:04.2061046Z #31 9.434 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zgetmatrix_transpose_mgpu.cpp 2024-08-20T22:14:04.2063054Z #31 9.435 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zhemm_vbatched.cpp 2024-08-20T22:14:04.2064786Z #31 9.435 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zsetmatrix_transpose.cpp 2024-08-20T22:14:04.2066607Z #31 9.436 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrsm_inv_vbatched.cpp 2024-08-20T22:14:04.2068334Z #31 9.437 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zsyr2k_vbatched.cpp 2024-08-20T22:14:04.2070537Z #31 9.437 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zherk.cpp 2024-08-20T22:14:04.2072149Z #31 9.437 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zherk_vbatched.cpp 2024-08-20T22:14:04.2073903Z #31 9.438 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgetmatrix_transpose.cpp 2024-08-20T22:14:04.2075670Z #31 9.438 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zhemm_vbatched.cpp 2024-08-20T22:14:04.2077327Z #31 9.439 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zher2k_batched.cpp 2024-08-20T22:14:04.2079072Z #31 9.439 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zher2k.cpp 2024-08-20T22:14:04.2080629Z #31 9.439 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/magmablas_zc_v1.cpp 2024-08-20T22:14:04.2082248Z #31 9.439 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zhemv_vbatched.cpp 2024-08-20T22:14:04.2084143Z #31 9.440 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zsetmatrix_transpose.cpp 2024-08-20T22:14:04.2085954Z #31 9.440 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/ztrsm_inv_vbatched.cpp 2024-08-20T22:14:04.2087646Z #31 9.440 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zsyr2k_vbatched.cpp 2024-08-20T22:14:04.2089277Z #31 9.440 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgemm_vbatched.cpp 2024-08-20T22:14:04.2090797Z #31 9.440 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zherk.cpp 2024-08-20T22:14:04.2092562Z #31 9.440 tools/hipify-perl magmablas/magma_templates.h > magmablas_hip/magma_templates.h 2024-08-20T22:14:04.2094566Z #31 9.441 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zgetmatrix_transpose.cpp 2024-08-20T22:14:04.2096445Z #31 9.441 tools/hipify-perl magmablas/commonblas_z.h > magmablas_hip/commonblas_z.h 2024-08-20T22:14:04.2098235Z #31 9.442 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zher2k_vbatched.cpp 2024-08-20T22:14:04.2099803Z #31 9.442 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgeqr2.cpp 2024-08-20T22:14:04.2101281Z #31 9.442 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zhemm_mgpu.cpp 2024-08-20T22:14:04.2102850Z #31 9.442 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zher2k_batched.cpp 2024-08-20T22:14:04.2104596Z #31 9.442 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zsetmatrix_transpose_mgpu.cpp 2024-08-20T22:14:04.2106240Z #31 9.442 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zher2k.cpp 2024-08-20T22:14:04.2107901Z #31 9.442 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/magmablas_zc_v1.cpp 2024-08-20T22:14:04.2109543Z #31 9.443 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zhemv_vbatched.cpp 2024-08-20T22:14:04.2111648Z #31 9.443 tools/hipify-perl magmablas/ztranspose_conj.cu > magmablas_hip/ztranspose_conj.hip.cpp 2024-08-20T22:14:04.2113571Z #31 9.443 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zgemm_vbatched.cpp 2024-08-20T22:14:04.2115120Z #31 9.444 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zbcyclic.cpp 2024-08-20T22:14:04.2116695Z #31 9.444 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrmm_vbatched.cpp 2024-08-20T22:14:04.2118324Z #31 9.444 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zsyr2k_batched.cpp 2024-08-20T22:14:04.2119954Z #31 9.444 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgemv_vbatched.cpp 2024-08-20T22:14:04.2121695Z #31 9.445 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zher2k_vbatched.cpp 2024-08-20T22:14:04.2123230Z #31 9.445 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zherk_mgpu.cpp 2024-08-20T22:14:04.2124767Z #31 9.445 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgemv_batched.cpp 2024-08-20T22:14:04.2126245Z #31 9.445 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zgeqr2.cpp 2024-08-20T22:14:04.2127668Z #31 9.445 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zhemm_mgpu.cpp 2024-08-20T22:14:04.2129341Z #31 9.445 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zsetmatrix_transpose_mgpu.cpp 2024-08-20T22:14:04.2131442Z #31 9.445 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zsyrk_vbatched.cpp 2024-08-20T22:14:04.2157826Z #31 9.445 tools/hipify-perl magmablas/zgetrf_batched_smallsq_noshfl.cu > magmablas_hip/zgetrf_batched_smallsq_noshfl.hip.cpp 2024-08-20T22:14:04.2160269Z #31 9.446 tools/hipify-perl magmablas/zgeadd2.cu > magmablas_hip/zgeadd2.hip.cpp 2024-08-20T22:14:04.2162177Z #31 9.446 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrsm_vbatched.cpp 2024-08-20T22:14:04.2163746Z #31 9.446 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zbcyclic.cpp 2024-08-20T22:14:04.2165287Z #31 9.446 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/ztrmm_vbatched.cpp 2024-08-20T22:14:04.2166923Z #31 9.447 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zsyr2k_batched.cpp 2024-08-20T22:14:04.2168533Z #31 9.447 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zgemv_vbatched.cpp 2024-08-20T22:14:04.2170081Z #31 9.447 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zherk_mgpu.cpp 2024-08-20T22:14:04.2171635Z #31 9.447 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zgemv_batched.cpp 2024-08-20T22:14:04.2173421Z #31 9.447 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zsyrk_vbatched.cpp 2024-08-20T22:14:04.2175579Z #31 9.447 tools/hipify-perl magmablas/cgemm_vbatched_core.cu > magmablas_hip/cgemm_vbatched_core.hip.cpp 2024-08-20T22:14:04.2177604Z #31 9.449 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/ztrsm_vbatched.cpp 2024-08-20T22:14:04.2179720Z #31 9.449 tools/hipify-perl magmablas/zposv_irgmres_kernels.cu > magmablas_hip/zposv_irgmres_kernels.hip.cpp 2024-08-20T22:14:04.2181997Z #31 9.449 tools/hipify-perl magmablas/zlaset_band.cu > magmablas_hip/zlaset_band.hip.cpp 2024-08-20T22:14:04.2183815Z #31 9.449 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrsm_batched.cpp 2024-08-20T22:14:04.2185523Z #31 9.450 tools/hipify-perl magmablas/zlag2c.cu > magmablas_hip/zlag2c.hip.cpp 2024-08-20T22:14:04.2187504Z #31 9.450 tools/hipify-perl magmablas/zgbsv_kernels.cu > magmablas_hip/zgbsv_kernels.hip.cpp 2024-08-20T22:14:04.2189486Z #31 9.451 tools/hipify-perl magmablas/zlarfbx.cu > magmablas_hip/zlarfbx.hip.cpp 2024-08-20T22:14:04.2191767Z #31 9.451 tools/hipify-perl magmablas/zgemv_vbatched_core.cu > magmablas_hip/zgemv_vbatched_core.hip.cpp 2024-08-20T22:14:04.2193704Z #31 9.452 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/ztrsm_batched.cpp 2024-08-20T22:14:04.2195273Z #31 9.452 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/magmablas_z_v1.cpp 2024-08-20T22:14:04.2197041Z #31 9.452 tools/hipify-perl magmablas/zlascl_2x2.cu > magmablas_hip/zlascl_2x2.hip.cpp 2024-08-20T22:14:04.2199076Z #31 9.453 tools/hipify-perl magmablas/zlacpy_sym_out.cu > magmablas_hip/zlacpy_sym_out.hip.cpp 2024-08-20T22:14:04.2201961Z #31 9.454 tools/hipify-perl magmablas/zlarf_batched_fused_reg.cu > magmablas_hip/zlarf_batched_fused_reg.hip.cpp 2024-08-20T22:14:04.2204781Z #31 9.454 tools/hipify-perl magmablas/zgeqr2_batched_fused_reg_tall.cu > magmablas_hip/zgeqr2_batched_fused_reg_tall.hip.cpp 2024-08-20T22:14:04.2207042Z #31 9.455 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/magmablas_z_v1.cpp 2024-08-20T22:14:04.2208783Z #31 9.455 tools/hipify-perl magmablas/sgemm.cu > magmablas_hip/sgemm.hip.cpp 2024-08-20T22:14:04.2210684Z #31 9.456 tools/hipify-perl magmablas/zswapblk.cu > magmablas_hip/zswapblk.hip.cpp 2024-08-20T22:14:04.2212771Z #31 9.456 tools/hipify-perl magmablas/zgetf2.cu > magmablas_hip/zgetf2.hip.cpp 2024-08-20T22:14:04.2215045Z #31 9.457 tools/hipify-perl magmablas/dsyrk_vbatched_core.cu > magmablas_hip/dsyrk_vbatched_core.hip.cpp 2024-08-20T22:14:04.2217532Z #31 9.458 tools/hipify-perl magmablas/cgemm_batched_core.cu > magmablas_hip/cgemm_batched_core.hip.cpp 2024-08-20T22:14:04.2220008Z #31 9.458 tools/hipify-perl magmablas/zhemm_vbatched_core.cu > magmablas_hip/zhemm_vbatched_core.hip.cpp 2024-08-20T22:14:04.2222577Z #31 9.459 tools/hipify-perl magmablas/zgemm_batched_smallsq.cu > magmablas_hip/zgemm_batched_smallsq.hip.cpp 2024-08-20T22:14:04.2224773Z #31 9.460 tools/hipify-perl magmablas/zlat2c.cu > magmablas_hip/zlat2c.hip.cpp 2024-08-20T22:14:04.2227035Z #31 9.460 tools/hipify-perl magmablas/zgeqr2_batched_fused_sm.cu > magmablas_hip/zgeqr2_batched_fused_sm.hip.cpp 2024-08-20T22:14:04.2348208Z #31 9.463 tools/hipify-perl magmablas/ztrmm.cu > magmablas_hip/ztrmm.hip.cpp 2024-08-20T22:14:04.2349984Z #31 9.463 tools/hipify-perl magmablas/zlacpy.cu > magmablas_hip/zlacpy.hip.cpp 2024-08-20T22:14:04.2352149Z #31 9.481 tools/hipify-perl magmablas/zhemv.cu > magmablas_hip/zhemv.hip.cpp 2024-08-20T22:14:04.2353752Z #31 9.541 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgerbt.h 2024-08-20T22:14:04.2355165Z #31 9.546 sed -i -e "s/\.cuh/.hip.hpp/g" interface_hip/error.h 2024-08-20T22:14:04.2356578Z #31 9.546 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgerbt.h 2024-08-20T22:14:04.2357952Z #31 9.548 sed -i -e "s/\.cuh/.hip.hpp/g" interface_hip/error.h 2024-08-20T22:14:04.2359926Z #31 9.559 tools/hipify-perl magmablas/getrf_setup_pivinfo.cu > magmablas_hip/getrf_setup_pivinfo.hip.cpp 2024-08-20T22:14:04.2362148Z #31 9.574 tools/hipify-perl magmablas/zcaxpycp.cu > magmablas_hip/zcaxpycp.hip.cpp 2024-08-20T22:14:04.2364040Z #31 9.593 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zhemm_vbatched_core.hip.cpp 2024-08-20T22:14:04.3337810Z #31 9.608 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgeqr2_batched_fused_reg_tall.hip.cpp 2024-08-20T22:14:04.3340536Z #31 9.612 tools/hipify-perl magmablas/dsyrk_batched_core.cu > magmablas_hip/dsyrk_batched_core.hip.cpp 2024-08-20T22:14:04.3343243Z #31 9.623 tools/hipify-perl magmablas/zhemm_batched_core.cu > magmablas_hip/zhemm_batched_core.hip.cpp 2024-08-20T22:14:04.3345342Z #31 9.630 sed -i -e "s/\.cuh/.hip.hpp/g" interface_hip/copy_v1.cpp 2024-08-20T22:14:04.3347047Z #31 9.631 sed -i -e "s/\.cuh/.hip.hpp/g" interface_hip/connection_mgpu.cpp 2024-08-20T22:14:04.3349105Z #31 9.631 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlarf_batched_fused_reg.hip.cpp 2024-08-20T22:14:04.3352705Z #31 9.633 sed -i -e "s/CUBLAS/hipBLAS/g" interface_hip/copy_v1.cpp 2024-08-20T22:14:04.3354496Z #31 9.634 sed -i -e "s/CUBLAS/hipBLAS/g" interface_hip/connection_mgpu.cpp 2024-08-20T22:14:04.3356498Z #31 9.637 tools/hipify-perl magmablas/zlaswp_vbatched.cu > magmablas_hip/zlaswp_vbatched.hip.cpp 2024-08-20T22:14:04.3358763Z #31 9.638 tools/hipify-perl magmablas/zgbtrs_kernels.cu > magmablas_hip/zgbtrs_kernels.hip.cpp 2024-08-20T22:14:04.3360896Z #31 9.638 tools/hipify-perl magmablas/zgemv_fermi.cu > magmablas_hip/zgemv_fermi.hip.cpp 2024-08-20T22:14:04.3363039Z #31 9.697 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/dsyrk_vbatched_core.hip.cpp 2024-08-20T22:14:04.3364783Z #31 9.698 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zherk_batched.cpp 2024-08-20T22:14:04.3366676Z #31 9.701 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zherk_batched.cpp 2024-08-20T22:14:04.4403404Z #31 9.701 tools/hipify-perl magmablas/clat2z.cu > magmablas_hip/clat2z.hip.cpp 2024-08-20T22:14:04.4405613Z #31 9.704 tools/hipify-perl magmablas/zpotf2_kernels.cu > magmablas_hip/zpotf2_kernels.hip.cpp 2024-08-20T22:14:04.4407434Z #31 9.729 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlarfbx.hip.cpp 2024-08-20T22:14:04.4408985Z #31 9.731 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zcaxpycp.hip.cpp 2024-08-20T22:14:04.4410534Z #31 9.733 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/commonblas_z.h 2024-08-20T22:14:04.4412461Z #31 9.733 tools/hipify-perl magmablas/hgemm_batched_core.cu > magmablas_hip/hgemm_batched_core.hip.cpp 2024-08-20T22:14:04.4414459Z #31 9.735 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zswapblk.hip.cpp 2024-08-20T22:14:04.4415997Z #31 9.735 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/commonblas_z.h 2024-08-20T22:14:04.4417790Z #31 9.735 tools/hipify-perl magmablas/vbatched_aux.cu > magmablas_hip/vbatched_aux.hip.cpp 2024-08-20T22:14:04.4419553Z #31 9.737 sed -i -e "s/\.cuh/.hip.hpp/g" interface_hip/blas_h_v2.cpp 2024-08-20T22:14:04.4421050Z #31 9.738 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgeadd2.hip.cpp 2024-08-20T22:14:04.4422817Z #31 9.739 tools/hipify-perl magmablas/ztranspose.cu > magmablas_hip/ztranspose.hip.cpp 2024-08-20T22:14:04.4425036Z #31 9.739 tools/hipify-perl magmablas/zgetf2_native_kernel.cu > magmablas_hip/zgetf2_native_kernel.hip.cpp 2024-08-20T22:14:04.4426981Z #31 9.741 sed -i -e "s/CUBLAS/hipBLAS/g" interface_hip/blas_h_v2.cpp 2024-08-20T22:14:04.4428740Z #31 9.741 tools/hipify-perl magmablas/set_pointer.cu > magmablas_hip/set_pointer.hip.cpp 2024-08-20T22:14:04.4430520Z #31 9.742 sed -i -e "s/\.cuh/.hip.hpp/g" interface_hip/interface_v1.cpp 2024-08-20T22:14:04.4432253Z #31 9.744 sed -i -e "s/CUBLAS/hipBLAS/g" interface_hip/interface_v1.cpp 2024-08-20T22:14:04.4433952Z #31 9.745 tools/hipify-perl magmablas/zpotf2.cu > magmablas_hip/zpotf2.hip.cpp 2024-08-20T22:14:04.4436313Z #31 9.747 warning: interface_cuda/interface.cpp:#167 : When renumbering CUDA devices, call cudaSetValidDevices before calling magma_init. 2024-08-20T22:14:04.4438647Z #31 9.753 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlascl_2x2.hip.cpp 2024-08-20T22:14:04.4440535Z #31 9.757 tools/hipify-perl magmablas/ztrsv_batched.cu > magmablas_hip/ztrsv_batched.hip.cpp 2024-08-20T22:14:04.4442868Z #31 9.763 tools/hipify-perl magmablas/ztrtri_diag_vbatched.cu > magmablas_hip/ztrtri_diag_vbatched.hip.cpp 2024-08-20T22:14:04.4445240Z #31 9.765 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgemv_vbatched_core.hip.cpp 2024-08-20T22:14:04.4447369Z #31 9.769 tools/hipify-perl magmablas/ssyrk_vbatched_core.cu > magmablas_hip/ssyrk_vbatched_core.hip.cpp 2024-08-20T22:14:04.4449505Z #31 9.780 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zposv_irgmres_kernels.hip.cpp 2024-08-20T22:14:04.4451470Z #31 9.783 tools/hipify-perl magmablas/zlarfgx-v2.cu > magmablas_hip/zlarfgx-v2.hip.cpp 2024-08-20T22:14:04.4454150Z #31 9.806 warning: magmablas/zgeqr2_batched_fused_sm.cu:#176 : hipDeviceGetAttribute (&shmem_max, cudaDevAttrMaxSharedMemoryPerBlockOptin, device); 2024-08-20T22:14:04.5422313Z #31 9.810 warning: magmablas/zgeqr2_batched_fused_sm.cu:#178 : cudaFuncSetAttribute(zgeqr2_fused_sm_kernel_batched, cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:04.5425407Z #31 9.810 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/sgemm_fermi_kernels.h 2024-08-20T22:14:04.5427126Z #31 9.815 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/sgemm_fermi_kernels.h 2024-08-20T22:14:04.5428868Z #31 9.819 tools/hipify-perl magmablas/dznrm2.cu > magmablas_hip/dznrm2.hip.cpp 2024-08-20T22:14:04.5431625Z #31 9.823 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/cgemm_fermi_kernels.h 2024-08-20T22:14:04.5433328Z #31 9.825 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/cgemm_fermi_kernels.h 2024-08-20T22:14:04.5434918Z #31 9.826 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlag2c.hip.cpp 2024-08-20T22:14:04.5438484Z #31 9.827 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/dgemm_fermi_kernels.h 2024-08-20T22:14:04.5440279Z #31 9.829 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/dgemm_fermi_kernels.h 2024-08-20T22:14:04.5441990Z #31 9.830 tools/hipify-perl magmablas/ztrsm.cu > magmablas_hip/ztrsm.hip.cpp 2024-08-20T22:14:04.5444099Z #31 9.830 tools/hipify-perl magmablas/zherk_vbatched_core.cu > magmablas_hip/zherk_vbatched_core.hip.cpp 2024-08-20T22:14:04.5446550Z #31 9.833 tools/hipify-perl magmablas/ztrtri_diag_batched.cu > magmablas_hip/ztrtri_diag_batched.hip.cpp 2024-08-20T22:14:04.5448572Z #31 9.860 sed -i -e "s/\.cuh/.hip.hpp/g" interface_hip/error.cpp 2024-08-20T22:14:04.5449938Z #31 9.862 sed -i -e "s/CUBLAS/hipBLAS/g" interface_hip/error.cpp 2024-08-20T22:14:04.5451551Z #31 9.864 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgeqr2_batched_fused_sm.hip.cpp 2024-08-20T22:14:04.5453775Z #31 9.867 tools/hipify-perl magmablas/zclaswp.cu > magmablas_hip/zclaswp.hip.cpp 2024-08-20T22:14:04.5455771Z #31 9.867 tools/hipify-perl magmablas/zgemm.cu > magmablas_hip/zgemm.hip.cpp 2024-08-20T22:14:04.5457592Z #31 9.871 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zher2k_mgpu.cpp 2024-08-20T22:14:04.5459147Z #31 9.873 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zher2k_mgpu.cpp 2024-08-20T22:14:04.5460814Z #31 9.877 tools/hipify-perl magmablas/zlarfg.cu > magmablas_hip/zlarfg.hip.cpp 2024-08-20T22:14:04.5462514Z #31 9.883 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlaset_band.hip.cpp 2024-08-20T22:14:04.5464582Z #31 9.886 tools/hipify-perl magmablas/zgesv_batched_small.cu > magmablas_hip/zgesv_batched_small.hip.cpp 2024-08-20T22:14:04.5467241Z #31 9.899 warning: magmablas/zgbsv_kernels.cu:#228 : hipDeviceGetAttribute (&shmem_max, cudaDevAttrMaxSharedMemoryPerBlockOptin, device); 2024-08-20T22:14:04.5469748Z #31 9.899 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/cgemm_vbatched_core.hip.cpp 2024-08-20T22:14:04.5472506Z #31 9.902 warning: magmablas/zgbsv_kernels.cu:#230 : cudaFuncSetAttribute(zgbsv_batched_kernel_fused_sm, cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:04.5475397Z #31 9.903 tools/hipify-perl magmablas/zlanhe.cu > magmablas_hip/zlanhe.hip.cpp 2024-08-20T22:14:04.5477061Z #31 9.905 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgetf2.hip.cpp 2024-08-20T22:14:04.5478715Z #31 9.908 tools/hipify-perl magmablas/hlaswp.cu > magmablas_hip/hlaswp.hip.cpp 2024-08-20T22:14:04.6417611Z #31 9.940 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgemm_batched.cpp 2024-08-20T22:14:04.6419581Z #31 9.943 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/zgemm_batched.cpp 2024-08-20T22:14:04.6421378Z #31 9.946 tools/hipify-perl magmablas/zsymmetrize.cu > magmablas_hip/zsymmetrize.hip.cpp 2024-08-20T22:14:04.6423126Z #31 9.953 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlat2c.hip.cpp 2024-08-20T22:14:04.6424898Z #31 9.957 tools/hipify-perl magmablas/zset_pointer.cu > magmablas_hip/zset_pointer.hip.cpp 2024-08-20T22:14:04.6427179Z #31 9.970 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztranspose_conj.hip.cpp 2024-08-20T22:14:04.6428937Z #31 9.972 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ssyrk_vbatched_core.hip.cpp 2024-08-20T22:14:04.6431372Z #31 9.974 tools/hipify-perl magmablas/ztrmm_vbatched_core.cu > magmablas_hip/ztrmm_vbatched_core.hip.cpp 2024-08-20T22:14:04.6434150Z #31 9.976 tools/hipify-perl magmablas/ztrsm_inv_vbatched_core.cu > magmablas_hip/ztrsm_inv_vbatched_core.hip.cpp 2024-08-20T22:14:04.6436246Z #31 9.987 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/set_pointer.hip.cpp 2024-08-20T22:14:04.6437776Z #31 9.989 sed -i -e "s/\.cuh/.hip.hpp/g" interface_hip/alloc.cpp 2024-08-20T22:14:04.6439857Z #31 9.991 tools/hipify-perl magmablas/zherk_batched_core.cu > magmablas_hip/zherk_batched_core.hip.cpp 2024-08-20T22:14:04.6441902Z #31 9.991 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrsm_vbatched_core.cpp 2024-08-20T22:14:04.6443445Z #31 9.991 sed -i -e "s/CUBLAS/hipBLAS/g" interface_hip/alloc.cpp 2024-08-20T22:14:04.6444924Z #31 9.993 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/ztrsm_vbatched_core.cpp 2024-08-20T22:14:04.6447273Z #31 9.995 tools/hipify-perl magmablas/zlarf_batched_fused_sm.cu > magmablas_hip/zlarf_batched_fused_sm.hip.cpp 2024-08-20T22:14:04.6449409Z #31 9.997 tools/hipify-perl magmablas/ztrsv.cu > magmablas_hip/ztrsv.hip.cpp 2024-08-20T22:14:04.6451153Z #31 10.00 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlacpy_sym_out.hip.cpp 2024-08-20T22:14:04.6453205Z #31 10.01 tools/hipify-perl magmablas/ssyrk_batched_core.cu > magmablas_hip/ssyrk_batched_core.hip.cpp 2024-08-20T22:14:04.7493352Z #31 10.01 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/sgemm.hip.cpp 2024-08-20T22:14:04.7495475Z #31 10.02 tools/hipify-perl magmablas/ztranspose_inplace.cu > magmablas_hip/ztranspose_inplace.hip.cpp 2024-08-20T22:14:04.7497670Z #31 10.04 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrsm_inv_vbatched_core.hip.cpp 2024-08-20T22:14:04.7499869Z #31 10.05 tools/hipify-perl magmablas/sgemm_vbatched_core.cu > magmablas_hip/sgemm_vbatched_core.hip.cpp 2024-08-20T22:14:04.7501934Z #31 10.06 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zhemm_batched_core.hip.cpp 2024-08-20T22:14:04.7503679Z #31 10.06 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrsm_batched_core.cpp 2024-08-20T22:14:04.7505651Z #31 10.06 tools/hipify-perl magmablas/zgerbt_kernels.cu > magmablas_hip/zgerbt_kernels.hip.cpp 2024-08-20T22:14:04.7507604Z #31 10.06 sed -i -e "s/CUBLAS/hipBLAS/g" magmablas_hip/ztrsm_batched_core.cpp 2024-08-20T22:14:04.7509270Z #31 10.06 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgemv_fermi.hip.cpp 2024-08-20T22:14:04.7511474Z #31 10.07 tools/hipify-perl magmablas/ztranspose_conj_inplace.cu > magmablas_hip/ztranspose_conj_inplace.hip.cpp 2024-08-20T22:14:04.7514067Z #31 10.07 tools/hipify-perl magmablas/zgemv_batched_smallsq.cu > magmablas_hip/zgemv_batched_smallsq.hip.cpp 2024-08-20T22:14:04.7516317Z #31 10.07 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgetrf_batched_smallsq_noshfl.hip.cpp 2024-08-20T22:14:04.7518090Z #31 10.08 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/clat2z.hip.cpp 2024-08-20T22:14:04.7520114Z #31 10.09 tools/hipify-perl magmablas/zhemv_vbatched_core.cu > magmablas_hip/zhemv_vbatched_core.hip.cpp 2024-08-20T22:14:04.7522338Z #31 10.09 tools/hipify-perl magmablas/ztrtri_diag.cu > magmablas_hip/ztrtri_diag.hip.cpp 2024-08-20T22:14:04.7524214Z #31 10.10 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/dsyrk_batched_core.hip.cpp 2024-08-20T22:14:04.7526312Z #31 10.10 tools/hipify-perl magmablas/zpotf2_kernels_var.cu > magmablas_hip/zpotf2_kernels_var.hip.cpp 2024-08-20T22:14:04.7528574Z #31 10.12 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlarfgx-v2.hip.cpp 2024-08-20T22:14:04.8502047Z #31 10.12 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zherk_vbatched_core.hip.cpp 2024-08-20T22:14:04.8503960Z #31 10.12 tools/hipify-perl magmablas/zlaswp.cu > magmablas_hip/zlaswp.hip.cpp 2024-08-20T22:14:04.8505769Z #31 10.12 tools/hipify-perl magmablas/slag2h.cu > magmablas_hip/slag2h.hip.cpp 2024-08-20T22:14:04.8507468Z #31 10.14 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/magma_templates.h 2024-08-20T22:14:04.8509060Z #31 10.14 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/magma_templates.h 2024-08-20T22:14:04.8510854Z #31 10.14 tools/hipify-perl magmablas/zgemv_conj.cu > magmablas_hip/zgemv_conj.hip.cpp 2024-08-20T22:14:04.8512611Z #31 10.16 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zclaswp.hip.cpp 2024-08-20T22:14:04.8514608Z #31 10.17 tools/hipify-perl magmablas/zgerbt_func_batched.cu > magmablas_hip/zgerbt_func_batched.hip.cpp 2024-08-20T22:14:04.8516727Z #31 10.17 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/getrf_setup_pivinfo.hip.cpp 2024-08-20T22:14:04.8518879Z #31 10.17 tools/hipify-perl magmablas/zgetf2_nopiv_kernels.cu > magmablas_hip/zgetf2_nopiv_kernels.hip.cpp 2024-08-20T22:14:04.8520986Z #31 10.22 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zsymmetrize.hip.cpp 2024-08-20T22:14:04.9841020Z #31 10.22 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/cgemm_batched_core.hip.cpp 2024-08-20T22:14:04.9843338Z #31 10.22 tools/hipify-perl magmablas/zgeqr2_batched_fused_reg.cu > magmablas_hip/zgeqr2_batched_fused_reg.hip.cpp 2024-08-20T22:14:04.9846163Z #31 10.22 tools/hipify-perl magmablas/dgemm_vbatched_core.cu > magmablas_hip/dgemm_vbatched_core.hip.cpp 2024-08-20T22:14:04.9848116Z #31 10.24 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlarfg.hip.cpp 2024-08-20T22:14:04.9849726Z #31 10.24 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgbsv_kernels.hip.cpp 2024-08-20T22:14:04.9851677Z #31 10.24 tools/hipify-perl magmablas/zgetf2_kernels.cu > magmablas_hip/zgetf2_kernels.hip.cpp 2024-08-20T22:14:04.9853932Z #31 10.24 tools/hipify-perl magmablas/zhemv_mgpu_upper.cu > magmablas_hip/zhemv_mgpu_upper.hip.cpp 2024-08-20T22:14:04.9856081Z #31 10.26 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrtri_diag_vbatched.hip.cpp 2024-08-20T22:14:04.9857846Z #31 10.26 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlaswp_vbatched.hip.cpp 2024-08-20T22:14:04.9859709Z #31 10.26 tools/hipify-perl magmablas/prefix_sum.cu > magmablas_hip/prefix_sum.hip.cpp 2024-08-20T22:14:04.9861591Z #31 10.27 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgerbt_func_batched.hip.cpp 2024-08-20T22:14:04.9863528Z #31 10.27 tools/hipify-perl magmablas/zheinertia.cu > magmablas_hip/zheinertia.hip.cpp 2024-08-20T22:14:04.9865452Z #31 10.27 tools/hipify-perl magmablas/zlascl.cu > magmablas_hip/zlascl.hip.cpp 2024-08-20T22:14:04.9867385Z #31 10.27 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zhemv_vbatched_core.hip.cpp 2024-08-20T22:14:04.9869399Z #31 10.28 tools/hipify-perl magmablas/zhemv_batched_core.cu > magmablas_hip/zhemv_batched_core.hip.cpp 2024-08-20T22:14:04.9871422Z #31 10.30 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrtri_diag_batched.hip.cpp 2024-08-20T22:14:04.9873676Z #31 10.30 tools/hipify-perl magmablas/zswapdblk_batched.cu > magmablas_hip/zswapdblk_batched.hip.cpp 2024-08-20T22:14:04.9875704Z #31 10.35 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zpotf2_kernels_var.hip.cpp 2024-08-20T22:14:05.0861470Z #31 10.35 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/dznrm2.hip.cpp 2024-08-20T22:14:05.0863572Z #31 10.36 tools/hipify-perl magmablas/zherk_small_reduce.cu > magmablas_hip/zherk_small_reduce.hip.cpp 2024-08-20T22:14:05.0865958Z #31 10.36 tools/hipify-perl magmablas/sgemv_batched_core.cu > magmablas_hip/sgemv_batched_core.hip.cpp 2024-08-20T22:14:05.0868171Z #31 10.38 warning: interface_cuda/interface.cpp:#537 : return (attr.type == cudaMemoryTypeDevice); 2024-08-20T22:14:05.0870119Z #31 10.38 sed -i -e "s/\.cuh/.hip.hpp/g" interface_hip/blas_z_v1.cpp 2024-08-20T22:14:05.0871908Z #31 10.38 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zpotf2.hip.cpp 2024-08-20T22:14:05.0873419Z #31 10.38 sed -i -e "s/CUBLAS/hipBLAS/g" interface_hip/blas_z_v1.cpp 2024-08-20T22:14:05.0875269Z #31 10.38 warning: interface_cuda/interface.cpp:#539 : return (attr.memoryType == cudaMemoryTypeDevice); 2024-08-20T22:14:05.0877546Z #31 10.38 tools/hipify-perl magmablas/zsymv_upper.cu > magmablas_hip/zsymv_upper.hip.cpp 2024-08-20T22:14:05.0879775Z #31 10.39 tools/hipify-perl magmablas/zsymmetrize_tiles.cu > magmablas_hip/zsymmetrize_tiles.hip.cpp 2024-08-20T22:14:05.0882473Z #31 10.39 warning: magmablas/zgetf2_native_kernel.cu:#303 : hipDeviceGetAttribute (&shmem_max, cudaDevAttrMaxSharedMemoryPerBlockOptin, device); 2024-08-20T22:14:05.0884923Z #31 10.39 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrmm.hip.cpp 2024-08-20T22:14:05.0886484Z #31 10.39 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztranspose.hip.cpp 2024-08-20T22:14:05.0888292Z #31 10.39 tools/hipify-perl magmablas/zlarfg-v2.cu > magmablas_hip/zlarfg-v2.hip.cpp 2024-08-20T22:14:05.0890210Z #31 10.39 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgeqr2_batched_fused_reg.hip.cpp 2024-08-20T22:14:05.0892036Z #31 10.40 tools/hipify-perl magmablas/ztrmv.cu > magmablas_hip/ztrmv.hip.cpp 2024-08-20T22:14:05.0893819Z #31 10.40 tools/hipify-perl magmablas/zgerbt.cu > magmablas_hip/zgerbt.hip.cpp 2024-08-20T22:14:05.0895665Z #31 10.40 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zpotf2_kernels.hip.cpp 2024-08-20T22:14:05.0897949Z #31 10.40 tools/hipify-perl magmablas/dgemv_batched_core.cu > magmablas_hip/dgemv_batched_core.hip.cpp 2024-08-20T22:14:05.0900028Z #31 10.41 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztranspose_inplace.hip.cpp 2024-08-20T22:14:05.0902730Z #31 10.41 warning: magmablas/zgetf2_native_kernel.cu:#314 : cudaFuncSetAttribute(zgetf2_native_kernel, cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:05.0905861Z #31 10.41 tools/hipify-perl magmablas/dgemm_batched_core.cu > magmablas_hip/dgemm_batched_core.hip.cpp 2024-08-20T22:14:05.0908585Z #31 10.42 warning: magmablas/zgemv_batched_smallsq.cu:#177 : hipDeviceGetAttribute (&shmem_max, cudaDevAttrMaxSharedMemoryPerBlockOptin, device); 2024-08-20T22:14:05.0911088Z #31 10.42 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgemv_conj.hip.cpp 2024-08-20T22:14:05.0913961Z #31 10.42 warning: magmablas/zgemv_batched_smallsq.cu:#179 : cudaFuncSetAttribute(zgemvn_batched_smallsq_kernel, cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:05.0918216Z #31 10.43 warning: magmablas/zgemv_batched_smallsq.cu:#180 : cudaFuncSetAttribute(zgemvc_batched_smallsq_kernel, cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:05.0921542Z #31 10.43 tools/hipify-perl magmablas/zlarft_kernels.cu > magmablas_hip/zlarft_kernels.hip.cpp 2024-08-20T22:14:05.0923488Z #31 10.43 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgerbt_kernels.hip.cpp 2024-08-20T22:14:05.0925070Z #31 10.43 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/hlaswp.hip.cpp 2024-08-20T22:14:05.0926922Z #31 10.43 tools/hipify-perl magmablas/zlacpy_sym_in.cu > magmablas_hip/zlacpy_sym_in.hip.cpp 2024-08-20T22:14:05.0929297Z #31 10.44 tools/hipify-perl magmablas/zgeqrf_batched_smallsq.cu > magmablas_hip/zgeqrf_batched_smallsq.hip.cpp 2024-08-20T22:14:05.0931623Z #31 10.45 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ssyrk_batched_core.hip.cpp 2024-08-20T22:14:05.0933388Z #31 10.45 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/sgemm_vbatched_core.hip.cpp 2024-08-20T22:14:05.0935423Z #31 10.45 tools/hipify-perl magmablas/hset_pointer.cu > magmablas_hip/hset_pointer.hip.cpp 2024-08-20T22:14:05.0937970Z #31 10.45 tools/hipify-perl magmablas/zlarf_batched_fused_reg_medium.cu > magmablas_hip/zlarf_batched_fused_reg_medium.hip.cpp 2024-08-20T22:14:05.2000962Z #31 10.46 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztranspose_conj_inplace.hip.cpp 2024-08-20T22:14:05.2003063Z #31 10.47 tools/hipify-perl magmablas/zlaqps2_gpu.cu > magmablas_hip/zlaqps2_gpu.hip.cpp 2024-08-20T22:14:05.2007840Z #31 10.47 warning: magmablas/zlarf_batched_fused_sm.cu:#247 : hipDeviceGetAttribute (&shmem_max, cudaDevAttrMaxSharedMemoryPerBlockOptin, device); 2024-08-20T22:14:05.2011382Z #31 10.47 warning: magmablas/zlarf_batched_fused_sm.cu:#249 : cudaFuncSetAttribute(zlarf_fused_sm_kernel_batched, cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:05.2014258Z #31 10.48 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/slag2h.hip.cpp 2024-08-20T22:14:05.2016079Z #31 10.48 tools/hipify-perl magmablas/zlacpy_conj.cu > magmablas_hip/zlacpy_conj.hip.cpp 2024-08-20T22:14:05.2017849Z #31 10.49 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgemm.hip.cpp 2024-08-20T22:14:05.2019347Z #31 10.49 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgerbt.hip.cpp 2024-08-20T22:14:05.2020916Z #31 10.49 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrtri_diag.hip.cpp 2024-08-20T22:14:05.2022857Z #31 10.49 tools/hipify-perl magmablas/zgeadd_batched.cu > magmablas_hip/zgeadd_batched.hip.cpp 2024-08-20T22:14:05.2025197Z #31 10.49 tools/hipify-perl magmablas/zgemm_vbatched_core.cu > magmablas_hip/zgemm_vbatched_core.hip.cpp 2024-08-20T22:14:05.2027407Z #31 10.50 tools/hipify-perl magmablas/zswapdblk.cu > magmablas_hip/zswapdblk.hip.cpp 2024-08-20T22:14:05.2029241Z #31 10.51 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zset_pointer.hip.cpp 2024-08-20T22:14:05.2031411Z #31 10.52 tools/hipify-perl magmablas/ztrsm_small_vbatched.cu > magmablas_hip/ztrsm_small_vbatched.hip.cpp 2024-08-20T22:14:05.2033693Z #31 10.57 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/hset_pointer.hip.cpp 2024-08-20T22:14:05.3023565Z #31 10.57 tools/hipify-perl magmablas/zgemm_reduce.cu > magmablas_hip/zgemm_reduce.hip.cpp 2024-08-20T22:14:05.3025617Z #31 10.60 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlarf_batched_fused_sm.hip.cpp 2024-08-20T22:14:05.3027693Z #31 10.61 tools/hipify-perl magmablas/zhemv_mgpu.cu > magmablas_hip/zhemv_mgpu.hip.cpp 2024-08-20T22:14:05.3029484Z #31 10.61 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlacpy_conj.hip.cpp 2024-08-20T22:14:05.3031581Z #31 10.61 tools/hipify-perl magmablas/zgetf2_kernels_var.cu > magmablas_hip/zgetf2_kernels_var.hip.cpp 2024-08-20T22:14:05.3033749Z #31 10.61 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlarf_batched_fused_reg_medium.hip.cpp 2024-08-20T22:14:05.3035513Z #31 10.61 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/prefix_sum.hip.cpp 2024-08-20T22:14:05.3037635Z #31 10.62 tools/hipify-perl magmablas/zlarf.cu > magmablas_hip/zlarf.hip.cpp 2024-08-20T22:14:05.3039860Z #31 10.62 tools/hipify-perl magmablas/zgbtrf_batched_fused_sm.cu > magmablas_hip/zgbtrf_batched_fused_sm.hip.cpp 2024-08-20T22:14:05.3042005Z #31 10.63 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zswapdblk_batched.hip.cpp 2024-08-20T22:14:05.3043783Z #31 10.63 tools/hipify-perl magmablas/cgemm.cu > magmablas_hip/cgemm.hip.cpp 2024-08-20T22:14:05.3045558Z #31 10.64 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrmm_vbatched_core.hip.cpp 2024-08-20T22:14:05.3047648Z #31 10.64 tools/hipify-perl magmablas/zgemm_batched_core.cu > magmablas_hip/zgemm_batched_core.hip.cpp 2024-08-20T22:14:05.3049772Z #31 10.65 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlarfg-v2.hip.cpp 2024-08-20T22:14:05.3052059Z #31 10.66 warning: magmablas/zgesv_batched_small.cu:#421 : hipDeviceGetAttribute (&shmem_max, cudaDevAttrMaxSharedMemoryPerBlockOptin, device); 2024-08-20T22:14:05.3055001Z #31 10.66 tools/hipify-perl magmablas/ztrsm_small_batched.cu > magmablas_hip/ztrsm_small_batched.hip.cpp 2024-08-20T22:14:05.3058342Z #31 10.66 warning: magmablas/zgesv_batched_small.cu:#423 : cudaFuncSetAttribute(zgesv_batched_small_sm_kernel, cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:05.3061351Z #31 10.66 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrsm_small_vbatched.hip.cpp 2024-08-20T22:14:05.3063370Z #31 10.66 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zhemv_batched_core.hip.cpp 2024-08-20T22:14:05.3065184Z #31 10.67 tools/hipify-perl magmablas/zsymv.cu > magmablas_hip/zsymv.hip.cpp 2024-08-20T22:14:05.3067599Z #31 10.67 tools/hipify-perl magmablas/sgemm_batched_core.cu > magmablas_hip/sgemm_batched_core.hip.cpp 2024-08-20T22:14:05.3069854Z #31 10.67 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgetf2_native_kernel.hip.cpp 2024-08-20T22:14:05.3071661Z #31 10.67 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/sgemv_batched_core.hip.cpp 2024-08-20T22:14:05.4059802Z #31 10.67 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlacpy.hip.cpp 2024-08-20T22:14:05.4062105Z #31 10.67 tools/hipify-perl magmablas/zlarf_batched_fused_reg_tall.cu > magmablas_hip/zlarf_batched_fused_reg_tall.hip.cpp 2024-08-20T22:14:05.4064452Z #31 10.68 tools/hipify-perl magmablas/zhemm.cu > magmablas_hip/zhemm.hip.cpp 2024-08-20T22:14:05.4066201Z #31 10.68 tools/hipify-perl magmablas/zgeadd.cu > magmablas_hip/zgeadd.hip.cpp 2024-08-20T22:14:05.4068193Z #31 10.71 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlascl.hip.cpp 2024-08-20T22:14:05.4070316Z #31 10.71 tools/hipify-perl magmablas/ztrtri_upper_batched.cu > magmablas_hip/ztrtri_upper_batched.hip.cpp 2024-08-20T22:14:05.4072650Z #31 10.72 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/dgemv_batched_core.hip.cpp 2024-08-20T22:14:05.4074489Z #31 10.72 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgemv_batched_smallsq.hip.cpp 2024-08-20T22:14:05.4076397Z #31 10.72 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/dgemm_vbatched_core.hip.cpp 2024-08-20T22:14:05.4078248Z #31 10.72 tools/hipify-perl magmablas/clag2z.cu > magmablas_hip/clag2z.hip.cpp 2024-08-20T22:14:05.4080872Z #31 10.72 tools/hipify-perl magmablas/cgemv_vbatched_core.cu > magmablas_hip/cgemv_vbatched_core.hip.cpp 2024-08-20T22:14:05.4083383Z #31 10.72 tools/hipify-perl magmablas/dgemv_vbatched_core.cu > magmablas_hip/dgemv_vbatched_core.hip.cpp 2024-08-20T22:14:05.4085389Z #31 10.72 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrsm.hip.cpp 2024-08-20T22:14:05.4086933Z #31 10.72 sed -i -e "s/\.cuh/.hip.hpp/g" interface_hip/copy_v2.cpp 2024-08-20T22:14:05.4088603Z #31 10.73 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zsymmetrize_tiles.hip.cpp 2024-08-20T22:14:05.4090576Z #31 10.73 tools/hipify-perl magmablas/zdiinertia.cu > magmablas_hip/zdiinertia.hip.cpp 2024-08-20T22:14:05.4092574Z #31 10.73 tools/hipify-perl magmablas/zlascl2.cu > magmablas_hip/zlascl2.hip.cpp 2024-08-20T22:14:05.4094375Z #31 10.74 sed -i -e "s/CUBLAS/hipBLAS/g" interface_hip/copy_v2.cpp 2024-08-20T22:14:05.4096406Z #31 10.76 tools/hipify-perl magmablas/cherk_vbatched_core.cu > magmablas_hip/cherk_vbatched_core.hip.cpp 2024-08-20T22:14:05.4098478Z #31 10.77 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zswapdblk.hip.cpp 2024-08-20T22:14:05.4100584Z #31 10.77 tools/hipify-perl magmablas/sgemv_vbatched_core.cu > magmablas_hip/sgemv_vbatched_core.hip.cpp 2024-08-20T22:14:05.5213888Z #31 10.78 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgesv_batched_small.hip.cpp 2024-08-20T22:14:05.5215862Z #31 10.78 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgemm_vbatched_core.hip.cpp 2024-08-20T22:14:05.5217600Z #31 10.78 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zheinertia.hip.cpp 2024-08-20T22:14:05.5219313Z #31 10.78 tools/hipify-perl magmablas/dgemm.cu > magmablas_hip/dgemm.hip.cpp 2024-08-20T22:14:05.5221099Z #31 10.78 tools/hipify-perl magmablas/zlarfx.cu > magmablas_hip/zlarfx.hip.cpp 2024-08-20T22:14:05.5223134Z #31 10.79 tools/hipify-perl magmablas/zlaswp_batched.cu > magmablas_hip/zlaswp_batched.hip.cpp 2024-08-20T22:14:05.5225098Z #31 10.79 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgeadd_batched.hip.cpp 2024-08-20T22:14:05.5227162Z #31 10.79 tools/hipify-perl magmablas/cgemv_batched_core.cu > magmablas_hip/cgemv_batched_core.hip.cpp 2024-08-20T22:14:05.5229212Z #31 10.80 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zherk_batched_core.hip.cpp 2024-08-20T22:14:05.5231076Z #31 10.80 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrsv_batched.hip.cpp 2024-08-20T22:14:05.5232769Z #31 10.80 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgbtrs_kernels.hip.cpp 2024-08-20T22:14:05.5234900Z #31 10.80 tools/hipify-perl magmablas/zlaswp_sym.cu > magmablas_hip/zlaswp_sym.hip.cpp 2024-08-20T22:14:05.5236791Z #31 10.81 tools/hipify-perl magmablas/zsymm.cu > magmablas_hip/zsymm.hip.cpp 2024-08-20T22:14:05.5239304Z #31 10.81 tools/hipify-perl magmablas/cherk_batched_core.cu > magmablas_hip/cherk_batched_core.hip.cpp 2024-08-20T22:14:05.5241222Z #31 10.81 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrsv.hip.cpp 2024-08-20T22:14:05.5243429Z #31 10.82 tools/hipify-perl magmablas/zgetrf_batched_smallsq_shfl.cu > magmablas_hip/zgetrf_batched_smallsq_shfl.hip.cpp 2024-08-20T22:14:05.5245693Z #31 10.82 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrsm_small_batched.hip.cpp 2024-08-20T22:14:05.5247627Z #31 10.82 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlarf_batched_fused_reg_tall.hip.cpp 2024-08-20T22:14:05.5249677Z #31 10.83 tools/hipify-perl magmablas/ztrtri_lower.cu > magmablas_hip/ztrtri_lower.hip.cpp 2024-08-20T22:14:05.5251854Z #31 10.83 tools/hipify-perl magmablas/zgeqr2x_gpu-v4.cu > magmablas_hip/zgeqr2x_gpu-v4.hip.cpp 2024-08-20T22:14:05.5253896Z #31 10.85 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgetf2_nopiv_kernels.hip.cpp 2024-08-20T22:14:05.5256000Z #31 10.86 tools/hipify-perl magmablas/vbatched_check.cu > magmablas_hip/vbatched_check.hip.cpp 2024-08-20T22:14:05.5257928Z #31 10.86 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgemm_reduce.hip.cpp 2024-08-20T22:14:05.5259799Z #31 10.87 tools/hipify-perl magmablas/zlascl_diag.cu > magmablas_hip/zlascl_diag.hip.cpp 2024-08-20T22:14:05.5261572Z #31 10.89 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlaswp.hip.cpp 2024-08-20T22:14:05.6304173Z #31 10.89 tools/hipify-perl magmablas/ztrtri_upper.cu > magmablas_hip/ztrtri_upper.hip.cpp 2024-08-20T22:14:05.6306105Z #31 10.90 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrmv.hip.cpp 2024-08-20T22:14:05.6307788Z #31 10.90 tools/hipify-perl magmablas/zlange.cu > magmablas_hip/zlange.hip.cpp 2024-08-20T22:14:05.6309560Z #31 10.92 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/hgemm_batched_core.hip.cpp 2024-08-20T22:14:05.6311689Z #31 10.92 tools/hipify-perl magmablas/zgemv_batched_core.cu > magmablas_hip/zgemv_batched_core.hip.cpp 2024-08-20T22:14:05.6313689Z #31 10.93 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlarf.hip.cpp 2024-08-20T22:14:05.6315455Z #31 10.94 tools/hipify-perl magmablas/zhetrs.cu > magmablas_hip/zhetrs.hip.cpp 2024-08-20T22:14:05.6317174Z #31 10.94 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlarft_kernels.hip.cpp 2024-08-20T22:14:05.6318738Z #31 10.95 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgeadd.hip.cpp 2024-08-20T22:14:05.6320473Z #31 10.95 tools/hipify-perl magmablas/hlaconvert.cu > magmablas_hip/hlaconvert.hip.cpp 2024-08-20T22:14:05.6323374Z #31 10.95 tools/hipify-perl magmablas/zgbtrf_batched_sliding_window_sm.cu > magmablas_hip/zgbtrf_batched_sliding_window_sm.hip.cpp 2024-08-20T22:14:05.6325680Z #31 10.95 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlacpy_sym_in.hip.cpp 2024-08-20T22:14:05.6327395Z #31 10.96 tools/hipify-perl magmablas/zgeam.cu > magmablas_hip/zgeam.hip.cpp 2024-08-20T22:14:05.6329226Z #31 10.97 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgeqrf_batched_smallsq.hip.cpp 2024-08-20T22:14:05.6331601Z #31 10.97 tools/hipify-perl magmablas/ztrmm_batched_core.cu > magmablas_hip/ztrmm_batched_core.hip.cpp 2024-08-20T22:14:05.6333563Z #31 10.98 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlaqps2_gpu.hip.cpp 2024-08-20T22:14:05.6335296Z #31 10.98 tools/hipify-perl magmablas/zswap.cu > magmablas_hip/zswap.hip.cpp 2024-08-20T22:14:05.6336872Z #31 11.00 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zhemv.hip.cpp 2024-08-20T22:14:05.7372428Z #31 11.00 tools/hipify-perl magmablas/zgbtf2_kernels.cu > magmablas_hip/zgbtf2_kernels.hip.cpp 2024-08-20T22:14:05.7374515Z #31 11.01 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zdiinertia.hip.cpp 2024-08-20T22:14:05.7376901Z #31 11.01 tools/hipify-perl magmablas/zgeqr2_batched_fused_reg_medium.cu > magmablas_hip/zgeqr2_batched_fused_reg_medium.hip.cpp 2024-08-20T22:14:05.7379106Z #31 11.02 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/clag2z.hip.cpp 2024-08-20T22:14:05.7381173Z #31 11.02 tools/hipify-perl magmablas/zhemv_upper.cu > magmablas_hip/zhemv_upper.hip.cpp 2024-08-20T22:14:05.7383102Z #31 11.04 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/cgemv_vbatched_core.hip.cpp 2024-08-20T22:14:05.7384931Z #31 11.04 tools/hipify-perl magmablas/zaxpycp.cu > magmablas_hip/zaxpycp.hip.cpp 2024-08-20T22:14:05.7386778Z #31 11.04 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/dgemv_vbatched_core.hip.cpp 2024-08-20T22:14:05.7388423Z #31 11.05 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zhemm.hip.cpp 2024-08-20T22:14:05.7390302Z #31 11.05 tools/hipify-perl magmablas/zgeqr2_batched.cu > magmablas_hip/zgeqr2_batched.hip.cpp 2024-08-20T22:14:05.7392174Z #31 11.05 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlascl2.hip.cpp 2024-08-20T22:14:05.7394226Z #31 11.05 tools/hipify-perl magmablas/ztrtri_lower_batched.cu > magmablas_hip/ztrtri_lower_batched.hip.cpp 2024-08-20T22:14:05.7396364Z #31 11.05 tools/hipify-perl magmablas/zlaset.cu > magmablas_hip/zlaset.hip.cpp 2024-08-20T22:14:05.7398078Z #31 11.07 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/vbatched_aux.hip.cpp 2024-08-20T22:14:05.7399813Z #31 11.07 tools/hipify-perl magmablas/hlag2s.cu > magmablas_hip/hlag2s.hip.cpp 2024-08-20T22:14:05.7401617Z #31 11.08 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/sgemv_vbatched_core.hip.cpp 2024-08-20T22:14:05.7403396Z #31 11.08 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/cherk_vbatched_core.hip.cpp 2024-08-20T22:14:05.7405114Z #31 11.08 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrtri_lower.hip.cpp 2024-08-20T22:14:05.7407401Z #31 11.08 tools/hipify-perl magmablas/gemv_template_device.cuh > magmablas_hip/gemv_template_device.hip.hpp 2024-08-20T22:14:05.7410137Z #31 11.08 tools/hipify-perl magmablas/trsm_template_kernel_vbatched.cuh > magmablas_hip/trsm_template_kernel_vbatched.hip.hpp 2024-08-20T22:14:05.7412851Z #31 11.08 tools/hipify-perl magmablas/gemm_template_device.cuh > magmablas_hip/gemm_template_device.hip.hpp 2024-08-20T22:14:05.7415063Z #31 11.10 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/cgemv_batched_core.hip.cpp 2024-08-20T22:14:05.8389969Z #31 11.11 tools/hipify-perl magmablas/trmv_template_device.cuh > magmablas_hip/trmv_template_device.hip.hpp 2024-08-20T22:14:05.8392130Z #31 11.13 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlanhe.hip.cpp 2024-08-20T22:14:05.8394316Z #31 11.14 tools/hipify-perl magmablas/hemm_template_device.cuh > magmablas_hip/hemm_template_device.hip.hpp 2024-08-20T22:14:05.8396495Z #31 11.14 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlaswp_sym.hip.cpp 2024-08-20T22:14:05.8398264Z #31 11.14 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrtri_upper.hip.cpp 2024-08-20T22:14:05.8400537Z #31 11.15 tools/hipify-perl magmablas/hgemm_template_device.cuh > magmablas_hip/hgemm_template_device.hip.hpp 2024-08-20T22:14:05.8403360Z #31 11.15 tools/hipify-perl magmablas/gemm_template_device_defs.cuh > magmablas_hip/gemm_template_device_defs.hip.hpp 2024-08-20T22:14:05.8405581Z #31 11.16 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zswap.hip.cpp 2024-08-20T22:14:05.8407262Z #31 11.16 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlascl_diag.hip.cpp 2024-08-20T22:14:05.8409142Z #31 11.17 tools/hipify-perl magmablas/atomics.cuh > magmablas_hip/atomics.hip.hpp 2024-08-20T22:14:05.8411130Z #31 11.17 tools/hipify-perl magmablas/ztrtri.cuh > magmablas_hip/ztrtri.hip.hpp 2024-08-20T22:14:05.8413227Z #31 11.17 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgeqr2_batched_fused_reg_medium.hip.cpp 2024-08-20T22:14:05.8415513Z #31 11.17 warning: magmablas/zlarfx.cu:#186 : // <<< 1, iter, 0, queue->hip_stream() >>> 2024-08-20T22:14:05.8418226Z #31 11.17 tools/hipify-perl magmablas/hemm_template_kernel_vbatched.cuh > magmablas_hip/hemm_template_kernel_vbatched.hip.hpp 2024-08-20T22:14:05.8420579Z #31 11.18 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zaxpycp.hip.cpp 2024-08-20T22:14:05.8422404Z #31 11.18 tools/hipify-perl magmablas/shuffle.cuh > magmablas_hip/shuffle.hip.hpp 2024-08-20T22:14:05.8424212Z #31 11.18 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zsymm.hip.cpp 2024-08-20T22:14:05.8426860Z #31 11.19 tools/hipify-perl magmablas/hemm_template_kernel_batched.cuh > magmablas_hip/hemm_template_kernel_batched.hip.hpp 2024-08-20T22:14:05.8429144Z #31 11.19 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlarfx.hip.cpp 2024-08-20T22:14:05.8431144Z #31 11.19 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/gemm_template_device_defs.hip.hpp 2024-08-20T22:14:05.8433124Z #31 11.19 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgemv_batched_core.hip.cpp 2024-08-20T22:14:05.8435410Z #31 11.19 tools/hipify-perl magmablas/ztrtri_lower_device.cuh > magmablas_hip/ztrtri_lower_device.hip.hpp 2024-08-20T22:14:05.8438283Z #31 11.20 tools/hipify-perl magmablas/gemm_template_kernel_vbatched.cuh > magmablas_hip/gemm_template_kernel_vbatched.hip.hpp 2024-08-20T22:14:05.8441093Z #31 11.20 tools/hipify-perl magmablas/zgbtf2_devicefunc.cuh > magmablas_hip/zgbtf2_devicefunc.hip.hpp 2024-08-20T22:14:05.8444016Z #31 11.20 warning: magmablas/zgbtrf_batched_fused_sm.cu:#310 : hipDeviceGetAttribute (&shmem_max, cudaDevAttrMaxSharedMemoryPerBlockOptin, device); 2024-08-20T22:14:05.8447776Z #31 11.21 warning: magmablas/zgbtrf_batched_fused_sm.cu:#312 : cudaFuncSetAttribute(zgbtrf_batched_kernel_fused_sm, cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:05.9650458Z #31 11.22 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/dgemm_batched_core.hip.cpp 2024-08-20T22:14:05.9652393Z #31 11.22 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgeqr2x_gpu-v4.hip.cpp 2024-08-20T22:14:05.9655290Z #31 11.22 tools/hipify-perl magmablas/gemm_template_kernel_batched.cuh > magmablas_hip/gemm_template_kernel_batched.hip.hpp 2024-08-20T22:14:05.9675348Z #31 11.23 tools/hipify-perl magmablas/ztrtri_upper_device.cuh > magmablas_hip/ztrtri_upper_device.hip.hpp 2024-08-20T22:14:05.9677873Z #31 11.23 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zhemv_mgpu_upper.hip.cpp 2024-08-20T22:14:05.9680177Z #31 11.23 tools/hipify-perl magmablas/ztrsv_template_device.cuh > magmablas_hip/ztrsv_template_device.hip.hpp 2024-08-20T22:14:05.9682491Z #31 11.24 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgemm_batched_core.hip.cpp 2024-08-20T22:14:05.9684365Z #31 11.25 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgbtf2_devicefunc.hip.hpp 2024-08-20T22:14:05.9686644Z #31 11.25 tools/hipify-perl magmablas/trmv_template_kernel.cuh > magmablas_hip/trmv_template_kernel.hip.hpp 2024-08-20T22:14:05.9689314Z #31 11.25 tools/hipify-perl magmablas/hemm_template_kernel.cuh > magmablas_hip/hemm_template_kernel.hip.hpp 2024-08-20T22:14:05.9691615Z #31 11.25 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrtri_upper_batched.hip.cpp 2024-08-20T22:14:05.9693926Z #31 11.26 tools/hipify-perl magmablas/zlarf_batched_fused.cuh > magmablas_hip/zlarf_batched_fused.hip.hpp 2024-08-20T22:14:05.9696274Z #31 11.26 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgbtrf_batched_fused_sm.hip.cpp 2024-08-20T22:14:05.9698863Z #31 11.26 tools/hipify-perl magmablas/hgemm_template_kernel_batched.cuh > magmablas_hip/hgemm_template_kernel_batched.hip.hpp 2024-08-20T22:14:05.9701342Z #31 11.26 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zherk_small_reduce.hip.cpp 2024-08-20T22:14:05.9703094Z #31 11.27 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/cgemm.hip.cpp 2024-08-20T22:14:05.9705243Z #31 11.27 tools/hipify-perl magmablas/hemv_template_device.cuh > magmablas_hip/hemv_template_device.hip.hpp 2024-08-20T22:14:05.9708140Z #31 11.27 tools/hipify-perl magmablas/herk_template_kernel_vbatched.cuh > magmablas_hip/herk_template_kernel_vbatched.hip.hpp 2024-08-20T22:14:05.9710515Z #31 11.28 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zsymv_upper.hip.cpp 2024-08-20T22:14:05.9712750Z #31 11.28 tools/hipify-perl magmablas/gemm_template_kernel.cuh > magmablas_hip/gemm_template_kernel.hip.hpp 2024-08-20T22:14:05.9715507Z #31 11.29 warning: magmablas/shuffle.cuh:34: unsupported device function "__shfl_sync": return __shfl_sync(mask, var, srcLane, width); 2024-08-20T22:14:05.9718707Z #31 11.29 warning: magmablas/zgetf2_kernels_var.cu:#359 : hipDeviceGetAttribute (&shmem_max, cudaDevAttrMaxSharedMemoryPerBlockOptin, device); 2024-08-20T22:14:05.9722640Z #31 11.29 warning: magmablas/zgetf2_kernels_var.cu:#361 : cudaFuncSetAttribute(zgetf2_fused_sm_kernel_vbatched, cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:05.9726123Z #31 11.33 warning: magmablas/shuffle.cuh:57: unsupported device function "__shfl_sync": return __shfl_sync(mask, var, srcLane, width); 2024-08-20T22:14:06.1032205Z #31 11.33 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/dgemm.hip.cpp 2024-08-20T22:14:06.1034142Z #31 11.33 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/trmv_template_device.hip.hpp 2024-08-20T22:14:06.1036711Z #31 11.34 tools/hipify-perl magmablas/herk_template_kernel_batched.cuh > magmablas_hip/herk_template_kernel_batched.hip.hpp 2024-08-20T22:14:06.1039575Z #31 11.34 tools/hipify-perl magmablas/trmm_template_device.cuh > magmablas_hip/trmm_template_device.hip.hpp 2024-08-20T22:14:06.1041678Z #31 11.35 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/atomics.hip.hpp 2024-08-20T22:14:06.1043326Z #31 11.36 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/hlag2s.hip.cpp 2024-08-20T22:14:06.1045453Z #31 11.36 tools/hipify-perl magmablas/zpotf2_devicesfunc.cuh > magmablas_hip/zpotf2_devicesfunc.hip.hpp 2024-08-20T22:14:06.1048318Z #31 11.36 tools/hipify-perl magmablas/hemv_template_kernel_vbatched.cuh > magmablas_hip/hemv_template_kernel_vbatched.hip.hpp 2024-08-20T22:14:06.1050753Z #31 11.38 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlaswp_batched.hip.cpp 2024-08-20T22:14:06.1053056Z #31 11.39 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgetrf_batched_smallsq_shfl.hip.cpp 2024-08-20T22:14:06.1055326Z #31 11.39 tools/hipify-perl magmablas/gemm_kernel.cuh > magmablas_hip/gemm_kernel.hip.hpp 2024-08-20T22:14:06.1057705Z #31 11.39 tools/hipify-perl magmablas/zgetf2_devicefunc.cuh > magmablas_hip/zgetf2_devicefunc.hip.hpp 2024-08-20T22:14:06.1060389Z #31 11.39 warning: magmablas/shuffle.cuh:89: unsupported device function "__shfl_sync": return __shfl_sync(mask, var, srcLane, width); 2024-08-20T22:14:06.1062992Z #31 11.39 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/trmv_template_kernel.hip.hpp 2024-08-20T22:14:06.1065289Z #31 11.40 tools/hipify-perl magmablas/herk_kernel_batched.cuh > magmablas_hip/herk_kernel_batched.hip.hpp 2024-08-20T22:14:06.1067990Z #31 11.40 warning: magmablas/shuffle.cuh:95: unsupported device function "__shfl_sync": lo = __shfl_sync(mask, lo, srcLane, width); 2024-08-20T22:14:06.1070948Z #31 11.41 warning: magmablas/shuffle.cuh:96: unsupported device function "__shfl_sync": hi = __shfl_sync(mask, hi, srcLane, width); 2024-08-20T22:14:06.1073445Z #31 11.43 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/sgemm_batched_core.hip.cpp 2024-08-20T22:14:06.1075930Z #31 11.43 tools/hipify-perl magmablas/hemv_template_kernel_batched.cuh > magmablas_hip/hemv_template_kernel_batched.hip.hpp 2024-08-20T22:14:06.1078365Z #31 11.47 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/cherk_batched_core.hip.cpp 2024-08-20T22:14:06.2137608Z #31 11.47 tools/hipify-perl magmablas/gemv_template_kernel_vbatched.cuh > magmablas_hip/gemv_template_kernel_vbatched.hip.hpp 2024-08-20T22:14:06.2140002Z #31 11.49 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/gemm_kernel.hip.hpp 2024-08-20T22:14:06.2142341Z #31 11.50 warning: magmablas/shuffle.cuh:145: unsupported device function "__shfl_xor_sync": return __shfl_xor_sync(mask, var, laneMask, width); 2024-08-20T22:14:06.2144933Z #31 11.50 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/hemm_template_kernel.hip.hpp 2024-08-20T22:14:06.2146810Z #31 11.50 tools/hipify-perl magmablas/sync.cuh > magmablas_hip/sync.hip.hpp 2024-08-20T22:14:06.2149218Z #31 11.50 tools/hipify-perl magmablas/gemv_template_kernel_batched.cuh > magmablas_hip/gemv_template_kernel_batched.hip.hpp 2024-08-20T22:14:06.2151770Z #31 11.53 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/herk_kernel_batched.hip.hpp 2024-08-20T22:14:06.2154240Z #31 11.54 tools/hipify-perl magmablas/zgeqr2_batched_fused.cuh > magmablas_hip/zgeqr2_batched_fused.hip.hpp 2024-08-20T22:14:06.2157400Z #31 11.54 warning: magmablas/shuffle.cuh:169: unsupported device function "__shfl_xor_sync": return __shfl_xor_sync(mask, var, laneMask, width); 2024-08-20T22:14:06.2160072Z #31 11.55 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/gemv_template_device.hip.hpp 2024-08-20T22:14:06.2161854Z #31 11.55 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlange.hip.cpp 2024-08-20T22:14:06.2163993Z #31 11.55 tools/hipify-perl magmablas/zlarfg_devicesfunc.cuh > magmablas_hip/zlarfg_devicesfunc.hip.hpp 2024-08-20T22:14:06.2166365Z #31 11.56 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/hemm_template_kernel_batched.hip.hpp 2024-08-20T22:14:06.2168594Z #31 11.56 tools/hipify-perl magmablas/zlaswp_device.cuh > magmablas_hip/zlaswp_device.hip.hpp 2024-08-20T22:14:06.2171351Z #31 11.56 tools/hipify-perl magmablas/trmm_template_kernel_vbatched.cuh > magmablas_hip/trmm_template_kernel_vbatched.hip.hpp 2024-08-20T22:14:06.2173660Z #31 11.58 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/sync.hip.hpp 2024-08-20T22:14:06.3157666Z #31 11.58 tools/hipify-perl magmablas/trsm_template_kernel_batched.cuh > magmablas_hip/trsm_template_kernel_batched.hip.hpp 2024-08-20T22:14:06.3160439Z #31 11.59 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgemm_batched_smallsq.hip.cpp 2024-08-20T22:14:06.3163062Z #31 11.59 warning: magmablas/zgetf2_kernels_var.cu:#520 : hipDeviceGetAttribute (&shmem_max, cudaDevAttrMaxSharedMemoryPerBlockOptin, device); 2024-08-20T22:14:06.3166702Z #31 11.59 tools/hipify-perl magmablas/trmm_template_kernel_batched.cuh > magmablas_hip/trmm_template_kernel_batched.hip.hpp 2024-08-20T22:14:06.3170238Z #31 11.59 warning: magmablas/zgetf2_kernels_var.cu:#522 : cudaFuncSetAttribute(zgetf2_fused_kernel_vbatched, cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:06.3174408Z #31 11.60 warning: magmablas/hgemm_template_kernel_batched.cuh:#155 : cudaFuncSetAttribute( hgemm_template_batched_nn_kernel, 2024-08-20T22:14:06.3177907Z #31 11.60 warning: magmablas/hgemm_template_kernel_batched.cuh:#156 : cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:06.3180842Z #31 11.60 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/herk_template_kernel_vbatched.hip.hpp 2024-08-20T22:14:06.3182858Z #31 11.60 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlarfg_devicesfunc.hip.hpp 2024-08-20T22:14:06.3185355Z #31 11.60 warning: magmablas/shuffle.cuh:202: unsupported device function "__shfl_xor_sync": return __shfl_xor_sync(mask, var, lanemask, width); 2024-08-20T22:14:06.3188567Z #31 11.60 tools/hipify-perl magmablas/trsm_template_device.cuh > magmablas_hip/trsm_template_device.hip.hpp 2024-08-20T22:14:06.3191158Z #31 11.61 tools/hipify-perl magmablas/trmm_template_kernel.cuh > magmablas_hip/trmm_template_kernel.hip.hpp 2024-08-20T22:14:06.3194060Z #31 11.61 warning: magmablas/shuffle.cuh:208: unsupported device function "__shfl_xor_sync": lo = __shfl_xor_sync(mask, lo, laneMask, width); 2024-08-20T22:14:06.3197133Z #31 11.61 warning: magmablas/shuffle.cuh:209: unsupported device function "__shfl_xor_sync": hi = __shfl_xor_sync(mask, hi, laneMask, width); 2024-08-20T22:14:06.3199959Z #31 11.62 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrtri_lower_batched.hip.cpp 2024-08-20T22:14:06.3201541Z #31 11.62 cp magmablas/Makefile.src magmablas_hip/Makefile.src 2024-08-20T22:14:06.3203228Z #31 11.62 sed -i -e "s/:= *magmablas/:= magmablas_hip/g" magmablas_hip/Makefile.src 2024-08-20T22:14:06.3204951Z #31 11.62 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/Makefile.src 2024-08-20T22:14:06.3206515Z #31 11.63 sed -i -e "s/\.cu/.hip.cpp/g" magmablas_hip/Makefile.src 2024-08-20T22:14:06.3207782Z #31 11.63 cp magmablas/Makefile magmablas_hip/Makefile 2024-08-20T22:14:06.3209338Z #31 11.63 sed -i -e "s/:= *magmablas/:= magmablas_hip/g" magmablas_hip/Makefile 2024-08-20T22:14:06.3210952Z #31 11.63 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/Makefile 2024-08-20T22:14:06.3212632Z #31 11.64 sed -i -e "s/\.cu/.hip.cpp/g" magmablas_hip/Makefile 2024-08-20T22:14:06.3213965Z #31 11.64 cp -rf magmablas/trsm_config magmablas_hip/ 2024-08-20T22:14:06.3215334Z #31 11.64 cp -rf magmablas/gemv_config magmablas_hip/ 2024-08-20T22:14:06.3216606Z #31 11.65 cp -rf magmablas/gemm_config magmablas_hip/ 2024-08-20T22:14:06.3218192Z #31 11.65 tools/hipify-perl sparse/src/zpbicg.cpp > sparse_hip/src/zpbicg.cpp 2024-08-20T22:14:06.3220247Z #31 11.65 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/hemm_template_kernel_vbatched.hip.hpp 2024-08-20T22:14:06.3222412Z #31 11.66 tools/hipify-perl sparse/src/zparict_cpu.cpp > sparse_hip/src/zparict_cpu.cpp 2024-08-20T22:14:06.3225435Z #31 11.66 warning: magmablas/hgemm_template_kernel_batched.cuh:#191 : cudaFuncSetAttribute( hgemm_template_batched_nt_kernel, 2024-08-20T22:14:06.3229010Z #31 11.66 warning: magmablas/hgemm_template_kernel_batched.cuh:#192 : cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:06.3231662Z #31 11.68 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/shuffle.hip.hpp 2024-08-20T22:14:06.3233583Z #31 11.68 tools/hipify-perl sparse/src/zparilu_cpu.cpp > sparse_hip/src/zparilu_cpu.cpp 2024-08-20T22:14:06.4237612Z #31 11.70 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zpbicg.cpp 2024-08-20T22:14:06.4239159Z #31 11.70 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zpbicg.cpp 2024-08-20T22:14:06.4240859Z #31 11.71 tools/hipify-perl sparse/src/zcg_res.cpp > sparse_hip/src/zcg_res.cpp 2024-08-20T22:14:06.4243247Z #31 11.71 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/herk_template_kernel_batched.hip.hpp 2024-08-20T22:14:06.4245351Z #31 11.72 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/gemv_template_kernel_vbatched.hip.hpp 2024-08-20T22:14:06.4247223Z #31 11.72 tools/hipify-perl sparse/src/zpcgs.cpp > sparse_hip/src/zpcgs.cpp 2024-08-20T22:14:06.4249330Z #31 11.72 tools/hipify-perl sparse/src/magma_zcustomprecond.cpp > sparse_hip/src/magma_zcustomprecond.cpp 2024-08-20T22:14:06.4251551Z #31 11.72 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/gemm_template_kernel.hip.hpp 2024-08-20T22:14:06.4253225Z #31 11.73 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgeam.hip.cpp 2024-08-20T22:14:06.4254943Z #31 11.73 tools/hipify-perl sparse/src/zbicg.cpp > sparse_hip/src/zbicg.cpp 2024-08-20T22:14:06.4257484Z #31 11.73 warning: magmablas/hgemm_template_kernel_batched.cuh:#227 : cudaFuncSetAttribute( hgemm_template_batched_tn_kernel, 2024-08-20T22:14:06.4260534Z #31 11.73 tools/hipify-perl sparse/src/zidr_merge.cpp > sparse_hip/src/zidr_merge.cpp 2024-08-20T22:14:06.4263016Z #31 11.73 warning: magmablas/hgemm_template_kernel_batched.cuh:#228 : cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:06.4265345Z #31 11.75 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zcg_res.cpp 2024-08-20T22:14:06.4266863Z #31 11.76 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zcg_res.cpp 2024-08-20T22:14:06.4268321Z #31 11.76 tools/hipify-perl sparse/src/zidr.cpp > sparse_hip/src/zidr.cpp 2024-08-20T22:14:06.4270648Z #31 11.76 warning: magmablas/zlarf_batched_fused.cuh:#251 : hipDeviceGetAttribute (&shmem_max, cudaDevAttrMaxSharedMemoryPerBlockOptin, device); 2024-08-20T22:14:06.4274289Z #31 11.76 warning: magmablas/zlarf_batched_fused.cuh:#253 : cudaFuncSetAttribute(zlarf_fused_reg_kernel_batched, cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:06.4277307Z #31 11.77 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/hemv_template_kernel_vbatched.hip.hpp 2024-08-20T22:14:06.4279022Z #31 11.77 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zpcgs.cpp 2024-08-20T22:14:06.4280509Z #31 11.77 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zpcgs.cpp 2024-08-20T22:14:06.4282421Z #31 11.77 tools/hipify-perl sparse/src/zbicgstab_merge2.cpp > sparse_hip/src/zbicgstab_merge2.cpp 2024-08-20T22:14:06.4284373Z #31 11.77 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlaswp_device.hip.hpp 2024-08-20T22:14:06.4286331Z #31 11.77 tools/hipify-perl sparse/src/zqmr.cpp > sparse_hip/src/zqmr.cpp 2024-08-20T22:14:06.4287856Z #31 11.77 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zbicg.cpp 2024-08-20T22:14:06.4289837Z #31 11.77 tools/hipify-perl sparse/src/magma_z_solver_wrapper.cpp > sparse_hip/src/magma_z_solver_wrapper.cpp 2024-08-20T22:14:06.4291787Z #31 11.78 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zbicg.cpp 2024-08-20T22:14:06.4293684Z #31 11.78 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/hemv_template_kernel_batched.hip.hpp 2024-08-20T22:14:06.4295640Z #31 11.78 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/gemv_template_kernel_batched.hip.hpp 2024-08-20T22:14:06.4297612Z #31 11.78 tools/hipify-perl sparse/src/zpbicgstab.cpp > sparse_hip/src/zpbicgstab.cpp 2024-08-20T22:14:06.4299614Z #31 11.78 tools/hipify-perl sparse/src/zpqmr_merge.cpp > sparse_hip/src/zpqmr_merge.cpp 2024-08-20T22:14:06.4301524Z #31 11.78 tools/hipify-perl sparse/src/zdummy.cpp > sparse_hip/src/zdummy.cpp 2024-08-20T22:14:06.4303344Z #31 11.79 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgetf2_kernels_var.hip.cpp 2024-08-20T22:14:06.5241213Z #31 11.79 tools/hipify-perl sparse/src/zlobpcg.cpp > sparse_hip/src/zlobpcg.cpp 2024-08-20T22:14:06.5248938Z #31 11.80 warning: magmablas/zgbtrf_batched_sliding_window_sm.cu:#438 : hipDeviceGetAttribute (&shmem_max, cudaDevAttrMaxSharedMemoryPerBlockOptin, device); 2024-08-20T22:14:06.5255180Z #31 11.80 warning: magmablas/hgemm_template_kernel_batched.cuh:#263 : cudaFuncSetAttribute( hgemm_template_batched_tt_kernel, 2024-08-20T22:14:06.5259586Z #31 11.80 warning: magmablas/hgemm_template_kernel_batched.cuh:#264 : cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:06.5263092Z #31 11.80 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/gemm_template_kernel_batched.hip.hpp 2024-08-20T22:14:06.5266323Z #31 11.80 warning: magmablas/zgbtrf_batched_sliding_window_sm.cu:#440 : cudaFuncSetAttribute(zgbtrf_batched_sliding_window_loopout_kernel_sm, cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:06.5269883Z #31 11.80 tools/hipify-perl sparse/src/zbaiter_overlap.cpp > sparse_hip/src/zbaiter_overlap.cpp 2024-08-20T22:14:06.5271999Z #31 11.81 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrsv_template_device.hip.hpp 2024-08-20T22:14:06.5274079Z #31 11.81 tools/hipify-perl sparse/src/zcgs_merge.cpp > sparse_hip/src/zcgs_merge.cpp 2024-08-20T22:14:06.5276199Z #31 11.82 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/magma_z_solver_wrapper.cpp 2024-08-20T22:14:06.5278029Z #31 11.82 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/magma_z_solver_wrapper.cpp 2024-08-20T22:14:06.5279799Z #31 11.83 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zbicgstab_merge2.cpp 2024-08-20T22:14:06.5281390Z #31 11.83 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zdummy.cpp 2024-08-20T22:14:06.5283106Z #31 11.83 tools/hipify-perl sparse/src/zbombard.cpp > sparse_hip/src/zbombard.cpp 2024-08-20T22:14:06.5284791Z #31 11.83 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zqmr.cpp 2024-08-20T22:14:06.5286383Z #31 11.83 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zbicgstab_merge2.cpp 2024-08-20T22:14:06.5288035Z #31 11.83 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zpbicgstab.cpp 2024-08-20T22:14:06.5289550Z #31 11.83 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zdummy.cpp 2024-08-20T22:14:06.5291350Z #31 11.84 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/hgemm_template_kernel_batched.hip.hpp 2024-08-20T22:14:06.5292987Z #31 11.84 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zqmr.cpp 2024-08-20T22:14:06.5294694Z #31 11.84 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/trmm_template_device.hip.hpp 2024-08-20T22:14:06.5296405Z #31 11.84 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zpbicgstab.cpp 2024-08-20T22:14:06.5298070Z #31 11.84 tools/hipify-perl sparse/src/zpidr.cpp > sparse_hip/src/zpidr.cpp 2024-08-20T22:14:06.5333945Z #31 11.84 tools/hipify-perl sparse/src/zbicgstab_merge.cpp > sparse_hip/src/zbicgstab_merge.cpp 2024-08-20T22:14:06.5336449Z #31 11.84 tools/hipify-perl sparse/src/zbicgstab_merge3.cpp > sparse_hip/src/zbicgstab_merge3.cpp 2024-08-20T22:14:06.5338687Z #31 11.84 tools/hipify-perl sparse/src/zptfqmr_merge.cpp > sparse_hip/src/zptfqmr_merge.cpp 2024-08-20T22:14:06.5340846Z #31 11.84 tools/hipify-perl sparse/src/zparilut_gpu.cpp > sparse_hip/src/zparilut_gpu.cpp 2024-08-20T22:14:06.5342872Z #31 11.84 tools/hipify-perl sparse/src/zpidr_strms.cpp > sparse_hip/src/zpidr_strms.cpp 2024-08-20T22:14:06.5345383Z #31 11.85 warning: magmablas/zgeqr2_batched.cu:#402 : hipDeviceGetAttribute (&shmem_max, cudaDevAttrMaxSharedMemoryPerBlockOptin, device); 2024-08-20T22:14:06.5348792Z #31 11.85 warning: magmablas/zgeqr2_batched.cu:#404 : cudaFuncSetAttribute(zgeqr2_sm_kernel_batched, cudaFuncAttributeMaxDynamicSharedMemorySize, dynamic_shmem_sm_kernel); 2024-08-20T22:14:06.5351663Z #31 11.85 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zbaiter_overlap.cpp 2024-08-20T22:14:06.5353360Z #31 11.85 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zhetrs.hip.cpp 2024-08-20T22:14:06.5355029Z #31 11.85 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zbaiter_overlap.cpp 2024-08-20T22:14:06.5356692Z #31 11.86 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zlobpcg.cpp 2024-08-20T22:14:06.5358373Z #31 11.86 tools/hipify-perl sparse/src/zcg.cpp > sparse_hip/src/zcg.cpp 2024-08-20T22:14:06.5360305Z #31 11.86 tools/hipify-perl sparse/src/zcustomilu.cpp > sparse_hip/src/zcustomilu.cpp 2024-08-20T22:14:06.5362384Z #31 11.86 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zlobpcg.cpp 2024-08-20T22:14:06.5365156Z #31 11.86 warning: magmablas/zgeqr2_batched.cu:#408 : cudaFuncSetAttribute(zgeqr2_column_sm_kernel_batched, cudaFuncAttributeMaxDynamicSharedMemorySize, dynamic_shmem_column_sm_kernel); 2024-08-20T22:14:06.5368589Z #31 11.86 tools/hipify-perl sparse/src/magma_zqr_wrapper.cpp > sparse_hip/src/magma_zqr_wrapper.cpp 2024-08-20T22:14:06.5370589Z #31 11.87 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zcgs_merge.cpp 2024-08-20T22:14:06.5372284Z #31 11.87 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlarf_batched_fused.hip.hpp 2024-08-20T22:14:06.5374038Z #31 11.87 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zcgs_merge.cpp 2024-08-20T22:14:06.5376265Z #31 11.87 tools/hipify-perl sparse/src/zbombard_symm_merge.cpp > sparse_hip/src/zbombard_symm_merge.cpp 2024-08-20T22:14:06.5378518Z #31 11.87 tools/hipify-perl sparse/src/zpidr_merge.cpp > sparse_hip/src/zpidr_merge.cpp 2024-08-20T22:14:06.5380332Z #31 11.89 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zbombard.cpp 2024-08-20T22:14:06.5381950Z #31 11.89 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zbicgstab_merge.cpp 2024-08-20T22:14:06.5383855Z #31 11.89 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/gemm_template_kernel_vbatched.hip.hpp 2024-08-20T22:14:06.5385727Z #31 11.89 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zbicgstab_merge.cpp 2024-08-20T22:14:06.6395490Z #31 11.89 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zbicgstab_merge3.cpp 2024-08-20T22:14:06.6397760Z #31 11.89 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zptfqmr_merge.cpp 2024-08-20T22:14:06.6399939Z #31 11.89 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zbicgstab_merge3.cpp 2024-08-20T22:14:06.6402100Z #31 11.90 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zptfqmr_merge.cpp 2024-08-20T22:14:06.6404383Z #31 11.90 tools/hipify-perl sparse/src/zgeisai.cpp > sparse_hip/src/zgeisai.cpp 2024-08-20T22:14:06.6406545Z #31 11.90 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/hlaconvert.hip.cpp 2024-08-20T22:14:06.6408758Z #31 11.90 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zbombard.cpp 2024-08-20T22:14:06.6410662Z #31 11.90 tools/hipify-perl sparse/src/zparic_gpu.cpp > sparse_hip/src/zparic_gpu.cpp 2024-08-20T22:14:06.6412716Z #31 11.90 tools/hipify-perl sparse/src/zfgmres.cpp > sparse_hip/src/zfgmres.cpp 2024-08-20T22:14:06.6414553Z #31 11.91 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zcg.cpp 2024-08-20T22:14:06.6416474Z #31 11.91 tools/hipify-perl sparse/src/zlsqr.cpp > sparse_hip/src/zlsqr.cpp 2024-08-20T22:14:06.6418314Z #31 11.91 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/magma_zqr_wrapper.cpp 2024-08-20T22:14:06.6420358Z #31 11.91 tools/hipify-perl sparse/src/zparilut_cpu.cpp > sparse_hip/src/zparilut_cpu.cpp 2024-08-20T22:14:06.6422196Z #31 11.91 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zcg.cpp 2024-08-20T22:14:06.6423837Z #31 11.91 tools/hipify-perl sparse/src/zcgs.cpp > sparse_hip/src/zcgs.cpp 2024-08-20T22:14:06.6425666Z #31 11.91 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/magma_zqr_wrapper.cpp 2024-08-20T22:14:06.6427711Z #31 11.92 tools/hipify-perl sparse/src/zgeisai_apply.cpp > sparse_hip/src/zgeisai_apply.cpp 2024-08-20T22:14:06.6430850Z #31 11.92 warning: magmablas/zgbtrf_batched_sliding_window_sm.cu:#505 : hipDeviceGetAttribute (&shmem_max, cudaDevAttrMaxSharedMemoryPerBlockOptin, device); 2024-08-20T22:14:06.6443289Z #31 11.92 tools/hipify-perl sparse/src/ztfqmr.cpp > sparse_hip/src/ztfqmr.cpp 2024-08-20T22:14:06.6445287Z #31 11.92 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/trmm_template_kernel.hip.hpp 2024-08-20T22:14:06.6448528Z #31 11.92 warning: magmablas/zgbtrf_batched_sliding_window_sm.cu:#507 : cudaFuncSetAttribute(zgbtrf_batched_sliding_window_loopin_kernel_sm, cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:06.6451938Z #31 11.92 tools/hipify-perl sparse/src/zbicgstab.cpp > sparse_hip/src/zbicgstab.cpp 2024-08-20T22:14:06.6454432Z #31 11.93 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgeqr2_batched.hip.cpp 2024-08-20T22:14:06.6456223Z #31 11.93 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zbombard_symm_merge.cpp 2024-08-20T22:14:06.6458113Z #31 11.93 tools/hipify-perl sparse/src/zparilut.cpp > sparse_hip/src/zparilut.cpp 2024-08-20T22:14:06.6460006Z #31 11.93 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zbombard_symm_merge.cpp 2024-08-20T22:14:06.6462025Z #31 11.94 tools/hipify-perl sparse/src/zgeisai_lower.cpp > sparse_hip/src/zgeisai_lower.cpp 2024-08-20T22:14:06.6463907Z #31 11.94 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrtri.hip.hpp 2024-08-20T22:14:06.6465605Z #31 11.94 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrmm_batched_core.hip.cpp 2024-08-20T22:14:06.6467798Z #31 11.94 tools/hipify-perl sparse/src/zparic_cpu.cpp > sparse_hip/src/zparic_cpu.cpp 2024-08-20T22:14:06.6469873Z #31 11.95 tools/hipify-perl sparse/src/zidr_strms.cpp > sparse_hip/src/zidr_strms.cpp 2024-08-20T22:14:06.6471642Z #31 11.95 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zfgmres.cpp 2024-08-20T22:14:06.6473339Z #31 11.95 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zhemv_upper.hip.cpp 2024-08-20T22:14:06.6475153Z #31 11.95 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/magma_zcustomprecond.cpp 2024-08-20T22:14:06.6476898Z #31 11.95 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zfgmres.cpp 2024-08-20T22:14:06.6478706Z #31 11.95 tools/hipify-perl sparse/src/ziterref.cpp > sparse_hip/src/ziterref.cpp 2024-08-20T22:14:06.6480690Z #31 11.95 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/magma_zcustomprecond.cpp 2024-08-20T22:14:06.6482629Z #31 11.96 tools/hipify-perl sparse/src/zsyisai.cpp > sparse_hip/src/zsyisai.cpp 2024-08-20T22:14:06.6484506Z #31 11.96 tools/hipify-perl sparse/src/zpcg.cpp > sparse_hip/src/zpcg.cpp 2024-08-20T22:14:06.6486168Z #31 11.96 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zlsqr.cpp 2024-08-20T22:14:06.6487675Z #31 11.96 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zcgs.cpp 2024-08-20T22:14:06.6489194Z #31 11.96 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zlsqr.cpp 2024-08-20T22:14:06.6490706Z #31 11.97 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zcgs.cpp 2024-08-20T22:14:06.6492501Z #31 11.97 tools/hipify-perl sparse/src/zftjacobi.cpp > sparse_hip/src/zftjacobi.cpp 2024-08-20T22:14:06.6494411Z #31 11.97 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/ztfqmr.cpp 2024-08-20T22:14:06.6496128Z #31 11.97 tools/hipify-perl sparse/src/zpqmr.cpp > sparse_hip/src/zpqmr.cpp 2024-08-20T22:14:06.6498058Z #31 11.97 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/ztfqmr.cpp 2024-08-20T22:14:06.6499642Z #31 11.97 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zbicgstab.cpp 2024-08-20T22:14:06.6501274Z #31 11.97 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zbicgstab.cpp 2024-08-20T22:14:06.6503133Z #31 11.97 tools/hipify-perl sparse/src/zpcg_merge.cpp > sparse_hip/src/zpcg_merge.cpp 2024-08-20T22:14:06.6505730Z #31 11.98 warning: magmablas/zgetf2_kernels.cu:#892 : hipDeviceGetAttribute (&shmem_max, cudaDevAttrMaxSharedMemoryPerBlockOptin, device); 2024-08-20T22:14:06.6508721Z #31 11.98 tools/hipify-perl sparse/src/zpbicgstab_merge.cpp > sparse_hip/src/zpbicgstab_merge.cpp 2024-08-20T22:14:06.6511779Z #31 11.98 warning: magmablas/zgetf2_kernels.cu:#894 : cudaFuncSetAttribute(zgetf2_fused_kernel_batched, cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:06.6514855Z #31 11.98 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/trmm_template_kernel_batched.hip.hpp 2024-08-20T22:14:06.6516766Z #31 11.98 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zparilu_cpu.cpp 2024-08-20T22:14:06.6518889Z #31 11.99 tools/hipify-perl sparse/src/zparilut_gpu_nodp.cpp > sparse_hip/src/zparilut_gpu_nodp.cpp 2024-08-20T22:14:06.6520948Z #31 11.99 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zparilu_cpu.cpp 2024-08-20T22:14:06.6522700Z #31 11.99 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgetf2_devicefunc.hip.hpp 2024-08-20T22:14:06.6524774Z #31 11.99 tools/hipify-perl sparse/src/zresidualvec.cpp > sparse_hip/src/zresidualvec.cpp 2024-08-20T22:14:06.6527181Z #31 11.99 tools/hipify-perl sparse/src/zgeisai_upper.cpp > sparse_hip/src/zgeisai_upper.cpp 2024-08-20T22:14:06.7533277Z #31 12.00 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/trsm_template_kernel_vbatched.hip.hpp 2024-08-20T22:14:06.7535878Z #31 12.00 tools/hipify-perl sparse/src/zcg_merge.cpp > sparse_hip/src/zcg_merge.cpp 2024-08-20T22:14:06.7537723Z #31 12.00 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/ziterref.cpp 2024-08-20T22:14:06.7539305Z #31 12.01 sed -i -e "s/\.cuh/.hip.hpp/g" interface_hip/interface.cpp 2024-08-20T22:14:06.7540891Z #31 12.01 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zpcg.cpp 2024-08-20T22:14:06.7542342Z #31 12.01 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zpcg.cpp 2024-08-20T22:14:06.7543876Z #31 12.02 sed -i -e "s/CUBLAS/hipBLAS/g" interface_hip/interface.cpp 2024-08-20T22:14:06.7545494Z #31 12.02 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zftjacobi.cpp 2024-08-20T22:14:06.7547112Z #31 12.02 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/ziterref.cpp 2024-08-20T22:14:06.7548555Z #31 12.02 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zftjacobi.cpp 2024-08-20T22:14:06.7550340Z #31 12.02 tools/hipify-perl sparse/src/zjacobidomainoverlap.cpp > sparse_hip/src/zjacobidomainoverlap.cpp 2024-08-20T22:14:06.7552434Z #31 12.02 tools/hipify-perl sparse/src/zbombard_merge.cpp > sparse_hip/src/zbombard_merge.cpp 2024-08-20T22:14:06.7554507Z #31 12.02 tools/hipify-perl sparse/src/ztfqmr_merge.cpp > sparse_hip/src/ztfqmr_merge.cpp 2024-08-20T22:14:06.7556657Z #31 12.02 tools/hipify-perl sparse/src/magma_zwrapper.cpp > sparse_hip/src/magma_zwrapper.cpp 2024-08-20T22:14:06.7558582Z #31 12.02 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zpcg_merge.cpp 2024-08-20T22:14:06.7560193Z #31 12.03 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zpcg_merge.cpp 2024-08-20T22:14:06.7561710Z #31 12.03 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zpqmr.cpp 2024-08-20T22:14:06.7563356Z #31 12.03 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zpbicgstab_merge.cpp 2024-08-20T22:14:06.7564972Z #31 12.03 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zpqmr.cpp 2024-08-20T22:14:06.7566619Z #31 12.03 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zpbicgstab_merge.cpp 2024-08-20T22:14:06.7568720Z #31 12.03 tools/hipify-perl sparse/src/magma_zcustomspmv.cpp > sparse_hip/src/magma_zcustomspmv.cpp 2024-08-20T22:14:06.7570840Z #31 12.03 tools/hipify-perl sparse/src/zparict.cpp > sparse_hip/src/zparict.cpp 2024-08-20T22:14:06.7572520Z #31 12.03 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zresidualvec.cpp 2024-08-20T22:14:06.7574551Z #31 12.04 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zresidualvec.cpp 2024-08-20T22:14:06.7576699Z #31 12.04 tools/hipify-perl sparse/src/ztfqmr_unrolled.cpp > sparse_hip/src/ztfqmr_unrolled.cpp 2024-08-20T22:14:06.7578737Z #31 12.04 tools/hipify-perl sparse/src/zbaiter.cpp > sparse_hip/src/zbaiter.cpp 2024-08-20T22:14:06.7580561Z #31 12.05 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/hemv_template_device.hip.hpp 2024-08-20T22:14:06.7582592Z #31 12.05 tools/hipify-perl sparse/src/zjacobi.cpp > sparse_hip/src/zjacobi.cpp 2024-08-20T22:14:06.7584302Z #31 12.05 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zcg_merge.cpp 2024-08-20T22:14:06.7585847Z #31 12.06 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zcg_merge.cpp 2024-08-20T22:14:06.7587705Z #31 12.06 tools/hipify-perl sparse/src/zcustomic.cpp > sparse_hip/src/zcustomic.cpp 2024-08-20T22:14:06.7589488Z #31 12.06 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zlaset.hip.cpp 2024-08-20T22:14:06.7591251Z #31 12.07 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zjacobidomainoverlap.cpp 2024-08-20T22:14:06.7593094Z #31 12.07 tools/hipify-perl sparse/src/zbpcg.cpp > sparse_hip/src/zbpcg.cpp 2024-08-20T22:14:06.7594911Z #31 12.07 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zjacobidomainoverlap.cpp 2024-08-20T22:14:06.7596673Z #31 12.07 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/magma_zwrapper.cpp 2024-08-20T22:14:06.7598381Z #31 12.07 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/ztfqmr_merge.cpp 2024-08-20T22:14:06.7602234Z #31 12.07 tools/hipify-perl sparse/src/magma_zmlumerge.cpp > sparse_hip/src/magma_zmlumerge.cpp 2024-08-20T22:14:06.7604220Z #31 12.07 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/magma_zwrapper.cpp 2024-08-20T22:14:06.7605759Z #31 12.07 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/ztfqmr_merge.cpp 2024-08-20T22:14:06.7607455Z #31 12.08 tools/hipify-perl sparse/src/zptfqmr.cpp > sparse_hip/src/zptfqmr.cpp 2024-08-20T22:14:06.7609612Z #31 12.08 tools/hipify-perl sparse/src/zpcgs_merge.cpp > sparse_hip/src/zpcgs_merge.cpp 2024-08-20T22:14:06.7611461Z #31 12.08 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zbombard_merge.cpp 2024-08-20T22:14:06.7613065Z #31 12.08 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zcustomilu.cpp 2024-08-20T22:14:06.7614986Z #31 12.08 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/trmm_template_kernel_vbatched.hip.hpp 2024-08-20T22:14:06.7616982Z #31 12.08 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zcustomilu.cpp 2024-08-20T22:14:06.7618613Z #31 12.08 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zbombard_merge.cpp 2024-08-20T22:14:06.7620534Z #31 12.09 tools/hipify-perl sparse/src/zparilu_gpu.cpp > sparse_hip/src/zparilu_gpu.cpp 2024-08-20T22:14:06.7622964Z #31 12.09 tools/hipify-perl sparse/src/magma_z_precond_wrapper.cpp > sparse_hip/src/magma_z_precond_wrapper.cpp 2024-08-20T22:14:06.7625260Z #31 12.09 tools/hipify-perl sparse/src/ziterict.cpp > sparse_hip/src/ziterict.cpp 2024-08-20T22:14:06.7626991Z #31 12.09 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zbaiter.cpp 2024-08-20T22:14:06.7628643Z #31 12.09 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/ztfqmr_unrolled.cpp 2024-08-20T22:14:06.7630271Z #31 12.10 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zbaiter.cpp 2024-08-20T22:14:06.7632009Z #31 12.10 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/ztfqmr_unrolled.cpp 2024-08-20T22:14:06.7633918Z #31 12.10 tools/hipify-perl sparse/src/zresidual.cpp > sparse_hip/src/zresidual.cpp 2024-08-20T22:14:06.7636115Z #31 12.10 tools/hipify-perl sparse/src/zqmr_merge.cpp > sparse_hip/src/zqmr_merge.cpp 2024-08-20T22:14:06.7637829Z #31 12.11 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zjacobi.cpp 2024-08-20T22:14:06.8447169Z #31 12.11 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zjacobi.cpp 2024-08-20T22:14:06.8448675Z #31 12.11 cp sparse/src/Makefile.src sparse_hip/src/Makefile.src 2024-08-20T22:14:06.8450494Z #31 12.11 sed -i -e "s/:= *sparse\/src/:= sparse_hip\/src/g" sparse_hip/src/Makefile.src 2024-08-20T22:14:06.8452272Z #31 12.12 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/Makefile.src 2024-08-20T22:14:06.8454209Z #31 12.12 sed -i -e "s/\.cu/.hip.cpp/g" sparse_hip/src/Makefile.src 2024-08-20T22:14:06.8455890Z #31 12.12 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/magma_zmlumerge.cpp 2024-08-20T22:14:06.8458616Z #31 12.12 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zparict_cpu.cpp 2024-08-20T22:14:06.8460912Z #31 12.12 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/magma_zmlumerge.cpp 2024-08-20T22:14:06.8462588Z #31 12.12 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zbpcg.cpp 2024-08-20T22:14:06.8464214Z #31 12.12 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zparict_cpu.cpp 2024-08-20T22:14:06.8465761Z #31 12.12 cp sparse/src/Makefile sparse_hip/src/Makefile 2024-08-20T22:14:06.8467164Z #31 12.13 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zbpcg.cpp 2024-08-20T22:14:06.8468824Z #31 12.13 sed -i -e "s/:= *sparse\/src/:= sparse_hip\/src/g" sparse_hip/src/Makefile 2024-08-20T22:14:06.8471035Z #31 12.13 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zpcgs_merge.cpp 2024-08-20T22:14:06.8472667Z #31 12.13 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zptfqmr.cpp 2024-08-20T22:14:06.8474841Z #31 12.13 tools/hipify-perl sparse/include/magmasparse_mmio.h > sparse_hip/include/magmasparse_mmio.h 2024-08-20T22:14:06.8477676Z #31 12.13 tools/hipify-perl sparse/include/magmasparse_types.h > sparse_hip/include/magmasparse_types.h 2024-08-20T22:14:06.8479883Z #31 12.13 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/Makefile 2024-08-20T22:14:06.8481776Z #31 12.13 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zpcgs_merge.cpp 2024-08-20T22:14:06.8483782Z #31 12.13 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zptfqmr.cpp 2024-08-20T22:14:06.8485761Z #31 12.13 tools/hipify-perl sparse/include/magmasparse.h > sparse_hip/include/magmasparse.h 2024-08-20T22:14:06.8487631Z #31 12.14 sed -i -e "s/\.cu/.hip.cpp/g" sparse_hip/src/Makefile 2024-08-20T22:14:06.8489625Z #31 12.14 tools/hipify-perl sparse/include/magmasparse_z.h > sparse_hip/include/magmasparse_z.h 2024-08-20T22:14:06.8492052Z #31 12.14 tools/hipify-perl sparse/include/magmasparse_zc.h > sparse_hip/include/magmasparse_zc.h 2024-08-20T22:14:06.8494015Z #31 12.14 cp sparse/include/Makefile.src sparse_hip/include/Makefile.src 2024-08-20T22:14:06.8496155Z #31 12.14 sed -i -e "s/:= *sparse\/include/:= sparse_hip\/include/g" sparse_hip/include/Makefile.src 2024-08-20T22:14:06.8498094Z #31 12.15 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zresidual.cpp 2024-08-20T22:14:06.8499725Z #31 12.15 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zresidual.cpp 2024-08-20T22:14:06.8501394Z #31 12.15 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/include/Makefile.src 2024-08-20T22:14:06.8503057Z #31 12.16 cp sparse/include/Makefile sparse_hip/include/Makefile 2024-08-20T22:14:06.8505025Z #31 12.16 sed -i -e "s/\.cu/.hip.cpp/g" sparse_hip/include/Makefile.src 2024-08-20T22:14:06.8507278Z #31 12.16 sed -i -e "s/:= *sparse\/include/:= sparse_hip\/include/g" sparse_hip/include/Makefile 2024-08-20T22:14:06.8509343Z #31 12.16 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zqmr_merge.cpp 2024-08-20T22:14:06.8510968Z #31 12.16 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/include/Makefile 2024-08-20T22:14:06.8512589Z #31 12.16 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zqmr_merge.cpp 2024-08-20T22:14:06.8514743Z #31 12.16 tools/hipify-perl sparse/control/magma_zmlumerge.cpp > sparse_hip/control/magma_zmlumerge.cpp 2024-08-20T22:14:06.8516914Z #31 12.16 sed -i -e "s/\.cu/.hip.cpp/g" sparse_hip/include/Makefile 2024-08-20T22:14:06.8519378Z #31 12.16 tools/hipify-perl sparse/control/magma_zmdiagdom.cpp > sparse_hip/control/magma_zmdiagdom.cpp 2024-08-20T22:14:06.8521536Z #31 12.17 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zgeisai_lower.cpp 2024-08-20T22:14:06.8523643Z #31 12.17 tools/hipify-perl sparse/control/magma_zmdiff.cpp > sparse_hip/control/magma_zmdiff.cpp 2024-08-20T22:14:06.8525697Z #31 12.17 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zgeisai_lower.cpp 2024-08-20T22:14:06.8527933Z #31 12.17 tools/hipify-perl sparse/control/magma_zmgenerator.cpp > sparse_hip/control/magma_zmgenerator.cpp 2024-08-20T22:14:06.8531301Z #31 12.18 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/include/magmasparse_mmio.h 2024-08-20T22:14:06.8533225Z #31 12.18 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/include/magmasparse.h 2024-08-20T22:14:06.8535342Z #31 12.18 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/include/magmasparse.h 2024-08-20T22:14:06.8537104Z #31 12.18 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/include/magmasparse_mmio.h 2024-08-20T22:14:06.8539447Z #31 12.19 tools/hipify-perl sparse/control/magma_zmatrix_tools.cpp > sparse_hip/control/magma_zmatrix_tools.cpp 2024-08-20T22:14:06.8542616Z #31 12.19 warning: magmablas/zgeqr2_batched_fused.cuh:#333 : hipDeviceGetAttribute (&shmem_max, cudaDevAttrMaxSharedMemoryPerBlockOptin, device); 2024-08-20T22:14:06.8546134Z #31 12.19 tools/hipify-perl sparse/control/magma_zmsupernodal.cpp > sparse_hip/control/magma_zmsupernodal.cpp 2024-08-20T22:14:06.8549510Z #31 12.19 warning: magmablas/zgeqr2_batched_fused.cuh:#335 : cudaFuncSetAttribute(zgeqr2_fused_reg_kernel_batched, cudaFuncAttributeMaxDynamicSharedMemorySize, shmem); 2024-08-20T22:14:06.8552561Z #31 12.19 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/include/magmasparse_zc.h 2024-08-20T22:14:06.8554460Z #31 12.20 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zparic_gpu.cpp 2024-08-20T22:14:06.8556135Z #31 12.20 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/include/magmasparse_zc.h 2024-08-20T22:14:06.8557934Z #31 12.20 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zparic_gpu.cpp 2024-08-20T22:14:06.8560533Z #31 12.20 tools/hipify-perl sparse/control/magma_zmshrink.cpp > sparse_hip/control/magma_zmshrink.cpp 2024-08-20T22:14:06.8562883Z #31 12.20 tools/hipify-perl sparse/control/magma_zmio.cpp > sparse_hip/control/magma_zmio.cpp 2024-08-20T22:14:06.9534920Z #31 12.21 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/magma_zcustomspmv.cpp 2024-08-20T22:14:06.9537446Z #31 12.21 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmlumerge.cpp 2024-08-20T22:14:06.9539310Z #31 12.21 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmdiagdom.cpp 2024-08-20T22:14:06.9541083Z #31 12.21 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmdiff.cpp 2024-08-20T22:14:06.9542881Z #31 12.21 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmlumerge.cpp 2024-08-20T22:14:06.9544723Z #31 12.21 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmdiff.cpp 2024-08-20T22:14:06.9546506Z #31 12.22 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmdiagdom.cpp 2024-08-20T22:14:06.9548288Z #31 12.22 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/magma_zcustomspmv.cpp 2024-08-20T22:14:06.9550831Z #31 12.22 tools/hipify-perl sparse/control/magma_zparilut_tools.cpp > sparse_hip/control/magma_zparilut_tools.cpp 2024-08-20T22:14:06.9553022Z #31 12.22 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zsymv.hip.cpp 2024-08-20T22:14:06.9555030Z #31 12.22 tools/hipify-perl sparse/control/magma_zfree.cpp > sparse_hip/control/magma_zfree.cpp 2024-08-20T22:14:06.9557097Z #31 12.22 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zgeisai_upper.cpp 2024-08-20T22:14:06.9559444Z #31 12.22 tools/hipify-perl sparse/control/magma_zparilu_kernels.cpp > sparse_hip/control/magma_zparilu_kernels.cpp 2024-08-20T22:14:06.9561713Z #31 12.22 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zgeisai_upper.cpp 2024-08-20T22:14:06.9563518Z #31 12.22 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmgenerator.cpp 2024-08-20T22:14:06.9565442Z #31 12.23 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmgenerator.cpp 2024-08-20T22:14:06.9567593Z #31 12.23 tools/hipify-perl sparse/control/magma_zvio.cpp > sparse_hip/control/magma_zvio.cpp 2024-08-20T22:14:06.9569555Z #31 12.23 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zparic_cpu.cpp 2024-08-20T22:14:06.9571661Z #31 12.23 tools/hipify-perl sparse/control/magma_zmslice.cpp > sparse_hip/control/magma_zmslice.cpp 2024-08-20T22:14:06.9573712Z #31 12.23 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zparic_cpu.cpp 2024-08-20T22:14:06.9576150Z #31 12.23 tools/hipify-perl sparse/control/magma_zvpass.cpp > sparse_hip/control/magma_zvpass.cpp 2024-08-20T22:14:06.9578404Z #31 12.24 tools/hipify-perl sparse/control/error.cpp > sparse_hip/control/error.cpp 2024-08-20T22:14:06.9580537Z #31 12.24 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/trsm_template_kernel_batched.hip.hpp 2024-08-20T22:14:06.9582984Z #31 12.24 tools/hipify-perl sparse/control/magma_zvtranspose.cpp > sparse_hip/control/magma_zvtranspose.cpp 2024-08-20T22:14:06.9585731Z #31 12.24 tools/hipify-perl sparse/control/magma_zgeisai_tools.cpp > sparse_hip/control/magma_zgeisai_tools.cpp 2024-08-20T22:14:06.9588023Z #31 12.25 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmshrink.cpp 2024-08-20T22:14:06.9589881Z #31 12.25 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmshrink.cpp 2024-08-20T22:14:06.9592136Z #31 12.26 tools/hipify-perl sparse/control/magma_zvpass_gpu.cpp > sparse_hip/control/magma_zvpass_gpu.cpp 2024-08-20T22:14:06.9594448Z #31 12.27 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zparilu_kernels.cpp 2024-08-20T22:14:06.9596481Z #31 12.27 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zparilu_kernels.cpp 2024-08-20T22:14:06.9598809Z #31 12.27 tools/hipify-perl sparse/control/magma_zmconvert.cpp > sparse_hip/control/magma_zmconvert.cpp 2024-08-20T22:14:06.9600936Z #31 12.28 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zvio.cpp 2024-08-20T22:14:06.9602660Z #31 12.28 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zhemv_mgpu.hip.cpp 2024-08-20T22:14:06.9604606Z #31 12.28 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmslice.cpp 2024-08-20T22:14:06.9606413Z #31 12.28 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zvpass.cpp 2024-08-20T22:14:06.9608193Z #31 12.28 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zvio.cpp 2024-08-20T22:14:06.9609997Z #31 12.28 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmslice.cpp 2024-08-20T22:14:06.9611792Z #31 12.28 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zvpass.cpp 2024-08-20T22:14:06.9613524Z #31 12.28 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zcustomic.cpp 2024-08-20T22:14:06.9615924Z #31 12.28 tools/hipify-perl sparse/control/magma_zdomainoverlap.cpp > sparse_hip/control/magma_zdomainoverlap.cpp 2024-08-20T22:14:06.9618154Z #31 12.28 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zcustomic.cpp 2024-08-20T22:14:06.9620294Z #31 12.28 tools/hipify-perl sparse/control/magma_zmtransfer.cpp > sparse_hip/control/magma_zmtransfer.cpp 2024-08-20T22:14:06.9623003Z #31 12.28 tools/hipify-perl sparse/control/magma_zutil_sparse.cpp > sparse_hip/control/magma_zutil_sparse.cpp 2024-08-20T22:14:06.9625721Z #31 12.29 tools/hipify-perl sparse/control/magma_zmatrixchar.cpp > sparse_hip/control/magma_zmatrixchar.cpp 2024-08-20T22:14:06.9627939Z #31 12.30 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgetf2_kernels.hip.cpp 2024-08-20T22:14:06.9629806Z #31 12.30 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zvtranspose.cpp 2024-08-20T22:14:06.9631940Z #31 12.30 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zgeisai_tools.cpp 2024-08-20T22:14:06.9633864Z #31 12.30 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zvpass_gpu.cpp 2024-08-20T22:14:06.9635794Z #31 12.30 tools/hipify-perl sparse/control/mmio.cpp > sparse_hip/control/mmio.cpp 2024-08-20T22:14:06.9637759Z #31 12.30 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zvtranspose.cpp 2024-08-20T22:14:06.9639712Z #31 12.30 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zgeisai_tools.cpp 2024-08-20T22:14:06.9641636Z #31 12.30 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zvpass_gpu.cpp 2024-08-20T22:14:06.9643838Z #31 12.31 tools/hipify-perl sparse/control/magma_zmscale.cpp > sparse_hip/control/magma_zmscale.cpp 2024-08-20T22:14:06.9646578Z #31 12.31 tools/hipify-perl sparse/control/magma_zmcsrcompressor.cpp > sparse_hip/control/magma_zmcsrcompressor.cpp 2024-08-20T22:14:06.9649516Z #31 12.31 tools/hipify-perl sparse/control/magma_zparilut_kernels.cpp > sparse_hip/control/magma_zparilut_kernels.cpp 2024-08-20T22:14:06.9652521Z #31 12.31 tools/hipify-perl sparse/control/magma_zmilustruct.cpp > sparse_hip/control/magma_zmilustruct.cpp 2024-08-20T22:14:07.0537188Z #31 12.31 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgeqr2_batched_fused.hip.hpp 2024-08-20T22:14:07.0539456Z #31 12.32 tools/hipify-perl sparse/control/magma_zmtranspose.cpp > sparse_hip/control/magma_zmtranspose.cpp 2024-08-20T22:14:07.0541572Z #31 12.32 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zpotf2_devicesfunc.hip.hpp 2024-08-20T22:14:07.0543645Z #31 12.33 tools/hipify-perl sparse/control/magma_zmcsrpass.cpp > sparse_hip/control/magma_zmcsrpass.cpp 2024-08-20T22:14:07.0545833Z #31 12.33 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zdomainoverlap.cpp 2024-08-20T22:14:07.0547817Z #31 12.33 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zdomainoverlap.cpp 2024-08-20T22:14:07.0550080Z #31 12.33 tools/hipify-perl sparse/control/magma_zparic_kernels.cpp > sparse_hip/control/magma_zparic_kernels.cpp 2024-08-20T22:14:07.0552236Z #31 12.35 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zgeisai_apply.cpp 2024-08-20T22:14:07.0554009Z #31 12.35 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmcsrcompressor.cpp 2024-08-20T22:14:07.0555822Z #31 12.35 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zgeisai_apply.cpp 2024-08-20T22:14:07.0557701Z #31 12.36 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmcsrcompressor.cpp 2024-08-20T22:14:07.0559516Z #31 12.36 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/mmio.cpp 2024-08-20T22:14:07.0562022Z #31 12.36 tools/hipify-perl sparse/control/magma_zpariluutils.cpp > sparse_hip/control/magma_zpariluutils.cpp 2024-08-20T22:14:07.0564193Z #31 12.36 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/mmio.cpp 2024-08-20T22:14:07.0565969Z #31 12.36 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmatrixchar.cpp 2024-08-20T22:14:07.0568104Z #31 12.36 tools/hipify-perl sparse/control/magma_zsort.cpp > sparse_hip/control/magma_zsort.cpp 2024-08-20T22:14:07.0570447Z #31 12.36 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zparilut_kernels.cpp 2024-08-20T22:14:07.0572381Z #31 12.36 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmatrixchar.cpp 2024-08-20T22:14:07.0574467Z #31 12.36 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zparilut_kernels.cpp 2024-08-20T22:14:07.0576809Z #31 12.36 tools/hipify-perl sparse/control/magma_zcsrsplit.cpp > sparse_hip/control/magma_zcsrsplit.cpp 2024-08-20T22:14:07.0578942Z #31 12.36 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmscale.cpp 2024-08-20T22:14:07.0581207Z #31 12.37 tools/hipify-perl sparse/control/magma_zparict_tools.cpp > sparse_hip/control/magma_zparict_tools.cpp 2024-08-20T22:14:07.0584147Z #31 12.37 tools/hipify-perl sparse/control/magma_zmcsrpass_gpu.cpp > sparse_hip/control/magma_zmcsrpass_gpu.cpp 2024-08-20T22:14:07.0586420Z #31 12.37 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmscale.cpp 2024-08-20T22:14:07.0588136Z #31 12.37 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zgeisai.cpp 2024-08-20T22:14:07.0590321Z #31 12.37 tools/hipify-perl sparse/control/magma_zsolverinfo.cpp > sparse_hip/control/magma_zsolverinfo.cpp 2024-08-20T22:14:07.0592436Z #31 12.37 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zgeisai.cpp 2024-08-20T22:14:07.0594027Z #31 12.37 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/error.cpp 2024-08-20T22:14:07.0595647Z #31 12.37 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/error.cpp 2024-08-20T22:14:07.0597416Z #31 12.38 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmcsrpass.cpp 2024-08-20T22:14:07.0599611Z #31 12.38 tools/hipify-perl sparse/control/magma_zselect.cpp > sparse_hip/control/magma_zselect.cpp 2024-08-20T22:14:07.0602147Z #31 12.38 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmcsrpass.cpp 2024-08-20T22:14:07.0604307Z #31 12.38 tools/hipify-perl sparse/control/magma_zvinit.cpp > sparse_hip/control/magma_zvinit.cpp 2024-08-20T22:14:07.0606511Z #31 12.38 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zparic_kernels.cpp 2024-08-20T22:14:07.0608741Z #31 12.38 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zparic_kernels.cpp 2024-08-20T22:14:07.0610982Z #31 12.38 tools/hipify-perl sparse/control/magma_zdummy.cpp > sparse_hip/control/magma_zdummy.cpp 2024-08-20T22:14:07.0613576Z #31 12.39 tools/hipify-perl sparse/control/magma_zmfrobenius.cpp > sparse_hip/control/magma_zmfrobenius.cpp 2024-08-20T22:14:07.0615836Z #31 12.39 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zparilu_gpu.cpp 2024-08-20T22:14:07.0617534Z #31 12.39 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zparilu_gpu.cpp 2024-08-20T22:14:07.0619857Z #31 12.39 tools/hipify-perl sparse/control/magma_zmtranspose_cpu.cpp > sparse_hip/control/magma_zmtranspose_cpu.cpp 2024-08-20T22:14:07.0622247Z #31 12.40 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/hgemm_template_device.hip.hpp 2024-08-20T22:14:07.0624631Z #31 12.41 tools/hipify-perl sparse/control/magmasparse_internal.h > sparse_hip/control/magmasparse_internal.h 2024-08-20T22:14:07.0626913Z #31 12.41 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zcsrsplit.cpp 2024-08-20T22:14:07.0628803Z #31 12.41 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zcsrsplit.cpp 2024-08-20T22:14:07.0630793Z #31 12.41 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgbtf2_kernels.hip.cpp 2024-08-20T22:14:07.0632594Z #31 12.41 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zpariluutils.cpp 2024-08-20T22:14:07.0634560Z #31 12.41 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmcsrpass_gpu.cpp 2024-08-20T22:14:07.0636606Z #31 12.41 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zsort.cpp 2024-08-20T22:14:07.0638498Z #31 12.42 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zpariluutils.cpp 2024-08-20T22:14:07.0640456Z #31 12.42 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmcsrpass_gpu.cpp 2024-08-20T22:14:07.0642914Z #31 12.42 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zsort.cpp 2024-08-20T22:14:07.0644556Z #31 12.42 cp sparse/control/Makefile.src sparse_hip/control/Makefile.src 2024-08-20T22:14:07.0646086Z #31 12.42 cp sparse/control/Makefile sparse_hip/control/Makefile 2024-08-20T22:14:07.0648043Z #31 12.42 sed -i -e "s/:= *sparse\/control/:= sparse_hip\/control/g" sparse_hip/control/Makefile.src 2024-08-20T22:14:07.0650309Z #31 12.42 tools/hipify-perl sparse/blas/magma_zlag2c.cpp > sparse_hip/blas/magma_zlag2c.cpp 2024-08-20T22:14:07.1567529Z #31 12.42 sed -i -e "s/:= *sparse\/control/:= sparse_hip\/control/g" sparse_hip/control/Makefile 2024-08-20T22:14:07.1569596Z #31 12.42 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/Makefile.src 2024-08-20T22:14:07.1571825Z #31 12.42 tools/hipify-perl sparse/blas/magma_z_blaswrapper.cpp > sparse_hip/blas/magma_z_blaswrapper.cpp 2024-08-20T22:14:07.1574049Z #31 12.42 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zselect.cpp 2024-08-20T22:14:07.1576289Z #31 12.42 tools/hipify-perl sparse/blas/magma_ztrisolve.cpp > sparse_hip/blas/magma_ztrisolve.cpp 2024-08-20T22:14:07.1578363Z #31 12.42 sed -i -e "s/\.cu/.hip.cpp/g" sparse_hip/control/Makefile.src 2024-08-20T22:14:07.1580086Z #31 12.43 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zvinit.cpp 2024-08-20T22:14:07.1581771Z #31 12.43 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/Makefile 2024-08-20T22:14:07.1583329Z #31 12.43 sed -i -e "s/\.cu/.hip.cpp/g" sparse_hip/control/Makefile 2024-08-20T22:14:07.1585016Z #31 12.43 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zvinit.cpp 2024-08-20T22:14:07.1586928Z #31 12.43 tools/hipify-perl sparse/blas/zparilu.cpp > sparse_hip/blas/zparilu.cpp 2024-08-20T22:14:07.1588900Z #31 12.43 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmfrobenius.cpp 2024-08-20T22:14:07.1591013Z #31 12.43 tools/hipify-perl sparse/blas/magma_clag2z.cpp > sparse_hip/blas/magma_clag2z.cpp 2024-08-20T22:14:07.1593102Z #31 12.43 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmfrobenius.cpp 2024-08-20T22:14:07.1594997Z #31 12.43 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zselect.cpp 2024-08-20T22:14:07.1597150Z #31 12.43 tools/hipify-perl sparse/blas/zilu.cpp > sparse_hip/blas/zilu.cpp 2024-08-20T22:14:07.1598966Z #31 12.43 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zdummy.cpp 2024-08-20T22:14:07.1600654Z #31 12.43 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/ziterict.cpp 2024-08-20T22:14:07.1602645Z #31 12.44 tools/hipify-perl sparse/blas/magma_zcuspmm.cpp > sparse_hip/blas/magma_zcuspmm.cpp 2024-08-20T22:14:07.1604712Z #31 12.44 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zdummy.cpp 2024-08-20T22:14:07.1606804Z #31 12.44 tools/hipify-perl sparse/blas/magma_trisolve.cpp > sparse_hip/blas/magma_trisolve.cpp 2024-08-20T22:14:07.1609012Z #31 12.44 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmtranspose_cpu.cpp 2024-08-20T22:14:07.1611267Z #31 12.44 tools/hipify-perl sparse/blas/magma_zcuspaxpy.cpp > sparse_hip/blas/magma_zcuspaxpy.cpp 2024-08-20T22:14:07.1613273Z #31 12.44 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/ziterict.cpp 2024-08-20T22:14:07.1615219Z #31 12.44 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmtranspose_cpu.cpp 2024-08-20T22:14:07.1617080Z #31 12.44 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zparilut_gpu.cpp 2024-08-20T22:14:07.1618857Z #31 12.45 tools/hipify-perl sparse/blas/zilut.cpp > sparse_hip/blas/zilut.cpp 2024-08-20T22:14:07.1620653Z #31 12.45 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zparilut_gpu.cpp 2024-08-20T22:14:07.1622642Z #31 12.45 tools/hipify-perl sparse/blas/magma_trisolve.h > sparse_hip/blas/magma_trisolve.h 2024-08-20T22:14:07.1625242Z #31 12.46 tools/hipify-perl sparse/blas/magma_sampleselect.h > sparse_hip/blas/magma_sampleselect.h 2024-08-20T22:14:07.1627340Z #31 12.47 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_zlag2c.cpp 2024-08-20T22:14:07.1629058Z #31 12.47 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/blas/magma_zlag2c.cpp 2024-08-20T22:14:07.1631001Z #31 12.47 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/blas/magma_zlag2c.cpp 2024-08-20T22:14:07.1633562Z #31 12.48 tools/hipify-perl sparse/blas/atomicopsmagmaDoubleComplex.h > sparse_hip/blas/atomicopsmagmaDoubleComplex.h 2024-08-20T22:14:07.1635961Z #31 12.48 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_clag2z.cpp 2024-08-20T22:14:07.1637649Z #31 12.48 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/blas/magma_clag2z.cpp 2024-08-20T22:14:07.1639417Z #31 12.48 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/blas/magma_clag2z.cpp 2024-08-20T22:14:07.1641159Z #31 12.49 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zparilut_cpu.cpp 2024-08-20T22:14:07.1644087Z #31 12.49 tools/hipify-perl sparse/blas/atomicopsmagmaFloatComplex.h > sparse_hip/blas/atomicopsmagmaFloatComplex.h 2024-08-20T22:14:07.1646481Z #31 12.49 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zparilut_cpu.cpp 2024-08-20T22:14:07.1648536Z #31 12.49 tools/hipify-perl sparse/blas/atomicopsdouble.h > sparse_hip/blas/atomicopsdouble.h 2024-08-20T22:14:07.1650521Z #31 12.52 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zsyisai.cpp 2024-08-20T22:14:07.2579964Z #31 12.53 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zsyisai.cpp 2024-08-20T22:14:07.2582069Z #31 12.53 tools/hipify-perl sparse/blas/atomicopsfloat.h > sparse_hip/blas/atomicopsfloat.h 2024-08-20T22:14:07.2584253Z #31 12.53 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/atomicopsmagmaFloatComplex.h 2024-08-20T22:14:07.2586321Z #31 12.53 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/atomicopsmagmaFloatComplex.h 2024-08-20T22:14:07.2588210Z #31 12.53 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_trisolve.cpp 2024-08-20T22:14:07.2589901Z #31 12.54 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zparict.cpp 2024-08-20T22:14:07.2591608Z #31 12.54 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/blas/magma_trisolve.cpp 2024-08-20T22:14:07.2593627Z #31 12.54 tools/hipify-perl sparse/blas/zmergeidr.cu > sparse_hip/blas/zmergeidr.hip.cpp 2024-08-20T22:14:07.2595518Z #31 12.54 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zparict.cpp 2024-08-20T22:14:07.2597241Z #31 12.54 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/blas/magma_trisolve.cpp 2024-08-20T22:14:07.2599723Z #31 12.54 tools/hipify-perl sparse/blas/clag2z_sparse.cu > sparse_hip/blas/clag2z_sparse.hip.cpp 2024-08-20T22:14:07.2602282Z #31 12.54 tools/hipify-perl sparse/blas/zbajac_csr_overlap.cu > sparse_hip/blas/zbajac_csr_overlap.hip.cpp 2024-08-20T22:14:07.2604539Z #31 12.58 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/atomicopsfloat.h 2024-08-20T22:14:07.2606202Z #31 12.58 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/atomicopsfloat.h 2024-08-20T22:14:07.2607931Z #31 12.58 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zparilut_gpu_nodp.cpp 2024-08-20T22:14:07.2610042Z #31 12.58 tools/hipify-perl sparse/blas/zgeisai.cu > sparse_hip/blas/zgeisai.hip.cpp 2024-08-20T22:14:07.2612010Z #31 12.58 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zparilut_gpu_nodp.cpp 2024-08-20T22:14:07.2614000Z #31 12.59 tools/hipify-perl sparse/blas/zgecsrmv.cu > sparse_hip/blas/zgecsrmv.hip.cpp 2024-08-20T22:14:07.2616209Z #31 12.60 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/atomicopsmagmaDoubleComplex.h 2024-08-20T22:14:07.2618277Z #31 12.61 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/atomicopsmagmaDoubleComplex.h 2024-08-20T22:14:07.2620331Z #31 12.61 tools/hipify-perl sparse/blas/zmdotc.cu > sparse_hip/blas/zmdotc.hip.cpp 2024-08-20T22:14:07.2622485Z #31 12.61 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magmasparse_internal.h 2024-08-20T22:14:07.2624321Z #31 12.61 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magmasparse_internal.h 2024-08-20T22:14:07.2626282Z #31 12.62 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zpqmr_merge.cpp 2024-08-20T22:14:07.2627924Z #31 12.62 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zpqmr_merge.cpp 2024-08-20T22:14:07.2630051Z #31 12.62 tools/hipify-perl sparse/blas/zgeisai_batched32.cu > sparse_hip/blas/zgeisai_batched32.hip.cpp 2024-08-20T22:14:07.2632333Z #31 12.62 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/atomicopsdouble.h 2024-08-20T22:14:07.2633963Z #31 12.62 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/atomicopsdouble.h 2024-08-20T22:14:07.2636431Z #31 12.62 tools/hipify-perl sparse/blas/zgecscsyncfreetrsm.cu > sparse_hip/blas/zgecscsyncfreetrsm.hip.cpp 2024-08-20T22:14:07.2639108Z #31 12.62 tools/hipify-perl sparse/blas/magma_zget_rowptr.cu > sparse_hip/blas/magma_zget_rowptr.hip.cpp 2024-08-20T22:14:07.3614506Z #31 12.66 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/trsm_template_device.hip.hpp 2024-08-20T22:14:07.3616815Z #31 12.67 tools/hipify-perl sparse/blas/zmgesellcmmv.cu > sparse_hip/blas/zmgesellcmmv.hip.cpp 2024-08-20T22:14:07.3618965Z #31 12.68 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/vbatched_check.hip.cpp 2024-08-20T22:14:07.3620927Z #31 12.69 tools/hipify-perl sparse/blas/zgeaxpy.cu > sparse_hip/blas/zgeaxpy.hip.cpp 2024-08-20T22:14:07.3623458Z #31 12.71 warning: sparse/blas/magma_sampleselect.h:113: unsupported device function "__shfl_sync": ofs = __shfl_sync(amask, ofs, 0); 2024-08-20T22:14:07.3626071Z #31 12.71 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmsupernodal.cpp 2024-08-20T22:14:07.3628052Z #31 12.72 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmsupernodal.cpp 2024-08-20T22:14:07.3630428Z #31 12.72 tools/hipify-perl sparse/blas/zmergeblockkrylov.cu > sparse_hip/blas/zmergeblockkrylov.hip.cpp 2024-08-20T22:14:07.3633082Z #31 12.72 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/zgbtrf_batched_sliding_window_sm.hip.cpp 2024-08-20T22:14:07.3635379Z #31 12.73 tools/hipify-perl sparse/blas/zgeisai_trsv.cu > sparse_hip/blas/zgeisai_trsv.hip.cpp 2024-08-20T22:14:07.4620402Z #31 12.76 warning: sparse/blas/magma_sampleselect.h:138: unsupported device function "__shfl_xor_sync": result |= __shfl_xor_sync(amask, result, 1, 4) << 8; 2024-08-20T22:14:07.4623934Z #31 12.76 warning: sparse/blas/magma_sampleselect.h:140: unsupported device function "__shfl_xor_sync": result |= __shfl_xor_sync(amask, result, 2, 4) << 16; 2024-08-20T22:14:07.4626726Z #31 12.79 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zidr.cpp 2024-08-20T22:14:07.4628977Z #31 12.80 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zidr.cpp 2024-08-20T22:14:07.4631678Z #31 12.80 warning: sparse/blas/magma_sampleselect.h:162: unsupported device function "__shfl_sync": packed = __shfl_sync(amask, packed, (pack_idx * 4) % warp_size, 4); 2024-08-20T22:14:07.4634736Z #31 12.80 tools/hipify-perl sparse/blas/zmgecsrmv.cu > sparse_hip/blas/zmgecsrmv.hip.cpp 2024-08-20T22:14:07.4636756Z #31 12.82 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_ztrisolve.cpp 2024-08-20T22:14:07.4638550Z #31 12.83 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/blas/magma_ztrisolve.cpp 2024-08-20T22:14:07.4640427Z #31 12.83 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/blas/magma_ztrisolve.cpp 2024-08-20T22:14:07.5781523Z #31 12.83 tools/hipify-perl sparse/blas/zbcsrblockinfo.cu > sparse_hip/blas/zbcsrblockinfo.hip.cpp 2024-08-20T22:14:07.5783637Z #31 12.83 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_trisolve.h 2024-08-20T22:14:07.5785241Z #31 12.84 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_trisolve.h 2024-08-20T22:14:07.5787195Z #31 12.84 tools/hipify-perl sparse/blas/zmgeellmv.cu > sparse_hip/blas/zmgeellmv.hip.cpp 2024-08-20T22:14:07.5789164Z #31 12.85 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/clag2z_sparse.hip.cpp 2024-08-20T22:14:07.5791092Z #31 12.86 tools/hipify-perl sparse/blas/zmergeqmr.cu > sparse_hip/blas/zmergeqmr.hip.cpp 2024-08-20T22:14:07.5793109Z #31 12.87 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_zcuspaxpy.cpp 2024-08-20T22:14:07.5794951Z #31 12.88 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/blas/magma_zcuspaxpy.cpp 2024-08-20T22:14:07.5796922Z #31 12.88 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zpidr.cpp 2024-08-20T22:14:07.5798648Z #31 12.88 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_zget_rowptr.hip.cpp 2024-08-20T22:14:07.5800575Z #31 12.88 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/blas/magma_zcuspaxpy.cpp 2024-08-20T22:14:07.5802296Z #31 12.88 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zpidr.cpp 2024-08-20T22:14:07.5804214Z #31 12.88 tools/hipify-perl sparse/blas/zgeellrtmv.cu > sparse_hip/blas/zgeellrtmv.hip.cpp 2024-08-20T22:14:07.5806674Z #31 12.88 tools/hipify-perl sparse/blas/zpipelinedgmres.cu > sparse_hip/blas/zpipelinedgmres.hip.cpp 2024-08-20T22:14:07.5809270Z #31 12.88 tools/hipify-perl sparse/blas/magma_zpreselect.cu > sparse_hip/blas/magma_zpreselect.hip.cpp 2024-08-20T22:14:07.5811334Z #31 12.89 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zparilut.cpp 2024-08-20T22:14:07.5812918Z #31 12.89 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zparilut.cpp 2024-08-20T22:14:07.5814964Z #31 12.90 tools/hipify-perl sparse/blas/zgeisai_16.cu > sparse_hip/blas/zgeisai_16.hip.cpp 2024-08-20T22:14:07.5816912Z #31 12.90 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zmergeidr.hip.cpp 2024-08-20T22:14:07.5818605Z #31 12.90 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zidr_merge.cpp 2024-08-20T22:14:07.5820962Z #31 12.90 tools/hipify-perl sparse/blas/magma_zsampleselect_nodp.cu > sparse_hip/blas/magma_zsampleselect_nodp.hip.cpp 2024-08-20T22:14:07.5823207Z #31 12.90 sed -i -e "s/\.cuh/.hip.hpp/g" interface_hip/blas_z_v2.cpp 2024-08-20T22:14:07.5824818Z #31 12.91 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zidr_merge.cpp 2024-08-20T22:14:07.5826431Z #31 12.91 sed -i -e "s/CUBLAS/hipBLAS/g" interface_hip/blas_z_v2.cpp 2024-08-20T22:14:07.5828484Z #31 12.91 tools/hipify-perl sparse/blas/zbcsrlupivloc.cu > sparse_hip/blas/zbcsrlupivloc.hip.cpp 2024-08-20T22:14:07.5831069Z #31 12.92 tools/hipify-perl sparse/blas/zgesellcmmv.cu > sparse_hip/blas/zgesellcmmv.hip.cpp 2024-08-20T22:14:07.5833092Z #31 12.92 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgeaxpy.hip.cpp 2024-08-20T22:14:07.5835237Z #31 12.93 tools/hipify-perl sparse/blas/magma_zdiagcheck.cu > sparse_hip/blas/magma_zdiagcheck.hip.cpp 2024-08-20T22:14:07.5837448Z #31 12.94 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/hemm_template_device.hip.hpp 2024-08-20T22:14:07.6918810Z #31 12.95 tools/hipify-perl sparse/blas/zjacobisetup.cu > sparse_hip/blas/zjacobisetup.hip.cpp 2024-08-20T22:14:07.6921265Z #31 12.96 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zmergeblockkrylov.hip.cpp 2024-08-20T22:14:07.6923270Z #31 12.96 tools/hipify-perl sparse/blas/zgeelltmv.cu > sparse_hip/blas/zgeelltmv.hip.cpp 2024-08-20T22:14:07.6925186Z #31 13.06 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zpidr_merge.cpp 2024-08-20T22:14:07.7920365Z #31 13.06 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zpidr_merge.cpp 2024-08-20T22:14:07.7922474Z #31 13.07 tools/hipify-perl sparse/blas/zmgeelltmv.cu > sparse_hip/blas/zmgeelltmv.hip.cpp 2024-08-20T22:14:07.7924542Z #31 13.09 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_sampleselect.h 2024-08-20T22:14:07.7926349Z #31 13.09 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_sampleselect.h 2024-08-20T22:14:07.7928127Z #31 13.10 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zmgecsrmv.hip.cpp 2024-08-20T22:14:07.7930119Z #31 13.10 tools/hipify-perl sparse/blas/zbcsrtrsv.cu > sparse_hip/blas/zbcsrtrsv.hip.cpp 2024-08-20T22:14:07.7932361Z #31 13.10 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zbcsrblockinfo.hip.cpp 2024-08-20T22:14:07.7934510Z #31 13.10 tools/hipify-perl sparse/blas/zgesellcmv.cu > sparse_hip/blas/zgesellcmv.hip.cpp 2024-08-20T22:14:07.7936891Z #31 13.10 tools/hipify-perl sparse/blas/zparic_kernels.cu > sparse_hip/blas/zparic_kernels.hip.cpp 2024-08-20T22:14:07.7939032Z #31 13.10 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrtri_lower_device.hip.hpp 2024-08-20T22:14:07.7941175Z #31 13.11 tools/hipify-perl sparse/blas/zmergetfqmr.cu > sparse_hip/blas/zmergetfqmr.hip.cpp 2024-08-20T22:14:07.7943588Z #31 13.11 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/ztrtri_upper_device.hip.hpp 2024-08-20T22:14:07.7945398Z #31 13.11 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgecsrmv.hip.cpp 2024-08-20T22:14:07.7947381Z #31 13.12 tools/hipify-perl sparse/blas/zmergecgs.cu > sparse_hip/blas/zmergecgs.hip.cpp 2024-08-20T22:14:07.7949763Z #31 13.12 tools/hipify-perl sparse/blas/zparilu_kernels.cu > sparse_hip/blas/zparilu_kernels.hip.cpp 2024-08-20T22:14:07.7951880Z #31 13.13 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_zcuspmm.cpp 2024-08-20T22:14:07.7953605Z #31 13.13 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/blas/magma_zcuspmm.cpp 2024-08-20T22:14:07.7955418Z #31 13.13 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/blas/magma_zcuspmm.cpp 2024-08-20T22:14:07.7957248Z #31 13.14 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zmgeellmv.hip.cpp 2024-08-20T22:14:07.7959336Z #31 13.14 tools/hipify-perl sparse/blas/zlobpcg_maxpy.cu > sparse_hip/blas/zlobpcg_maxpy.hip.cpp 2024-08-20T22:14:07.7961644Z #31 13.14 tools/hipify-perl sparse/blas/zgecsr5mv.cu > sparse_hip/blas/zgecsr5mv.hip.cpp 2024-08-20T22:14:07.7963623Z #31 13.14 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zbcsrtrsv.hip.cpp 2024-08-20T22:14:07.7966004Z #31 13.15 tools/hipify-perl sparse/blas/magma_dsampleselect_core.cu > sparse_hip/blas/magma_dsampleselect_core.hip.cpp 2024-08-20T22:14:07.7968383Z #31 13.15 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_zdiagcheck.hip.cpp 2024-08-20T22:14:07.7970338Z #31 13.15 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgecscsyncfreetrsm.hip.cpp 2024-08-20T22:14:07.7972284Z #31 13.15 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmilustruct.cpp 2024-08-20T22:14:07.7974288Z #31 13.15 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmilustruct.cpp 2024-08-20T22:14:07.7976180Z #31 13.15 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zbcsrlupivloc.hip.cpp 2024-08-20T22:14:07.7978229Z #31 13.16 tools/hipify-perl sparse/blas/zbajac_csr.cu > sparse_hip/blas/zbajac_csr.hip.cpp 2024-08-20T22:14:07.7980928Z #31 13.16 warning: sparse/blas/magma_zsampleselect_nodp.cu:#112 : //sampleselect<<<1, 1, 0, queue->hip_stream()>>> 2024-08-20T22:14:07.7983492Z #31 13.16 tools/hipify-perl sparse/blas/zgemvmdot.cu > sparse_hip/blas/zgemvmdot.hip.cpp 2024-08-20T22:14:07.7985616Z #31 13.16 tools/hipify-perl sparse/blas/zbcsrswp.cu > sparse_hip/blas/zbcsrswp.hip.cpp 2024-08-20T22:14:07.8952356Z #31 13.16 tools/hipify-perl sparse/blas/magma_zmcsrcompressor_gpu.cu > sparse_hip/blas/magma_zmcsrcompressor_gpu.hip.cpp 2024-08-20T22:14:07.8955059Z #31 13.17 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_zpreselect.hip.cpp 2024-08-20T22:14:07.8957331Z #31 13.18 tools/hipify-perl sparse/blas/magma_sampleselect.cu > sparse_hip/blas/magma_sampleselect.hip.cpp 2024-08-20T22:14:07.8959641Z #31 13.20 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zbcsrswp.hip.cpp 2024-08-20T22:14:07.8961803Z #31 13.21 tools/hipify-perl sparse/blas/zjaccard_weights.cu > sparse_hip/blas/zjaccard_weights.hip.cpp 2024-08-20T22:14:07.8964053Z #31 13.21 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmtranspose.cpp 2024-08-20T22:14:07.8965992Z #31 13.22 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmtranspose.cpp 2024-08-20T22:14:07.8968225Z #31 13.22 tools/hipify-perl sparse/blas/zgeblockstruct.cu > sparse_hip/blas/zgeblockstruct.hip.cpp 2024-08-20T22:14:07.8970327Z #31 13.25 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zpidr_strms.cpp 2024-08-20T22:14:07.8972018Z #31 13.26 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zpidr_strms.cpp 2024-08-20T22:14:07.8974229Z #31 13.26 tools/hipify-perl sparse/blas/zgeisai_maxblock.cu > sparse_hip/blas/zgeisai_maxblock.hip.cpp 2024-08-20T22:14:07.9956393Z #31 13.30 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zutil_sparse.cpp 2024-08-20T22:14:07.9958416Z #31 13.30 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zutil_sparse.cpp 2024-08-20T22:14:07.9960491Z #31 13.31 tools/hipify-perl sparse/blas/zcompact.cu > sparse_hip/blas/zcompact.hip.cpp 2024-08-20T22:14:07.9962819Z #31 13.31 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zparict_tools.cpp 2024-08-20T22:14:07.9964804Z #31 13.31 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zparict_tools.cpp 2024-08-20T22:14:07.9967132Z #31 13.32 tools/hipify-perl sparse/blas/magma_zthrsselect.cu > sparse_hip/blas/magma_zthrsselect.hip.cpp 2024-08-20T22:14:07.9969385Z #31 13.35 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_sampleselect.hip.cpp 2024-08-20T22:14:07.9971789Z #31 13.35 tools/hipify-perl sparse/blas/zcgecsrmv_mixed_prec.cu > sparse_hip/blas/zcgecsrmv_mixed_prec.hip.cpp 2024-08-20T22:14:07.9974271Z #31 13.35 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_zsampleselect_nodp.hip.cpp 2024-08-20T22:14:07.9976270Z #31 13.36 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zpipelinedgmres.hip.cpp 2024-08-20T22:14:07.9978330Z #31 13.36 tools/hipify-perl sparse/blas/zgeisai_32.cu > sparse_hip/blas/zgeisai_32.hip.cpp 2024-08-20T22:14:07.9980254Z #31 13.36 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/zidr_strms.cpp 2024-08-20T22:14:07.9982309Z #31 13.36 tools/hipify-perl sparse/blas/magma_zthrsrm.cu > sparse_hip/blas/magma_zthrsrm.hip.cpp 2024-08-20T22:14:07.9984287Z #31 13.36 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/zidr_strms.cpp 2024-08-20T22:14:08.1142814Z #31 13.37 tools/hipify-perl sparse/blas/zbcsrcpy.cu > sparse_hip/blas/zbcsrcpy.hip.cpp 2024-08-20T22:14:08.1144907Z #31 13.37 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zmgeelltmv.hip.cpp 2024-08-20T22:14:08.1146747Z #31 13.37 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zlobpcg_maxpy.hip.cpp 2024-08-20T22:14:08.1148748Z #31 13.38 tools/hipify-perl sparse/blas/zgeisai_8.cu > sparse_hip/blas/zgeisai_8.hip.cpp 2024-08-20T22:14:08.1151150Z #31 13.38 tools/hipify-perl sparse/blas/zmergebicgstab2.cu > sparse_hip/blas/zmergebicgstab2.hip.cpp 2024-08-20T22:14:08.1153336Z #31 13.38 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zparic_kernels.hip.cpp 2024-08-20T22:14:08.1155608Z #31 13.39 tools/hipify-perl sparse/blas/zlobpcg_residuals.cu > sparse_hip/blas/zlobpcg_residuals.hip.cpp 2024-08-20T22:14:08.1157817Z #31 13.40 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zparilu_kernels.hip.cpp 2024-08-20T22:14:08.1160046Z #31 13.40 tools/hipify-perl sparse/blas/zmergebicgstab3.cu > sparse_hip/blas/zmergebicgstab3.hip.cpp 2024-08-20T22:14:08.1162305Z #31 13.41 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/src/magma_z_precond_wrapper.cpp 2024-08-20T22:14:08.1164280Z #31 13.41 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/src/magma_z_precond_wrapper.cpp 2024-08-20T22:14:08.1166901Z #31 13.41 tools/hipify-perl sparse/blas/zgecsrreimsplit.cu > sparse_hip/blas/zgecsrreimsplit.hip.cpp 2024-08-20T22:14:08.1168975Z #31 13.42 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zparilu.cpp 2024-08-20T22:14:08.1170563Z #31 13.42 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/blas/zparilu.cpp 2024-08-20T22:14:08.1172214Z #31 13.42 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/blas/zparilu.cpp 2024-08-20T22:14:08.1174392Z #31 13.43 tools/hipify-perl sparse/blas/zmergebicgstab.cu > sparse_hip/blas/zmergebicgstab.hip.cpp 2024-08-20T22:14:08.1176513Z #31 13.43 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgesellcmv.hip.cpp 2024-08-20T22:14:08.1178582Z #31 13.43 tools/hipify-perl sparse/blas/zlag2c_sparse.cu > sparse_hip/blas/zlag2c_sparse.hip.cpp 2024-08-20T22:14:08.1180732Z #31 13.44 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgeisai_batched32.hip.cpp 2024-08-20T22:14:08.1182974Z #31 13.45 tools/hipify-perl sparse/blas/zparilut_kernels.cu > sparse_hip/blas/zparilut_kernels.hip.cpp 2024-08-20T22:14:08.1185466Z #31 13.48 warning: sparse/blas/zjaccard_weights.cu:#129 : // cudaFunc Set CacheConfig(hipFuncCache_t PreferShared); 2024-08-20T22:14:08.2229695Z #31 13.48 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgeellrtmv.hip.cpp 2024-08-20T22:14:08.2232060Z #31 13.49 tools/hipify-perl sparse/blas/zmergecg.cu > sparse_hip/blas/zmergecg.hip.cpp 2024-08-20T22:14:08.2235067Z #31 13.50 warning: sparse/blas/magma_zthrsselect.cu:66: unsupported device function "__shfl_sync": sval = __shfl_sync(0xffffffff,sval, (tidx+1)%32); 2024-08-20T22:14:08.2237714Z #31 13.52 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgeelltmv.hip.cpp 2024-08-20T22:14:08.2239544Z #31 13.52 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zjaccard_weights.hip.cpp 2024-08-20T22:14:08.2241322Z #31 13.52 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgeisai.hip.cpp 2024-08-20T22:14:08.2243077Z #31 13.53 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_z_blaswrapper.cpp 2024-08-20T22:14:08.2245085Z #31 13.53 tools/hipify-perl sparse/blas/zgeellmv.cu > sparse_hip/blas/zgeellmv.hip.cpp 2024-08-20T22:14:08.2247667Z #31 13.53 tools/hipify-perl sparse/blas/zgedensereimsplit.cu > sparse_hip/blas/zgedensereimsplit.hip.cpp 2024-08-20T22:14:08.2250120Z #31 13.53 tools/hipify-perl sparse/blas/zbcsrlugemm.cu > sparse_hip/blas/zbcsrlugemm.hip.cpp 2024-08-20T22:14:08.2252337Z #31 13.53 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/blas/magma_z_blaswrapper.cpp 2024-08-20T22:14:08.2254392Z #31 13.53 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/blas/magma_z_blaswrapper.cpp 2024-08-20T22:14:08.2256425Z #31 13.54 tools/hipify-perl sparse/blas/zge3pt.cu > sparse_hip/blas/zge3pt.hip.cpp 2024-08-20T22:14:08.2258613Z #31 13.54 warning: sparse/blas/zparilut_kernels.cu:#22 : * cudaFunc Set CacheConfig(hipFuncCache_t PreferShared); 2024-08-20T22:14:08.2261013Z #31 13.56 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_zmcsrcompressor_gpu.hip.cpp 2024-08-20T22:14:08.2263413Z #31 13.56 tools/hipify-perl sparse/blas/magma_zmconjugate.cu > sparse_hip/blas/magma_zmconjugate.hip.cpp 2024-08-20T22:14:08.2265584Z #31 13.59 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zbajac_csr.hip.cpp 2024-08-20T22:14:08.3240436Z #31 13.59 tools/hipify-perl sparse/blas/zparilut_candidates.cu > sparse_hip/blas/zparilut_candidates.hip.cpp 2024-08-20T22:14:08.3242688Z #31 13.60 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zfree.cpp 2024-08-20T22:14:08.3244427Z #31 13.61 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zfree.cpp 2024-08-20T22:14:08.3246426Z #31 13.61 tools/hipify-perl sparse/blas/zmdot_shfl.cu > sparse_hip/blas/zmdot_shfl.hip.cpp 2024-08-20T22:14:08.3248450Z #31 13.62 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgecsrreimsplit.hip.cpp 2024-08-20T22:14:08.3250707Z #31 13.63 tools/hipify-perl sparse/blas/magma_zsampleselect.cu > sparse_hip/blas/magma_zsampleselect.hip.cpp 2024-08-20T22:14:08.3252850Z #31 13.65 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zbcsrcpy.hip.cpp 2024-08-20T22:14:08.3255289Z #31 13.65 tools/hipify-perl sparse/blas/zlobpcg_shift.cu > sparse_hip/blas/zlobpcg_shift.hip.cpp 2024-08-20T22:14:08.3257427Z #31 13.66 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zcgecsrmv_mixed_prec.hip.cpp 2024-08-20T22:14:08.3259779Z #31 13.66 tools/hipify-perl sparse/blas/magma_zmatrixtools_gpu.cu > sparse_hip/blas/magma_zmatrixtools_gpu.hip.cpp 2024-08-20T22:14:08.3262035Z #31 13.66 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgeblockstruct.hip.cpp 2024-08-20T22:14:08.3263598Z #31 13.67 cp sparse/blas/Makefile.src sparse_hip/blas/Makefile.src 2024-08-20T22:14:08.3265418Z #31 13.67 sed -i -e "s/:= *sparse\/blas/:= sparse_hip\/blas/g" sparse_hip/blas/Makefile.src 2024-08-20T22:14:08.3267204Z #31 13.67 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/Makefile.src 2024-08-20T22:14:08.3268752Z #31 13.67 sed -i -e "s/\.cu/.hip.cpp/g" sparse_hip/blas/Makefile.src 2024-08-20T22:14:08.3270072Z #31 13.68 cp sparse/blas/Makefile sparse_hip/blas/Makefile 2024-08-20T22:14:08.3271740Z #31 13.68 sed -i -e "s/:= *sparse\/blas/:= sparse_hip\/blas/g" sparse_hip/blas/Makefile 2024-08-20T22:14:08.3273408Z #31 13.68 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/Makefile 2024-08-20T22:14:08.3274877Z #31 13.68 sed -i -e "s/\.cu/.hip.cpp/g" sparse_hip/blas/Makefile 2024-08-20T22:14:08.3276476Z #31 13.69 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_zthrsrm.hip.cpp 2024-08-20T22:14:08.3278756Z #31 13.69 tools/hipify-perl sparse/testing/testing_zmconverter.cpp > sparse_hip/testing/testing_zmconverter.cpp 2024-08-20T22:14:08.3281081Z #31 13.69 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zilut.cpp 2024-08-20T22:14:08.4464284Z #31 13.69 tools/hipify-perl sparse/testing/testing_zcspmv_mixed.cpp > sparse_hip/testing/testing_zcspmv_mixed.cpp 2024-08-20T22:14:08.4474936Z #31 13.69 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/blas/zilut.cpp 2024-08-20T22:14:08.4477333Z #31 13.70 warning: sparse/blas/magma_zthrsselect.cu:169: unsupported device function "__shfl_sync": val = __shfl_sync(0xffffffff,val, (tidx+1)%32); 2024-08-20T22:14:08.4479934Z #31 13.70 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/blas/zilut.cpp 2024-08-20T22:14:08.4482317Z #31 13.70 tools/hipify-perl sparse/testing/testing_zpreconditioner.cpp > sparse_hip/testing/testing_zpreconditioner.cpp 2024-08-20T22:14:08.4484780Z #31 13.73 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_zmconjugate.hip.cpp 2024-08-20T22:14:08.4486725Z #31 13.74 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zmconverter.cpp 2024-08-20T22:14:08.4489054Z #31 13.74 tools/hipify-perl sparse/testing/testing_zsptrsv.cpp > sparse_hip/testing/testing_zsptrsv.cpp 2024-08-20T22:14:08.4491279Z #31 13.74 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zsolverinfo.cpp 2024-08-20T22:14:08.4493220Z #31 13.74 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zmconverter.cpp 2024-08-20T22:14:08.4495270Z #31 13.74 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgedensereimsplit.hip.cpp 2024-08-20T22:14:08.4497214Z #31 13.74 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zsolverinfo.cpp 2024-08-20T22:14:08.4499242Z #31 13.74 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zmconverter.cpp 2024-08-20T22:14:08.4501644Z #31 13.74 tools/hipify-perl sparse/testing/testing_zdiagdom.cpp > sparse_hip/testing/testing_zdiagdom.cpp 2024-08-20T22:14:08.4503843Z #31 13.74 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zmconverter.cpp 2024-08-20T22:14:08.4506045Z #31 13.74 tools/hipify-perl sparse/testing/testing_zmdotc.cpp > sparse_hip/testing/testing_zmdotc.cpp 2024-08-20T22:14:08.4508820Z #31 13.75 warning: sparse/blas/zmdot_shfl.cu:46: unsupported device function "__shfl_down_sync": val += __shfl_down_sync(0xffffffff,val, 16); 2024-08-20T22:14:08.4511508Z #31 13.75 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zpreconditioner.cpp 2024-08-20T22:14:08.4514040Z #31 13.75 warning: sparse/blas/zmdot_shfl.cu:47: unsupported device function "__shfl_down_sync": val += __shfl_down_sync(0xffffffff,val, 8); 2024-08-20T22:14:08.4517482Z #31 13.75 tools/hipify-perl sparse/testing/testing_zsolver_energy.cpp > sparse_hip/testing/testing_zsolver_energy.cpp 2024-08-20T22:14:08.4520417Z #31 13.75 warning: sparse/blas/zmdot_shfl.cu:48: unsupported device function "__shfl_down_sync": val += __shfl_down_sync(0xffffffff,val, 4); 2024-08-20T22:14:08.4523105Z #31 13.75 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zpreconditioner.cpp 2024-08-20T22:14:08.4525649Z #31 13.75 warning: sparse/blas/zmdot_shfl.cu:49: unsupported device function "__shfl_down_sync": val += __shfl_down_sync(0xffffffff,val, 2); 2024-08-20T22:14:08.4528403Z #31 13.75 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zpreconditioner.cpp 2024-08-20T22:14:08.4531157Z #31 13.75 warning: sparse/blas/zmdot_shfl.cu:50: unsupported device function "__shfl_down_sync": val += __shfl_down_sync(0xffffffff,val, 1); 2024-08-20T22:14:08.4533771Z #31 13.76 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zpreconditioner.cpp 2024-08-20T22:14:08.4536323Z #31 13.76 tools/hipify-perl sparse/testing/testing_zgemv_cpu_gpu.cpp > sparse_hip/testing/testing_zgemv_cpu_gpu.cpp 2024-08-20T22:14:08.4538667Z #31 13.76 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgeisai_maxblock.hip.cpp 2024-08-20T22:14:08.4541068Z #31 13.77 tools/hipify-perl sparse/testing/testing_zmcompressor.cpp > sparse_hip/testing/testing_zmcompressor.cpp 2024-08-20T22:14:08.4543424Z #31 13.77 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zlobpcg_residuals.hip.cpp 2024-08-20T22:14:08.4545875Z #31 13.78 tools/hipify-perl sparse/testing/testing_zblas.cpp > sparse_hip/testing/testing_zblas.cpp 2024-08-20T22:14:08.4547927Z #31 13.78 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zge3pt.hip.cpp 2024-08-20T22:14:08.4550154Z #31 13.78 tools/hipify-perl sparse/testing/testing_zgetrowptr.cpp > sparse_hip/testing/testing_zgetrowptr.cpp 2024-08-20T22:14:08.4552364Z #31 13.78 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zcompact.hip.cpp 2024-08-20T22:14:08.4554489Z #31 13.79 tools/hipify-perl sparse/testing/testing_zspmm.cpp > sparse_hip/testing/testing_zspmm.cpp 2024-08-20T22:14:08.4556735Z #31 13.81 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zmcompressor.cpp 2024-08-20T22:14:08.5463169Z #31 13.82 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zmcompressor.cpp 2024-08-20T22:14:08.5465363Z #31 13.82 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zmcompressor.cpp 2024-08-20T22:14:08.5467489Z #31 13.82 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_dsampleselect_core.hip.cpp 2024-08-20T22:14:08.5470059Z #31 13.82 warning: sparse/blas/zmdot_shfl.cu:86: unsupported device function "__shfl_down_sync": a.x += __shfl_down_sync(0xffffffff,a.x, 16); 2024-08-20T22:14:08.5472635Z #31 13.82 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zmcompressor.cpp 2024-08-20T22:14:08.5475079Z #31 13.82 warning: sparse/blas/zmdot_shfl.cu:87: unsupported device function "__shfl_down_sync": a.y += __shfl_down_sync(0xffffffff,a.y, 16); 2024-08-20T22:14:08.5477663Z #31 13.82 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zblas.cpp 2024-08-20T22:14:08.5480075Z #31 13.82 warning: sparse/blas/zmdot_shfl.cu:88: unsupported device function "__shfl_down_sync": a.z += __shfl_down_sync(0xffffffff,a.z, 16); 2024-08-20T22:14:08.5483236Z #31 13.82 tools/hipify-perl sparse/testing/testing_zparilu_weight.cpp > sparse_hip/testing/testing_zparilu_weight.cpp 2024-08-20T22:14:08.5486209Z #31 13.82 warning: sparse/blas/zmdot_shfl.cu:89: unsupported device function "__shfl_down_sync": a.w += __shfl_down_sync(0xffffffff,a.w, 16); 2024-08-20T22:14:08.5488777Z #31 13.83 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zblas.cpp 2024-08-20T22:14:08.5491027Z #31 13.83 tools/hipify-perl sparse/testing/testing_zjaccard.cpp > sparse_hip/testing/testing_zjaccard.cpp 2024-08-20T22:14:08.5493849Z #31 13.83 warning: sparse/blas/zmdot_shfl.cu:90: unsupported device function "__shfl_down_sync": a.x += __shfl_down_sync(0xffffffff,a.x, 8); 2024-08-20T22:14:08.5496864Z #31 13.83 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zblas.cpp 2024-08-20T22:14:08.5499341Z #31 13.83 warning: sparse/blas/zmdot_shfl.cu:91: unsupported device function "__shfl_down_sync": a.y += __shfl_down_sync(0xffffffff,a.y, 8); 2024-08-20T22:14:08.5501808Z #31 13.83 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zblas.cpp 2024-08-20T22:14:08.5503617Z #31 13.83 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zgetrowptr.cpp 2024-08-20T22:14:08.5506091Z #31 13.83 warning: sparse/blas/zmdot_shfl.cu:92: unsupported device function "__shfl_down_sync": a.z += __shfl_down_sync(0xffffffff,a.z, 8); 2024-08-20T22:14:08.5508955Z #31 13.83 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zgetrowptr.cpp 2024-08-20T22:14:08.5511359Z #31 13.83 warning: sparse/blas/zmdot_shfl.cu:93: unsupported device function "__shfl_down_sync": a.w += __shfl_down_sync(0xffffffff,a.w, 8); 2024-08-20T22:14:08.5514248Z #31 13.83 tools/hipify-perl sparse/testing/testing_zmatrix.cpp > sparse_hip/testing/testing_zmatrix.cpp 2024-08-20T22:14:08.5516508Z #31 13.83 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zgetrowptr.cpp 2024-08-20T22:14:08.5519148Z #31 13.83 warning: sparse/blas/zmdot_shfl.cu:94: unsupported device function "__shfl_down_sync": a.x += __shfl_down_sync(0xffffffff,a.x, 4); 2024-08-20T22:14:08.5522272Z #31 13.84 warning: sparse/blas/zmdot_shfl.cu:95: unsupported device function "__shfl_down_sync": a.y += __shfl_down_sync(0xffffffff,a.y, 4); 2024-08-20T22:14:08.5524981Z #31 13.84 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zgetrowptr.cpp 2024-08-20T22:14:08.5526886Z #31 13.84 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zgemv_cpu_gpu.cpp 2024-08-20T22:14:08.5528726Z #31 13.84 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zmergecgs.hip.cpp 2024-08-20T22:14:08.5531326Z #31 13.84 warning: sparse/blas/zmdot_shfl.cu:96: unsupported device function "__shfl_down_sync": a.z += __shfl_down_sync(0xffffffff,a.z, 4); 2024-08-20T22:14:08.5534144Z #31 13.84 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zgemv_cpu_gpu.cpp 2024-08-20T22:14:08.5536656Z #31 13.84 warning: sparse/blas/zmdot_shfl.cu:97: unsupported device function "__shfl_down_sync": a.w += __shfl_down_sync(0xffffffff,a.w, 4); 2024-08-20T22:14:08.5539864Z #31 13.84 tools/hipify-perl sparse/testing/testing_zusemagma_example.cpp > sparse_hip/testing/testing_zusemagma_example.cpp 2024-08-20T22:14:08.5543030Z #31 13.84 tools/hipify-perl sparse/testing/testing_zsolver_rhs_scaling.cpp > sparse_hip/testing/testing_zsolver_rhs_scaling.cpp 2024-08-20T22:14:08.5545663Z #31 13.84 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zgemv_cpu_gpu.cpp 2024-08-20T22:14:08.5548239Z #31 13.84 warning: sparse/blas/zmdot_shfl.cu:98: unsupported device function "__shfl_down_sync": a.x += __shfl_down_sync(0xffffffff,a.x, 2); 2024-08-20T22:14:08.5551378Z #31 13.84 warning: sparse/blas/zmdot_shfl.cu:99: unsupported device function "__shfl_down_sync": a.y += __shfl_down_sync(0xffffffff,a.y, 2); 2024-08-20T22:14:08.5553965Z #31 13.84 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zgemv_cpu_gpu.cpp 2024-08-20T22:14:08.5556407Z #31 13.85 warning: sparse/blas/zmdot_shfl.cu:100: unsupported device function "__shfl_down_sync": a.z += __shfl_down_sync(0xffffffff,a.z, 2); 2024-08-20T22:14:08.5559559Z #31 13.85 warning: sparse/blas/zmdot_shfl.cu:101: unsupported device function "__shfl_down_sync": a.w += __shfl_down_sync(0xffffffff,a.w, 2); 2024-08-20T22:14:08.5562623Z #31 13.85 tools/hipify-perl sparse/testing/testing_zspmv_check.cpp > sparse_hip/testing/testing_zspmv_check.cpp 2024-08-20T22:14:08.5565512Z #31 13.85 warning: sparse/blas/zmdot_shfl.cu:102: unsupported device function "__shfl_down_sync": a.x += __shfl_down_sync(0xffffffff,a.x, 1); 2024-08-20T22:14:08.5568681Z #31 13.85 warning: sparse/blas/zmdot_shfl.cu:103: unsupported device function "__shfl_down_sync": a.y += __shfl_down_sync(0xffffffff,a.y, 1); 2024-08-20T22:14:08.5572079Z #31 13.85 warning: sparse/blas/zmdot_shfl.cu:104: unsupported device function "__shfl_down_sync": a.z += __shfl_down_sync(0xffffffff,a.z, 1); 2024-08-20T22:14:08.5575304Z #31 13.86 warning: sparse/blas/zmdot_shfl.cu:105: unsupported device function "__shfl_down_sync": a.w += __shfl_down_sync(0xffffffff,a.w, 1); 2024-08-20T22:14:08.5577912Z #31 13.87 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zjaccard.cpp 2024-08-20T22:14:08.5579811Z #31 13.87 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zjaccard.cpp 2024-08-20T22:14:08.5581759Z #31 13.88 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zjaccard.cpp 2024-08-20T22:14:08.5583628Z #31 13.88 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zjaccard.cpp 2024-08-20T22:14:08.5585428Z #31 13.88 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zmatrix.cpp 2024-08-20T22:14:08.5587622Z #31 13.88 tools/hipify-perl sparse/testing/testing_zsort.cpp > sparse_hip/testing/testing_zsort.cpp 2024-08-20T22:14:08.5589781Z #31 13.88 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zmatrix.cpp 2024-08-20T22:14:08.5614742Z #31 13.88 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zmatrix.cpp 2024-08-20T22:14:08.5616835Z #31 13.89 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zmatrix.cpp 2024-08-20T22:14:08.5618938Z #31 13.89 tools/hipify-perl sparse/testing/testing_zmadd.cpp > sparse_hip/testing/testing_zmadd.cpp 2024-08-20T22:14:08.5621463Z #31 13.89 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zsolver_rhs_scaling.cpp 2024-08-20T22:14:08.5623422Z #31 13.89 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zlobpcg_shift.hip.cpp 2024-08-20T22:14:08.5625418Z #31 13.89 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zsolver_rhs_scaling.cpp 2024-08-20T22:14:08.5627652Z #31 13.90 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zsolver_rhs_scaling.cpp 2024-08-20T22:14:08.5629731Z #31 13.90 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zspmv_check.cpp 2024-08-20T22:14:08.5632578Z #31 13.90 tools/hipify-perl sparse/testing/testing_zsolver.cpp > sparse_hip/testing/testing_zsolver.cpp 2024-08-20T22:14:08.5634821Z #31 13.90 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zsolver_rhs_scaling.cpp 2024-08-20T22:14:08.5636746Z #31 13.90 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zspmv_check.cpp 2024-08-20T22:14:08.5639106Z #31 13.90 tools/hipify-perl sparse/testing/testing_zmatrixinfo.cpp > sparse_hip/testing/testing_zmatrixinfo.cpp 2024-08-20T22:14:08.5641491Z #31 13.90 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zspmv_check.cpp 2024-08-20T22:14:08.5643376Z #31 13.90 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zspmv_check.cpp 2024-08-20T22:14:08.5645753Z #31 13.90 warning: sparse/blas/zmdot_shfl.cu:132: unsupported device function "__shfl_down_sync": a.x += __shfl_down_sync(0xffffffff,a.x, 16); 2024-08-20T22:14:08.5648881Z #31 13.91 warning: sparse/blas/zmdot_shfl.cu:133: unsupported device function "__shfl_down_sync": a.y += __shfl_down_sync(0xffffffff,a.y, 16); 2024-08-20T22:14:08.5651821Z #31 13.91 tools/hipify-perl sparse/testing/testing_zparilu.cpp > sparse_hip/testing/testing_zparilu.cpp 2024-08-20T22:14:08.5654657Z #31 13.91 warning: sparse/blas/zmdot_shfl.cu:134: unsupported device function "__shfl_down_sync": a.x += __shfl_down_sync(0xffffffff,a.x, 8); 2024-08-20T22:14:08.5657741Z #31 13.91 warning: sparse/blas/zmdot_shfl.cu:135: unsupported device function "__shfl_down_sync": a.y += __shfl_down_sync(0xffffffff,a.y, 8); 2024-08-20T22:14:08.5660854Z #31 13.91 warning: sparse/blas/zmdot_shfl.cu:136: unsupported device function "__shfl_down_sync": a.x += __shfl_down_sync(0xffffffff,a.x, 4); 2024-08-20T22:14:08.6475032Z #31 13.92 warning: sparse/blas/zmdot_shfl.cu:137: unsupported device function "__shfl_down_sync": a.y += __shfl_down_sync(0xffffffff,a.y, 4); 2024-08-20T22:14:08.6478320Z #31 13.92 warning: sparse/blas/zmdot_shfl.cu:138: unsupported device function "__shfl_down_sync": a.x += __shfl_down_sync(0xffffffff,a.x, 2); 2024-08-20T22:14:08.6481678Z #31 13.92 warning: sparse/blas/zmdot_shfl.cu:139: unsupported device function "__shfl_down_sync": a.y += __shfl_down_sync(0xffffffff,a.y, 2); 2024-08-20T22:14:08.6484647Z #31 13.92 warning: sparse/blas/zmdot_shfl.cu:140: unsupported device function "__shfl_down_sync": a.x += __shfl_down_sync(0xffffffff,a.x, 1); 2024-08-20T22:14:08.6487490Z #31 13.92 warning: sparse/blas/zmdot_shfl.cu:141: unsupported device function "__shfl_down_sync": a.y += __shfl_down_sync(0xffffffff,a.y, 1); 2024-08-20T22:14:08.6490230Z #31 13.93 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zsort.cpp 2024-08-20T22:14:08.6492066Z #31 13.93 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zsort.cpp 2024-08-20T22:14:08.6493962Z #31 13.93 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zsort.cpp 2024-08-20T22:14:08.6495859Z #31 13.93 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zsort.cpp 2024-08-20T22:14:08.6498152Z #31 13.94 tools/hipify-perl sparse/testing/testing_zsolver_rhs.cpp > sparse_hip/testing/testing_zsolver_rhs.cpp 2024-08-20T22:14:08.6500449Z #31 13.94 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zsolver.cpp 2024-08-20T22:14:08.6502302Z #31 13.95 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zsolver.cpp 2024-08-20T22:14:08.6504208Z #31 13.95 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zsolver.cpp 2024-08-20T22:14:08.6506310Z #31 13.95 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zsolver.cpp 2024-08-20T22:14:08.6508811Z #31 13.95 warning: sparse/blas/magma_zthrsselect.cu:#306 : // zthreshselect_kernel<<hip_stream()>>> 2024-08-20T22:14:08.6511286Z #31 13.95 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zmatrixinfo.cpp 2024-08-20T22:14:08.6513258Z #31 13.95 sed -i -e "s/\.cuh/.hip.hpp/g" magmablas_hip/gemm_template_device.hip.hpp 2024-08-20T22:14:08.6515149Z #31 13.95 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zmadd.cpp 2024-08-20T22:14:08.6517043Z #31 13.95 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zmatrixinfo.cpp 2024-08-20T22:14:08.6519271Z #31 13.95 tools/hipify-perl sparse/testing/testing_zdot.cpp > sparse_hip/testing/testing_zdot.cpp 2024-08-20T22:14:08.6521539Z #31 13.96 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zmatrixinfo.cpp 2024-08-20T22:14:08.6523497Z #31 13.96 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zmadd.cpp 2024-08-20T22:14:08.6525748Z #31 13.96 tools/hipify-perl sparse/testing/testing_zselect.cpp > sparse_hip/testing/testing_zselect.cpp 2024-08-20T22:14:08.6528635Z #31 13.96 warning: sparse/blas/magma_zthrsselect.cu:#309 : // magma_zreduce_thrs<<hip_stream()>>> 2024-08-20T22:14:08.6531240Z #31 13.96 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zmatrixinfo.cpp 2024-08-20T22:14:08.6533125Z #31 13.96 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zmadd.cpp 2024-08-20T22:14:08.6535706Z #31 13.96 warning: sparse/blas/magma_zthrsselect.cu:#311 : // magma_zreduce_thrs<<hip_stream()>>> 2024-08-20T22:14:08.6538402Z #31 13.96 tools/hipify-perl sparse/testing/testing_zspmv.cpp > sparse_hip/testing/testing_zspmv.cpp 2024-08-20T22:14:08.6540456Z #31 13.96 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zmadd.cpp 2024-08-20T22:14:08.6542193Z #31 13.97 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zlag2c_sparse.hip.cpp 2024-08-20T22:14:08.6544321Z #31 13.97 tools/hipify-perl sparse/testing/testing_zio.cpp > sparse_hip/testing/testing_zio.cpp 2024-08-20T22:14:08.6546968Z #31 13.97 tools/hipify-perl sparse/testing/testing_zthresselect.cpp > sparse_hip/testing/testing_zthresselect.cpp 2024-08-20T22:14:08.6549274Z #31 13.98 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/include/magmasparse_types.h 2024-08-20T22:14:08.6551107Z #31 13.98 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/include/magmasparse_types.h 2024-08-20T22:14:08.6553807Z #31 13.98 tools/hipify-perl sparse/testing/testing_zoperation.cpp > sparse_hip/testing/testing_zoperation.cpp 2024-08-20T22:14:08.6556064Z #31 13.98 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zsolver_rhs.cpp 2024-08-20T22:14:08.6557970Z #31 13.99 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zsolver_rhs.cpp 2024-08-20T22:14:08.6559945Z #31 13.99 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zsolver_rhs.cpp 2024-08-20T22:14:08.6561841Z #31 13.99 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zsolver_rhs.cpp 2024-08-20T22:14:08.6564165Z #31 13.99 tools/hipify-perl sparse/testing/testing_zmatrixcapcup.cpp > sparse_hip/testing/testing_zmatrixcapcup.cpp 2024-08-20T22:14:08.6566472Z #31 14.00 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zselect.cpp 2024-08-20T22:14:08.6568455Z #31 14.00 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_zthrsselect.hip.cpp 2024-08-20T22:14:08.6570332Z #31 14.01 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zselect.cpp 2024-08-20T22:14:08.6572186Z #31 14.01 cp sparse/testing/Makefile.src sparse_hip/testing/Makefile.src 2024-08-20T22:14:08.6574169Z #31 14.01 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zselect.cpp 2024-08-20T22:14:08.6576338Z #31 14.01 sed -i -e "s/:= *sparse\/testing/:= sparse_hip\/testing/g" sparse_hip/testing/Makefile.src 2024-08-20T22:14:08.6578449Z #31 14.01 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zcspmv_mixed.cpp 2024-08-20T22:14:08.6580441Z #31 14.01 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zselect.cpp 2024-08-20T22:14:08.6582142Z #31 14.01 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/Makefile.src 2024-08-20T22:14:08.6583977Z #31 14.01 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zcspmv_mixed.cpp 2024-08-20T22:14:08.6585808Z #31 14.01 sed -i -e "s/\.cu/.hip.cpp/g" sparse_hip/testing/Makefile.src 2024-08-20T22:14:08.7675935Z #31 14.01 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zcspmv_mixed.cpp 2024-08-20T22:14:08.7677646Z #31 14.02 cp sparse/testing/Makefile sparse_hip/testing/Makefile 2024-08-20T22:14:08.7679314Z #31 14.02 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zio.cpp 2024-08-20T22:14:08.7681271Z #31 14.02 sed -i -e "s/:= *sparse\/testing/:= sparse_hip\/testing/g" sparse_hip/testing/Makefile 2024-08-20T22:14:08.7683214Z #31 14.02 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zcspmv_mixed.cpp 2024-08-20T22:14:08.7684621Z #31 14.02 cp sparse/Makefile.src sparse_hip/Makefile.src 2024-08-20T22:14:08.7686123Z #31 14.02 sed -i -e "s/:= *sparse/:= sparse_hip/g" sparse_hip/Makefile.src 2024-08-20T22:14:08.7687718Z #31 14.02 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/Makefile 2024-08-20T22:14:08.7689427Z #31 14.02 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zthresselect.cpp 2024-08-20T22:14:08.7690828Z #31 14.02 cp sparse/Makefile sparse_hip/Makefile 2024-08-20T22:14:08.7692136Z #31 14.02 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/Makefile.src 2024-08-20T22:14:08.7693872Z #31 14.02 sed -i -e "s/:= *sparse/:= sparse_hip/g" sparse_hip/Makefile 2024-08-20T22:14:08.7695800Z #31 14.02 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zthresselect.cpp 2024-08-20T22:14:08.7697579Z #31 14.02 sed -i -e "s/\.cu/.hip.cpp/g" sparse_hip/testing/Makefile 2024-08-20T22:14:08.7699272Z #31 14.02 sed -i -e "s/\.cu/.hip.cpp/g" sparse_hip/Makefile.src 2024-08-20T22:14:08.7700684Z #31 14.03 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/Makefile 2024-08-20T22:14:08.7702413Z #31 14.03 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zthresselect.cpp 2024-08-20T22:14:08.7704398Z #31 14.03 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zoperation.cpp 2024-08-20T22:14:08.7706202Z #31 14.03 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zio.cpp 2024-08-20T22:14:08.7707947Z #31 14.03 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zthresselect.cpp 2024-08-20T22:14:08.7709788Z #31 14.03 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zoperation.cpp 2024-08-20T22:14:08.7711645Z #31 14.03 sed -i -e "s/\.cu/.hip.cpp/g" sparse_hip/Makefile 2024-08-20T22:14:08.7713226Z #31 14.03 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zio.cpp 2024-08-20T22:14:08.7715147Z #31 14.03 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zoperation.cpp 2024-08-20T22:14:08.7716928Z #31 14.03 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zio.cpp 2024-08-20T22:14:08.7718565Z #31 14.03 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zoperation.cpp 2024-08-20T22:14:08.7720263Z #31 14.04 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgeellmv.hip.cpp 2024-08-20T22:14:08.7722044Z #31 14.04 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_zsampleselect.hip.cpp 2024-08-20T22:14:08.7723874Z #31 14.05 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zmdotc.cpp 2024-08-20T22:14:08.7725652Z #31 14.05 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zmdotc.cpp 2024-08-20T22:14:08.7727499Z #31 14.06 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zmdotc.cpp 2024-08-20T22:14:08.7729253Z #31 14.06 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zmdotc.cpp 2024-08-20T22:14:08.7731292Z #31 14.10 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zusemagma_example.cpp 2024-08-20T22:14:08.7733247Z #31 14.10 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zmergebicgstab3.hip.cpp 2024-08-20T22:14:08.7735276Z #31 14.10 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zusemagma_example.cpp 2024-08-20T22:14:08.7737559Z #31 14.10 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zusemagma_example.cpp 2024-08-20T22:14:08.7739620Z #31 14.10 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zusemagma_example.cpp 2024-08-20T22:14:08.7741440Z #31 14.13 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zmergetfqmr.hip.cpp 2024-08-20T22:14:08.9252698Z #31 14.15 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zsolver_energy.cpp 2024-08-20T22:14:08.9254291Z #31 14.15 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zsolver_energy.cpp 2024-08-20T22:14:08.9255641Z #31 14.16 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zsolver_energy.cpp 2024-08-20T22:14:08.9256637Z #31 14.16 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zsolver_energy.cpp 2024-08-20T22:14:08.9257576Z #31 14.16 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zdiagdom.cpp 2024-08-20T22:14:08.9258698Z #31 14.16 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zdiagdom.cpp 2024-08-20T22:14:08.9259913Z #31 14.16 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zdiagdom.cpp 2024-08-20T22:14:08.9260814Z #31 14.17 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zdiagdom.cpp 2024-08-20T22:14:08.9261688Z #31 14.17 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zparilut_kernels.hip.cpp 2024-08-20T22:14:08.9262550Z #31 14.19 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zbcsrlugemm.hip.cpp 2024-08-20T22:14:08.9263407Z #31 14.20 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zdot.cpp 2024-08-20T22:14:08.9264273Z #31 14.20 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zdot.cpp 2024-08-20T22:14:08.9265161Z #31 14.20 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zdot.cpp 2024-08-20T22:14:08.9265989Z #31 14.20 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zdot.cpp 2024-08-20T22:14:08.9266826Z #31 14.21 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zmergebicgstab.hip.cpp 2024-08-20T22:14:08.9267757Z #31 14.22 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zmatrixcapcup.cpp 2024-08-20T22:14:08.9268723Z #31 14.22 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zmatrixcapcup.cpp 2024-08-20T22:14:08.9269811Z #31 14.22 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zmatrixcapcup.cpp 2024-08-20T22:14:08.9270772Z #31 14.23 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zmatrixcapcup.cpp 2024-08-20T22:14:08.9271688Z #31 14.29 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/magma_zmatrixtools_gpu.hip.cpp 2024-08-20T22:14:09.0409416Z #31 14.29 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zspmm.cpp 2024-08-20T22:14:09.0411092Z #31 14.29 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zmdot_shfl.hip.cpp 2024-08-20T22:14:09.0412734Z #31 14.29 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zspmm.cpp 2024-08-20T22:14:09.0414531Z #31 14.30 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zspmm.cpp 2024-08-20T22:14:09.0416200Z #31 14.30 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zspmm.cpp 2024-08-20T22:14:09.0417784Z #31 14.31 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zmergeqmr.hip.cpp 2024-08-20T22:14:09.0419375Z #31 14.33 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgemvmdot.hip.cpp 2024-08-20T22:14:09.0421507Z #31 14.34 warning: sparse/blas/zgecsr5mv.cu:#685 : //zgecsrmv_kernel<<< grid, threads, 0, queue->hip_stream() >>> 2024-08-20T22:14:09.0423559Z #31 14.37 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgesellcmmv.hip.cpp 2024-08-20T22:14:09.0425209Z #31 14.37 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zjacobisetup.hip.cpp 2024-08-20T22:14:09.0426867Z #31 14.38 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zmgesellcmmv.hip.cpp 2024-08-20T22:14:09.0429255Z #31 14.41 warning: sparse/blas/zbajac_csr_overlap.cu:#950 : //magma_zbajac_csr_o_ls_kernel<<< grid, block, 0, queue->hip_stream() >>> 2024-08-20T22:14:09.1425666Z #31 14.43 warning: sparse/blas/zbajac_csr_overlap.cu:#965 : //magma_zbajac_csr_o_ls_kernel<<< grid, block, 0, queue->hip_stream() >>> 2024-08-20T22:14:09.1428179Z #31 14.43 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zspmv.cpp 2024-08-20T22:14:09.1429920Z #31 14.43 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zparilu.cpp 2024-08-20T22:14:09.1431790Z #31 14.44 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zspmv.cpp 2024-08-20T22:14:09.1433474Z #31 14.44 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zparilu.cpp 2024-08-20T22:14:09.1435240Z #31 14.44 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zspmv.cpp 2024-08-20T22:14:09.1437046Z #31 14.44 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zparilu.cpp 2024-08-20T22:14:09.1438709Z #31 14.44 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zspmv.cpp 2024-08-20T22:14:09.1440251Z #31 14.44 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zparilu.cpp 2024-08-20T22:14:09.1441956Z #31 14.45 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zparilu_weight.cpp 2024-08-20T22:14:09.1443837Z #31 14.45 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zparilu_weight.cpp 2024-08-20T22:14:09.1445754Z #31 14.45 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zparilu_weight.cpp 2024-08-20T22:14:09.1447602Z #31 14.45 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zparilu_weight.cpp 2024-08-20T22:14:09.1450004Z #31 14.46 warning: sparse/blas/zbajac_csr_overlap.cu:#984 : //magma_zbajac_csr_o_ls_kernel<<< grid, block, 0, queue->hip_stream() >>> 2024-08-20T22:14:09.1452219Z #31 14.51 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgecsr5mv.hip.cpp 2024-08-20T22:14:09.1453698Z #31 14.51 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zilu.cpp 2024-08-20T22:14:09.2497466Z #31 14.51 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/blas/zilu.cpp 2024-08-20T22:14:09.2498957Z #31 14.51 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/blas/zilu.cpp 2024-08-20T22:14:09.2500611Z #31 14.52 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zparilut_candidates.hip.cpp 2024-08-20T22:14:09.2502300Z #31 14.57 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zmdotc.hip.cpp 2024-08-20T22:14:09.2503938Z #31 14.59 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmtransfer.cpp 2024-08-20T22:14:09.2505665Z #31 14.59 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmtransfer.cpp 2024-08-20T22:14:09.2507408Z #31 14.62 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zmergebicgstab2.hip.cpp 2024-08-20T22:14:09.3946471Z #31 14.62 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmatrix_tools.cpp 2024-08-20T22:14:09.3948542Z #31 14.62 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmatrix_tools.cpp 2024-08-20T22:14:09.3951015Z #31 14.62 warning: sparse/blas/zbajac_csr_overlap.cu:#1125 : //magma_zbajac_csr_o_ls_kernel<<< grid, block, 0, queue->hip_stream() >>> 2024-08-20T22:14:09.3953312Z #31 14.65 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zbajac_csr_overlap.hip.cpp 2024-08-20T22:14:09.3954998Z #31 14.67 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmio.cpp 2024-08-20T22:14:09.3956610Z #31 14.67 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmio.cpp 2024-08-20T22:14:09.3958190Z #31 14.70 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgeisai_8.hip.cpp 2024-08-20T22:14:09.3959805Z #31 14.76 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/testing/testing_zsptrsv.cpp 2024-08-20T22:14:09.5502831Z #31 14.76 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/testing/testing_zsptrsv.cpp 2024-08-20T22:14:09.5504672Z #31 14.76 sed -i -e "s/cusparse/hipsparse/g" sparse_hip/testing/testing_zsptrsv.cpp 2024-08-20T22:14:09.5506379Z #31 14.77 sed -i -e "s/cuda/hip/g" sparse_hip/testing/testing_zsptrsv.cpp 2024-08-20T22:14:09.6680234Z #31 15.03 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgeisai_16.hip.cpp 2024-08-20T22:14:09.8872458Z #31 15.10 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zmconvert.cpp 2024-08-20T22:14:09.8873381Z #31 15.10 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zmconvert.cpp 2024-08-20T22:14:10.0904223Z #31 15.46 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgeisai_trsv.hip.cpp 2024-08-20T22:14:10.3868246Z #31 15.75 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zmergecg.hip.cpp 2024-08-20T22:14:10.9333692Z #31 16.30 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/include/magmasparse_z.h 2024-08-20T22:14:11.0858018Z #31 16.30 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/include/magmasparse_z.h 2024-08-20T22:14:11.2442273Z #31 16.61 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/blas/zgeisai_32.hip.cpp 2024-08-20T22:14:12.3430008Z #31 17.71 sed -i -e "s/\.cuh/.hip.hpp/g" sparse_hip/control/magma_zparilut_tools.cpp 2024-08-20T22:14:12.5003716Z #31 17.71 sed -i -e "s/CUBLAS/hipBLAS/g" sparse_hip/control/magma_zparilut_tools.cpp 2024-08-20T22:14:12.5004452Z #31 17.72 ++ nproc 2024-08-20T22:14:12.5004795Z #31 17.72 + LANG=C.UTF-8 2024-08-20T22:14:12.5005378Z #31 17.72 + make lib/libmagma.so -j 48 MKLROOT=/opt/conda/envs/py_3.8 2024-08-20T22:14:12.7727674Z #31 18.14 echo "# ----------------------------------------" > Makefile.gen.hip 2024-08-20T22:14:12.9319166Z #31 18.14 ./tools/codegen.py --make --prefix libmagma control/magma_f77.cpp control/magma_param.F90 control/magma.F90 control/abs.cpp control/affinity.cpp control/auxiliary.cpp control/constants.cpp control/get_batched_crossover.cpp control/get_batched_gemm_decision.cpp control/get_batched_gbtrf_params.cpp control/get_nb.cpp control/get_ntcol.cpp control/magma_bulge.cpp control/magma_threadsetting.cpp control/magma_timer.cpp control/magma_winthread.cpp control/magma_yield.cpp control/magma_zauxiliary.cpp control/magma_zbulge.cpp control/magma_znan_inf.cpp control/pthread_barrier.cpp control/sqrt.cpp control/strlcpy.cpp control/thread_queue.cpp control/trace.cpp control/xerbla.cpp control/zpanel_to_q.cpp control/zprint.cpp control/iprint.cpp control/magma_sf77.cpp control/magma_df77.cpp control/magma_cf77.cpp control/magma_zf77.cpp control/magma_sfortran.F90 control/magma_dfortran.F90 control/magma_cfortran.F90 control/magma_zfortran.F90 control/magmablas_sf77.cpp control/magmablas_df77.cpp control/magmablas_cf77.cpp control/magmablas_zf77.cpp control/magmablas_sfortran.F90 control/magmablas_dfortran.F90 control/magmablas_cfortran.F90 control/magmablas_zfortran.F90 src/cblas_z.cpp src/zcposv_gpu.cpp src/zposv_gpu.cpp src/zpotrf_gpu.cpp src/zpotri_gpu.cpp src/zpotrs_gpu.cpp src/zlauum_gpu.cpp src/ztrtri_gpu.cpp src/zpotrf_mgpu.cpp src/zpotrf_mgpu_right.cpp src/zpotrf3_mgpu.cpp src/zposv.cpp src/zpotrf.cpp src/zpotri.cpp src/zlauum.cpp src/ztrtri.cpp src/zpotrf_m.cpp src/shpotrf_gpu.cpp src/dfgmres_spd_gpu.cpp src/dshposv_gmres_gpu.cpp src/zcgesv_gpu.cpp src/zcgetrs_gpu.cpp src/dgmres_plu_gpu.cpp src/dxgesv_gmres_gpu.cpp src/xshgetrf_gpu.cpp src/xhsgetrf_gpu.cpp src/zgerfs_nopiv_gpu.cpp src/zgesv_gpu.cpp src/zgesv_nopiv_gpu.cpp src/zgetrf_gpu.cpp src/zgetrf_nopiv_gpu.cpp src/zgetri_gpu.cpp src/zgetrs_gpu.cpp src/zgetrs_nopiv_gpu.cpp src/zgetrf_mgpu.cpp src/zgetrf2_mgpu.cpp src/zgerbt_gpu.cpp src/zgbsv_gpu.cpp src/zgbtrf_gpu.cpp src/zgesv.cpp src/zgesv_rbt.cpp src/zgetrf.cpp src/zgetf2_nopiv.cpp src/zgetrf_nopiv.cpp src/zgetrf_m.cpp src/zcgeqrsv_gpu.cpp src/zgelqf_gpu.cpp src/zgels3_gpu.cpp src/zgels_gpu.cpp src/zgegqr_gpu.cpp src/zgeqrf2_gpu.cpp src/zgeqrf3_gpu.cpp src/zgeqrf_gpu.cpp src/zgeqr2x_gpu.cpp src/zgeqr2x_gpu-v2.cpp src/zgeqr2x_gpu-v3.cpp src/zgeqrs3_gpu.cpp src/zgeqrs_gpu.cpp src/zlarfb_gpu.cpp src/zlarfb_gpu_gemm.cpp src/zungqr_gpu.cpp src/zunmql2_gpu.cpp src/zunmqr2_gpu.cpp src/zunmqr_gpu.cpp src/zgeqrf_mgpu.cpp src/zgeqp3_gpu.cpp src/zlaqps_gpu.cpp src/zgelqf.cpp src/zgels.cpp src/zgeqlf.cpp src/zgeqrf.cpp src/zgeqrf_ooc.cpp src/zgglse.cpp src/zggrqf.cpp src/zunglq.cpp src/zungqr.cpp src/zungqr2.cpp src/zunmlq.cpp src/zunmql.cpp src/zunmqr.cpp src/zunmrq.cpp src/zgeqp3.cpp src/zlaqps.cpp src/zgeqrf_m.cpp src/zungqr_m.cpp src/zunmqr_m.cpp src/zhetrf_gpu.cpp src/zchesv_gpu.cpp src/zhesv.cpp src/zhetrf.cpp src/dsidi.cpp src/zhetrf_aasen.cpp src/zhetrf_nopiv.cpp src/zhetrf_nopiv_cpu.cpp src/zsytrf_nopiv_cpu.cpp src/zhetrf_nopiv_gpu.cpp src/zsytrf_nopiv_gpu.cpp src/zhetrs_nopiv_gpu.cpp src/zsytrs_nopiv_gpu.cpp src/zhesv_nopiv_gpu.cpp src/zsysv_nopiv_gpu.cpp src/zlahef_gpu.cpp src/dsyevd_gpu.cpp src/dsyevdx_gpu.cpp src/zheevd_gpu.cpp src/zheevdx_gpu.cpp src/zheevr_gpu.cpp src/zheevx_gpu.cpp src/zhetrd2_gpu.cpp src/zhetrd_gpu.cpp src/zunmtr_gpu.cpp src/dsyevd.cpp src/dsyevdx.cpp src/zheevd.cpp src/zheevdx.cpp src/zheevr.cpp src/zheevx.cpp src/dlaex0.cpp src/dlaex1.cpp src/dlaex3.cpp src/dmove_eig.cpp src/dstedx.cpp src/zhetrd.cpp src/zlatrd.cpp src/zlatrd2.cpp src/zstedx.cpp src/zungtr.cpp src/zunmtr.cpp src/zhetrd_mgpu.cpp src/zlatrd_mgpu.cpp src/dsyevd_m.cpp src/zheevd_m.cpp src/dsyevdx_m.cpp src/zheevdx_m.cpp src/dlaex0_m.cpp src/dlaex1_m.cpp src/dlaex3_m.cpp src/dstedx_m.cpp src/zstedx_m.cpp src/zunmtr_m.cpp src/zbulge_applyQ_v2.cpp src/zhetrd_he2hb.cpp src/zhetrd_hb2st.cpp src/zbulge_back.cpp src/zungqr_2stage_gpu.cpp src/zunmqr_2stage_gpu.cpp src/zhegvdx_2stage.cpp src/zheevdx_2stage.cpp src/zbulge_back_m.cpp src/zbulge_applyQ_v2_m.cpp src/zheevdx_2stage_m.cpp src/zhegvdx_2stage_m.cpp src/zhetrd_he2hb_mgpu.cpp src/core_zlarfy.cpp src/core_zhbtype1cb.cpp src/core_zhbtype2cb.cpp src/core_zhbtype3cb.cpp src/dsygvd.cpp src/dsygvdx.cpp src/zhegst.cpp src/zhegvd.cpp src/zhegvdx.cpp src/zhegvr.cpp src/zhegvx.cpp src/zhegst_gpu.cpp src/zhegst_m.cpp src/dsygvd_m.cpp src/zhegvd_m.cpp src/dsygvdx_m.cpp src/zhegvdx_m.cpp src/ztrsm_m.cpp src/dgeev.cpp src/zgeev.cpp src/zgehrd.cpp src/zgehrd2.cpp src/zlahr2.cpp src/zlahru.cpp src/dlaln2.cpp src/dlaqtrsd.cpp src/zlatrsd.cpp src/dtrevc3.cpp src/dtrevc3_mt.cpp src/ztrevc3.cpp src/ztrevc3_mt.cpp src/zunghr.cpp src/dgeev_m.cpp src/zgeev_m.cpp src/zgehrd_m.cpp src/zlahr2_m.cpp src/zlahru_m.cpp src/zunghr_m.cpp src/dgesdd.cpp src/zgesdd.cpp src/dgesvd.cpp src/zgesvd.cpp src/zgebrd.cpp src/zlabrd_gpu.cpp src/zungbr.cpp src/zunmbr.cpp src/zgbsv_batched.cpp src/zgbtrf_batched.cpp src/zgbtrs_batched.cpp src/zgetf2_batched.cpp src/zgetf2_nopiv_batched.cpp src/zgetrf_panel_batched.cpp src/zgetrf_panel_nopiv_batched.cpp src/zgetrf_batched.cpp src/zgetrf_nopiv_batched.cpp src/zgetrs_batched.cpp src/zgetrs_nopiv_batched.cpp src/zgesv_batched.cpp src/zgesv_nopiv_batched.cpp src/zgerbt_batched.cpp src/zgesv_rbt_batched.cpp src/zgetri_outofplace_batched.cpp src/zpotf2_batched.cpp src/zpotrf_batched.cpp src/zpotrf_panel_batched.cpp src/zpotrs_batched.cpp src/zposv_batched.cpp src/zlarft_batched.cpp src/zlarfb_gemm_batched.cpp src/zgeqrf_panel_batched.cpp src/zgeqrf_batched.cpp src/zgeqrf_expert_batched.cpp src/zgetf2_vbatched.cpp src/zgetrf_panel_vbatched.cpp src/zgetrf_vbatched.cpp src/zpotf2_vbatched.cpp src/zpotrf_panel_vbatched.cpp src/zpotrf_vbatched.cpp src/zgetf2_native.cpp src/zgetrf_panel_native.cpp src/zpotrf_panel_native.cpp interface_hip/alloc.cpp interface_hip/blas_h_v2.cpp interface_hip/blas_z_v1.cpp interface_hip/blas_z_v2.cpp interface_hip/copy_v1.cpp interface_hip/copy_v2.cpp interface_hip/error.cpp interface_hip/connection_mgpu.cpp interface_hip/interface.cpp interface_hip/interface_v1.cpp magmablas_hip/zaxpycp.hip.cpp magmablas_hip/zcaxpycp.hip.cpp magmablas_hip/zdiinertia.hip.cpp magmablas_hip/zgeadd.hip.cpp magmablas_hip/zgeadd2.hip.cpp magmablas_hip/zgeam.hip.cpp magmablas_hip/sgemm.hip.cpp magmablas_hip/dgemm.hip.cpp magmablas_hip/cgemm.hip.cpp magmablas_hip/zgemm.hip.cpp magmablas_hip/zgemm_reduce.hip.cpp magmablas_hip/zgemv_conj.hip.cpp magmablas_hip/zgemv_fermi.hip.cpp magmablas_hip/zgerbt.hip.cpp magmablas_hip/zgerbt_kernels.hip.cpp magmablas_hip/zgetmatrix_transpose.cpp magmablas_hip/zheinertia.hip.cpp magmablas_hip/zhemm.hip.cpp magmablas_hip/zhemv.hip.cpp magmablas_hip/zhemv_upper.hip.cpp magmablas_hip/zher2k.cpp magmablas_hip/zherk.cpp magmablas_hip/zherk_small_reduce.hip.cpp magmablas_hip/zlacpy.hip.cpp magmablas_hip/zlacpy_conj.hip.cpp magmablas_hip/zlacpy_sym_in.hip.cpp magmablas_hip/zlacpy_sym_out.hip.cpp magmablas_hip/zlag2c.hip.cpp magmablas_hip/clag2z.hip.cpp magmablas_hip/zlange.hip.cpp magmablas_hip/zlanhe.hip.cpp magmablas_hip/zlaqps2_gpu.hip.cpp magmablas_hip/zlarf.hip.cpp magmablas_hip/zlarfbx.hip.cpp magmablas_hip/zlarfg-v2.hip.cpp magmablas_hip/zlarfg.hip.cpp magmablas_hip/zlarfgx-v2.hip.cpp magmablas_hip/zlarft_kernels.hip.cpp magmablas_hip/zlarfx.hip.cpp magmablas_hip/zlascl.hip.cpp magmablas_hip/zlascl2.hip.cpp magmablas_hip/zlascl_2x2.hip.cpp magmablas_hip/zlascl_diag.hip.cpp magmablas_hip/zlaset.hip.cpp magmablas_hip/zlaset_band.hip.cpp magmablas_hip/zlaswp.hip.cpp magmablas_hip/zclaswp.hip.cpp magmablas_hip/zlaswp_sym.hip.cpp magmablas_hip/zlat2c.hip.cpp magmablas_hip/clat2z.hip.cpp magmablas_hip/dznrm2.hip.cpp magmablas_hip/zsetmatrix_transpose.cpp magmablas_hip/zswap.hip.cpp magmablas_hip/zswapblk.hip.cpp magmablas_hip/zswapdblk.hip.cpp magmablas_hip/zsymm.hip.cpp magmablas_hip/zsymmetrize.hip.cpp magmablas_hip/zsymmetrize_tiles.hip.cpp magmablas_hip/zsymv.hip.cpp magmablas_hip/zsymv_upper.hip.cpp magmablas_hip/ztranspose.hip.cpp magmablas_hip/ztranspose_conj.hip.cpp magmablas_hip/ztranspose_conj_inplace.hip.cpp magmablas_hip/ztranspose_inplace.hip.cpp magmablas_hip/ztrmm.hip.cpp magmablas_hip/ztrmv.hip.cpp magmablas_hip/ztrsm.hip.cpp magmablas_hip/ztrsv.hip.cpp magmablas_hip/ztrtri_diag.hip.cpp magmablas_hip/ztrtri_lower.hip.cpp magmablas_hip/ztrtri_lower_batched.hip.cpp magmablas_hip/ztrtri_upper.hip.cpp magmablas_hip/ztrtri_upper_batched.hip.cpp magmablas_hip/magmablas_z_v1.cpp magmablas_hip/magmablas_zc_v1.cpp magmablas_hip/zbcyclic.cpp magmablas_hip/zgetmatrix_transpose_mgpu.cpp magmablas_hip/zsetmatrix_transpose_mgpu.cpp magmablas_hip/zhemv_mgpu.hip.cpp magmablas_hip/zhemv_mgpu_upper.hip.cpp magmablas_hip/zhemm_mgpu.cpp magmablas_hip/zher2k_mgpu.cpp magmablas_hip/zherk_mgpu.cpp magmablas_hip/zgetf2.hip.cpp magmablas_hip/zgeqr2.cpp magmablas_hip/zgeqr2x_gpu-v4.hip.cpp magmablas_hip/zpotf2.hip.cpp magmablas_hip/zgetf2_native_kernel.hip.cpp magmablas_hip/zhetrs.hip.cpp magmablas_hip/zgbsv_kernels.hip.cpp magmablas_hip/zgbtf2_kernels.hip.cpp magmablas_hip/zgbtrf_batched_fused_sm.hip.cpp magmablas_hip/zgbtrf_batched_sliding_window_sm.hip.cpp magmablas_hip/zgbtrs_kernels.hip.cpp magmablas_hip/zgeadd_batched.hip.cpp magmablas_hip/zgemm_batched.cpp magmablas_hip/cgemm_batched_core.hip.cpp magmablas_hip/dgemm_batched_core.hip.cpp magmablas_hip/sgemm_batched_core.hip.cpp magmablas_hip/zgemm_batched_core.hip.cpp magmablas_hip/zgemm_batched_smallsq.hip.cpp magmablas_hip/zgemv_batched.cpp magmablas_hip/cgemv_batched_core.hip.cpp magmablas_hip/dgemv_batched_core.hip.cpp magmablas_hip/sgemv_batched_core.hip.cpp magmablas_hip/zgemv_batched_core.hip.cpp magmablas_hip/zgemv_batched_smallsq.hip.cpp magmablas_hip/zhemv_batched_core.hip.cpp magmablas_hip/zgeqr2_batched.hip.cpp magmablas_hip/zgeqr2_batched_fused_reg.hip.cpp magmablas_hip/zgeqr2_batched_fused_reg_medium.hip.cpp magmablas_hip/zgeqr2_batched_fused_reg_tall.hip.cpp magmablas_hip/zgeqr2_batched_fused_sm.hip.cpp magmablas_hip/zgeqrf_batched_smallsq.hip.cpp magmablas_hip/zgerbt_func_batched.hip.cpp magmablas_hip/zgesv_batched_small.hip.cpp magmablas_hip/zgetf2_kernels.hip.cpp magmablas_hip/zgetrf_batched_smallsq_noshfl.hip.cpp magmablas_hip/zgetrf_batched_smallsq_shfl.hip.cpp magmablas_hip/getrf_setup_pivinfo.hip.cpp magmablas_hip/zhemm_batched_core.hip.cpp magmablas_hip/zher2k_batched.cpp magmablas_hip/zherk_batched.cpp magmablas_hip/cherk_batched_core.hip.cpp magmablas_hip/zherk_batched_core.hip.cpp magmablas_hip/zlarf_batched_fused_reg.hip.cpp magmablas_hip/zlarf_batched_fused_reg_medium.hip.cpp magmablas_hip/zlarf_batched_fused_reg_tall.hip.cpp magmablas_hip/zlarf_batched_fused_sm.hip.cpp magmablas_hip/zlaswp_batched.hip.cpp magmablas_hip/zpotf2_kernels.hip.cpp magmablas_hip/set_pointer.hip.cpp magmablas_hip/zset_pointer.hip.cpp magmablas_hip/zsyr2k_batched.cpp magmablas_hip/dsyrk_batched_core.hip.cpp magmablas_hip/ssyrk_batched_core.hip.cpp magmablas_hip/ztrmm_batched_core.hip.cpp magmablas_hip/ztrsm_batched.cpp magmablas_hip/ztrsm_batched_core.cpp magmablas_hip/ztrsm_small_batched.hip.cpp magmablas_hip/ztrsv_batched.hip.cpp magmablas_hip/ztrtri_diag_batched.hip.cpp magmablas_hip/zgetf2_nopiv_kernels.hip.cpp magmablas_hip/zgemm_vbatched_core.hip.cpp magmablas_hip/cgemm_vbatched_core.hip.cpp magmablas_hip/dgemm_vbatched_core.hip.cpp magmablas_hip/sgemm_vbatched_core.hip.cpp magmablas_hip/zgemv_vbatched_core.hip.cpp magmablas_hip/cgemv_vbatched_core.hip.cpp magmablas_hip/dgemv_vbatched_core.hip.cpp magmablas_hip/sgemv_vbatched_core.hip.cpp magmablas_hip/zhemm_vbatched_core.hip.cpp magmablas_hip/zhemv_vbatched_core.hip.cpp magmablas_hip/cherk_vbatched_core.hip.cpp magmablas_hip/zherk_vbatched_core.hip.cpp magmablas_hip/ssyrk_vbatched_core.hip.cpp magmablas_hip/dsyrk_vbatched_core.hip.cpp magmablas_hip/ztrmm_vbatched_core.hip.cpp magmablas_hip/ztrsm_small_vbatched.hip.cpp magmablas_hip/ztrsm_inv_vbatched_core.hip.cpp magmablas_hip/ztrtri_diag_vbatched.hip.cpp magmablas_hip/zgemm_vbatched.cpp magmablas_hip/zgemv_vbatched.cpp magmablas_hip/zhemm_vbatched.cpp magmablas_hip/zhemv_vbatched.cpp magmablas_hip/zher2k_vbatched.cpp magmablas_hip/zherk_vbatched.cpp magmablas_hip/zsyr2k_vbatched.cpp magmablas_hip/zsyrk_vbatched.cpp magmablas_hip/ztrmm_vbatched.cpp magmablas_hip/ztrsm_vbatched_core.cpp magmablas_hip/ztrsm_vbatched.cpp magmablas_hip/ztrsm_inv_vbatched.cpp magmablas_hip/zgetf2_kernels_var.hip.cpp magmablas_hip/zlaswp_vbatched.hip.cpp magmablas_hip/zpotf2_kernels_var.hip.cpp magmablas_hip/prefix_sum.hip.cpp magmablas_hip/vbatched_aux.hip.cpp magmablas_hip/vbatched_check.hip.cpp magmablas_hip/blas_zbatched.cpp magmablas_hip/hgemm_batched_core.hip.cpp magmablas_hip/slag2h.hip.cpp magmablas_hip/hlag2s.hip.cpp magmablas_hip/hlaconvert.hip.cpp magmablas_hip/hlaswp.hip.cpp magmablas_hip/hset_pointer.hip.cpp magmablas_hip/zposv_irgmres_kernels.hip.cpp >> Makefile.gen.hip 2024-08-20T22:14:13.4731497Z #31 18.84 ./tools/codegen.py --make --prefix libmagma_dynamic >> Makefile.gen.hip 2024-08-20T22:14:13.6210787Z #31 18.88 ./tools/codegen.py --make --prefix libtest testing/magma_util.cpp testing/magma_zutil.cpp testing/magma_zgesvd_check.cpp testing/magma_generate.cpp >> Makefile.gen.hip 2024-08-20T22:14:13.6218159Z #31 18.93 ./tools/codegen.py --make --prefix liblapacktest testing/lin/magma_z_no_fortran.cpp testing/lin/zbdt01.f testing/lin/zget22.f testing/lin/zhet21.f testing/lin/zhet22.f testing/lin/zhst01.f testing/lin/zunt01.f testing/lin/zqpt01.f testing/lin/zqrt02.f testing/lin/zlarfy.f testing/lin/zstt21.f testing/lin/cbdt01.f testing/lin/cget22.f testing/lin/chet21.f testing/lin/chet22.f testing/lin/chst01.f testing/lin/cunt01.f testing/lin/cqpt01.f testing/lin/cqrt02.f testing/lin/clarfy.f testing/lin/cstt21.f testing/lin/dbdt01.f testing/lin/dget22.f testing/lin/dsyt21.f testing/lin/dsyt22.f testing/lin/dhst01.f testing/lin/dort01.f testing/lin/dqpt01.f testing/lin/dqrt02.f testing/lin/dlarfy.f testing/lin/dstt21.f testing/lin/sbdt01.f testing/lin/sget22.f testing/lin/ssyt21.f testing/lin/ssyt22.f testing/lin/shst01.f testing/lin/sort01.f testing/lin/sqpt01.f testing/lin/sqrt02.f testing/lin/slarfy.f testing/lin/sstt21.f >> Makefile.gen.hip 2024-08-20T22:14:13.6253252Z #31 18.99 ./tools/codegen.py --make --prefix testing testing/testing_zaxpy.cpp testing/testing_zgemm.cpp testing/testing_zgemv.cpp testing/testing_zhemm.cpp testing/testing_zhemv.cpp testing/testing_zherk.cpp testing/testing_zher2k.cpp testing/testing_zsymv.cpp testing/testing_ztrmm.cpp testing/testing_ztrmv.cpp testing/testing_ztrsm.cpp testing/testing_ztrsv.cpp testing/testing_zhemm_mgpu.cpp testing/testing_zhemv_mgpu.cpp testing/testing_zher2k_mgpu.cpp testing/testing_blas_z.cpp testing/testing_cblas_z.cpp testing/testing_zgeadd.cpp testing/testing_zgeam.cpp testing/testing_zlacpy.cpp testing/testing_zlag2c.cpp testing/testing_zlange.cpp testing/testing_zlanhe.cpp testing/testing_zlarfg.cpp testing/testing_zlascl.cpp testing/testing_zlaset.cpp testing/testing_zlaset_band.cpp testing/testing_zlat2c.cpp testing/testing_znan_inf.cpp testing/testing_zprint.cpp testing/testing_zsymmetrize.cpp testing/testing_zsymmetrize_tiles.cpp testing/testing_zswap.cpp testing/testing_ztranspose.cpp testing/testing_ztrtri_diag.cpp testing/testing_auxiliary.cpp testing/testing_constants.cpp testing/testing_operators.cpp testing/testing_parse_opts.cpp testing/testing_zgenerate.cpp testing/testing_zcposv_gpu.cpp testing/testing_zposv_gpu.cpp testing/testing_zpotrf_gpu.cpp testing/testing_zpotf2_gpu.cpp testing/testing_zpotri_gpu.cpp testing/testing_ztrtri_gpu.cpp testing/testing_zpotrf_mgpu.cpp testing/testing_zposv.cpp testing/testing_zpotrf.cpp testing/testing_zpotri.cpp testing/testing_ztrtri.cpp testing/testing_dshposv_gpu.cpp testing/testing_zhesv.cpp testing/testing_zhesv_nopiv_gpu.cpp testing/testing_zsysv_nopiv_gpu.cpp testing/testing_zhetrf.cpp testing/testing_zcgesv_gpu.cpp testing/testing_dxgesv_gpu.cpp testing/testing_zgesv_gpu.cpp testing/testing_zgetrf_gpu.cpp testing/testing_zgetf2_gpu.cpp testing/testing_zgetri_gpu.cpp testing/testing_zgetrf_mgpu.cpp testing/testing_zgbsv_gpu.cpp testing/testing_zgbtrf_gpu.cpp testing/testing_zgesv.cpp testing/testing_zgesv_rbt.cpp testing/testing_zgetrf.cpp testing/testing_zcgeqrsv_gpu.cpp testing/testing_zgegqr_gpu.cpp testing/testing_zgelqf_gpu.cpp testing/testing_zgels_gpu.cpp testing/testing_zgels3_gpu.cpp testing/testing_zgeqp3_gpu.cpp testing/testing_zgeqr2_gpu.cpp testing/testing_zgeqr2x_gpu.cpp testing/testing_zgeqrf_gpu.cpp testing/testing_zlarfb_gpu.cpp testing/testing_zungqr_gpu.cpp testing/testing_zunmql_gpu.cpp testing/testing_zunmqr_gpu.cpp testing/testing_zgeqrf_mgpu.cpp testing/testing_zgelqf.cpp testing/testing_zgels.cpp testing/testing_zgeqlf.cpp testing/testing_zgeqp3.cpp testing/testing_zgeqrf.cpp testing/testing_zgglse.cpp testing/testing_zunglq.cpp testing/testing_zungqr.cpp testing/testing_zunmlq.cpp testing/testing_zunmql.cpp testing/testing_zunmqr.cpp testing/testing_zheevd_gpu.cpp testing/testing_zhetrd_gpu.cpp testing/testing_zhetrd_mgpu.cpp testing/testing_zheevd.cpp testing/testing_zhetrd.cpp testing/testing_zheevdx_2stage.cpp testing/testing_zhegst.cpp testing/testing_zhegst_gpu.cpp testing/testing_zhegvd.cpp testing/testing_zhegvdx.cpp testing/testing_zhegvdx_2stage.cpp testing/testing_dgeev.cpp testing/testing_zgeev.cpp testing/testing_zgehrd.cpp testing/testing_zgesdd.cpp testing/testing_zgesvd.cpp testing/testing_zgebrd.cpp testing/testing_zungbr.cpp testing/testing_zunmbr.cpp testing/testing_zgeadd_batched.cpp testing/testing_zgemm_batched.cpp testing/testing_zgemv_batched.cpp testing/testing_zhemm_batched.cpp testing/testing_zhemv_batched.cpp testing/testing_zherk_batched.cpp testing/testing_zher2k_batched.cpp testing/testing_zlacpy_batched.cpp testing/testing_zsyr2k_batched.cpp testing/testing_ztrmm_batched.cpp testing/testing_ztrsm_batched.cpp testing/testing_ztrsv_batched.cpp testing/testing_zgeqrf_batched.cpp testing/testing_zgbtrf_batched.cpp testing/testing_zgbsv_batched.cpp testing/testing_zgesv_batched.cpp testing/testing_zgesv_nopiv_batched.cpp testing/testing_zgetrf_batched.cpp testing/testing_zgetrf_nopiv_batched.cpp testing/testing_zgetri_batched.cpp testing/testing_zposv_batched.cpp testing/testing_zpotrf_batched.cpp testing/testing_zgemm_vbatched.cpp testing/testing_zgemv_vbatched.cpp testing/testing_zhemm_vbatched.cpp testing/testing_zhemv_vbatched.cpp testing/testing_zherk_vbatched.cpp testing/testing_zher2k_vbatched.cpp testing/testing_zsyrk_vbatched.cpp testing/testing_zsyr2k_vbatched.cpp testing/testing_ztrmm_vbatched.cpp testing/testing_ztrsm_vbatched.cpp testing/testing_zpotrf_vbatched.cpp testing/testing_zgetrf_vbatched.cpp testing/testing_hgemm.cpp testing/testing_hgemm_batched.cpp testing/testing_sgemm_fp16.cpp testing/testing_zgetrf_gpu_f.F90 testing/testing_zgetrf_f.f90 >> Makefile.gen.hip 2024-08-20T22:14:13.9438431Z #31 19.31 ./tools/codegen.py --make --prefix libsparse sparse_hip/blas/magma_z_blaswrapper.cpp sparse_hip/blas/zbajac_csr.hip.cpp sparse_hip/blas/zbajac_csr_overlap.hip.cpp sparse_hip/blas/zgeaxpy.hip.cpp sparse_hip/blas/zgecsr5mv.hip.cpp sparse_hip/blas/zgecsrmv.hip.cpp sparse_hip/blas/zgeellmv.hip.cpp sparse_hip/blas/zgeelltmv.hip.cpp sparse_hip/blas/zgeellrtmv.hip.cpp sparse_hip/blas/zgesellcmv.hip.cpp sparse_hip/blas/zgesellcmmv.hip.cpp sparse_hip/blas/zjacobisetup.hip.cpp sparse_hip/blas/zlobpcg_shift.hip.cpp sparse_hip/blas/zlobpcg_residuals.hip.cpp sparse_hip/blas/zlobpcg_maxpy.hip.cpp sparse_hip/blas/zmdotc.hip.cpp sparse_hip/blas/zgemvmdot.hip.cpp sparse_hip/blas/zmdot_shfl.hip.cpp sparse_hip/blas/zmergebicgstab2.hip.cpp sparse_hip/blas/zmergebicgstab3.hip.cpp sparse_hip/blas/zmergeidr.hip.cpp sparse_hip/blas/zmergecg.hip.cpp sparse_hip/blas/zmergecgs.hip.cpp sparse_hip/blas/zmergeqmr.hip.cpp sparse_hip/blas/zmergebicgstab.hip.cpp sparse_hip/blas/zmergetfqmr.hip.cpp sparse_hip/blas/zmgecsrmv.hip.cpp sparse_hip/blas/zmgeellmv.hip.cpp sparse_hip/blas/zmgeelltmv.hip.cpp sparse_hip/blas/zmgesellcmmv.hip.cpp sparse_hip/blas/zpipelinedgmres.hip.cpp sparse_hip/blas/zilu.cpp sparse_hip/blas/magma_ztrisolve.cpp sparse_hip/blas/magma_trisolve.cpp sparse_hip/blas/magma_zcuspmm.cpp sparse_hip/blas/magma_zcuspaxpy.cpp sparse_hip/blas/zcgecsrmv_mixed_prec.hip.cpp sparse_hip/blas/zparilu.cpp sparse_hip/blas/zparilu_kernels.hip.cpp sparse_hip/blas/zparic_kernels.hip.cpp sparse_hip/blas/zparilut_kernels.hip.cpp sparse_hip/blas/zparilut_candidates.hip.cpp sparse_hip/blas/magma_zthrsrm.hip.cpp sparse_hip/blas/magma_zpreselect.hip.cpp sparse_hip/blas/magma_zsampleselect.hip.cpp sparse_hip/blas/magma_zsampleselect_nodp.hip.cpp sparse_hip/blas/zcompact.hip.cpp sparse_hip/blas/magma_zmcsrcompressor_gpu.hip.cpp sparse_hip/blas/magma_zdiagcheck.hip.cpp sparse_hip/blas/zgecsrreimsplit.hip.cpp sparse_hip/blas/zgedensereimsplit.hip.cpp sparse_hip/blas/magma_zmconjugate.hip.cpp sparse_hip/blas/magma_zget_rowptr.hip.cpp sparse_hip/blas/magma_zmatrixtools_gpu.hip.cpp sparse_hip/blas/zjaccard_weights.hip.cpp sparse_hip/blas/zgeisai_trsv.hip.cpp sparse_hip/blas/zgeisai_maxblock.hip.cpp sparse_hip/blas/zgeisai_batched32.hip.cpp sparse_hip/blas/zge3pt.hip.cpp sparse_hip/blas/zmergeblockkrylov.hip.cpp sparse_hip/blas/zgecscsyncfreetrsm.hip.cpp sparse_hip/control/error.cpp sparse_hip/control/magma_zdomainoverlap.cpp sparse_hip/control/magma_zutil_sparse.cpp sparse_hip/control/magma_zfree.cpp sparse_hip/control/magma_zmatrixchar.cpp sparse_hip/control/magma_zmconvert.cpp sparse_hip/control/magma_zmgenerator.cpp sparse_hip/control/magma_zmio.cpp sparse_hip/control/magma_zsolverinfo.cpp sparse_hip/control/magma_zcsrsplit.cpp sparse_hip/control/magma_zpariluutils.cpp sparse_hip/control/magma_zmcsrpass.cpp sparse_hip/control/magma_zmcsrpass_gpu.cpp sparse_hip/control/magma_zmcsrcompressor.cpp sparse_hip/control/magma_zmscale.cpp sparse_hip/control/magma_zmshrink.cpp sparse_hip/control/magma_zmslice.cpp sparse_hip/control/magma_zmdiagdom.cpp sparse_hip/control/magma_zmdiff.cpp sparse_hip/control/magma_zmlumerge.cpp sparse_hip/control/magma_zmtranspose.cpp sparse_hip/control/magma_zmtranspose_cpu.cpp sparse_hip/control/magma_zmtransfer.cpp sparse_hip/control/magma_zmilustruct.cpp sparse_hip/control/magma_zselect.cpp sparse_hip/control/magma_zsort.cpp sparse_hip/control/magma_zvinit.cpp sparse_hip/control/magma_zvio.cpp sparse_hip/control/magma_zvtranspose.cpp sparse_hip/control/magma_zvpass.cpp sparse_hip/control/magma_zvpass_gpu.cpp sparse_hip/control/mmio.cpp sparse_hip/control/magma_zgeisai_tools.cpp sparse_hip/control/magma_zmsupernodal.cpp sparse_hip/control/magma_zmfrobenius.cpp sparse_hip/control/magma_zmatrix_tools.cpp sparse_hip/control/magma_zparilu_kernels.cpp sparse_hip/control/magma_zparic_kernels.cpp sparse_hip/control/magma_zparilut_kernels.cpp sparse_hip/control/magma_zparilut_tools.cpp sparse_hip/control/magma_zparict_tools.cpp sparse_hip/src/zcg.cpp sparse_hip/src/zcg_res.cpp sparse_hip/src/zcg_merge.cpp sparse_hip/src/zpcg_merge.cpp sparse_hip/src/zbicgstab.cpp sparse_hip/src/zbicg.cpp sparse_hip/src/zpbicg.cpp sparse_hip/src/zbicgstab_merge.cpp sparse_hip/src/zbicgstab_merge2.cpp sparse_hip/src/zbicgstab_merge3.cpp sparse_hip/src/zqmr.cpp sparse_hip/src/zqmr_merge.cpp sparse_hip/src/ztfqmr.cpp sparse_hip/src/ztfqmr_unrolled.cpp sparse_hip/src/ztfqmr_merge.cpp sparse_hip/src/zpqmr.cpp sparse_hip/src/zpqmr_merge.cpp sparse_hip/src/zptfqmr.cpp sparse_hip/src/zptfqmr_merge.cpp sparse_hip/src/zidr.cpp sparse_hip/src/zidr_merge.cpp sparse_hip/src/zidr_strms.cpp sparse_hip/src/ziterref.cpp sparse_hip/src/zftjacobi.cpp sparse_hip/src/zjacobi.cpp sparse_hip/src/zbaiter.cpp sparse_hip/src/zbaiter_overlap.cpp sparse_hip/src/zpcg.cpp sparse_hip/src/zcgs.cpp sparse_hip/src/zcgs_merge.cpp sparse_hip/src/zpcgs.cpp sparse_hip/src/zpcgs_merge.cpp sparse_hip/src/zbpcg.cpp sparse_hip/src/zfgmres.cpp sparse_hip/src/zpbicgstab.cpp sparse_hip/src/zpidr.cpp sparse_hip/src/zpidr_merge.cpp sparse_hip/src/zpidr_strms.cpp sparse_hip/src/zbombard.cpp sparse_hip/src/zbombard_merge.cpp sparse_hip/src/zpbicgstab_merge.cpp sparse_hip/src/zlobpcg.cpp sparse_hip/src/zlsqr.cpp sparse_hip/src/zcustomic.cpp sparse_hip/src/zcustomilu.cpp sparse_hip/src/zparilu_gpu.cpp sparse_hip/src/zparilu_cpu.cpp sparse_hip/src/zparic_gpu.cpp sparse_hip/src/zparic_cpu.cpp sparse_hip/src/zparilut_gpu_nodp.cpp sparse_hip/src/zparilut_gpu.cpp sparse_hip/src/zparilut_cpu.cpp sparse_hip/src/zparict_cpu.cpp sparse_hip/src/zparilut.cpp sparse_hip/src/zparict.cpp sparse_hip/src/zgeisai_apply.cpp sparse_hip/src/zgeisai_lower.cpp sparse_hip/src/zgeisai_upper.cpp sparse_hip/src/magma_zqr_wrapper.cpp sparse_hip/src/magma_zcustomspmv.cpp sparse_hip/src/magma_zcustomprecond.cpp sparse_hip/src/magma_z_precond_wrapper.cpp sparse_hip/src/magma_z_solver_wrapper.cpp sparse_hip/src/zresidual.cpp sparse_hip/src/zresidualvec.cpp sparse_hip/src/zjacobidomainoverlap.cpp >> Makefile.gen.hip 2024-08-20T22:14:14.3076925Z #31 19.67 ./tools/codegen.py --make --prefix libsparse_dynamic sparse_hip/blas/magma_dsampleselect_core.hip.cpp sparse_hip/blas/magma_sampleselect.hip.cpp >> Makefile.gen.hip 2024-08-20T22:14:14.4543453Z #31 19.72 ./tools/codegen.py --make --prefix sparse_testing sparse_hip/testing/testing_zblas.cpp sparse_hip/testing/testing_zmatrix.cpp sparse_hip/testing/testing_zio.cpp sparse_hip/testing/testing_zmcompressor.cpp sparse_hip/testing/testing_zmconverter.cpp sparse_hip/testing/testing_zsort.cpp sparse_hip/testing/testing_zmatrixinfo.cpp sparse_hip/testing/testing_zgetrowptr.cpp sparse_hip/testing/testing_zdot.cpp sparse_hip/testing/testing_zmdotc.cpp sparse_hip/testing/testing_zspmv.cpp sparse_hip/testing/testing_zspmv_check.cpp sparse_hip/testing/testing_zspmm.cpp sparse_hip/testing/testing_zmadd.cpp sparse_hip/testing/testing_zcspmv_mixed.cpp sparse_hip/testing/testing_zsolver.cpp sparse_hip/testing/testing_zsolver_rhs.cpp sparse_hip/testing/testing_zsolver_rhs_scaling.cpp sparse_hip/testing/testing_zpreconditioner.cpp sparse_hip/testing/testing_zsptrsv.cpp sparse_hip/testing/testing_zselect.cpp sparse_hip/testing/testing_zmatrixcapcup.cpp >> Makefile.gen.hip 2024-08-20T22:14:14.4555636Z #31 19.82 ./tools/codegen.py --make --prefix header include/magma_z.h include/magma_zc.h include/magmablas_z.h include/magmablas_z_v1.h include/magmablas_z_v1_map.h include/magmablas_zc.h include/magmablas_zc_v1.h include/magmablas_zc_v1_map.h include/magma_zlapack.h include/magma_zbulge.h include/magma_zbulgeinc.h include/magma_zgehrd_m.h include/magma_zbatched.h include/magma_zvbatched.h magmablas_hip/commonblas_z.h magmablas_hip/ztrtri.hip.hpp magmablas_hip/ztrtri_lower_device.hip.hpp magmablas_hip/ztrtri_upper_device.hip.hpp magmablas_hip/zgerbt.h magmablas_hip/zpotf2_devicesfunc.hip.hpp magmablas_hip/zlarfg_devicesfunc.hip.hpp magmablas_hip/ztrsv_template_device.hip.hpp magmablas_hip/zgetf2_devicefunc.hip.hpp magmablas_hip/zlaswp_device.hip.hpp magmablas_hip/zgeqr2_batched_fused.hip.hpp magmablas_hip/zlarf_batched_fused.hip.hpp magmablas_hip/zgbtf2_devicefunc.hip.hpp testing/testing_z.h sparse_hip/include/magmasparse_z.h sparse_hip/include/magmasparse_zc.h sparse_hip/include/magmasparse_types.h >> Makefile.gen.hip 2024-08-20T22:14:15.0052310Z #31 20.37 cp include/magma_config.h.in include/magma_config.h 2024-08-20T22:14:15.1101491Z #31 20.37 ./tools/codegen.py -p s include/magma_z.h 2024-08-20T22:14:15.1102604Z #31 20.37 ./tools/codegen.py -p d include/magma_z.h 2024-08-20T22:14:15.1105492Z #31 20.37 ./tools/codegen.py -p c include/magma_z.h 2024-08-20T22:14:15.1106803Z #31 20.37 ./tools/codegen.py -p ds include/magma_zc.h 2024-08-20T22:14:15.1107801Z #31 20.37 ./tools/codegen.py -p s include/magmablas_z.h 2024-08-20T22:14:15.1108796Z #31 20.37 ./tools/codegen.py -p d include/magmablas_z.h 2024-08-20T22:14:15.1109802Z #31 20.37 ./tools/codegen.py -p c include/magmablas_z.h 2024-08-20T22:14:15.1111516Z #31 20.37 sed -i -e 's/#cmakedefine MAGMA_CUDA_ARCH_MIN @MAGMA_CUDA_ARCH_MIN@/#define MAGMA_CUDA_ARCH_MIN /g' include/magma_config.h 2024-08-20T22:14:15.1113261Z #31 20.37 ./tools/codegen.py -p s include/magmablas_z_v1.h 2024-08-20T22:14:15.1114344Z #31 20.37 ./tools/codegen.py -p d include/magmablas_z_v1.h 2024-08-20T22:14:15.1115410Z #31 20.37 ./tools/codegen.py -p c include/magmablas_z_v1.h 2024-08-20T22:14:15.1116548Z #31 20.37 ./tools/codegen.py -p s include/magmablas_z_v1_map.h 2024-08-20T22:14:15.1117716Z #31 20.37 ./tools/codegen.py -p d include/magmablas_z_v1_map.h 2024-08-20T22:14:15.1118984Z #31 20.37 ./tools/codegen.py -p c include/magmablas_z_v1_map.h 2024-08-20T22:14:15.1120102Z #31 20.37 ./tools/codegen.py -p ds include/magmablas_zc.h 2024-08-20T22:14:15.1121051Z #31 20.37 ./tools/codegen.py -p ds include/magmablas_zc_v1.h 2024-08-20T22:14:15.1122096Z #31 20.37 ./tools/codegen.py -p ds include/magmablas_zc_v1_map.h 2024-08-20T22:14:15.1123179Z #31 20.37 ./tools/codegen.py -p s include/magma_zlapack.h 2024-08-20T22:14:15.1124287Z #31 20.37 ./tools/codegen.py -p d include/magma_zlapack.h 2024-08-20T22:14:15.1125383Z #31 20.37 ./tools/codegen.py -p c include/magma_zlapack.h 2024-08-20T22:14:15.1126904Z #31 20.37 sed -i -e 's/#cmakedefine MAGMA_HAVE_CUDA/#undef MAGMA_HAVE_CUDA/g' include/magma_config.h 2024-08-20T22:14:15.1128450Z #31 20.37 ./tools/codegen.py -p s include/magma_zbulge.h 2024-08-20T22:14:15.1129633Z #31 20.38 ./tools/codegen.py -p d include/magma_zbulge.h 2024-08-20T22:14:15.1131504Z #31 20.38 ./tools/codegen.py -p c include/magma_zbulge.h 2024-08-20T22:14:15.1132576Z #31 20.38 ./tools/codegen.py -p s include/magma_zbulgeinc.h 2024-08-20T22:14:15.1133653Z #31 20.38 ./tools/codegen.py -p d include/magma_zbulgeinc.h 2024-08-20T22:14:15.1134771Z #31 20.38 ./tools/codegen.py -p c include/magma_zbulgeinc.h 2024-08-20T22:14:15.1135767Z #31 20.38 ./tools/codegen.py -p s include/magma_zgehrd_m.h 2024-08-20T22:14:15.1136865Z #31 20.38 ./tools/codegen.py -p d include/magma_zgehrd_m.h 2024-08-20T22:14:15.1138591Z #31 20.38 sed -i -e 's/#cmakedefine MAGMA_HAVE_HIP/#define MAGMA_HAVE_HIP/g' include/magma_config.h 2024-08-20T22:14:15.1139994Z #31 20.38 ./tools/codegen.py -p c include/magma_zgehrd_m.h 2024-08-20T22:14:15.1141067Z #31 20.38 ./tools/codegen.py -p s include/magma_zbatched.h 2024-08-20T22:14:15.1142084Z #31 20.38 ./tools/codegen.py -p d include/magma_zbatched.h 2024-08-20T22:14:15.1142947Z #31 20.38 ./tools/codegen.py -p c include/magma_zbatched.h 2024-08-20T22:14:15.1143619Z #31 20.38 ./tools/codegen.py -p s include/magma_zvbatched.h 2024-08-20T22:14:15.1144301Z #31 20.38 ./tools/codegen.py -p d include/magma_zvbatched.h 2024-08-20T22:14:15.1144971Z #31 20.38 ./tools/codegen.py -p c include/magma_zvbatched.h 2024-08-20T22:14:15.1145744Z #31 20.38 ./tools/codegen.py -p s magmablas_hip/commonblas_z.h 2024-08-20T22:14:15.1146466Z #31 20.38 ./tools/codegen.py -p d magmablas_hip/commonblas_z.h 2024-08-20T22:14:15.1147174Z #31 20.38 ./tools/codegen.py -p c magmablas_hip/commonblas_z.h 2024-08-20T22:14:15.1148041Z #31 20.38 ./tools/codegen.py -p c magmablas_hip/ztrtri.hip.hpp 2024-08-20T22:14:15.1149196Z #31 20.38 ./tools/codegen.py -p d magmablas_hip/ztrtri.hip.hpp 2024-08-20T22:14:15.1150333Z #31 20.38 ./tools/codegen.py -p s magmablas_hip/ztrtri.hip.hpp 2024-08-20T22:14:15.1151719Z #31 20.38 ./tools/codegen.py -p c magmablas_hip/ztrtri_lower_device.hip.hpp 2024-08-20T22:14:15.1153323Z #31 20.38 ./tools/codegen.py -p d magmablas_hip/ztrtri_lower_device.hip.hpp 2024-08-20T22:14:15.1154887Z #31 20.38 ./tools/codegen.py -p s magmablas_hip/ztrtri_lower_device.hip.hpp 2024-08-20T22:14:15.1156727Z #31 20.38 ./tools/codegen.py -p c magmablas_hip/ztrtri_upper_device.hip.hpp 2024-08-20T22:14:15.1158355Z #31 20.38 ./tools/codegen.py -p d magmablas_hip/ztrtri_upper_device.hip.hpp 2024-08-20T22:14:15.1159874Z #31 20.38 ./tools/codegen.py -p s magmablas_hip/ztrtri_upper_device.hip.hpp 2024-08-20T22:14:15.1161209Z #31 20.38 ./tools/codegen.py -p c magmablas_hip/zgerbt.h 2024-08-20T22:14:15.1162343Z #31 20.38 ./tools/codegen.py -p d magmablas_hip/zgerbt.h 2024-08-20T22:14:15.1163488Z #31 20.45 ./tools/codegen.py -p s magmablas_hip/zgerbt.h 2024-08-20T22:14:15.1164872Z #31 20.45 ./tools/codegen.py -p s magmablas_hip/zpotf2_devicesfunc.hip.hpp 2024-08-20T22:14:15.1166346Z #31 20.45 ./tools/codegen.py -p d magmablas_hip/zpotf2_devicesfunc.hip.hpp 2024-08-20T22:14:15.1167900Z #31 20.45 ./tools/codegen.py -p c magmablas_hip/zpotf2_devicesfunc.hip.hpp 2024-08-20T22:14:15.1169422Z #31 20.48 ./tools/codegen.py -p s magmablas_hip/zlarfg_devicesfunc.hip.hpp 2024-08-20T22:14:15.2140886Z #31 20.48 ./tools/codegen.py -p d magmablas_hip/zlarfg_devicesfunc.hip.hpp 2024-08-20T22:14:15.2142504Z #31 20.48 ./tools/codegen.py -p c magmablas_hip/zlarfg_devicesfunc.hip.hpp 2024-08-20T22:14:15.2144157Z #31 20.48 ./tools/codegen.py -p s magmablas_hip/ztrsv_template_device.hip.hpp 2024-08-20T22:14:15.2145677Z #31 20.48 ./tools/codegen.py -p d magmablas_hip/ztrsv_template_device.hip.hpp 2024-08-20T22:14:15.2147215Z #31 20.48 ./tools/codegen.py -p c magmablas_hip/ztrsv_template_device.hip.hpp 2024-08-20T22:14:15.2148754Z #31 20.48 ./tools/codegen.py -p s magmablas_hip/zgetf2_devicefunc.hip.hpp 2024-08-20T22:14:15.2150262Z #31 20.48 ./tools/codegen.py -p d magmablas_hip/zgetf2_devicefunc.hip.hpp 2024-08-20T22:14:15.2151772Z #31 20.48 ./tools/codegen.py -p c magmablas_hip/zgetf2_devicefunc.hip.hpp 2024-08-20T22:14:15.2153204Z #31 20.48 ./tools/codegen.py -p s magmablas_hip/zlaswp_device.hip.hpp 2024-08-20T22:14:15.2154584Z #31 20.48 ./tools/codegen.py -p d magmablas_hip/zlaswp_device.hip.hpp 2024-08-20T22:14:15.2156007Z #31 20.48 ./tools/codegen.py -p c magmablas_hip/zlaswp_device.hip.hpp 2024-08-20T22:14:15.2157440Z #31 20.48 ./tools/codegen.py -p s magmablas_hip/zgeqr2_batched_fused.hip.hpp 2024-08-20T22:14:15.2158993Z #31 20.48 ./tools/codegen.py -p d magmablas_hip/zgeqr2_batched_fused.hip.hpp 2024-08-20T22:14:15.2160502Z #31 20.48 ./tools/codegen.py -p c magmablas_hip/zgeqr2_batched_fused.hip.hpp 2024-08-20T22:14:15.2162030Z #31 20.48 ./tools/codegen.py -p s magmablas_hip/zlarf_batched_fused.hip.hpp 2024-08-20T22:14:15.2163938Z #31 20.48 ./tools/codegen.py -p d magmablas_hip/zlarf_batched_fused.hip.hpp 2024-08-20T22:14:15.2165443Z #31 20.49 ./tools/codegen.py -p c magmablas_hip/zlarf_batched_fused.hip.hpp 2024-08-20T22:14:15.2166860Z #31 20.49 ./tools/codegen.py -p s magmablas_hip/zgbtf2_devicefunc.hip.hpp 2024-08-20T22:14:15.2168380Z #31 20.49 ./tools/codegen.py -p d magmablas_hip/zgbtf2_devicefunc.hip.hpp 2024-08-20T22:14:15.2169949Z #31 20.49 ./tools/codegen.py -p c magmablas_hip/zgbtf2_devicefunc.hip.hpp 2024-08-20T22:14:15.2171170Z #31 20.49 ./tools/codegen.py -p s testing/testing_z.h 2024-08-20T22:14:15.2172231Z #31 20.49 ./tools/codegen.py -p d testing/testing_z.h 2024-08-20T22:14:15.2173274Z #31 20.50 ./tools/codegen.py -p c testing/testing_z.h 2024-08-20T22:14:15.2174598Z #31 20.50 ./tools/codegen.py -p s sparse_hip/include/magmasparse_z.h 2024-08-20T22:14:15.2176014Z #31 20.50 ./tools/codegen.py -p d sparse_hip/include/magmasparse_z.h 2024-08-20T22:14:15.2177411Z #31 20.50 ./tools/codegen.py -p c sparse_hip/include/magmasparse_z.h 2024-08-20T22:14:15.2178810Z #31 20.50 ./tools/codegen.py -p ds sparse_hip/include/magmasparse_zc.h 2024-08-20T22:14:15.2180462Z #31 20.50 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c99 -c -o control/sizeptr.o control/sizeptr.c 2024-08-20T22:14:15.2182026Z #31 20.52 ./tools/codegen.py -p s control/magma_zauxiliary.cpp 2024-08-20T22:14:15.2183277Z #31 20.52 ./tools/codegen.py -p d control/magma_zauxiliary.cpp 2024-08-20T22:14:15.2184513Z #31 20.52 ./tools/codegen.py -p c control/magma_zauxiliary.cpp 2024-08-20T22:14:15.2186089Z #31 20.52 ./tools/codegen.py -p c control/magma_zbulge.cpp 2024-08-20T22:14:15.2187240Z #31 20.52 ./tools/codegen.py -p d control/magma_zbulge.cpp 2024-08-20T22:14:15.2188359Z #31 20.52 ./tools/codegen.py -p s control/magma_zbulge.cpp 2024-08-20T22:14:15.2189565Z #31 20.52 ./tools/codegen.py -p s control/magma_znan_inf.cpp 2024-08-20T22:14:15.2190797Z #31 20.52 ./tools/codegen.py -p d control/magma_znan_inf.cpp 2024-08-20T22:14:15.2191992Z #31 20.52 ./tools/codegen.py -p c control/magma_znan_inf.cpp 2024-08-20T22:14:15.2193113Z #31 20.52 ./tools/codegen.py -p s control/zpanel_to_q.cpp 2024-08-20T22:14:15.2194241Z #31 20.52 ./tools/codegen.py -p d control/zpanel_to_q.cpp 2024-08-20T22:14:15.2195340Z #31 20.52 ./tools/codegen.py -p c control/zpanel_to_q.cpp 2024-08-20T22:14:15.2196415Z #31 20.52 ./tools/codegen.py -p s control/zprint.cpp 2024-08-20T22:14:15.2197464Z #31 20.52 ./tools/codegen.py -p d control/zprint.cpp 2024-08-20T22:14:15.2198480Z #31 20.52 ./tools/codegen.py -p c control/zprint.cpp 2024-08-20T22:14:15.2199500Z #31 20.55 ./tools/codegen.py -p s src/cblas_z.cpp 2024-08-20T22:14:15.2200462Z #31 20.55 ./tools/codegen.py -p d src/cblas_z.cpp 2024-08-20T22:14:15.2201389Z #31 20.55 ./tools/codegen.py -p c src/cblas_z.cpp 2024-08-20T22:14:15.2202428Z #31 20.55 ./tools/codegen.py -p ds src/zcposv_gpu.cpp 2024-08-20T22:14:15.2203482Z #31 20.57 ./tools/codegen.py -p s src/zposv_gpu.cpp 2024-08-20T22:14:15.2204483Z #31 20.57 ./tools/codegen.py -p d src/zposv_gpu.cpp 2024-08-20T22:14:15.2205483Z #31 20.58 ./tools/codegen.py -p c src/zposv_gpu.cpp 2024-08-20T22:14:15.3147233Z #31 20.58 ./tools/codegen.py -p s src/zpotrf_gpu.cpp 2024-08-20T22:14:15.3148387Z #31 20.58 ./tools/codegen.py -p d src/zpotrf_gpu.cpp 2024-08-20T22:14:15.3149477Z #31 20.58 ./tools/codegen.py -p c src/zpotrf_gpu.cpp 2024-08-20T22:14:15.3150776Z #31 20.58 ./tools/codegen.py -p s src/zpotri_gpu.cpp 2024-08-20T22:14:15.3151930Z #31 20.58 ./tools/codegen.py -p d src/zpotri_gpu.cpp 2024-08-20T22:14:15.3153029Z #31 20.58 ./tools/codegen.py -p c src/zpotri_gpu.cpp 2024-08-20T22:14:15.3154059Z #31 20.58 ./tools/codegen.py -p s src/zpotrs_gpu.cpp 2024-08-20T22:14:15.3155101Z #31 20.59 ./tools/codegen.py -p d src/zpotrs_gpu.cpp 2024-08-20T22:14:15.3156166Z #31 20.60 ./tools/codegen.py -p c src/zpotrs_gpu.cpp 2024-08-20T22:14:15.3157170Z #31 20.60 ./tools/codegen.py -p s src/zlauum_gpu.cpp 2024-08-20T22:14:15.3158197Z #31 20.60 ./tools/codegen.py -p d src/zlauum_gpu.cpp 2024-08-20T22:14:15.3159637Z #31 20.60 ./tools/codegen.py -p c src/zlauum_gpu.cpp 2024-08-20T22:14:15.3160662Z #31 20.60 ./tools/codegen.py -p s src/ztrtri_gpu.cpp 2024-08-20T22:14:15.3161746Z #31 20.60 ./tools/codegen.py -p d src/ztrtri_gpu.cpp 2024-08-20T22:14:15.3162782Z #31 20.60 ./tools/codegen.py -p c src/ztrtri_gpu.cpp 2024-08-20T22:14:15.3163843Z #31 20.60 ./tools/codegen.py -p s src/zpotrf_mgpu.cpp 2024-08-20T22:14:15.3164872Z #31 20.60 ./tools/codegen.py -p d src/zpotrf_mgpu.cpp 2024-08-20T22:14:15.3165922Z #31 20.60 ./tools/codegen.py -p c src/zpotrf_mgpu.cpp 2024-08-20T22:14:15.3167071Z #31 20.60 ./tools/codegen.py -p s src/zpotrf_mgpu_right.cpp 2024-08-20T22:14:15.3168240Z #31 20.60 ./tools/codegen.py -p d src/zpotrf_mgpu_right.cpp 2024-08-20T22:14:15.3169588Z #31 20.60 ./tools/codegen.py -p c src/zpotrf_mgpu_right.cpp 2024-08-20T22:14:15.3170730Z #31 20.60 ./tools/codegen.py -p s src/zpotrf3_mgpu.cpp 2024-08-20T22:14:15.3171824Z #31 20.61 ./tools/codegen.py -p d src/zpotrf3_mgpu.cpp 2024-08-20T22:14:15.3172909Z #31 20.61 ./tools/codegen.py -p c src/zpotrf3_mgpu.cpp 2024-08-20T22:14:15.3174015Z #31 20.61 ./tools/codegen.py -p s src/zposv.cpp 2024-08-20T22:14:15.3175043Z #31 20.62 ./tools/codegen.py -p d src/zposv.cpp 2024-08-20T22:14:15.3176017Z #31 20.62 ./tools/codegen.py -p c src/zposv.cpp 2024-08-20T22:14:15.3176981Z #31 20.64 ./tools/codegen.py -p s src/zpotrf.cpp 2024-08-20T22:14:15.3177954Z #31 20.64 ./tools/codegen.py -p d src/zpotrf.cpp 2024-08-20T22:14:15.3178943Z #31 20.64 ./tools/codegen.py -p c src/zpotrf.cpp 2024-08-20T22:14:15.3180111Z #31 20.64 ./tools/codegen.py -p s src/zpotri.cpp 2024-08-20T22:14:15.3181045Z #31 20.64 ./tools/codegen.py -p d src/zpotri.cpp 2024-08-20T22:14:15.3182051Z #31 20.64 ./tools/codegen.py -p c src/zpotri.cpp 2024-08-20T22:14:15.3183182Z #31 20.64 ./tools/codegen.py -p s src/zlauum.cpp 2024-08-20T22:14:15.3184172Z #31 20.64 ./tools/codegen.py -p d src/zlauum.cpp 2024-08-20T22:14:15.3185116Z #31 20.64 ./tools/codegen.py -p c src/zlauum.cpp 2024-08-20T22:14:15.3186137Z #31 20.64 ./tools/codegen.py -p s src/ztrtri.cpp 2024-08-20T22:14:15.3187108Z #31 20.64 ./tools/codegen.py -p d src/ztrtri.cpp 2024-08-20T22:14:15.3188087Z #31 20.64 ./tools/codegen.py -p c src/ztrtri.cpp 2024-08-20T22:14:15.3189072Z #31 20.64 ./tools/codegen.py -p s src/zpotrf_m.cpp 2024-08-20T22:14:15.3190070Z #31 20.64 ./tools/codegen.py -p d src/zpotrf_m.cpp 2024-08-20T22:14:15.3191066Z #31 20.65 ./tools/codegen.py -p c src/zpotrf_m.cpp 2024-08-20T22:14:15.3192195Z #31 20.65 ./tools/codegen.py -p ds src/zcgesv_gpu.cpp 2024-08-20T22:14:15.3193283Z #31 20.65 ./tools/codegen.py -p ds src/zcgetrs_gpu.cpp 2024-08-20T22:14:15.3194299Z #31 20.66 ./tools/codegen.py -p s src/zgerfs_nopiv_gpu.cpp 2024-08-20T22:14:15.3195477Z #31 20.66 ./tools/codegen.py -p d src/zgerfs_nopiv_gpu.cpp 2024-08-20T22:14:15.3196622Z #31 20.67 ./tools/codegen.py -p c src/zgerfs_nopiv_gpu.cpp 2024-08-20T22:14:15.3197715Z #31 20.68 ./tools/codegen.py -p s src/zgesv_gpu.cpp 2024-08-20T22:14:15.3198694Z #31 20.68 ./tools/codegen.py -p d src/zgesv_gpu.cpp 2024-08-20T22:14:15.4291643Z #31 20.70 touch control/sizeptr.o 2024-08-20T22:14:15.4292862Z #31 20.70 ./tools/codegen.py -p c src/zgesv_gpu.cpp 2024-08-20T22:14:15.4294061Z #31 20.70 ./tools/codegen.py -p s src/zgesv_nopiv_gpu.cpp 2024-08-20T22:14:15.4295373Z #31 20.70 ./tools/codegen.py -p d src/zgesv_nopiv_gpu.cpp 2024-08-20T22:14:15.4296480Z #31 20.70 ./tools/codegen.py -p c src/zgesv_nopiv_gpu.cpp 2024-08-20T22:14:15.4297600Z #31 20.70 ./tools/codegen.py -p s src/zgetrf_gpu.cpp 2024-08-20T22:14:15.4298722Z #31 20.70 ./tools/codegen.py -p d src/zgetrf_gpu.cpp 2024-08-20T22:14:15.4299783Z #31 20.70 ./tools/codegen.py -p c src/zgetrf_gpu.cpp 2024-08-20T22:14:15.4300931Z #31 20.70 ./tools/codegen.py -p s src/zgetrf_nopiv_gpu.cpp 2024-08-20T22:14:15.4302162Z #31 20.70 ./tools/codegen.py -p d src/zgetrf_nopiv_gpu.cpp 2024-08-20T22:14:15.4303437Z #31 20.70 ./tools/codegen.py -p c src/zgetrf_nopiv_gpu.cpp 2024-08-20T22:14:15.4304618Z #31 20.70 ./tools/codegen.py -p s src/zgetri_gpu.cpp 2024-08-20T22:14:15.4306076Z #31 20.71 ./tools/codegen.py -p d src/zgetri_gpu.cpp 2024-08-20T22:14:15.4307161Z #31 20.71 ./tools/codegen.py -p c src/zgetri_gpu.cpp 2024-08-20T22:14:15.4308230Z #31 20.71 ./tools/codegen.py -p s src/zgetrs_gpu.cpp 2024-08-20T22:14:15.4309315Z #31 20.71 ./tools/codegen.py -p d src/zgetrs_gpu.cpp 2024-08-20T22:14:15.4310410Z #31 20.71 ./tools/codegen.py -p c src/zgetrs_gpu.cpp 2024-08-20T22:14:15.4311555Z #31 20.71 ./tools/codegen.py -p s src/zgetrs_nopiv_gpu.cpp 2024-08-20T22:14:15.4312767Z #31 20.71 ./tools/codegen.py -p d src/zgetrs_nopiv_gpu.cpp 2024-08-20T22:14:15.4314007Z #31 20.71 ./tools/codegen.py -p c src/zgetrs_nopiv_gpu.cpp 2024-08-20T22:14:15.4315047Z #31 20.72 ./tools/codegen.py -p s src/zgetrf_mgpu.cpp 2024-08-20T22:14:15.4316131Z #31 20.72 ./tools/codegen.py -p d src/zgetrf_mgpu.cpp 2024-08-20T22:14:15.4317270Z #31 20.72 ./tools/codegen.py -p c src/zgetrf_mgpu.cpp 2024-08-20T22:14:15.4318428Z #31 20.72 ./tools/codegen.py -p s src/zgetrf2_mgpu.cpp 2024-08-20T22:14:15.4319626Z #31 20.73 ./tools/codegen.py -p d src/zgetrf2_mgpu.cpp 2024-08-20T22:14:15.4320793Z #31 20.73 ./tools/codegen.py -p c src/zgetrf2_mgpu.cpp 2024-08-20T22:14:15.4321924Z #31 20.74 ./tools/codegen.py -p s src/zgerbt_gpu.cpp 2024-08-20T22:14:15.4323060Z #31 20.74 ./tools/codegen.py -p d src/zgerbt_gpu.cpp 2024-08-20T22:14:15.4324203Z #31 20.76 ./tools/codegen.py -p c src/zgerbt_gpu.cpp 2024-08-20T22:14:15.4325308Z #31 20.76 ./tools/codegen.py -p s src/zgbsv_gpu.cpp 2024-08-20T22:14:15.4326433Z #31 20.76 ./tools/codegen.py -p d src/zgbsv_gpu.cpp 2024-08-20T22:14:15.4327794Z #31 20.76 ./tools/codegen.py -p c src/zgbsv_gpu.cpp 2024-08-20T22:14:15.4328944Z #31 20.76 ./tools/codegen.py -p s src/zgbtrf_gpu.cpp 2024-08-20T22:14:15.4330072Z #31 20.76 ./tools/codegen.py -p d src/zgbtrf_gpu.cpp 2024-08-20T22:14:15.4331504Z #31 20.76 ./tools/codegen.py -p c src/zgbtrf_gpu.cpp 2024-08-20T22:14:15.4332598Z #31 20.76 ./tools/codegen.py -p s src/zgesv.cpp 2024-08-20T22:14:15.4333636Z #31 20.76 ./tools/codegen.py -p d src/zgesv.cpp 2024-08-20T22:14:15.4334787Z #31 20.76 ./tools/codegen.py -p c src/zgesv.cpp 2024-08-20T22:14:15.4335820Z #31 20.76 ./tools/codegen.py -p s src/zgesv_rbt.cpp 2024-08-20T22:14:15.4336903Z #31 20.76 ./tools/codegen.py -p d src/zgesv_rbt.cpp 2024-08-20T22:14:15.4338022Z #31 20.76 ./tools/codegen.py -p c src/zgesv_rbt.cpp 2024-08-20T22:14:15.4339113Z #31 20.76 ./tools/codegen.py -p s src/zgetrf.cpp 2024-08-20T22:14:15.4340167Z #31 20.76 ./tools/codegen.py -p d src/zgetrf.cpp 2024-08-20T22:14:15.4341231Z #31 20.76 ./tools/codegen.py -p c src/zgetrf.cpp 2024-08-20T22:14:15.4342358Z #31 20.76 ./tools/codegen.py -p s src/zgetf2_nopiv.cpp 2024-08-20T22:14:15.4343478Z #31 20.76 ./tools/codegen.py -p d src/zgetf2_nopiv.cpp 2024-08-20T22:14:15.4344644Z #31 20.77 ./tools/codegen.py -p c src/zgetf2_nopiv.cpp 2024-08-20T22:14:15.4345805Z #31 20.77 ./tools/codegen.py -p s src/zgetrf_nopiv.cpp 2024-08-20T22:14:15.4346948Z #31 20.80 ./tools/codegen.py -p d src/zgetrf_nopiv.cpp 2024-08-20T22:14:15.5350639Z #31 20.81 ./tools/codegen.py -p c src/zgetrf_nopiv.cpp 2024-08-20T22:14:15.5351755Z #31 20.81 ./tools/codegen.py -p s src/zgetrf_m.cpp 2024-08-20T22:14:15.5352635Z #31 20.81 ./tools/codegen.py -p d src/zgetrf_m.cpp 2024-08-20T22:14:15.5353565Z #31 20.81 ./tools/codegen.py -p c src/zgetrf_m.cpp 2024-08-20T22:14:15.5354642Z #31 20.81 ./tools/codegen.py -p ds src/zcgeqrsv_gpu.cpp 2024-08-20T22:14:15.5355811Z #31 20.81 ./tools/codegen.py -p s src/zgelqf_gpu.cpp 2024-08-20T22:14:15.5356953Z #31 20.81 ./tools/codegen.py -p d src/zgelqf_gpu.cpp 2024-08-20T22:14:15.5358173Z #31 20.81 ./tools/codegen.py -p c src/zgelqf_gpu.cpp 2024-08-20T22:14:15.5359351Z #31 20.81 ./tools/codegen.py -p s src/zgels3_gpu.cpp 2024-08-20T22:14:15.5360438Z #31 20.81 ./tools/codegen.py -p d src/zgels3_gpu.cpp 2024-08-20T22:14:15.5364527Z #31 20.81 ./tools/codegen.py -p c src/zgels3_gpu.cpp 2024-08-20T22:14:15.5366944Z #31 20.81 ./tools/codegen.py -p s src/zgels_gpu.cpp 2024-08-20T22:14:15.5369112Z #31 20.81 ./tools/codegen.py -p d src/zgels_gpu.cpp 2024-08-20T22:14:15.5371592Z #31 20.82 ./tools/codegen.py -p c src/zgels_gpu.cpp 2024-08-20T22:14:15.5373902Z #31 20.82 ./tools/codegen.py -p s src/zgegqr_gpu.cpp 2024-08-20T22:14:15.5376184Z #31 20.82 ./tools/codegen.py -p d src/zgegqr_gpu.cpp 2024-08-20T22:14:15.5378375Z #31 20.82 ./tools/codegen.py -p c src/zgegqr_gpu.cpp 2024-08-20T22:14:15.5380528Z #31 20.82 ./tools/codegen.py -p s src/zgeqrf2_gpu.cpp 2024-08-20T22:14:15.5382693Z #31 20.82 ./tools/codegen.py -p d src/zgeqrf2_gpu.cpp 2024-08-20T22:14:15.5384872Z #31 20.82 ./tools/codegen.py -p c src/zgeqrf2_gpu.cpp 2024-08-20T22:14:15.5387125Z #31 20.82 ./tools/codegen.py -p s src/zgeqrf3_gpu.cpp 2024-08-20T22:14:15.5389661Z #31 20.83 ./tools/codegen.py -p d src/zgeqrf3_gpu.cpp 2024-08-20T22:14:15.5391886Z #31 20.84 ./tools/codegen.py -p c src/zgeqrf3_gpu.cpp 2024-08-20T22:14:15.5394090Z #31 20.84 ./tools/codegen.py -p s src/zgeqrf_gpu.cpp 2024-08-20T22:14:15.5399476Z #31 20.84 ./tools/codegen.py -p d src/zgeqrf_gpu.cpp 2024-08-20T22:14:15.5401755Z #31 20.84 ./tools/codegen.py -p c src/zgeqrf_gpu.cpp 2024-08-20T22:14:15.5403933Z #31 20.85 ./tools/codegen.py -p s src/zgeqr2x_gpu.cpp 2024-08-20T22:14:15.5406155Z #31 20.87 ./tools/codegen.py -p d src/zgeqr2x_gpu.cpp 2024-08-20T22:14:15.5408320Z #31 20.87 ./tools/codegen.py -p c src/zgeqr2x_gpu.cpp 2024-08-20T22:14:15.5410527Z #31 20.87 ./tools/codegen.py -p s src/zgeqr2x_gpu-v2.cpp 2024-08-20T22:14:15.5412905Z #31 20.87 ./tools/codegen.py -p d src/zgeqr2x_gpu-v2.cpp 2024-08-20T22:14:15.5441780Z #31 20.87 ./tools/codegen.py -p c src/zgeqr2x_gpu-v2.cpp 2024-08-20T22:14:15.5443264Z #31 20.87 ./tools/codegen.py -p s src/zgeqr2x_gpu-v3.cpp 2024-08-20T22:14:15.5444359Z #31 20.87 ./tools/codegen.py -p d src/zgeqr2x_gpu-v3.cpp 2024-08-20T22:14:15.5445494Z #31 20.87 ./tools/codegen.py -p c src/zgeqr2x_gpu-v3.cpp 2024-08-20T22:14:15.5446580Z #31 20.87 ./tools/codegen.py -p s src/zgeqrs3_gpu.cpp 2024-08-20T22:14:15.5447616Z #31 20.87 ./tools/codegen.py -p d src/zgeqrs3_gpu.cpp 2024-08-20T22:14:15.5448719Z #31 20.87 ./tools/codegen.py -p c src/zgeqrs3_gpu.cpp 2024-08-20T22:14:15.5449737Z #31 20.87 ./tools/codegen.py -p s src/zgeqrs_gpu.cpp 2024-08-20T22:14:15.5450775Z #31 20.87 ./tools/codegen.py -p d src/zgeqrs_gpu.cpp 2024-08-20T22:14:15.5451796Z #31 20.87 ./tools/codegen.py -p c src/zgeqrs_gpu.cpp 2024-08-20T22:14:15.5452795Z #31 20.87 ./tools/codegen.py -p s src/zlarfb_gpu.cpp 2024-08-20T22:14:15.5453849Z #31 20.87 ./tools/codegen.py -p d src/zlarfb_gpu.cpp 2024-08-20T22:14:15.5455050Z #31 20.87 ./tools/codegen.py -p c src/zlarfb_gpu.cpp 2024-08-20T22:14:15.5456126Z #31 20.87 ./tools/codegen.py -p s src/zlarfb_gpu_gemm.cpp 2024-08-20T22:14:15.5457271Z #31 20.87 ./tools/codegen.py -p d src/zlarfb_gpu_gemm.cpp 2024-08-20T22:14:15.5458402Z #31 20.88 ./tools/codegen.py -p c src/zlarfb_gpu_gemm.cpp 2024-08-20T22:14:15.5459476Z #31 20.89 ./tools/codegen.py -p s src/zungqr_gpu.cpp 2024-08-20T22:14:15.5460561Z #31 20.90 ./tools/codegen.py -p d src/zungqr_gpu.cpp 2024-08-20T22:14:15.6564533Z #31 20.90 ./tools/codegen.py -p c src/zungqr_gpu.cpp 2024-08-20T22:14:15.6565751Z #31 20.92 ./tools/codegen.py -p s src/zunmql2_gpu.cpp 2024-08-20T22:14:15.6566772Z #31 20.92 ./tools/codegen.py -p d src/zunmql2_gpu.cpp 2024-08-20T22:14:15.6567884Z #31 20.92 ./tools/codegen.py -p c src/zunmql2_gpu.cpp 2024-08-20T22:14:15.6569006Z #31 20.92 ./tools/codegen.py -p s src/zunmqr2_gpu.cpp 2024-08-20T22:14:15.6570003Z #31 20.92 ./tools/codegen.py -p d src/zunmqr2_gpu.cpp 2024-08-20T22:14:15.6570954Z #31 20.92 ./tools/codegen.py -p c src/zunmqr2_gpu.cpp 2024-08-20T22:14:15.6571872Z #31 20.92 ./tools/codegen.py -p s src/zunmqr_gpu.cpp 2024-08-20T22:14:15.6572870Z #31 20.92 ./tools/codegen.py -p d src/zunmqr_gpu.cpp 2024-08-20T22:14:15.6573849Z #31 20.92 ./tools/codegen.py -p c src/zunmqr_gpu.cpp 2024-08-20T22:14:15.6575095Z #31 20.92 ./tools/codegen.py -p s src/zgeqrf_mgpu.cpp 2024-08-20T22:14:15.6576033Z #31 20.92 ./tools/codegen.py -p d src/zgeqrf_mgpu.cpp 2024-08-20T22:14:15.6576978Z #31 20.92 ./tools/codegen.py -p c src/zgeqrf_mgpu.cpp 2024-08-20T22:14:15.6580340Z #31 20.92 ./tools/codegen.py -p c src/zgeqp3_gpu.cpp 2024-08-20T22:14:15.6581318Z #31 20.93 ./tools/codegen.py -p d src/zgeqp3_gpu.cpp 2024-08-20T22:14:15.6582267Z #31 20.93 ./tools/codegen.py -p s src/zgeqp3_gpu.cpp 2024-08-20T22:14:15.6583187Z #31 20.93 ./tools/codegen.py -p s src/zlaqps_gpu.cpp 2024-08-20T22:14:15.6584116Z #31 20.93 ./tools/codegen.py -p d src/zlaqps_gpu.cpp 2024-08-20T22:14:15.6585087Z #31 20.93 ./tools/codegen.py -p c src/zlaqps_gpu.cpp 2024-08-20T22:14:15.6586010Z #31 20.95 ./tools/codegen.py -p s src/zgelqf.cpp 2024-08-20T22:14:15.6586950Z #31 20.95 ./tools/codegen.py -p d src/zgelqf.cpp 2024-08-20T22:14:15.6587916Z #31 20.95 ./tools/codegen.py -p c src/zgelqf.cpp 2024-08-20T22:14:15.6588829Z #31 20.95 ./tools/codegen.py -p s src/zgels.cpp 2024-08-20T22:14:15.6589624Z #31 20.96 ./tools/codegen.py -p d src/zgels.cpp 2024-08-20T22:14:15.6590413Z #31 20.96 ./tools/codegen.py -p c src/zgels.cpp 2024-08-20T22:14:15.6591215Z #31 20.97 ./tools/codegen.py -p s src/zgeqlf.cpp 2024-08-20T22:14:15.6592096Z #31 20.98 ./tools/codegen.py -p d src/zgeqlf.cpp 2024-08-20T22:14:15.6592995Z #31 20.98 ./tools/codegen.py -p c src/zgeqlf.cpp 2024-08-20T22:14:15.6593890Z #31 20.98 ./tools/codegen.py -p s src/zgeqrf.cpp 2024-08-20T22:14:15.6594822Z #31 20.98 ./tools/codegen.py -p d src/zgeqrf.cpp 2024-08-20T22:14:15.6595796Z #31 20.98 ./tools/codegen.py -p c src/zgeqrf.cpp 2024-08-20T22:14:15.6596689Z #31 20.98 ./tools/codegen.py -p s src/zgeqrf_ooc.cpp 2024-08-20T22:14:15.6597648Z #31 20.98 ./tools/codegen.py -p d src/zgeqrf_ooc.cpp 2024-08-20T22:14:15.6599205Z #31 20.98 ./tools/codegen.py -p c src/zgeqrf_ooc.cpp 2024-08-20T22:14:15.6600225Z #31 20.98 ./tools/codegen.py -p s src/zgglse.cpp 2024-08-20T22:14:15.6601111Z #31 20.98 ./tools/codegen.py -p d src/zgglse.cpp 2024-08-20T22:14:15.6602009Z #31 20.98 ./tools/codegen.py -p c src/zgglse.cpp 2024-08-20T22:14:15.6602834Z #31 20.98 ./tools/codegen.py -p s src/zggrqf.cpp 2024-08-20T22:14:15.6603665Z #31 20.98 ./tools/codegen.py -p d src/zggrqf.cpp 2024-08-20T22:14:15.6604523Z #31 20.98 ./tools/codegen.py -p c src/zggrqf.cpp 2024-08-20T22:14:15.6605308Z #31 20.98 ./tools/codegen.py -p s src/zunglq.cpp 2024-08-20T22:14:15.6606108Z #31 20.98 ./tools/codegen.py -p d src/zunglq.cpp 2024-08-20T22:14:15.6607137Z #31 20.98 ./tools/codegen.py -p c src/zunglq.cpp 2024-08-20T22:14:15.6608002Z #31 20.98 ./tools/codegen.py -p s src/zungqr.cpp 2024-08-20T22:14:15.6608824Z #31 20.98 ./tools/codegen.py -p d src/zungqr.cpp 2024-08-20T22:14:15.6609706Z #31 20.99 ./tools/codegen.py -p c src/zungqr.cpp 2024-08-20T22:14:15.6610610Z #31 20.99 ./tools/codegen.py -p s src/zungqr2.cpp 2024-08-20T22:14:15.6611513Z #31 21.00 ./tools/codegen.py -p d src/zungqr2.cpp 2024-08-20T22:14:15.6612337Z #31 21.02 ./tools/codegen.py -p c src/zungqr2.cpp 2024-08-20T22:14:15.7744740Z #31 21.02 ./tools/codegen.py -p s src/zunmlq.cpp 2024-08-20T22:14:15.7745899Z #31 21.02 ./tools/codegen.py -p d src/zunmlq.cpp 2024-08-20T22:14:15.7746923Z #31 21.02 ./tools/codegen.py -p c src/zunmlq.cpp 2024-08-20T22:14:15.7748008Z #31 21.02 ./tools/codegen.py -p s src/zunmql.cpp 2024-08-20T22:14:15.7749060Z #31 21.03 ./tools/codegen.py -p d src/zunmql.cpp 2024-08-20T22:14:15.7750097Z #31 21.03 ./tools/codegen.py -p c src/zunmql.cpp 2024-08-20T22:14:15.7751148Z #31 21.03 ./tools/codegen.py -p s src/zunmqr.cpp 2024-08-20T22:14:15.7752176Z #31 21.03 ./tools/codegen.py -p d src/zunmqr.cpp 2024-08-20T22:14:15.7753193Z #31 21.03 ./tools/codegen.py -p c src/zunmqr.cpp 2024-08-20T22:14:15.7754223Z #31 21.03 ./tools/codegen.py -p s src/zunmrq.cpp 2024-08-20T22:14:15.7755276Z #31 21.03 ./tools/codegen.py -p d src/zunmrq.cpp 2024-08-20T22:14:15.7756310Z #31 21.03 ./tools/codegen.py -p c src/zunmrq.cpp 2024-08-20T22:14:15.7757407Z #31 21.03 ./tools/codegen.py -p c src/zgeqp3.cpp 2024-08-20T22:14:15.7758311Z #31 21.03 ./tools/codegen.py -p d src/zgeqp3.cpp 2024-08-20T22:14:15.7759131Z #31 21.03 ./tools/codegen.py -p s src/zgeqp3.cpp 2024-08-20T22:14:15.7759965Z #31 21.04 ./tools/codegen.py -p s src/zlaqps.cpp 2024-08-20T22:14:15.7761224Z #31 21.04 ./tools/codegen.py -p d src/zlaqps.cpp 2024-08-20T22:14:15.7762100Z #31 21.05 ./tools/codegen.py -p c src/zlaqps.cpp 2024-08-20T22:14:15.7763017Z #31 21.05 ./tools/codegen.py -p s src/zgeqrf_m.cpp 2024-08-20T22:14:15.7763942Z #31 21.05 ./tools/codegen.py -p d src/zgeqrf_m.cpp 2024-08-20T22:14:15.7765002Z #31 21.06 ./tools/codegen.py -p c src/zgeqrf_m.cpp 2024-08-20T22:14:15.7766026Z #31 21.06 ./tools/codegen.py -p s src/zungqr_m.cpp 2024-08-20T22:14:15.7767100Z #31 21.06 ./tools/codegen.py -p d src/zungqr_m.cpp 2024-08-20T22:14:15.7768168Z #31 21.06 ./tools/codegen.py -p c src/zungqr_m.cpp 2024-08-20T22:14:15.7769236Z #31 21.09 ./tools/codegen.py -p s src/zunmqr_m.cpp 2024-08-20T22:14:15.7770299Z #31 21.09 ./tools/codegen.py -p d src/zunmqr_m.cpp 2024-08-20T22:14:15.7771355Z #31 21.10 ./tools/codegen.py -p c src/zunmqr_m.cpp 2024-08-20T22:14:15.7772513Z #31 21.10 ./tools/codegen.py -p s src/zhetrf_gpu.cpp 2024-08-20T22:14:15.7773644Z #31 21.10 ./tools/codegen.py -p d src/zhetrf_gpu.cpp 2024-08-20T22:14:15.7774951Z #31 21.10 ./tools/codegen.py -p c src/zhetrf_gpu.cpp 2024-08-20T22:14:15.7776079Z #31 21.10 ./tools/codegen.py -p ds src/zchesv_gpu.cpp 2024-08-20T22:14:15.7777181Z #31 21.10 ./tools/codegen.py -p s src/zhesv.cpp 2024-08-20T22:14:15.7778224Z #31 21.10 ./tools/codegen.py -p d src/zhesv.cpp 2024-08-20T22:14:15.7779240Z #31 21.10 ./tools/codegen.py -p c src/zhesv.cpp 2024-08-20T22:14:15.7780283Z #31 21.10 ./tools/codegen.py -p s src/zhetrf.cpp 2024-08-20T22:14:15.7781340Z #31 21.10 ./tools/codegen.py -p d src/zhetrf.cpp 2024-08-20T22:14:15.7782697Z #31 21.10 ./tools/codegen.py -p c src/zhetrf.cpp 2024-08-20T22:14:15.7783756Z #31 21.10 ./tools/codegen.py -p s src/dsidi.cpp 2024-08-20T22:14:15.7784862Z #31 21.10 ./tools/codegen.py -p s src/zhetrf_aasen.cpp 2024-08-20T22:14:15.7786015Z #31 21.10 ./tools/codegen.py -p d src/zhetrf_aasen.cpp 2024-08-20T22:14:15.7787179Z #31 21.10 ./tools/codegen.py -p c src/zhetrf_aasen.cpp 2024-08-20T22:14:15.7788342Z #31 21.10 ./tools/codegen.py -p s src/zhetrf_nopiv.cpp 2024-08-20T22:14:15.7789498Z #31 21.10 ./tools/codegen.py -p d src/zhetrf_nopiv.cpp 2024-08-20T22:14:15.7790657Z #31 21.10 ./tools/codegen.py -p c src/zhetrf_nopiv.cpp 2024-08-20T22:14:15.7792102Z #31 21.10 ./tools/codegen.py -p s src/zhetrf_nopiv_cpu.cpp 2024-08-20T22:14:15.7793325Z #31 21.10 ./tools/codegen.py -p d src/zhetrf_nopiv_cpu.cpp 2024-08-20T22:14:15.7794571Z #31 21.10 ./tools/codegen.py -p c src/zhetrf_nopiv_cpu.cpp 2024-08-20T22:14:15.7795812Z #31 21.11 ./tools/codegen.py -p c src/zsytrf_nopiv_cpu.cpp 2024-08-20T22:14:15.7797062Z #31 21.12 ./tools/codegen.py -p s src/zhetrf_nopiv_gpu.cpp 2024-08-20T22:14:15.7798294Z #31 21.12 ./tools/codegen.py -p d src/zhetrf_nopiv_gpu.cpp 2024-08-20T22:14:15.7799537Z #31 21.14 ./tools/codegen.py -p c src/zhetrf_nopiv_gpu.cpp 2024-08-20T22:14:15.8945943Z #31 21.14 ./tools/codegen.py -p c src/zsytrf_nopiv_gpu.cpp 2024-08-20T22:14:15.8947290Z #31 21.14 ./tools/codegen.py -p s src/zhetrs_nopiv_gpu.cpp 2024-08-20T22:14:15.8948539Z #31 21.14 ./tools/codegen.py -p d src/zhetrs_nopiv_gpu.cpp 2024-08-20T22:14:15.8949734Z #31 21.14 ./tools/codegen.py -p c src/zhetrs_nopiv_gpu.cpp 2024-08-20T22:14:15.8950941Z #31 21.14 ./tools/codegen.py -p c src/zsytrs_nopiv_gpu.cpp 2024-08-20T22:14:15.8952150Z #31 21.14 ./tools/codegen.py -p s src/zhesv_nopiv_gpu.cpp 2024-08-20T22:14:15.8953325Z #31 21.14 ./tools/codegen.py -p d src/zhesv_nopiv_gpu.cpp 2024-08-20T22:14:15.8954507Z #31 21.14 ./tools/codegen.py -p c src/zhesv_nopiv_gpu.cpp 2024-08-20T22:14:15.8955702Z #31 21.14 ./tools/codegen.py -p c src/zsysv_nopiv_gpu.cpp 2024-08-20T22:14:15.8956844Z #31 21.15 ./tools/codegen.py -p s src/zlahef_gpu.cpp 2024-08-20T22:14:15.8957944Z #31 21.15 ./tools/codegen.py -p d src/zlahef_gpu.cpp 2024-08-20T22:14:15.8959041Z #31 21.15 ./tools/codegen.py -p c src/zlahef_gpu.cpp 2024-08-20T22:14:15.8960135Z #31 21.15 ./tools/codegen.py -p s src/dsyevd_gpu.cpp 2024-08-20T22:14:15.8961229Z #31 21.15 ./tools/codegen.py -p s src/dsyevdx_gpu.cpp 2024-08-20T22:14:15.8962332Z #31 21.15 ./tools/codegen.py -p c src/zheevd_gpu.cpp 2024-08-20T22:14:15.8963791Z #31 21.15 ./tools/codegen.py -p c src/zheevdx_gpu.cpp 2024-08-20T22:14:15.8965115Z #31 21.15 ./tools/codegen.py -p c src/zheevr_gpu.cpp 2024-08-20T22:14:15.8966193Z #31 21.16 ./tools/codegen.py -p c src/zheevx_gpu.cpp 2024-08-20T22:14:15.8967283Z #31 21.16 ./tools/codegen.py -p s src/zhetrd2_gpu.cpp 2024-08-20T22:14:15.8968391Z #31 21.18 ./tools/codegen.py -p d src/zhetrd2_gpu.cpp 2024-08-20T22:14:15.8969882Z #31 21.18 ./tools/codegen.py -p c src/zhetrd2_gpu.cpp 2024-08-20T22:14:15.8971007Z #31 21.18 ./tools/codegen.py -p s src/zhetrd_gpu.cpp 2024-08-20T22:14:15.8972121Z #31 21.18 ./tools/codegen.py -p d src/zhetrd_gpu.cpp 2024-08-20T22:14:15.8973244Z #31 21.19 ./tools/codegen.py -p c src/zhetrd_gpu.cpp 2024-08-20T22:14:15.8974464Z #31 21.19 ./tools/codegen.py -p s src/zunmtr_gpu.cpp 2024-08-20T22:14:15.8975573Z #31 21.19 ./tools/codegen.py -p d src/zunmtr_gpu.cpp 2024-08-20T22:14:15.8976690Z #31 21.21 ./tools/codegen.py -p c src/zunmtr_gpu.cpp 2024-08-20T22:14:15.8977767Z #31 21.21 ./tools/codegen.py -p s src/dsyevd.cpp 2024-08-20T22:14:15.8978826Z #31 21.21 ./tools/codegen.py -p s src/dsyevdx.cpp 2024-08-20T22:14:15.8979880Z #31 21.21 ./tools/codegen.py -p c src/zheevd.cpp 2024-08-20T22:14:15.8980913Z #31 21.21 ./tools/codegen.py -p c src/zheevdx.cpp 2024-08-20T22:14:15.8981970Z #31 21.21 ./tools/codegen.py -p c src/zheevr.cpp 2024-08-20T22:14:15.8983014Z #31 21.21 ./tools/codegen.py -p c src/zheevx.cpp 2024-08-20T22:14:15.8984053Z #31 21.21 ./tools/codegen.py -p s src/dlaex0.cpp 2024-08-20T22:14:15.8985352Z #31 21.21 ./tools/codegen.py -p s src/dlaex1.cpp 2024-08-20T22:14:15.8986417Z #31 21.21 ./tools/codegen.py -p s src/dlaex3.cpp 2024-08-20T22:14:15.8987465Z #31 21.21 ./tools/codegen.py -p s src/dmove_eig.cpp 2024-08-20T22:14:15.8988543Z #31 21.21 ./tools/codegen.py -p s src/dstedx.cpp 2024-08-20T22:14:15.8989587Z #31 21.21 ./tools/codegen.py -p s src/zhetrd.cpp 2024-08-20T22:14:15.8990615Z #31 21.21 ./tools/codegen.py -p d src/zhetrd.cpp 2024-08-20T22:14:15.8991667Z #31 21.21 ./tools/codegen.py -p c src/zhetrd.cpp 2024-08-20T22:14:15.8992710Z #31 21.21 ./tools/codegen.py -p s src/zlatrd.cpp 2024-08-20T22:14:15.8993757Z #31 21.21 ./tools/codegen.py -p d src/zlatrd.cpp 2024-08-20T22:14:15.8994778Z #31 21.21 ./tools/codegen.py -p c src/zlatrd.cpp 2024-08-20T22:14:15.8995832Z #31 21.21 ./tools/codegen.py -p s src/zlatrd2.cpp 2024-08-20T22:14:15.8996894Z #31 21.22 ./tools/codegen.py -p d src/zlatrd2.cpp 2024-08-20T22:14:15.8997935Z #31 21.23 ./tools/codegen.py -p c src/zlatrd2.cpp 2024-08-20T22:14:15.8998992Z #31 21.24 ./tools/codegen.py -p c src/zstedx.cpp 2024-08-20T22:14:15.9000035Z #31 21.26 ./tools/codegen.py -p s src/zungtr.cpp 2024-08-20T22:14:15.9972182Z #31 21.26 ./tools/codegen.py -p d src/zungtr.cpp 2024-08-20T22:14:15.9973329Z #31 21.26 ./tools/codegen.py -p c src/zungtr.cpp 2024-08-20T22:14:15.9974459Z #31 21.26 ./tools/codegen.py -p s src/zunmtr.cpp 2024-08-20T22:14:15.9975484Z #31 21.26 ./tools/codegen.py -p d src/zunmtr.cpp 2024-08-20T22:14:15.9976536Z #31 21.26 ./tools/codegen.py -p c src/zunmtr.cpp 2024-08-20T22:14:15.9977607Z #31 21.26 ./tools/codegen.py -p s src/zhetrd_mgpu.cpp 2024-08-20T22:14:15.9978697Z #31 21.26 ./tools/codegen.py -p d src/zhetrd_mgpu.cpp 2024-08-20T22:14:15.9979797Z #31 21.26 ./tools/codegen.py -p c src/zhetrd_mgpu.cpp 2024-08-20T22:14:15.9980913Z #31 21.26 ./tools/codegen.py -p s src/zlatrd_mgpu.cpp 2024-08-20T22:14:15.9982015Z #31 21.26 ./tools/codegen.py -p d src/zlatrd_mgpu.cpp 2024-08-20T22:14:15.9983112Z #31 21.26 ./tools/codegen.py -p c src/zlatrd_mgpu.cpp 2024-08-20T22:14:15.9984211Z #31 21.26 ./tools/codegen.py -p s src/dsyevd_m.cpp 2024-08-20T22:14:15.9985281Z #31 21.27 ./tools/codegen.py -p c src/zheevd_m.cpp 2024-08-20T22:14:15.9986327Z #31 21.27 ./tools/codegen.py -p s src/dsyevdx_m.cpp 2024-08-20T22:14:15.9987501Z #31 21.27 ./tools/codegen.py -p c src/zheevdx_m.cpp 2024-08-20T22:14:15.9988630Z #31 21.27 ./tools/codegen.py -p s src/dlaex0_m.cpp 2024-08-20T22:14:15.9989750Z #31 21.27 ./tools/codegen.py -p s src/dlaex1_m.cpp 2024-08-20T22:14:15.9991172Z #31 21.29 ./tools/codegen.py -p s src/dlaex3_m.cpp 2024-08-20T22:14:15.9992269Z #31 21.29 ./tools/codegen.py -p s src/dstedx_m.cpp 2024-08-20T22:14:15.9993341Z #31 21.29 ./tools/codegen.py -p c src/zstedx_m.cpp 2024-08-20T22:14:15.9994432Z #31 21.29 ./tools/codegen.py -p s src/zunmtr_m.cpp 2024-08-20T22:14:15.9995539Z #31 21.29 ./tools/codegen.py -p d src/zunmtr_m.cpp 2024-08-20T22:14:15.9996581Z #31 21.29 ./tools/codegen.py -p c src/zunmtr_m.cpp 2024-08-20T22:14:15.9997745Z #31 21.30 ./tools/codegen.py -p s src/zbulge_applyQ_v2.cpp 2024-08-20T22:14:15.9999015Z #31 21.31 ./tools/codegen.py -p d src/zbulge_applyQ_v2.cpp 2024-08-20T22:14:16.0000264Z #31 21.31 ./tools/codegen.py -p c src/zbulge_applyQ_v2.cpp 2024-08-20T22:14:16.0001434Z #31 21.31 ./tools/codegen.py -p s src/zhetrd_he2hb.cpp 2024-08-20T22:14:16.0002584Z #31 21.33 ./tools/codegen.py -p d src/zhetrd_he2hb.cpp 2024-08-20T22:14:16.0003721Z #31 21.33 ./tools/codegen.py -p c src/zhetrd_he2hb.cpp 2024-08-20T22:14:16.0005026Z #31 21.33 ./tools/codegen.py -p s src/zhetrd_hb2st.cpp 2024-08-20T22:14:16.0006162Z #31 21.33 ./tools/codegen.py -p d src/zhetrd_hb2st.cpp 2024-08-20T22:14:16.0007297Z #31 21.33 ./tools/codegen.py -p c src/zhetrd_hb2st.cpp 2024-08-20T22:14:16.0008440Z #31 21.33 ./tools/codegen.py -p s src/zbulge_back.cpp 2024-08-20T22:14:16.0009545Z #31 21.33 ./tools/codegen.py -p d src/zbulge_back.cpp 2024-08-20T22:14:16.0010638Z #31 21.33 ./tools/codegen.py -p c src/zbulge_back.cpp 2024-08-20T22:14:16.0011799Z #31 21.33 ./tools/codegen.py -p s src/zungqr_2stage_gpu.cpp 2024-08-20T22:14:16.0013511Z #31 21.33 ./tools/codegen.py -p d src/zungqr_2stage_gpu.cpp 2024-08-20T22:14:16.0014918Z #31 21.33 ./tools/codegen.py -p c src/zungqr_2stage_gpu.cpp 2024-08-20T22:14:16.0016136Z #31 21.33 ./tools/codegen.py -p s src/zunmqr_2stage_gpu.cpp 2024-08-20T22:14:16.0017343Z #31 21.33 ./tools/codegen.py -p d src/zunmqr_2stage_gpu.cpp 2024-08-20T22:14:16.0018557Z #31 21.33 ./tools/codegen.py -p c src/zunmqr_2stage_gpu.cpp 2024-08-20T22:14:16.0019759Z #31 21.33 ./tools/codegen.py -p s src/zhegvdx_2stage.cpp 2024-08-20T22:14:16.0020889Z #31 21.33 ./tools/codegen.py -p d src/zhegvdx_2stage.cpp 2024-08-20T22:14:16.0022031Z #31 21.33 ./tools/codegen.py -p c src/zhegvdx_2stage.cpp 2024-08-20T22:14:16.0023169Z #31 21.33 ./tools/codegen.py -p c src/zheevdx_2stage.cpp 2024-08-20T22:14:16.0024286Z #31 21.33 ./tools/codegen.py -p d src/zheevdx_2stage.cpp 2024-08-20T22:14:16.0025436Z #31 21.36 ./tools/codegen.py -p s src/zheevdx_2stage.cpp 2024-08-20T22:14:16.0026576Z #31 21.36 ./tools/codegen.py -p s src/zbulge_back_m.cpp 2024-08-20T22:14:16.0990013Z #31 21.36 ./tools/codegen.py -p d src/zbulge_back_m.cpp 2024-08-20T22:14:16.0991296Z #31 21.37 ./tools/codegen.py -p c src/zbulge_back_m.cpp 2024-08-20T22:14:16.0992557Z #31 21.37 ./tools/codegen.py -p s src/zbulge_applyQ_v2_m.cpp 2024-08-20T22:14:16.0993852Z #31 21.37 ./tools/codegen.py -p d src/zbulge_applyQ_v2_m.cpp 2024-08-20T22:14:16.0995124Z #31 21.37 ./tools/codegen.py -p c src/zbulge_applyQ_v2_m.cpp 2024-08-20T22:14:16.0996444Z #31 21.37 ./tools/codegen.py -p c src/zheevdx_2stage_m.cpp 2024-08-20T22:14:16.0997706Z #31 21.37 ./tools/codegen.py -p d src/zheevdx_2stage_m.cpp 2024-08-20T22:14:16.0998959Z #31 21.37 ./tools/codegen.py -p s src/zheevdx_2stage_m.cpp 2024-08-20T22:14:16.1000234Z #31 21.37 ./tools/codegen.py -p s src/zhegvdx_2stage_m.cpp 2024-08-20T22:14:16.1001525Z #31 21.37 ./tools/codegen.py -p d src/zhegvdx_2stage_m.cpp 2024-08-20T22:14:16.1002783Z #31 21.38 ./tools/codegen.py -p c src/zhegvdx_2stage_m.cpp 2024-08-20T22:14:16.1004076Z #31 21.38 ./tools/codegen.py -p s src/zhetrd_he2hb_mgpu.cpp 2024-08-20T22:14:16.1005367Z #31 21.38 ./tools/codegen.py -p d src/zhetrd_he2hb_mgpu.cpp 2024-08-20T22:14:16.1006657Z #31 21.38 ./tools/codegen.py -p c src/zhetrd_he2hb_mgpu.cpp 2024-08-20T22:14:16.1007876Z #31 21.38 ./tools/codegen.py -p s src/core_zlarfy.cpp 2024-08-20T22:14:16.1009042Z #31 21.38 ./tools/codegen.py -p d src/core_zlarfy.cpp 2024-08-20T22:14:16.1010540Z #31 21.38 ./tools/codegen.py -p c src/core_zlarfy.cpp 2024-08-20T22:14:16.1011733Z #31 21.40 ./tools/codegen.py -p s src/core_zhbtype1cb.cpp 2024-08-20T22:14:16.1012972Z #31 21.40 ./tools/codegen.py -p d src/core_zhbtype1cb.cpp 2024-08-20T22:14:16.1014316Z #31 21.40 ./tools/codegen.py -p c src/core_zhbtype1cb.cpp 2024-08-20T22:14:16.1015551Z #31 21.40 ./tools/codegen.py -p s src/core_zhbtype2cb.cpp 2024-08-20T22:14:16.1016806Z #31 21.40 ./tools/codegen.py -p d src/core_zhbtype2cb.cpp 2024-08-20T22:14:16.1018046Z #31 21.40 ./tools/codegen.py -p c src/core_zhbtype2cb.cpp 2024-08-20T22:14:16.1019299Z #31 21.40 ./tools/codegen.py -p s src/core_zhbtype3cb.cpp 2024-08-20T22:14:16.1020549Z #31 21.42 ./tools/codegen.py -p d src/core_zhbtype3cb.cpp 2024-08-20T22:14:16.1021797Z #31 21.42 ./tools/codegen.py -p c src/core_zhbtype3cb.cpp 2024-08-20T22:14:16.1022936Z #31 21.43 ./tools/codegen.py -p s src/dsygvd.cpp 2024-08-20T22:14:16.1024008Z #31 21.43 ./tools/codegen.py -p s src/dsygvdx.cpp 2024-08-20T22:14:16.1025113Z #31 21.45 ./tools/codegen.py -p s src/zhegst.cpp 2024-08-20T22:14:16.1026166Z #31 21.45 ./tools/codegen.py -p d src/zhegst.cpp 2024-08-20T22:14:16.1027234Z #31 21.45 ./tools/codegen.py -p c src/zhegst.cpp 2024-08-20T22:14:16.1028293Z #31 21.45 ./tools/codegen.py -p c src/zhegvd.cpp 2024-08-20T22:14:16.1029361Z #31 21.45 ./tools/codegen.py -p c src/zhegvdx.cpp 2024-08-20T22:14:16.1030435Z #31 21.45 ./tools/codegen.py -p c src/zhegvr.cpp 2024-08-20T22:14:16.1031691Z #31 21.45 ./tools/codegen.py -p c src/zhegvx.cpp 2024-08-20T22:14:16.1032758Z #31 21.45 ./tools/codegen.py -p s src/zhegst_gpu.cpp 2024-08-20T22:14:16.1034124Z #31 21.45 ./tools/codegen.py -p d src/zhegst_gpu.cpp 2024-08-20T22:14:16.1035275Z #31 21.45 ./tools/codegen.py -p c src/zhegst_gpu.cpp 2024-08-20T22:14:16.1036377Z #31 21.45 ./tools/codegen.py -p s src/zhegst_m.cpp 2024-08-20T22:14:16.1037466Z #31 21.45 ./tools/codegen.py -p d src/zhegst_m.cpp 2024-08-20T22:14:16.1038572Z #31 21.45 ./tools/codegen.py -p c src/zhegst_m.cpp 2024-08-20T22:14:16.1039677Z #31 21.45 ./tools/codegen.py -p s src/dsygvd_m.cpp 2024-08-20T22:14:16.1040769Z #31 21.45 ./tools/codegen.py -p c src/zhegvd_m.cpp 2024-08-20T22:14:16.1041886Z #31 21.45 ./tools/codegen.py -p s src/dsygvdx_m.cpp 2024-08-20T22:14:16.1043003Z #31 21.46 ./tools/codegen.py -p c src/zhegvdx_m.cpp 2024-08-20T22:14:16.1044081Z #31 21.46 ./tools/codegen.py -p s src/ztrsm_m.cpp 2024-08-20T22:14:16.1045169Z #31 21.47 ./tools/codegen.py -p d src/ztrsm_m.cpp 2024-08-20T22:14:16.1990319Z #31 21.47 ./tools/codegen.py -p c src/ztrsm_m.cpp 2024-08-20T22:14:16.1991460Z #31 21.50 ./tools/codegen.py -p s src/dgeev.cpp 2024-08-20T22:14:16.1992478Z #31 21.50 ./tools/codegen.py -p c src/zgeev.cpp 2024-08-20T22:14:16.1993485Z #31 21.50 ./tools/codegen.py -p s src/zgehrd.cpp 2024-08-20T22:14:16.1994495Z #31 21.50 ./tools/codegen.py -p d src/zgehrd.cpp 2024-08-20T22:14:16.1995490Z #31 21.50 ./tools/codegen.py -p c src/zgehrd.cpp 2024-08-20T22:14:16.1996518Z #31 21.50 ./tools/codegen.py -p s src/zgehrd2.cpp 2024-08-20T22:14:16.1997569Z #31 21.50 ./tools/codegen.py -p d src/zgehrd2.cpp 2024-08-20T22:14:16.1998576Z #31 21.50 ./tools/codegen.py -p c src/zgehrd2.cpp 2024-08-20T22:14:16.1999603Z #31 21.50 ./tools/codegen.py -p s src/zlahr2.cpp 2024-08-20T22:14:16.2000612Z #31 21.50 ./tools/codegen.py -p d src/zlahr2.cpp 2024-08-20T22:14:16.2001607Z #31 21.50 ./tools/codegen.py -p c src/zlahr2.cpp 2024-08-20T22:14:16.2002612Z #31 21.50 ./tools/codegen.py -p s src/zlahru.cpp 2024-08-20T22:14:16.2003625Z #31 21.50 ./tools/codegen.py -p d src/zlahru.cpp 2024-08-20T22:14:16.2004632Z #31 21.50 ./tools/codegen.py -p c src/zlahru.cpp 2024-08-20T22:14:16.2005643Z #31 21.50 ./tools/codegen.py -p s src/dlaln2.cpp 2024-08-20T22:14:16.2006708Z #31 21.51 ./tools/codegen.py -p s src/dlaqtrsd.cpp 2024-08-20T22:14:16.2007733Z #31 21.51 ./tools/codegen.py -p c src/zlatrsd.cpp 2024-08-20T22:14:16.2008762Z #31 21.51 ./tools/codegen.py -p s src/dtrevc3.cpp 2024-08-20T22:14:16.2009818Z #31 21.51 ./tools/codegen.py -p s src/dtrevc3_mt.cpp 2024-08-20T22:14:16.2011273Z #31 21.51 ./tools/codegen.py -p c src/ztrevc3.cpp 2024-08-20T22:14:16.2012327Z #31 21.51 ./tools/codegen.py -p c src/ztrevc3_mt.cpp 2024-08-20T22:14:16.2013379Z #31 21.51 ./tools/codegen.py -p s src/zunghr.cpp 2024-08-20T22:14:16.2014474Z #31 21.51 ./tools/codegen.py -p d src/zunghr.cpp 2024-08-20T22:14:16.2015491Z #31 21.51 ./tools/codegen.py -p c src/zunghr.cpp 2024-08-20T22:14:16.2016509Z #31 21.51 ./tools/codegen.py -p s src/dgeev_m.cpp 2024-08-20T22:14:16.2017543Z #31 21.51 ./tools/codegen.py -p c src/zgeev_m.cpp 2024-08-20T22:14:16.2018571Z #31 21.51 ./tools/codegen.py -p s src/zgehrd_m.cpp 2024-08-20T22:14:16.2019617Z #31 21.56 ./tools/codegen.py -p d src/zgehrd_m.cpp 2024-08-20T22:14:16.2020664Z #31 21.56 ./tools/codegen.py -p c src/zgehrd_m.cpp 2024-08-20T22:14:16.2021698Z #31 21.56 ./tools/codegen.py -p s src/zlahr2_m.cpp 2024-08-20T22:14:16.2022744Z #31 21.56 ./tools/codegen.py -p d src/zlahr2_m.cpp 2024-08-20T22:14:16.2023984Z #31 21.56 ./tools/codegen.py -p c src/zlahr2_m.cpp 2024-08-20T22:14:16.2025053Z #31 21.56 ./tools/codegen.py -p s src/zlahru_m.cpp 2024-08-20T22:14:16.2026117Z #31 21.56 ./tools/codegen.py -p d src/zlahru_m.cpp 2024-08-20T22:14:16.2027191Z #31 21.56 ./tools/codegen.py -p c src/zlahru_m.cpp 2024-08-20T22:14:16.2028250Z #31 21.56 ./tools/codegen.py -p s src/zunghr_m.cpp 2024-08-20T22:14:16.2029325Z #31 21.56 ./tools/codegen.py -p d src/zunghr_m.cpp 2024-08-20T22:14:16.2030406Z #31 21.56 ./tools/codegen.py -p c src/zunghr_m.cpp 2024-08-20T22:14:16.2031651Z #31 21.57 ./tools/codegen.py -p s src/dgesdd.cpp 2024-08-20T22:14:16.2032911Z #31 21.57 ./tools/codegen.py -p c src/zgesdd.cpp 2024-08-20T22:14:16.3049342Z #31 21.57 ./tools/codegen.py -p s src/dgesvd.cpp 2024-08-20T22:14:16.3050542Z #31 21.57 ./tools/codegen.py -p c src/zgesvd.cpp 2024-08-20T22:14:16.3051607Z #31 21.58 ./tools/codegen.py -p s src/zgebrd.cpp 2024-08-20T22:14:16.3052671Z #31 21.58 ./tools/codegen.py -p d src/zgebrd.cpp 2024-08-20T22:14:16.3053751Z #31 21.58 ./tools/codegen.py -p c src/zgebrd.cpp 2024-08-20T22:14:16.3054956Z #31 21.58 ./tools/codegen.py -p s src/zlabrd_gpu.cpp 2024-08-20T22:14:16.3056104Z #31 21.59 ./tools/codegen.py -p d src/zlabrd_gpu.cpp 2024-08-20T22:14:16.3057255Z #31 21.61 ./tools/codegen.py -p c src/zlabrd_gpu.cpp 2024-08-20T22:14:16.3058352Z #31 21.61 ./tools/codegen.py -p s src/zungbr.cpp 2024-08-20T22:14:16.3059419Z #31 21.61 ./tools/codegen.py -p d src/zungbr.cpp 2024-08-20T22:14:16.3060492Z #31 21.61 ./tools/codegen.py -p c src/zungbr.cpp 2024-08-20T22:14:16.3061547Z #31 21.61 ./tools/codegen.py -p s src/zunmbr.cpp 2024-08-20T22:14:16.3062630Z #31 21.61 ./tools/codegen.py -p d src/zunmbr.cpp 2024-08-20T22:14:16.3063862Z #31 21.61 ./tools/codegen.py -p c src/zunmbr.cpp 2024-08-20T22:14:16.3064992Z #31 21.61 ./tools/codegen.py -p s src/zgbsv_batched.cpp 2024-08-20T22:14:16.3066200Z #31 21.61 ./tools/codegen.py -p d src/zgbsv_batched.cpp 2024-08-20T22:14:16.3067405Z #31 21.61 ./tools/codegen.py -p c src/zgbsv_batched.cpp 2024-08-20T22:14:16.3068600Z #31 21.61 ./tools/codegen.py -p s src/zgbtrf_batched.cpp 2024-08-20T22:14:16.3069849Z #31 21.61 ./tools/codegen.py -p d src/zgbtrf_batched.cpp 2024-08-20T22:14:16.3071076Z #31 21.62 ./tools/codegen.py -p c src/zgbtrf_batched.cpp 2024-08-20T22:14:16.3072283Z #31 21.62 ./tools/codegen.py -p s src/zgbtrs_batched.cpp 2024-08-20T22:14:16.3073498Z #31 21.62 ./tools/codegen.py -p d src/zgbtrs_batched.cpp 2024-08-20T22:14:16.3074724Z #31 21.62 ./tools/codegen.py -p c src/zgbtrs_batched.cpp 2024-08-20T22:14:16.3075946Z #31 21.62 ./tools/codegen.py -p s src/zgetf2_batched.cpp 2024-08-20T22:14:16.3077170Z #31 21.62 ./tools/codegen.py -p d src/zgetf2_batched.cpp 2024-08-20T22:14:16.3078438Z #31 21.62 ./tools/codegen.py -p c src/zgetf2_batched.cpp 2024-08-20T22:14:16.3079744Z #31 21.62 ./tools/codegen.py -p s src/zgetf2_nopiv_batched.cpp 2024-08-20T22:14:16.3081118Z #31 21.62 ./tools/codegen.py -p d src/zgetf2_nopiv_batched.cpp 2024-08-20T22:14:16.3082483Z #31 21.62 ./tools/codegen.py -p c src/zgetf2_nopiv_batched.cpp 2024-08-20T22:14:16.3084017Z #31 21.62 ./tools/codegen.py -p s src/zgetrf_panel_batched.cpp 2024-08-20T22:14:16.3085759Z #31 21.62 ./tools/codegen.py -p d src/zgetrf_panel_batched.cpp 2024-08-20T22:14:16.3087135Z #31 21.62 ./tools/codegen.py -p c src/zgetrf_panel_batched.cpp 2024-08-20T22:14:16.3088596Z #31 21.62 ./tools/codegen.py -p s src/zgetrf_panel_nopiv_batched.cpp 2024-08-20T22:14:16.3090111Z #31 21.63 ./tools/codegen.py -p d src/zgetrf_panel_nopiv_batched.cpp 2024-08-20T22:14:16.3091626Z #31 21.63 ./tools/codegen.py -p c src/zgetrf_panel_nopiv_batched.cpp 2024-08-20T22:14:16.3093000Z #31 21.66 ./tools/codegen.py -p s src/zgetrf_batched.cpp 2024-08-20T22:14:16.3094307Z #31 21.67 ./tools/codegen.py -p d src/zgetrf_batched.cpp 2024-08-20T22:14:16.4055349Z #31 21.67 ./tools/codegen.py -p c src/zgetrf_batched.cpp 2024-08-20T22:14:16.4056713Z #31 21.68 ./tools/codegen.py -p s src/zgetrf_nopiv_batched.cpp 2024-08-20T22:14:16.4058035Z #31 21.68 ./tools/codegen.py -p d src/zgetrf_nopiv_batched.cpp 2024-08-20T22:14:16.4059346Z #31 21.68 ./tools/codegen.py -p c src/zgetrf_nopiv_batched.cpp 2024-08-20T22:14:16.4060599Z #31 21.68 ./tools/codegen.py -p s src/zgetrs_batched.cpp 2024-08-20T22:14:16.4061768Z #31 21.68 ./tools/codegen.py -p d src/zgetrs_batched.cpp 2024-08-20T22:14:16.4062928Z #31 21.68 ./tools/codegen.py -p c src/zgetrs_batched.cpp 2024-08-20T22:14:16.4084956Z #31 21.68 ./tools/codegen.py -p s src/zgetrs_nopiv_batched.cpp 2024-08-20T22:14:16.4086771Z #31 21.68 ./tools/codegen.py -p d src/zgetrs_nopiv_batched.cpp 2024-08-20T22:14:16.4088091Z #31 21.69 ./tools/codegen.py -p c src/zgetrs_nopiv_batched.cpp 2024-08-20T22:14:16.4089702Z #31 21.69 ./tools/codegen.py -p s src/zgesv_batched.cpp 2024-08-20T22:14:16.4090868Z #31 21.69 ./tools/codegen.py -p d src/zgesv_batched.cpp 2024-08-20T22:14:16.4092007Z #31 21.69 ./tools/codegen.py -p c src/zgesv_batched.cpp 2024-08-20T22:14:16.4093203Z #31 21.70 ./tools/codegen.py -p s src/zgesv_nopiv_batched.cpp 2024-08-20T22:14:16.4094580Z #31 21.70 ./tools/codegen.py -p d src/zgesv_nopiv_batched.cpp 2024-08-20T22:14:16.4095877Z #31 21.72 ./tools/codegen.py -p c src/zgesv_nopiv_batched.cpp 2024-08-20T22:14:16.4097081Z #31 21.73 ./tools/codegen.py -p s src/zgerbt_batched.cpp 2024-08-20T22:14:16.4098242Z #31 21.73 ./tools/codegen.py -p d src/zgerbt_batched.cpp 2024-08-20T22:14:16.4099408Z #31 21.73 ./tools/codegen.py -p c src/zgerbt_batched.cpp 2024-08-20T22:14:16.4100566Z #31 21.73 ./tools/codegen.py -p s src/zgesv_rbt_batched.cpp 2024-08-20T22:14:16.4101794Z #31 21.73 ./tools/codegen.py -p d src/zgesv_rbt_batched.cpp 2024-08-20T22:14:16.4103029Z #31 21.73 ./tools/codegen.py -p c src/zgesv_rbt_batched.cpp 2024-08-20T22:14:16.4104334Z #31 21.73 ./tools/codegen.py -p s src/zgetri_outofplace_batched.cpp 2024-08-20T22:14:16.4105751Z #31 21.73 ./tools/codegen.py -p d src/zgetri_outofplace_batched.cpp 2024-08-20T22:14:16.4107171Z #31 21.73 ./tools/codegen.py -p c src/zgetri_outofplace_batched.cpp 2024-08-20T22:14:16.4108449Z #31 21.73 ./tools/codegen.py -p s src/zpotf2_batched.cpp 2024-08-20T22:14:16.4109614Z #31 21.73 ./tools/codegen.py -p d src/zpotf2_batched.cpp 2024-08-20T22:14:16.4110784Z #31 21.73 ./tools/codegen.py -p c src/zpotf2_batched.cpp 2024-08-20T22:14:16.4111942Z #31 21.73 ./tools/codegen.py -p s src/zpotrf_batched.cpp 2024-08-20T22:14:16.4113081Z #31 21.73 ./tools/codegen.py -p d src/zpotrf_batched.cpp 2024-08-20T22:14:16.4114239Z #31 21.73 ./tools/codegen.py -p c src/zpotrf_batched.cpp 2024-08-20T22:14:16.4115477Z #31 21.74 ./tools/codegen.py -p s src/zpotrf_panel_batched.cpp 2024-08-20T22:14:16.4116761Z #31 21.74 ./tools/codegen.py -p d src/zpotrf_panel_batched.cpp 2024-08-20T22:14:16.4118072Z #31 21.74 ./tools/codegen.py -p c src/zpotrf_panel_batched.cpp 2024-08-20T22:14:16.4119297Z #31 21.74 ./tools/codegen.py -p s src/zpotrs_batched.cpp 2024-08-20T22:14:16.4120451Z #31 21.74 ./tools/codegen.py -p d src/zpotrs_batched.cpp 2024-08-20T22:14:16.4121615Z #31 21.74 ./tools/codegen.py -p c src/zpotrs_batched.cpp 2024-08-20T22:14:16.4122768Z #31 21.74 ./tools/codegen.py -p s src/zposv_batched.cpp 2024-08-20T22:14:16.4124187Z #31 21.74 ./tools/codegen.py -p d src/zposv_batched.cpp 2024-08-20T22:14:16.4125337Z #31 21.74 ./tools/codegen.py -p c src/zposv_batched.cpp 2024-08-20T22:14:16.4126495Z #31 21.74 ./tools/codegen.py -p s src/zlarft_batched.cpp 2024-08-20T22:14:16.4127636Z #31 21.74 ./tools/codegen.py -p d src/zlarft_batched.cpp 2024-08-20T22:14:16.4128792Z #31 21.74 ./tools/codegen.py -p c src/zlarft_batched.cpp 2024-08-20T22:14:16.4130012Z #31 21.74 ./tools/codegen.py -p s src/zlarfb_gemm_batched.cpp 2024-08-20T22:14:16.4133071Z #31 21.77 ./tools/codegen.py -p d src/zlarfb_gemm_batched.cpp 2024-08-20T22:14:16.4134668Z #31 21.77 ./tools/codegen.py -p c src/zlarfb_gemm_batched.cpp 2024-08-20T22:14:16.4135891Z #31 21.77 ./tools/codegen.py -p s src/zgeqrf_panel_batched.cpp 2024-08-20T22:14:16.5119573Z #31 21.79 ./tools/codegen.py -p d src/zgeqrf_panel_batched.cpp 2024-08-20T22:14:16.5120983Z #31 21.79 ./tools/codegen.py -p c src/zgeqrf_panel_batched.cpp 2024-08-20T22:14:16.5122308Z #31 21.79 ./tools/codegen.py -p s src/zgeqrf_batched.cpp 2024-08-20T22:14:16.5123542Z #31 21.79 ./tools/codegen.py -p d src/zgeqrf_batched.cpp 2024-08-20T22:14:16.5124728Z #31 21.79 ./tools/codegen.py -p c src/zgeqrf_batched.cpp 2024-08-20T22:14:16.5126014Z #31 21.79 ./tools/codegen.py -p s src/zgeqrf_expert_batched.cpp 2024-08-20T22:14:16.5127390Z #31 21.79 ./tools/codegen.py -p d src/zgeqrf_expert_batched.cpp 2024-08-20T22:14:16.5128764Z #31 21.79 ./tools/codegen.py -p c src/zgeqrf_expert_batched.cpp 2024-08-20T22:14:16.5130038Z #31 21.79 ./tools/codegen.py -p s src/zgetf2_vbatched.cpp 2024-08-20T22:14:16.5131689Z #31 21.79 ./tools/codegen.py -p d src/zgetf2_vbatched.cpp 2024-08-20T22:14:16.5132924Z #31 21.79 ./tools/codegen.py -p c src/zgetf2_vbatched.cpp 2024-08-20T22:14:16.5134283Z #31 21.79 ./tools/codegen.py -p s src/zgetrf_panel_vbatched.cpp 2024-08-20T22:14:16.5135649Z #31 21.80 ./tools/codegen.py -p d src/zgetrf_panel_vbatched.cpp 2024-08-20T22:14:16.5137109Z #31 21.80 ./tools/codegen.py -p c src/zgetrf_panel_vbatched.cpp 2024-08-20T22:14:16.5138365Z #31 21.80 ./tools/codegen.py -p s src/zgetrf_vbatched.cpp 2024-08-20T22:14:16.5139548Z #31 21.80 ./tools/codegen.py -p d src/zgetrf_vbatched.cpp 2024-08-20T22:14:16.5140736Z #31 21.83 ./tools/codegen.py -p c src/zgetrf_vbatched.cpp 2024-08-20T22:14:16.5141897Z #31 21.84 ./tools/codegen.py -p s src/zpotf2_vbatched.cpp 2024-08-20T22:14:16.5143108Z #31 21.84 ./tools/codegen.py -p d src/zpotf2_vbatched.cpp 2024-08-20T22:14:16.5144286Z #31 21.84 ./tools/codegen.py -p c src/zpotf2_vbatched.cpp 2024-08-20T22:14:16.5145354Z #31 21.85 ./tools/codegen.py -p s src/zpotrf_panel_vbatched.cpp 2024-08-20T22:14:16.5147105Z #31 21.85 ./tools/codegen.py -p d src/zpotrf_panel_vbatched.cpp 2024-08-20T22:14:16.5148501Z #31 21.85 ./tools/codegen.py -p c src/zpotrf_panel_vbatched.cpp 2024-08-20T22:14:16.5149809Z #31 21.85 ./tools/codegen.py -p s src/zpotrf_vbatched.cpp 2024-08-20T22:14:16.5151062Z #31 21.85 ./tools/codegen.py -p d src/zpotrf_vbatched.cpp 2024-08-20T22:14:16.5152325Z #31 21.85 ./tools/codegen.py -p c src/zpotrf_vbatched.cpp 2024-08-20T22:14:16.5153565Z #31 21.85 ./tools/codegen.py -p s src/zgetf2_native.cpp 2024-08-20T22:14:16.5154768Z #31 21.85 ./tools/codegen.py -p d src/zgetf2_native.cpp 2024-08-20T22:14:16.5155983Z #31 21.85 ./tools/codegen.py -p c src/zgetf2_native.cpp 2024-08-20T22:14:16.5157268Z #31 21.85 ./tools/codegen.py -p s src/zgetrf_panel_native.cpp 2024-08-20T22:14:16.5158595Z #31 21.85 ./tools/codegen.py -p d src/zgetrf_panel_native.cpp 2024-08-20T22:14:16.5159949Z #31 21.85 ./tools/codegen.py -p c src/zgetrf_panel_native.cpp 2024-08-20T22:14:16.5161314Z #31 21.85 ./tools/codegen.py -p s src/zpotrf_panel_native.cpp 2024-08-20T22:14:16.5162653Z #31 21.85 ./tools/codegen.py -p d src/zpotrf_panel_native.cpp 2024-08-20T22:14:16.5164021Z #31 21.85 ./tools/codegen.py -p c src/zpotrf_panel_native.cpp 2024-08-20T22:14:16.5165388Z #31 21.85 ./tools/codegen.py -p s interface_hip/blas_z_v1.cpp 2024-08-20T22:14:16.5166723Z #31 21.85 ./tools/codegen.py -p d interface_hip/blas_z_v1.cpp 2024-08-20T22:14:16.5168418Z #31 21.85 ./tools/codegen.py -p c interface_hip/blas_z_v1.cpp 2024-08-20T22:14:16.5169766Z #31 21.85 ./tools/codegen.py -p s interface_hip/blas_z_v2.cpp 2024-08-20T22:14:16.5171107Z #31 21.85 ./tools/codegen.py -p d interface_hip/blas_z_v2.cpp 2024-08-20T22:14:16.5172466Z #31 21.85 ./tools/codegen.py -p c interface_hip/blas_z_v2.cpp 2024-08-20T22:14:16.5173843Z #31 21.85 ./tools/codegen.py -p s magmablas_hip/zaxpycp.hip.cpp 2024-08-20T22:14:16.5175350Z #31 21.85 ./tools/codegen.py -p d magmablas_hip/zaxpycp.hip.cpp 2024-08-20T22:14:16.5176848Z #31 21.85 ./tools/codegen.py -p c magmablas_hip/zaxpycp.hip.cpp 2024-08-20T22:14:16.5178254Z #31 21.85 ./tools/codegen.py -p ds magmablas_hip/zcaxpycp.hip.cpp 2024-08-20T22:14:16.5179691Z #31 21.87 ./tools/codegen.py -p s magmablas_hip/zdiinertia.hip.cpp 2024-08-20T22:14:16.5181126Z #31 21.88 ./tools/codegen.py -p d magmablas_hip/zdiinertia.hip.cpp 2024-08-20T22:14:16.6242055Z #31 21.90 ./tools/codegen.py -p c magmablas_hip/zdiinertia.hip.cpp 2024-08-20T22:14:16.6243537Z #31 21.90 ./tools/codegen.py -p s magmablas_hip/zgeadd.hip.cpp 2024-08-20T22:14:16.6244819Z #31 21.90 ./tools/codegen.py -p d magmablas_hip/zgeadd.hip.cpp 2024-08-20T22:14:16.6246110Z #31 21.90 ./tools/codegen.py -p c magmablas_hip/zgeadd.hip.cpp 2024-08-20T22:14:16.6247360Z #31 21.90 ./tools/codegen.py -p s magmablas_hip/zgeadd2.hip.cpp 2024-08-20T22:14:16.6248636Z #31 21.90 ./tools/codegen.py -p d magmablas_hip/zgeadd2.hip.cpp 2024-08-20T22:14:16.6249872Z #31 21.90 ./tools/codegen.py -p c magmablas_hip/zgeadd2.hip.cpp 2024-08-20T22:14:16.6251519Z #31 21.90 ./tools/codegen.py -p s magmablas_hip/zgeam.hip.cpp 2024-08-20T22:14:16.6252784Z #31 21.90 ./tools/codegen.py -p d magmablas_hip/zgeam.hip.cpp 2024-08-20T22:14:16.6253988Z #31 21.90 ./tools/codegen.py -p c magmablas_hip/zgeam.hip.cpp 2024-08-20T22:14:16.6255455Z #31 21.90 ./tools/codegen.py -p s magmablas_hip/zgemm_reduce.hip.cpp 2024-08-20T22:14:16.6256822Z #31 21.90 ./tools/codegen.py -p d magmablas_hip/zgemm_reduce.hip.cpp 2024-08-20T22:14:16.6258243Z #31 21.90 ./tools/codegen.py -p c magmablas_hip/zgemm_reduce.hip.cpp 2024-08-20T22:14:16.6259560Z #31 21.90 ./tools/codegen.py -p s magmablas_hip/zgemv_conj.hip.cpp 2024-08-20T22:14:16.6260902Z #31 21.91 ./tools/codegen.py -p d magmablas_hip/zgemv_conj.hip.cpp 2024-08-20T22:14:16.6262252Z #31 21.92 ./tools/codegen.py -p c magmablas_hip/zgemv_conj.hip.cpp 2024-08-20T22:14:16.6263489Z #31 21.92 ./tools/codegen.py -p s magmablas_hip/zgemv_fermi.hip.cpp 2024-08-20T22:14:16.6264784Z #31 21.93 ./tools/codegen.py -p d magmablas_hip/zgemv_fermi.hip.cpp 2024-08-20T22:14:16.6266118Z #31 21.95 ./tools/codegen.py -p c magmablas_hip/zgemv_fermi.hip.cpp 2024-08-20T22:14:16.6267390Z #31 21.95 ./tools/codegen.py -p s magmablas_hip/zgerbt.hip.cpp 2024-08-20T22:14:16.6268634Z #31 21.95 ./tools/codegen.py -p d magmablas_hip/zgerbt.hip.cpp 2024-08-20T22:14:16.6269884Z #31 21.95 ./tools/codegen.py -p c magmablas_hip/zgerbt.hip.cpp 2024-08-20T22:14:16.6271222Z #31 21.95 ./tools/codegen.py -p s magmablas_hip/zgerbt_kernels.hip.cpp 2024-08-20T22:14:16.6272676Z #31 21.95 ./tools/codegen.py -p d magmablas_hip/zgerbt_kernels.hip.cpp 2024-08-20T22:14:16.6274261Z #31 21.95 ./tools/codegen.py -p c magmablas_hip/zgerbt_kernels.hip.cpp 2024-08-20T22:14:16.6275670Z #31 21.95 ./tools/codegen.py -p s magmablas_hip/zgetmatrix_transpose.cpp 2024-08-20T22:14:16.6277243Z #31 21.95 ./tools/codegen.py -p d magmablas_hip/zgetmatrix_transpose.cpp 2024-08-20T22:14:16.6278566Z #31 21.95 ./tools/codegen.py -p c magmablas_hip/zgetmatrix_transpose.cpp 2024-08-20T22:14:16.6280059Z #31 21.95 ./tools/codegen.py -p s magmablas_hip/zheinertia.hip.cpp 2024-08-20T22:14:16.6281361Z #31 21.95 ./tools/codegen.py -p d magmablas_hip/zheinertia.hip.cpp 2024-08-20T22:14:16.6282726Z #31 21.95 ./tools/codegen.py -p c magmablas_hip/zheinertia.hip.cpp 2024-08-20T22:14:16.6283981Z #31 21.95 ./tools/codegen.py -p c magmablas_hip/zhemm.hip.cpp 2024-08-20T22:14:16.6285291Z #31 21.96 ./tools/codegen.py -p s magmablas_hip/zhemv.hip.cpp 2024-08-20T22:14:16.6286942Z #31 21.96 ./tools/codegen.py -p d magmablas_hip/zhemv.hip.cpp 2024-08-20T22:14:16.6288274Z #31 21.96 ./tools/codegen.py -p c magmablas_hip/zhemv.hip.cpp 2024-08-20T22:14:16.6289676Z #31 21.96 ./tools/codegen.py -p s magmablas_hip/zhemv_upper.hip.cpp 2024-08-20T22:14:16.6291110Z #31 21.96 ./tools/codegen.py -p d magmablas_hip/zhemv_upper.hip.cpp 2024-08-20T22:14:16.6292525Z #31 21.96 ./tools/codegen.py -p c magmablas_hip/zhemv_upper.hip.cpp 2024-08-20T22:14:16.6293729Z #31 21.96 ./tools/codegen.py -p s magmablas_hip/zher2k.cpp 2024-08-20T22:14:16.6295018Z #31 21.96 ./tools/codegen.py -p d magmablas_hip/zher2k.cpp 2024-08-20T22:14:16.6296222Z #31 21.96 ./tools/codegen.py -p c magmablas_hip/zher2k.cpp 2024-08-20T22:14:16.6297421Z #31 21.96 ./tools/codegen.py -p s magmablas_hip/zherk.cpp 2024-08-20T22:14:16.6298586Z #31 21.96 ./tools/codegen.py -p d magmablas_hip/zherk.cpp 2024-08-20T22:14:16.6299712Z #31 21.97 ./tools/codegen.py -p c magmablas_hip/zherk.cpp 2024-08-20T22:14:16.6300908Z #31 21.99 ./tools/codegen.py -p s magmablas_hip/zherk_small_reduce.hip.cpp 2024-08-20T22:14:16.7249806Z #31 21.99 ./tools/codegen.py -p d magmablas_hip/zherk_small_reduce.hip.cpp 2024-08-20T22:14:16.7251422Z #31 21.99 ./tools/codegen.py -p c magmablas_hip/zherk_small_reduce.hip.cpp 2024-08-20T22:14:16.7252847Z #31 21.99 ./tools/codegen.py -p s magmablas_hip/zlacpy.hip.cpp 2024-08-20T22:14:16.7254061Z #31 22.00 ./tools/codegen.py -p d magmablas_hip/zlacpy.hip.cpp 2024-08-20T22:14:16.7255448Z #31 22.00 ./tools/codegen.py -p c magmablas_hip/zlacpy.hip.cpp 2024-08-20T22:14:16.7257111Z #31 22.01 ./tools/codegen.py -p s magmablas_hip/zlacpy_conj.hip.cpp 2024-08-20T22:14:16.7258514Z #31 22.01 ./tools/codegen.py -p d magmablas_hip/zlacpy_conj.hip.cpp 2024-08-20T22:14:16.7259885Z #31 22.01 ./tools/codegen.py -p c magmablas_hip/zlacpy_conj.hip.cpp 2024-08-20T22:14:16.7261221Z #31 22.01 ./tools/codegen.py -p s magmablas_hip/zlacpy_sym_in.hip.cpp 2024-08-20T22:14:16.7262632Z #31 22.01 ./tools/codegen.py -p d magmablas_hip/zlacpy_sym_in.hip.cpp 2024-08-20T22:14:16.7264025Z #31 22.01 ./tools/codegen.py -p c magmablas_hip/zlacpy_sym_in.hip.cpp 2024-08-20T22:14:16.7265415Z #31 22.01 ./tools/codegen.py -p s magmablas_hip/zlacpy_sym_out.hip.cpp 2024-08-20T22:14:16.7266819Z #31 22.01 ./tools/codegen.py -p d magmablas_hip/zlacpy_sym_out.hip.cpp 2024-08-20T22:14:16.7268236Z #31 22.01 ./tools/codegen.py -p c magmablas_hip/zlacpy_sym_out.hip.cpp 2024-08-20T22:14:16.7269502Z #31 22.01 ./tools/codegen.py -p ds magmablas_hip/zlag2c.hip.cpp 2024-08-20T22:14:16.7270786Z #31 22.01 ./tools/codegen.py -p ds magmablas_hip/clag2z.hip.cpp 2024-08-20T22:14:16.7272045Z #31 22.01 ./tools/codegen.py -p s magmablas_hip/zlange.hip.cpp 2024-08-20T22:14:16.7273327Z #31 22.01 ./tools/codegen.py -p d magmablas_hip/zlange.hip.cpp 2024-08-20T22:14:16.7274527Z #31 22.01 ./tools/codegen.py -p c magmablas_hip/zlange.hip.cpp 2024-08-20T22:14:16.7275750Z #31 22.02 ./tools/codegen.py -p s magmablas_hip/zlanhe.hip.cpp 2024-08-20T22:14:16.7277046Z #31 22.06 ./tools/codegen.py -p d magmablas_hip/zlanhe.hip.cpp 2024-08-20T22:14:16.7278379Z #31 22.06 ./tools/codegen.py -p c magmablas_hip/zlanhe.hip.cpp 2024-08-20T22:14:16.7279616Z #31 22.06 ./tools/codegen.py -p s magmablas_hip/zlaqps2_gpu.hip.cpp 2024-08-20T22:14:16.7280940Z #31 22.06 ./tools/codegen.py -p d magmablas_hip/zlaqps2_gpu.hip.cpp 2024-08-20T22:14:16.7282235Z #31 22.06 ./tools/codegen.py -p c magmablas_hip/zlaqps2_gpu.hip.cpp 2024-08-20T22:14:16.7283544Z #31 22.06 ./tools/codegen.py -p s magmablas_hip/zlarf.hip.cpp 2024-08-20T22:14:16.7284756Z #31 22.06 ./tools/codegen.py -p d magmablas_hip/zlarf.hip.cpp 2024-08-20T22:14:16.7286046Z #31 22.06 ./tools/codegen.py -p c magmablas_hip/zlarf.hip.cpp 2024-08-20T22:14:16.7287500Z #31 22.06 ./tools/codegen.py -p s magmablas_hip/zlarfbx.hip.cpp 2024-08-20T22:14:16.7288794Z #31 22.06 ./tools/codegen.py -p d magmablas_hip/zlarfbx.hip.cpp 2024-08-20T22:14:16.7290069Z #31 22.06 ./tools/codegen.py -p c magmablas_hip/zlarfbx.hip.cpp 2024-08-20T22:14:16.7291384Z #31 22.06 ./tools/codegen.py -p s magmablas_hip/zlarfg-v2.hip.cpp 2024-08-20T22:14:16.7293086Z #31 22.06 ./tools/codegen.py -p d magmablas_hip/zlarfg-v2.hip.cpp 2024-08-20T22:14:16.7294605Z #31 22.06 ./tools/codegen.py -p c magmablas_hip/zlarfg-v2.hip.cpp 2024-08-20T22:14:16.7295900Z #31 22.06 ./tools/codegen.py -p s magmablas_hip/zlarfg.hip.cpp 2024-08-20T22:14:16.7297150Z #31 22.06 ./tools/codegen.py -p d magmablas_hip/zlarfg.hip.cpp 2024-08-20T22:14:16.7298445Z #31 22.06 ./tools/codegen.py -p c magmablas_hip/zlarfg.hip.cpp 2024-08-20T22:14:16.7299788Z #31 22.06 ./tools/codegen.py -p s magmablas_hip/zlarfgx-v2.hip.cpp 2024-08-20T22:14:16.7301156Z #31 22.06 ./tools/codegen.py -p d magmablas_hip/zlarfgx-v2.hip.cpp 2024-08-20T22:14:16.7302490Z #31 22.07 ./tools/codegen.py -p c magmablas_hip/zlarfgx-v2.hip.cpp 2024-08-20T22:14:16.7303906Z #31 22.07 ./tools/codegen.py -p s magmablas_hip/zlarft_kernels.hip.cpp 2024-08-20T22:14:16.7305352Z #31 22.07 ./tools/codegen.py -p d magmablas_hip/zlarft_kernels.hip.cpp 2024-08-20T22:14:16.7306938Z #31 22.07 ./tools/codegen.py -p c magmablas_hip/zlarft_kernels.hip.cpp 2024-08-20T22:14:16.7308279Z #31 22.07 ./tools/codegen.py -p s magmablas_hip/zlarfx.hip.cpp 2024-08-20T22:14:16.7309514Z #31 22.07 ./tools/codegen.py -p d magmablas_hip/zlarfx.hip.cpp 2024-08-20T22:14:16.7310754Z #31 22.07 ./tools/codegen.py -p c magmablas_hip/zlarfx.hip.cpp 2024-08-20T22:14:16.7311994Z #31 22.09 ./tools/codegen.py -p s magmablas_hip/zlascl.hip.cpp 2024-08-20T22:14:16.7313220Z #31 22.09 ./tools/codegen.py -p d magmablas_hip/zlascl.hip.cpp 2024-08-20T22:14:16.8281420Z #31 22.09 ./tools/codegen.py -p c magmablas_hip/zlascl.hip.cpp 2024-08-20T22:14:16.8282783Z #31 22.10 ./tools/codegen.py -p s magmablas_hip/zlascl2.hip.cpp 2024-08-20T22:14:16.8284093Z #31 22.10 ./tools/codegen.py -p d magmablas_hip/zlascl2.hip.cpp 2024-08-20T22:14:16.8285413Z #31 22.10 ./tools/codegen.py -p c magmablas_hip/zlascl2.hip.cpp 2024-08-20T22:14:16.8286696Z #31 22.10 ./tools/codegen.py -p s magmablas_hip/zlascl_2x2.hip.cpp 2024-08-20T22:14:16.8287977Z #31 22.11 ./tools/codegen.py -p d magmablas_hip/zlascl_2x2.hip.cpp 2024-08-20T22:14:16.8289298Z #31 22.12 ./tools/codegen.py -p c magmablas_hip/zlascl_2x2.hip.cpp 2024-08-20T22:14:16.8290613Z #31 22.12 ./tools/codegen.py -p s magmablas_hip/zlascl_diag.hip.cpp 2024-08-20T22:14:16.8291944Z #31 22.12 ./tools/codegen.py -p d magmablas_hip/zlascl_diag.hip.cpp 2024-08-20T22:14:16.8293291Z #31 22.12 ./tools/codegen.py -p c magmablas_hip/zlascl_diag.hip.cpp 2024-08-20T22:14:16.8294731Z #31 22.13 ./tools/codegen.py -p s magmablas_hip/zlaset.hip.cpp 2024-08-20T22:14:16.8295972Z #31 22.13 ./tools/codegen.py -p d magmablas_hip/zlaset.hip.cpp 2024-08-20T22:14:16.8297214Z #31 22.13 ./tools/codegen.py -p c magmablas_hip/zlaset.hip.cpp 2024-08-20T22:14:16.8298491Z #31 22.13 ./tools/codegen.py -p s magmablas_hip/zlaset_band.hip.cpp 2024-08-20T22:14:16.8299758Z #31 22.13 ./tools/codegen.py -p d magmablas_hip/zlaset_band.hip.cpp 2024-08-20T22:14:16.8301120Z #31 22.13 ./tools/codegen.py -p c magmablas_hip/zlaset_band.hip.cpp 2024-08-20T22:14:16.8302431Z #31 22.13 ./tools/codegen.py -p s magmablas_hip/zlaswp.hip.cpp 2024-08-20T22:14:16.8303702Z #31 22.13 ./tools/codegen.py -p d magmablas_hip/zlaswp.hip.cpp 2024-08-20T22:14:16.8304944Z #31 22.13 ./tools/codegen.py -p c magmablas_hip/zlaswp.hip.cpp 2024-08-20T22:14:16.8306221Z #31 22.13 ./tools/codegen.py -p ds magmablas_hip/zclaswp.hip.cpp 2024-08-20T22:14:16.8307551Z #31 22.16 ./tools/codegen.py -p s magmablas_hip/zlaswp_sym.hip.cpp 2024-08-20T22:14:16.8308799Z #31 22.17 ./tools/codegen.py -p d magmablas_hip/zlaswp_sym.hip.cpp 2024-08-20T22:14:16.8310147Z #31 22.17 ./tools/codegen.py -p c magmablas_hip/zlaswp_sym.hip.cpp 2024-08-20T22:14:16.8311550Z #31 22.17 ./tools/codegen.py -p ds magmablas_hip/zlat2c.hip.cpp 2024-08-20T22:14:16.8312757Z #31 22.17 ./tools/codegen.py -p ds magmablas_hip/clat2z.hip.cpp 2024-08-20T22:14:16.8313968Z #31 22.17 ./tools/codegen.py -p s magmablas_hip/dznrm2.hip.cpp 2024-08-20T22:14:16.8315213Z #31 22.17 ./tools/codegen.py -p d magmablas_hip/dznrm2.hip.cpp 2024-08-20T22:14:16.8316860Z #31 22.17 ./tools/codegen.py -p c magmablas_hip/dznrm2.hip.cpp 2024-08-20T22:14:16.8318234Z #31 22.17 ./tools/codegen.py -p s magmablas_hip/zsetmatrix_transpose.cpp 2024-08-20T22:14:16.8320001Z #31 22.17 ./tools/codegen.py -p d magmablas_hip/zsetmatrix_transpose.cpp 2024-08-20T22:14:16.8321506Z #31 22.17 ./tools/codegen.py -p c magmablas_hip/zsetmatrix_transpose.cpp 2024-08-20T22:14:16.8322811Z #31 22.17 ./tools/codegen.py -p s magmablas_hip/zswap.hip.cpp 2024-08-20T22:14:16.8324063Z #31 22.17 ./tools/codegen.py -p d magmablas_hip/zswap.hip.cpp 2024-08-20T22:14:16.8325330Z #31 22.17 ./tools/codegen.py -p c magmablas_hip/zswap.hip.cpp 2024-08-20T22:14:16.8326592Z #31 22.17 ./tools/codegen.py -p s magmablas_hip/zswapblk.hip.cpp 2024-08-20T22:14:16.8327915Z #31 22.17 ./tools/codegen.py -p d magmablas_hip/zswapblk.hip.cpp 2024-08-20T22:14:16.8329209Z #31 22.17 ./tools/codegen.py -p c magmablas_hip/zswapblk.hip.cpp 2024-08-20T22:14:16.8330536Z #31 22.17 ./tools/codegen.py -p s magmablas_hip/zswapdblk.hip.cpp 2024-08-20T22:14:16.8332140Z #31 22.18 ./tools/codegen.py -p d magmablas_hip/zswapdblk.hip.cpp 2024-08-20T22:14:16.8333531Z #31 22.18 ./tools/codegen.py -p c magmablas_hip/zswapdblk.hip.cpp 2024-08-20T22:14:16.8334938Z #31 22.18 ./tools/codegen.py -p s magmablas_hip/zsymm.hip.cpp 2024-08-20T22:14:16.8336142Z #31 22.18 ./tools/codegen.py -p d magmablas_hip/zsymm.hip.cpp 2024-08-20T22:14:16.8337368Z #31 22.18 ./tools/codegen.py -p c magmablas_hip/zsymm.hip.cpp 2024-08-20T22:14:16.8338650Z #31 22.18 ./tools/codegen.py -p s magmablas_hip/zsymmetrize.hip.cpp 2024-08-20T22:14:16.8340523Z #31 22.18 ./tools/codegen.py -p d magmablas_hip/zsymmetrize.hip.cpp 2024-08-20T22:14:16.8341886Z #31 22.18 ./tools/codegen.py -p c magmablas_hip/zsymmetrize.hip.cpp 2024-08-20T22:14:16.8343454Z #31 22.19 ./tools/codegen.py -p s magmablas_hip/zsymmetrize_tiles.hip.cpp 2024-08-20T22:14:16.8344872Z #31 22.19 ./tools/codegen.py -p d magmablas_hip/zsymmetrize_tiles.hip.cpp 2024-08-20T22:14:16.9330489Z #31 22.20 ./tools/codegen.py -p c magmablas_hip/zsymmetrize_tiles.hip.cpp 2024-08-20T22:14:16.9333459Z #31 22.20 ./tools/codegen.py -p c magmablas_hip/zsymv.hip.cpp 2024-08-20T22:14:16.9335110Z #31 22.20 ./tools/codegen.py -p c magmablas_hip/zsymv_upper.hip.cpp 2024-08-20T22:14:16.9336659Z #31 22.20 ./tools/codegen.py -p s magmablas_hip/ztranspose.hip.cpp 2024-08-20T22:14:16.9338210Z #31 22.21 ./tools/codegen.py -p d magmablas_hip/ztranspose.hip.cpp 2024-08-20T22:14:16.9339721Z #31 22.21 ./tools/codegen.py -p c magmablas_hip/ztranspose.hip.cpp 2024-08-20T22:14:16.9341338Z #31 22.23 ./tools/codegen.py -p c magmablas_hip/ztranspose_conj.hip.cpp 2024-08-20T22:14:16.9343136Z #31 22.23 ./tools/codegen.py -p c magmablas_hip/ztranspose_conj_inplace.hip.cpp 2024-08-20T22:14:16.9345076Z #31 22.23 ./tools/codegen.py -p s magmablas_hip/ztranspose_inplace.hip.cpp 2024-08-20T22:14:16.9346607Z #31 22.23 ./tools/codegen.py -p d magmablas_hip/ztranspose_inplace.hip.cpp 2024-08-20T22:14:16.9348271Z #31 22.23 ./tools/codegen.py -p c magmablas_hip/ztranspose_inplace.hip.cpp 2024-08-20T22:14:16.9349822Z #31 22.23 ./tools/codegen.py -p s magmablas_hip/ztrmm.hip.cpp 2024-08-20T22:14:16.9351057Z #31 22.23 ./tools/codegen.py -p d magmablas_hip/ztrmm.hip.cpp 2024-08-20T22:14:16.9352432Z #31 22.23 ./tools/codegen.py -p c magmablas_hip/ztrmm.hip.cpp 2024-08-20T22:14:16.9353764Z #31 22.24 ./tools/codegen.py -p s magmablas_hip/ztrmv.hip.cpp 2024-08-20T22:14:16.9355123Z #31 22.24 ./tools/codegen.py -p d magmablas_hip/ztrmv.hip.cpp 2024-08-20T22:14:16.9356476Z #31 22.24 ./tools/codegen.py -p c magmablas_hip/ztrmv.hip.cpp 2024-08-20T22:14:16.9357689Z #31 22.24 ./tools/codegen.py -p c magmablas_hip/ztrsm.hip.cpp 2024-08-20T22:14:16.9358935Z #31 22.24 ./tools/codegen.py -p d magmablas_hip/ztrsm.hip.cpp 2024-08-20T22:14:16.9360170Z #31 22.24 ./tools/codegen.py -p s magmablas_hip/ztrsm.hip.cpp 2024-08-20T22:14:16.9361447Z #31 22.25 ./tools/codegen.py -p s magmablas_hip/ztrsv.hip.cpp 2024-08-20T22:14:16.9362757Z #31 22.25 ./tools/codegen.py -p d magmablas_hip/ztrsv.hip.cpp 2024-08-20T22:14:16.9364406Z #31 22.27 ./tools/codegen.py -p c magmablas_hip/ztrsv.hip.cpp 2024-08-20T22:14:16.9365776Z #31 22.27 ./tools/codegen.py -p c magmablas_hip/ztrtri_diag.hip.cpp 2024-08-20T22:14:16.9367196Z #31 22.28 ./tools/codegen.py -p d magmablas_hip/ztrtri_diag.hip.cpp 2024-08-20T22:14:16.9368769Z #31 22.28 ./tools/codegen.py -p s magmablas_hip/ztrtri_diag.hip.cpp 2024-08-20T22:14:16.9370259Z #31 22.28 ./tools/codegen.py -p c magmablas_hip/ztrtri_lower.hip.cpp 2024-08-20T22:14:16.9371817Z #31 22.28 ./tools/codegen.py -p d magmablas_hip/ztrtri_lower.hip.cpp 2024-08-20T22:14:16.9373325Z #31 22.28 ./tools/codegen.py -p s magmablas_hip/ztrtri_lower.hip.cpp 2024-08-20T22:14:16.9375075Z #31 22.28 ./tools/codegen.py -p c magmablas_hip/ztrtri_lower_batched.hip.cpp 2024-08-20T22:14:16.9376725Z #31 22.28 ./tools/codegen.py -p d magmablas_hip/ztrtri_lower_batched.hip.cpp 2024-08-20T22:14:16.9378357Z #31 22.28 ./tools/codegen.py -p s magmablas_hip/ztrtri_lower_batched.hip.cpp 2024-08-20T22:14:16.9379965Z #31 22.28 ./tools/codegen.py -p c magmablas_hip/ztrtri_upper.hip.cpp 2024-08-20T22:14:16.9381584Z #31 22.28 ./tools/codegen.py -p d magmablas_hip/ztrtri_upper.hip.cpp 2024-08-20T22:14:16.9382995Z #31 22.28 ./tools/codegen.py -p s magmablas_hip/ztrtri_upper.hip.cpp 2024-08-20T22:14:16.9384710Z #31 22.29 ./tools/codegen.py -p c magmablas_hip/ztrtri_upper_batched.hip.cpp 2024-08-20T22:14:16.9386377Z #31 22.29 ./tools/codegen.py -p d magmablas_hip/ztrtri_upper_batched.hip.cpp 2024-08-20T22:14:16.9388033Z #31 22.29 ./tools/codegen.py -p s magmablas_hip/ztrtri_upper_batched.hip.cpp 2024-08-20T22:14:16.9389893Z #31 22.29 ./tools/codegen.py -p c magmablas_hip/magmablas_z_v1.cpp 2024-08-20T22:14:16.9391361Z #31 22.29 ./tools/codegen.py -p d magmablas_hip/magmablas_z_v1.cpp 2024-08-20T22:14:16.9392816Z #31 22.29 ./tools/codegen.py -p s magmablas_hip/magmablas_z_v1.cpp 2024-08-20T22:14:16.9394200Z #31 22.29 ./tools/codegen.py -p ds magmablas_hip/magmablas_zc_v1.cpp 2024-08-20T22:14:16.9395544Z #31 22.29 ./tools/codegen.py -p s magmablas_hip/zbcyclic.cpp 2024-08-20T22:14:16.9396809Z #31 22.29 ./tools/codegen.py -p d magmablas_hip/zbcyclic.cpp 2024-08-20T22:14:16.9398078Z #31 22.29 ./tools/codegen.py -p c magmablas_hip/zbcyclic.cpp 2024-08-20T22:14:16.9399575Z #31 22.29 ./tools/codegen.py -p s magmablas_hip/zgetmatrix_transpose_mgpu.cpp 2024-08-20T22:14:16.9401180Z #31 22.30 ./tools/codegen.py -p d magmablas_hip/zgetmatrix_transpose_mgpu.cpp 2024-08-20T22:14:17.0446207Z #31 22.31 ./tools/codegen.py -p c magmablas_hip/zgetmatrix_transpose_mgpu.cpp 2024-08-20T22:14:17.0447225Z #31 22.31 ./tools/codegen.py -p s magmablas_hip/zsetmatrix_transpose_mgpu.cpp 2024-08-20T22:14:17.0448125Z #31 22.32 ./tools/codegen.py -p d magmablas_hip/zsetmatrix_transpose_mgpu.cpp 2024-08-20T22:14:17.0449014Z #31 22.32 ./tools/codegen.py -p c magmablas_hip/zsetmatrix_transpose_mgpu.cpp 2024-08-20T22:14:17.0449833Z #31 22.32 ./tools/codegen.py -p s magmablas_hip/zhemv_mgpu.hip.cpp 2024-08-20T22:14:17.0450578Z #31 22.33 ./tools/codegen.py -p d magmablas_hip/zhemv_mgpu.hip.cpp 2024-08-20T22:14:17.0451342Z #31 22.33 ./tools/codegen.py -p c magmablas_hip/zhemv_mgpu.hip.cpp 2024-08-20T22:14:17.0452367Z #31 22.34 ./tools/codegen.py -p s magmablas_hip/zhemv_mgpu_upper.hip.cpp 2024-08-20T22:14:17.0453578Z #31 22.34 ./tools/codegen.py -p d magmablas_hip/zhemv_mgpu_upper.hip.cpp 2024-08-20T22:14:17.0454554Z #31 22.34 ./tools/codegen.py -p c magmablas_hip/zhemv_mgpu_upper.hip.cpp 2024-08-20T22:14:17.0455326Z #31 22.34 ./tools/codegen.py -p s magmablas_hip/zhemm_mgpu.cpp 2024-08-20T22:14:17.0456156Z #31 22.34 ./tools/codegen.py -p d magmablas_hip/zhemm_mgpu.cpp 2024-08-20T22:14:17.0456886Z #31 22.35 ./tools/codegen.py -p c magmablas_hip/zhemm_mgpu.cpp 2024-08-20T22:14:17.0457734Z #31 22.35 ./tools/codegen.py -p s magmablas_hip/zher2k_mgpu.cpp 2024-08-20T22:14:17.0458505Z #31 22.35 ./tools/codegen.py -p d magmablas_hip/zher2k_mgpu.cpp 2024-08-20T22:14:17.0459375Z #31 22.35 ./tools/codegen.py -p c magmablas_hip/zher2k_mgpu.cpp 2024-08-20T22:14:17.0460092Z #31 22.35 ./tools/codegen.py -p s magmablas_hip/zherk_mgpu.cpp 2024-08-20T22:14:17.0461204Z #31 22.36 ./tools/codegen.py -p d magmablas_hip/zherk_mgpu.cpp 2024-08-20T22:14:17.0462002Z #31 22.36 ./tools/codegen.py -p c magmablas_hip/zherk_mgpu.cpp 2024-08-20T22:14:17.0463096Z #31 22.38 ./tools/codegen.py -p s magmablas_hip/zgetf2.hip.cpp 2024-08-20T22:14:17.0464172Z #31 22.38 ./tools/codegen.py -p d magmablas_hip/zgetf2.hip.cpp 2024-08-20T22:14:17.0465273Z #31 22.38 ./tools/codegen.py -p c magmablas_hip/zgetf2.hip.cpp 2024-08-20T22:14:17.0466263Z #31 22.38 ./tools/codegen.py -p s magmablas_hip/zgeqr2.cpp 2024-08-20T22:14:17.0467178Z #31 22.38 ./tools/codegen.py -p d magmablas_hip/zgeqr2.cpp 2024-08-20T22:14:17.0468046Z #31 22.39 ./tools/codegen.py -p c magmablas_hip/zgeqr2.cpp 2024-08-20T22:14:17.0469012Z #31 22.39 ./tools/codegen.py -p s magmablas_hip/zgeqr2x_gpu-v4.hip.cpp 2024-08-20T22:14:17.0470110Z #31 22.39 ./tools/codegen.py -p d magmablas_hip/zgeqr2x_gpu-v4.hip.cpp 2024-08-20T22:14:17.0470979Z #31 22.41 ./tools/codegen.py -p c magmablas_hip/zgeqr2x_gpu-v4.hip.cpp 2024-08-20T22:14:17.1497238Z #31 22.41 ./tools/codegen.py -p s magmablas_hip/zpotf2.hip.cpp 2024-08-20T22:14:17.1498674Z #31 22.41 ./tools/codegen.py -p d magmablas_hip/zpotf2.hip.cpp 2024-08-20T22:14:17.1500106Z #31 22.41 ./tools/codegen.py -p c magmablas_hip/zpotf2.hip.cpp 2024-08-20T22:14:17.1501637Z #31 22.41 ./tools/codegen.py -p s magmablas_hip/zgetf2_native_kernel.hip.cpp 2024-08-20T22:14:17.1503420Z #31 22.41 ./tools/codegen.py -p d magmablas_hip/zgetf2_native_kernel.hip.cpp 2024-08-20T22:14:17.1505498Z #31 22.41 ./tools/codegen.py -p c magmablas_hip/zgetf2_native_kernel.hip.cpp 2024-08-20T22:14:17.1507129Z #31 22.41 ./tools/codegen.py -p s magmablas_hip/zhetrs.hip.cpp 2024-08-20T22:14:17.1508594Z #31 22.41 ./tools/codegen.py -p d magmablas_hip/zhetrs.hip.cpp 2024-08-20T22:14:17.1510060Z #31 22.41 ./tools/codegen.py -p c magmablas_hip/zhetrs.hip.cpp 2024-08-20T22:14:17.1511615Z #31 22.41 ./tools/codegen.py -p s magmablas_hip/zgbsv_kernels.hip.cpp 2024-08-20T22:14:17.1513283Z #31 22.42 ./tools/codegen.py -p d magmablas_hip/zgbsv_kernels.hip.cpp 2024-08-20T22:14:17.1514926Z #31 22.42 ./tools/codegen.py -p c magmablas_hip/zgbsv_kernels.hip.cpp 2024-08-20T22:14:17.1516575Z #31 22.42 ./tools/codegen.py -p s magmablas_hip/zgbtf2_kernels.hip.cpp 2024-08-20T22:14:17.1518241Z #31 22.42 ./tools/codegen.py -p d magmablas_hip/zgbtf2_kernels.hip.cpp 2024-08-20T22:14:17.1519908Z #31 22.42 ./tools/codegen.py -p c magmablas_hip/zgbtf2_kernels.hip.cpp 2024-08-20T22:14:17.1521676Z #31 22.42 ./tools/codegen.py -p s magmablas_hip/zgbtrf_batched_fused_sm.hip.cpp 2024-08-20T22:14:17.1523537Z #31 22.42 ./tools/codegen.py -p d magmablas_hip/zgbtrf_batched_fused_sm.hip.cpp 2024-08-20T22:14:17.1525416Z #31 22.42 ./tools/codegen.py -p c magmablas_hip/zgbtrf_batched_fused_sm.hip.cpp 2024-08-20T22:14:17.1527412Z #31 22.42 ./tools/codegen.py -p s magmablas_hip/zgbtrf_batched_sliding_window_sm.hip.cpp 2024-08-20T22:14:17.1529503Z #31 22.42 ./tools/codegen.py -p d magmablas_hip/zgbtrf_batched_sliding_window_sm.hip.cpp 2024-08-20T22:14:17.1531772Z #31 22.42 ./tools/codegen.py -p c magmablas_hip/zgbtrf_batched_sliding_window_sm.hip.cpp 2024-08-20T22:14:17.1533626Z #31 22.42 ./tools/codegen.py -p s magmablas_hip/zgbtrs_kernels.hip.cpp 2024-08-20T22:14:17.1535388Z #31 22.42 ./tools/codegen.py -p d magmablas_hip/zgbtrs_kernels.hip.cpp 2024-08-20T22:14:17.1537039Z #31 22.42 ./tools/codegen.py -p c magmablas_hip/zgbtrs_kernels.hip.cpp 2024-08-20T22:14:17.1538696Z #31 22.43 ./tools/codegen.py -p s magmablas_hip/zgeadd_batched.hip.cpp 2024-08-20T22:14:17.1540358Z #31 22.44 ./tools/codegen.py -p d magmablas_hip/zgeadd_batched.hip.cpp 2024-08-20T22:14:17.1541968Z #31 22.46 ./tools/codegen.py -p c magmablas_hip/zgeadd_batched.hip.cpp 2024-08-20T22:14:17.1543584Z #31 22.46 ./tools/codegen.py -p s magmablas_hip/zgemm_batched.cpp 2024-08-20T22:14:17.1545117Z #31 22.46 ./tools/codegen.py -p d magmablas_hip/zgemm_batched.cpp 2024-08-20T22:14:17.1546591Z #31 22.46 ./tools/codegen.py -p c magmablas_hip/zgemm_batched.cpp 2024-08-20T22:14:17.1548287Z #31 22.46 ./tools/codegen.py -p s magmablas_hip/zgemm_batched_smallsq.hip.cpp 2024-08-20T22:14:17.1549904Z #31 22.46 ./tools/codegen.py -p d magmablas_hip/zgemm_batched_smallsq.hip.cpp 2024-08-20T22:14:17.1551778Z #31 22.46 ./tools/codegen.py -p c magmablas_hip/zgemm_batched_smallsq.hip.cpp 2024-08-20T22:14:17.1553416Z #31 22.47 ./tools/codegen.py -p s magmablas_hip/zgemv_batched.cpp 2024-08-20T22:14:17.1554665Z #31 22.47 ./tools/codegen.py -p d magmablas_hip/zgemv_batched.cpp 2024-08-20T22:14:17.1564207Z #31 22.48 ./tools/codegen.py -p c magmablas_hip/zgemv_batched.cpp 2024-08-20T22:14:17.1565572Z #31 22.48 ./tools/codegen.py -p s magmablas_hip/zgemv_batched_smallsq.hip.cpp 2024-08-20T22:14:17.1567031Z #31 22.48 ./tools/codegen.py -p d magmablas_hip/zgemv_batched_smallsq.hip.cpp 2024-08-20T22:14:17.1568522Z #31 22.48 ./tools/codegen.py -p c magmablas_hip/zgemv_batched_smallsq.hip.cpp 2024-08-20T22:14:17.1570233Z #31 22.48 ./tools/codegen.py -p s magmablas_hip/zhemv_batched_core.hip.cpp 2024-08-20T22:14:17.1571953Z #31 22.48 ./tools/codegen.py -p d magmablas_hip/zhemv_batched_core.hip.cpp 2024-08-20T22:14:17.1573748Z #31 22.48 ./tools/codegen.py -p c magmablas_hip/zhemv_batched_core.hip.cpp 2024-08-20T22:14:17.1575321Z #31 22.49 ./tools/codegen.py -p s magmablas_hip/zgeqr2_batched.hip.cpp 2024-08-20T22:14:17.1576955Z #31 22.50 ./tools/codegen.py -p d magmablas_hip/zgeqr2_batched.hip.cpp 2024-08-20T22:14:17.1578363Z #31 22.50 ./tools/codegen.py -p c magmablas_hip/zgeqr2_batched.hip.cpp 2024-08-20T22:14:17.1580349Z #31 22.50 ./tools/codegen.py -p s magmablas_hip/zgeqr2_batched_fused_reg.hip.cpp 2024-08-20T22:14:17.1581936Z #31 22.52 ./tools/codegen.py -p d magmablas_hip/zgeqr2_batched_fused_reg.hip.cpp 2024-08-20T22:14:17.2508885Z #31 22.52 ./tools/codegen.py -p c magmablas_hip/zgeqr2_batched_fused_reg.hip.cpp 2024-08-20T22:14:17.2510732Z #31 22.52 ./tools/codegen.py -p s magmablas_hip/zgeqr2_batched_fused_reg_medium.hip.cpp 2024-08-20T22:14:17.2512679Z #31 22.52 ./tools/codegen.py -p d magmablas_hip/zgeqr2_batched_fused_reg_medium.hip.cpp 2024-08-20T22:14:17.2514620Z #31 22.54 ./tools/codegen.py -p c magmablas_hip/zgeqr2_batched_fused_reg_medium.hip.cpp 2024-08-20T22:14:17.2516510Z #31 22.54 ./tools/codegen.py -p s magmablas_hip/zgeqr2_batched_fused_reg_tall.hip.cpp 2024-08-20T22:14:17.2518412Z #31 22.54 ./tools/codegen.py -p d magmablas_hip/zgeqr2_batched_fused_reg_tall.hip.cpp 2024-08-20T22:14:17.2520285Z #31 22.54 ./tools/codegen.py -p c magmablas_hip/zgeqr2_batched_fused_reg_tall.hip.cpp 2024-08-20T22:14:17.2522117Z #31 22.54 ./tools/codegen.py -p s magmablas_hip/zgeqr2_batched_fused_sm.hip.cpp 2024-08-20T22:14:17.2523866Z #31 22.54 ./tools/codegen.py -p d magmablas_hip/zgeqr2_batched_fused_sm.hip.cpp 2024-08-20T22:14:17.2525622Z #31 22.54 ./tools/codegen.py -p c magmablas_hip/zgeqr2_batched_fused_sm.hip.cpp 2024-08-20T22:14:17.2527577Z #31 22.54 ./tools/codegen.py -p s magmablas_hip/zgeqrf_batched_smallsq.hip.cpp 2024-08-20T22:14:17.2529375Z #31 22.54 ./tools/codegen.py -p d magmablas_hip/zgeqrf_batched_smallsq.hip.cpp 2024-08-20T22:14:17.2531352Z #31 22.54 ./tools/codegen.py -p c magmablas_hip/zgeqrf_batched_smallsq.hip.cpp 2024-08-20T22:14:17.2533125Z #31 22.54 ./tools/codegen.py -p s magmablas_hip/zgerbt_func_batched.hip.cpp 2024-08-20T22:14:17.2534947Z #31 22.54 ./tools/codegen.py -p d magmablas_hip/zgerbt_func_batched.hip.cpp 2024-08-20T22:14:17.2536681Z #31 22.54 ./tools/codegen.py -p c magmablas_hip/zgerbt_func_batched.hip.cpp 2024-08-20T22:14:17.2538402Z #31 22.54 ./tools/codegen.py -p s magmablas_hip/zgesv_batched_small.hip.cpp 2024-08-20T22:14:17.2540128Z #31 22.54 ./tools/codegen.py -p d magmablas_hip/zgesv_batched_small.hip.cpp 2024-08-20T22:14:17.2541856Z #31 22.54 ./tools/codegen.py -p c magmablas_hip/zgesv_batched_small.hip.cpp 2024-08-20T22:14:17.2543514Z #31 22.54 ./tools/codegen.py -p s magmablas_hip/zgetf2_kernels.hip.cpp 2024-08-20T22:14:17.2545109Z #31 22.55 ./tools/codegen.py -p d magmablas_hip/zgetf2_kernels.hip.cpp 2024-08-20T22:14:17.2546870Z #31 22.55 ./tools/codegen.py -p c magmablas_hip/zgetf2_kernels.hip.cpp 2024-08-20T22:14:17.2548894Z #31 22.55 ./tools/codegen.py -p s magmablas_hip/zgetrf_batched_smallsq_noshfl.hip.cpp 2024-08-20T22:14:17.2550746Z #31 22.55 ./tools/codegen.py -p d magmablas_hip/zgetrf_batched_smallsq_noshfl.hip.cpp 2024-08-20T22:14:17.2552644Z #31 22.55 ./tools/codegen.py -p c magmablas_hip/zgetrf_batched_smallsq_noshfl.hip.cpp 2024-08-20T22:14:17.2554503Z #31 22.55 ./tools/codegen.py -p s magmablas_hip/zgetrf_batched_smallsq_shfl.hip.cpp 2024-08-20T22:14:17.2556377Z #31 22.56 ./tools/codegen.py -p d magmablas_hip/zgetrf_batched_smallsq_shfl.hip.cpp 2024-08-20T22:14:17.2558415Z #31 22.57 ./tools/codegen.py -p c magmablas_hip/zgetrf_batched_smallsq_shfl.hip.cpp 2024-08-20T22:14:17.2560157Z #31 22.57 ./tools/codegen.py -p s magmablas_hip/zhemm_batched_core.hip.cpp 2024-08-20T22:14:17.2561827Z #31 22.59 ./tools/codegen.py -p d magmablas_hip/zhemm_batched_core.hip.cpp 2024-08-20T22:14:17.2563452Z #31 22.59 ./tools/codegen.py -p c magmablas_hip/zhemm_batched_core.hip.cpp 2024-08-20T22:14:17.2565224Z #31 22.59 ./tools/codegen.py -p s magmablas_hip/zher2k_batched.cpp 2024-08-20T22:14:17.2566736Z #31 22.59 ./tools/codegen.py -p d magmablas_hip/zher2k_batched.cpp 2024-08-20T22:14:17.2568224Z #31 22.59 ./tools/codegen.py -p c magmablas_hip/zher2k_batched.cpp 2024-08-20T22:14:17.2569742Z #31 22.59 ./tools/codegen.py -p s magmablas_hip/zherk_batched.cpp 2024-08-20T22:14:17.2571236Z #31 22.59 ./tools/codegen.py -p d magmablas_hip/zherk_batched.cpp 2024-08-20T22:14:17.2572905Z #31 22.59 ./tools/codegen.py -p c magmablas_hip/zherk_batched.cpp 2024-08-20T22:14:17.2574685Z #31 22.59 ./tools/codegen.py -p s magmablas_hip/zlarf_batched_fused_reg.hip.cpp 2024-08-20T22:14:17.2576669Z #31 22.59 ./tools/codegen.py -p d magmablas_hip/zlarf_batched_fused_reg.hip.cpp 2024-08-20T22:14:17.2578431Z #31 22.59 ./tools/codegen.py -p c magmablas_hip/zlarf_batched_fused_reg.hip.cpp 2024-08-20T22:14:17.2580248Z #31 22.59 ./tools/codegen.py -p s magmablas_hip/zlarf_batched_fused_reg_medium.hip.cpp 2024-08-20T22:14:17.2582151Z #31 22.59 ./tools/codegen.py -p d magmablas_hip/zlarf_batched_fused_reg_medium.hip.cpp 2024-08-20T22:14:17.2584065Z #31 22.59 ./tools/codegen.py -p c magmablas_hip/zlarf_batched_fused_reg_medium.hip.cpp 2024-08-20T22:14:17.2585936Z #31 22.60 ./tools/codegen.py -p s magmablas_hip/zlarf_batched_fused_reg_tall.hip.cpp 2024-08-20T22:14:17.2587811Z #31 22.61 ./tools/codegen.py -p d magmablas_hip/zlarf_batched_fused_reg_tall.hip.cpp 2024-08-20T22:14:17.2589667Z #31 22.61 ./tools/codegen.py -p c magmablas_hip/zlarf_batched_fused_reg_tall.hip.cpp 2024-08-20T22:14:17.2591487Z #31 22.62 ./tools/codegen.py -p s magmablas_hip/zlarf_batched_fused_sm.hip.cpp 2024-08-20T22:14:17.2593071Z #31 22.62 ./tools/codegen.py -p d magmablas_hip/zlarf_batched_fused_sm.hip.cpp 2024-08-20T22:14:17.3626702Z #31 22.62 ./tools/codegen.py -p c magmablas_hip/zlarf_batched_fused_sm.hip.cpp 2024-08-20T22:14:17.3628315Z #31 22.63 ./tools/codegen.py -p s magmablas_hip/zlaswp_batched.hip.cpp 2024-08-20T22:14:17.3629728Z #31 22.65 ./tools/codegen.py -p d magmablas_hip/zlaswp_batched.hip.cpp 2024-08-20T22:14:17.3631507Z #31 22.66 ./tools/codegen.py -p c magmablas_hip/zlaswp_batched.hip.cpp 2024-08-20T22:14:17.3632942Z #31 22.66 ./tools/codegen.py -p s magmablas_hip/zpotf2_kernels.hip.cpp 2024-08-20T22:14:17.3634315Z #31 22.66 ./tools/codegen.py -p d magmablas_hip/zpotf2_kernels.hip.cpp 2024-08-20T22:14:17.3635766Z #31 22.66 ./tools/codegen.py -p c magmablas_hip/zpotf2_kernels.hip.cpp 2024-08-20T22:14:17.3636692Z #31 22.66 ./tools/codegen.py -p s magmablas_hip/zset_pointer.hip.cpp 2024-08-20T22:14:17.3637702Z #31 22.66 ./tools/codegen.py -p d magmablas_hip/zset_pointer.hip.cpp 2024-08-20T22:14:17.3638781Z #31 22.66 ./tools/codegen.py -p c magmablas_hip/zset_pointer.hip.cpp 2024-08-20T22:14:17.3640086Z #31 22.66 ./tools/codegen.py -p c magmablas_hip/zsyr2k_batched.cpp 2024-08-20T22:14:17.3641508Z #31 22.66 ./tools/codegen.py -p s magmablas_hip/ztrmm_batched_core.hip.cpp 2024-08-20T22:14:17.3643258Z #31 22.66 ./tools/codegen.py -p d magmablas_hip/ztrmm_batched_core.hip.cpp 2024-08-20T22:14:17.3644822Z #31 22.66 ./tools/codegen.py -p c magmablas_hip/ztrmm_batched_core.hip.cpp 2024-08-20T22:14:17.3646240Z #31 22.66 ./tools/codegen.py -p c magmablas_hip/ztrsm_batched.cpp 2024-08-20T22:14:17.3647702Z #31 22.66 ./tools/codegen.py -p d magmablas_hip/ztrsm_batched.cpp 2024-08-20T22:14:17.3649030Z #31 22.66 ./tools/codegen.py -p s magmablas_hip/ztrsm_batched.cpp 2024-08-20T22:14:17.3650449Z #31 22.67 ./tools/codegen.py -p s magmablas_hip/ztrsm_batched_core.cpp 2024-08-20T22:14:17.3652211Z #31 22.67 ./tools/codegen.py -p d magmablas_hip/ztrsm_batched_core.cpp 2024-08-20T22:14:17.3653744Z #31 22.67 ./tools/codegen.py -p c magmablas_hip/ztrsm_batched_core.cpp 2024-08-20T22:14:17.3655399Z #31 22.67 ./tools/codegen.py -p s magmablas_hip/ztrsm_small_batched.hip.cpp 2024-08-20T22:14:17.3656953Z #31 22.67 ./tools/codegen.py -p d magmablas_hip/ztrsm_small_batched.hip.cpp 2024-08-20T22:14:17.3658487Z #31 22.68 ./tools/codegen.py -p c magmablas_hip/ztrsm_small_batched.hip.cpp 2024-08-20T22:14:17.3660005Z #31 22.68 ./tools/codegen.py -p s magmablas_hip/ztrsv_batched.hip.cpp 2024-08-20T22:14:17.3661499Z #31 22.68 ./tools/codegen.py -p d magmablas_hip/ztrsv_batched.hip.cpp 2024-08-20T22:14:17.3662978Z #31 22.68 ./tools/codegen.py -p c magmablas_hip/ztrsv_batched.hip.cpp 2024-08-20T22:14:17.3664547Z #31 22.68 ./tools/codegen.py -p c magmablas_hip/ztrtri_diag_batched.hip.cpp 2024-08-20T22:14:17.3666182Z #31 22.69 ./tools/codegen.py -p d magmablas_hip/ztrtri_diag_batched.hip.cpp 2024-08-20T22:14:17.3670685Z #31 22.69 ./tools/codegen.py -p s magmablas_hip/ztrtri_diag_batched.hip.cpp 2024-08-20T22:14:17.3672502Z #31 22.69 ./tools/codegen.py -p s magmablas_hip/zgetf2_nopiv_kernels.hip.cpp 2024-08-20T22:14:17.3674112Z #31 22.70 ./tools/codegen.py -p d magmablas_hip/zgetf2_nopiv_kernels.hip.cpp 2024-08-20T22:14:17.3675734Z #31 22.70 ./tools/codegen.py -p c magmablas_hip/zgetf2_nopiv_kernels.hip.cpp 2024-08-20T22:14:17.3677331Z #31 22.70 ./tools/codegen.py -p s magmablas_hip/zhemm_vbatched_core.hip.cpp 2024-08-20T22:14:17.3679083Z #31 22.70 ./tools/codegen.py -p d magmablas_hip/zhemm_vbatched_core.hip.cpp 2024-08-20T22:14:17.3680743Z #31 22.73 ./tools/codegen.py -p c magmablas_hip/zhemm_vbatched_core.hip.cpp 2024-08-20T22:14:17.4689966Z #31 22.73 ./tools/codegen.py -p s magmablas_hip/zhemv_vbatched_core.hip.cpp 2024-08-20T22:14:17.4691652Z #31 22.73 ./tools/codegen.py -p d magmablas_hip/zhemv_vbatched_core.hip.cpp 2024-08-20T22:14:17.4693281Z #31 22.73 ./tools/codegen.py -p c magmablas_hip/zhemv_vbatched_core.hip.cpp 2024-08-20T22:14:17.4695076Z #31 22.73 ./tools/codegen.py -p s magmablas_hip/ztrmm_vbatched_core.hip.cpp 2024-08-20T22:14:17.4696685Z #31 22.73 ./tools/codegen.py -p d magmablas_hip/ztrmm_vbatched_core.hip.cpp 2024-08-20T22:14:17.4698259Z #31 22.73 ./tools/codegen.py -p c magmablas_hip/ztrmm_vbatched_core.hip.cpp 2024-08-20T22:14:17.4699864Z #31 22.73 ./tools/codegen.py -p s magmablas_hip/ztrsm_small_vbatched.hip.cpp 2024-08-20T22:14:17.4701506Z #31 22.73 ./tools/codegen.py -p d magmablas_hip/ztrsm_small_vbatched.hip.cpp 2024-08-20T22:14:17.4703173Z #31 22.73 ./tools/codegen.py -p c magmablas_hip/ztrsm_small_vbatched.hip.cpp 2024-08-20T22:14:17.4704901Z #31 22.73 ./tools/codegen.py -p c magmablas_hip/ztrsm_inv_vbatched_core.hip.cpp 2024-08-20T22:14:17.4706609Z #31 22.73 ./tools/codegen.py -p d magmablas_hip/ztrsm_inv_vbatched_core.hip.cpp 2024-08-20T22:14:17.4708277Z #31 22.73 ./tools/codegen.py -p s magmablas_hip/ztrsm_inv_vbatched_core.hip.cpp 2024-08-20T22:14:17.4709867Z #31 22.73 ./tools/codegen.py -p c magmablas_hip/ztrtri_diag_vbatched.hip.cpp 2024-08-20T22:14:17.4711698Z #31 22.73 ./tools/codegen.py -p d magmablas_hip/ztrtri_diag_vbatched.hip.cpp 2024-08-20T22:14:17.4713302Z #31 22.73 ./tools/codegen.py -p s magmablas_hip/ztrtri_diag_vbatched.hip.cpp 2024-08-20T22:14:17.4715079Z #31 22.76 ./tools/codegen.py -p s magmablas_hip/zgemm_vbatched.cpp 2024-08-20T22:14:17.4716610Z #31 22.77 ./tools/codegen.py -p d magmablas_hip/zgemm_vbatched.cpp 2024-08-20T22:14:17.4722140Z #31 22.77 ./tools/codegen.py -p c magmablas_hip/zgemm_vbatched.cpp 2024-08-20T22:14:17.4723610Z #31 22.77 ./tools/codegen.py -p s magmablas_hip/zgemv_vbatched.cpp 2024-08-20T22:14:17.4725056Z #31 22.77 ./tools/codegen.py -p d magmablas_hip/zgemv_vbatched.cpp 2024-08-20T22:14:17.4726515Z #31 22.78 ./tools/codegen.py -p c magmablas_hip/zgemv_vbatched.cpp 2024-08-20T22:14:17.4728007Z #31 22.78 ./tools/codegen.py -p s magmablas_hip/zhemm_vbatched.cpp 2024-08-20T22:14:17.4729383Z #31 22.78 ./tools/codegen.py -p d magmablas_hip/zhemm_vbatched.cpp 2024-08-20T22:14:17.4735951Z #31 22.78 ./tools/codegen.py -p c magmablas_hip/zhemm_vbatched.cpp 2024-08-20T22:14:17.4737561Z #31 22.78 ./tools/codegen.py -p s magmablas_hip/zhemv_vbatched.cpp 2024-08-20T22:14:17.4739057Z #31 22.78 ./tools/codegen.py -p d magmablas_hip/zhemv_vbatched.cpp 2024-08-20T22:14:17.4740532Z #31 22.78 ./tools/codegen.py -p c magmablas_hip/zhemv_vbatched.cpp 2024-08-20T22:14:17.4741810Z #31 22.79 ./tools/codegen.py -p s magmablas_hip/zher2k_vbatched.cpp 2024-08-20T22:14:17.4743189Z #31 22.79 ./tools/codegen.py -p d magmablas_hip/zher2k_vbatched.cpp 2024-08-20T22:14:17.4744609Z #31 22.79 ./tools/codegen.py -p c magmablas_hip/zher2k_vbatched.cpp 2024-08-20T22:14:17.4745993Z #31 22.79 ./tools/codegen.py -p s magmablas_hip/zherk_vbatched.cpp 2024-08-20T22:14:17.4747398Z #31 22.79 ./tools/codegen.py -p d magmablas_hip/zherk_vbatched.cpp 2024-08-20T22:14:17.4748789Z #31 22.79 ./tools/codegen.py -p c magmablas_hip/zherk_vbatched.cpp 2024-08-20T22:14:17.4750546Z #31 22.79 ./tools/codegen.py -p c magmablas_hip/zsyr2k_vbatched.cpp 2024-08-20T22:14:17.4751978Z #31 22.79 ./tools/codegen.py -p c magmablas_hip/zsyrk_vbatched.cpp 2024-08-20T22:14:17.4753366Z #31 22.80 ./tools/codegen.py -p s magmablas_hip/ztrmm_vbatched.cpp 2024-08-20T22:14:17.4754796Z #31 22.80 ./tools/codegen.py -p d magmablas_hip/ztrmm_vbatched.cpp 2024-08-20T22:14:17.4756260Z #31 22.80 ./tools/codegen.py -p c magmablas_hip/ztrmm_vbatched.cpp 2024-08-20T22:14:17.4757729Z #31 22.80 ./tools/codegen.py -p s magmablas_hip/ztrsm_vbatched_core.cpp 2024-08-20T22:14:17.4759239Z #31 22.81 ./tools/codegen.py -p d magmablas_hip/ztrsm_vbatched_core.cpp 2024-08-20T22:14:17.4760779Z #31 22.81 ./tools/codegen.py -p c magmablas_hip/ztrsm_vbatched_core.cpp 2024-08-20T22:14:17.4762192Z #31 22.81 ./tools/codegen.py -p s magmablas_hip/ztrsm_vbatched.cpp 2024-08-20T22:14:17.4763607Z #31 22.81 ./tools/codegen.py -p d magmablas_hip/ztrsm_vbatched.cpp 2024-08-20T22:14:17.4764997Z #31 22.81 ./tools/codegen.py -p c magmablas_hip/ztrsm_vbatched.cpp 2024-08-20T22:14:17.4766448Z #31 22.82 ./tools/codegen.py -p s magmablas_hip/ztrsm_inv_vbatched.cpp 2024-08-20T22:14:17.4767978Z #31 22.82 ./tools/codegen.py -p d magmablas_hip/ztrsm_inv_vbatched.cpp 2024-08-20T22:14:17.4769483Z #31 22.84 ./tools/codegen.py -p c magmablas_hip/ztrsm_inv_vbatched.cpp 2024-08-20T22:14:17.5703081Z #31 22.84 ./tools/codegen.py -p s magmablas_hip/zgetf2_kernels_var.hip.cpp 2024-08-20T22:14:17.5704349Z #31 22.84 ./tools/codegen.py -p d magmablas_hip/zgetf2_kernels_var.hip.cpp 2024-08-20T22:14:17.5705215Z #31 22.85 ./tools/codegen.py -p c magmablas_hip/zgetf2_kernels_var.hip.cpp 2024-08-20T22:14:17.5706043Z #31 22.85 ./tools/codegen.py -p s magmablas_hip/zlaswp_vbatched.hip.cpp 2024-08-20T22:14:17.5706844Z #31 22.85 ./tools/codegen.py -p d magmablas_hip/zlaswp_vbatched.hip.cpp 2024-08-20T22:14:17.5707657Z #31 22.85 ./tools/codegen.py -p c magmablas_hip/zlaswp_vbatched.hip.cpp 2024-08-20T22:14:17.5708484Z #31 22.85 ./tools/codegen.py -p s magmablas_hip/zpotf2_kernels_var.hip.cpp 2024-08-20T22:14:17.5709322Z #31 22.85 ./tools/codegen.py -p d magmablas_hip/zpotf2_kernels_var.hip.cpp 2024-08-20T22:14:17.5710155Z #31 22.85 ./tools/codegen.py -p c magmablas_hip/zpotf2_kernels_var.hip.cpp 2024-08-20T22:14:17.5710943Z #31 22.85 ./tools/codegen.py -p s magmablas_hip/blas_zbatched.cpp 2024-08-20T22:14:17.5711671Z #31 22.85 ./tools/codegen.py -p d magmablas_hip/blas_zbatched.cpp 2024-08-20T22:14:17.5712406Z #31 22.85 ./tools/codegen.py -p c magmablas_hip/blas_zbatched.cpp 2024-08-20T22:14:17.5714963Z #31 22.86 ./tools/codegen.py -p c magmablas_hip/zposv_irgmres_kernels.hip.cpp 2024-08-20T22:14:17.5715839Z #31 22.86 ./tools/codegen.py -p d magmablas_hip/zposv_irgmres_kernels.hip.cpp 2024-08-20T22:14:17.5716718Z #31 22.87 ./tools/codegen.py -p s magmablas_hip/zposv_irgmres_kernels.hip.cpp 2024-08-20T22:14:17.5718368Z #31 22.91 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_f77.o control/magma_f77.cpp 2024-08-20T22:14:17.5720120Z #31 22.91 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c99 -fPIC -o control/sizeptr control/sizeptr.o 2024-08-20T22:14:17.5721773Z #31 22.91 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/abs.o control/abs.cpp 2024-08-20T22:14:17.5723963Z #31 22.92 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/affinity.o control/affinity.cpp 2024-08-20T22:14:17.5726206Z #31 22.93 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/auxiliary.o control/auxiliary.cpp 2024-08-20T22:14:17.5728556Z #31 22.93 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/constants.o control/constants.cpp 2024-08-20T22:14:17.5731213Z #31 22.94 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/get_batched_crossover.o control/get_batched_crossover.cpp 2024-08-20T22:14:17.6728154Z #31 22.94 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/get_batched_gemm_decision.o control/get_batched_gemm_decision.cpp 2024-08-20T22:14:17.6732008Z #31 22.95 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/get_batched_gbtrf_params.o control/get_batched_gbtrf_params.cpp 2024-08-20T22:14:17.6735372Z #31 22.95 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/get_nb.o control/get_nb.cpp 2024-08-20T22:14:17.6738640Z #31 22.96 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/get_ntcol.o control/get_ntcol.cpp 2024-08-20T22:14:17.6742031Z #31 22.97 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_bulge.o control/magma_bulge.cpp 2024-08-20T22:14:17.6745737Z #31 22.97 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_threadsetting.o control/magma_threadsetting.cpp 2024-08-20T22:14:17.6749383Z #31 22.98 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_timer.o control/magma_timer.cpp 2024-08-20T22:14:17.6753399Z #31 22.99 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_winthread.o control/magma_winthread.cpp 2024-08-20T22:14:17.6757495Z #31 22.99 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_yield.o control/magma_yield.cpp 2024-08-20T22:14:17.6761986Z #31 23.00 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_zauxiliary.o control/magma_zauxiliary.cpp 2024-08-20T22:14:17.6766136Z #31 23.00 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_zbulge.o control/magma_zbulge.cpp 2024-08-20T22:14:17.6770510Z #31 23.01 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_znan_inf.o control/magma_znan_inf.cpp 2024-08-20T22:14:17.6774944Z #31 23.01 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/pthread_barrier.o control/pthread_barrier.cpp 2024-08-20T22:14:17.6779280Z #31 23.02 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/sqrt.o control/sqrt.cpp 2024-08-20T22:14:17.6783335Z #31 23.03 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/strlcpy.o control/strlcpy.cpp 2024-08-20T22:14:17.6787866Z #31 23.03 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/thread_queue.o control/thread_queue.cpp 2024-08-20T22:14:17.6792168Z #31 23.04 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/trace.o control/trace.cpp 2024-08-20T22:14:17.7800093Z #31 23.05 touch control/sizeptr 2024-08-20T22:14:17.7802982Z #31 23.05 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/xerbla.o control/xerbla.cpp 2024-08-20T22:14:17.7807043Z #31 23.05 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/zpanel_to_q.o control/zpanel_to_q.cpp 2024-08-20T22:14:17.7810894Z #31 23.06 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/zprint.o control/zprint.cpp 2024-08-20T22:14:17.7813208Z #31 23.07 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/iprint.o control/iprint.cpp 2024-08-20T22:14:17.7815603Z #31 23.08 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_sf77.o control/magma_sf77.cpp 2024-08-20T22:14:17.7817900Z #31 23.08 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_df77.o control/magma_df77.cpp 2024-08-20T22:14:17.7820887Z #31 23.09 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_cf77.o control/magma_cf77.cpp 2024-08-20T22:14:17.7824431Z #31 23.10 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_zf77.o control/magma_zf77.cpp 2024-08-20T22:14:17.7826766Z #31 23.11 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magmablas_sf77.o control/magmablas_sf77.cpp 2024-08-20T22:14:17.7829361Z #31 23.11 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magmablas_df77.o control/magmablas_df77.cpp 2024-08-20T22:14:17.7834079Z #31 23.12 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magmablas_cf77.o control/magmablas_cf77.cpp 2024-08-20T22:14:17.7838595Z #31 23.13 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magmablas_zf77.o control/magmablas_zf77.cpp 2024-08-20T22:14:17.7842621Z #31 23.14 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cblas_z.o src/cblas_z.cpp 2024-08-20T22:14:17.7846534Z #31 23.15 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zcposv_gpu.o src/zcposv_gpu.cpp 2024-08-20T22:14:18.0253405Z #31 23.16 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zposv_gpu.o src/zposv_gpu.cpp 2024-08-20T22:14:18.0258074Z #31 23.16 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotrf_gpu.o src/zpotrf_gpu.cpp 2024-08-20T22:14:18.0262589Z #31 23.17 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotri_gpu.o src/zpotri_gpu.cpp 2024-08-20T22:14:18.0266962Z #31 23.18 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotrs_gpu.o src/zpotrs_gpu.cpp 2024-08-20T22:14:18.0271410Z #31 23.19 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlauum_gpu.o src/zlauum_gpu.cpp 2024-08-20T22:14:18.0275496Z #31 23.20 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ztrtri_gpu.o src/ztrtri_gpu.cpp 2024-08-20T22:14:18.0279581Z #31 23.21 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotrf_mgpu.o src/zpotrf_mgpu.cpp 2024-08-20T22:14:18.0283832Z #31 23.21 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotrf_mgpu_right.o src/zpotrf_mgpu_right.cpp 2024-08-20T22:14:18.0288415Z #31 23.22 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotrf3_mgpu.o src/zpotrf3_mgpu.cpp 2024-08-20T22:14:18.0292300Z #31 23.23 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zposv.o src/zposv.cpp 2024-08-20T22:14:18.0296158Z #31 23.24 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotrf.o src/zpotrf.cpp 2024-08-20T22:14:18.7653833Z #31 24.13 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotri.o src/zpotri.cpp 2024-08-20T22:14:19.0127598Z #31 24.22 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlauum.o src/zlauum.cpp 2024-08-20T22:14:19.0132246Z #31 24.23 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ztrtri.o src/ztrtri.cpp 2024-08-20T22:14:20.1083814Z #31 25.47 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotrf_m.o src/zpotrf_m.cpp 2024-08-20T22:14:20.2635196Z #31 25.63 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/shpotrf_gpu.o src/shpotrf_gpu.cpp 2024-08-20T22:14:20.4463458Z #31 25.72 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dfgmres_spd_gpu.o src/dfgmres_spd_gpu.cpp 2024-08-20T22:14:20.4468085Z #31 25.81 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dshposv_gmres_gpu.o src/dshposv_gmres_gpu.cpp 2024-08-20T22:14:20.5648621Z #31 25.83 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zcgesv_gpu.o src/zcgesv_gpu.cpp 2024-08-20T22:14:20.5653163Z #31 25.88 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zcgetrs_gpu.o src/zcgetrs_gpu.cpp 2024-08-20T22:14:20.5657411Z #31 25.90 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgmres_plu_gpu.o src/dgmres_plu_gpu.cpp 2024-08-20T22:14:20.5661702Z #31 25.93 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dxgesv_gmres_gpu.o src/dxgesv_gmres_gpu.cpp 2024-08-20T22:14:20.6988498Z #31 25.94 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/xshgetrf_gpu.o src/xshgetrf_gpu.cpp 2024-08-20T22:14:20.6993019Z #31 25.95 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/xhsgetrf_gpu.o src/xhsgetrf_gpu.cpp 2024-08-20T22:14:20.6997480Z #31 25.96 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgerfs_nopiv_gpu.o src/zgerfs_nopiv_gpu.cpp 2024-08-20T22:14:20.7001911Z #31 25.97 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgesv_gpu.o src/zgesv_gpu.cpp 2024-08-20T22:14:20.7006356Z #31 25.99 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgesv_nopiv_gpu.o src/zgesv_nopiv_gpu.cpp 2024-08-20T22:14:20.7010944Z #31 26.00 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrf_gpu.o src/zgetrf_gpu.cpp 2024-08-20T22:14:20.7015456Z #31 26.02 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrf_nopiv_gpu.o src/zgetrf_nopiv_gpu.cpp 2024-08-20T22:14:20.7019749Z #31 26.06 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetri_gpu.o src/zgetri_gpu.cpp 2024-08-20T22:14:20.7990888Z #31 26.08 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrs_gpu.o src/zgetrs_gpu.cpp 2024-08-20T22:14:20.7995462Z #31 26.09 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrs_nopiv_gpu.o src/zgetrs_nopiv_gpu.cpp 2024-08-20T22:14:20.8000320Z #31 26.10 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrf_mgpu.o src/zgetrf_mgpu.cpp 2024-08-20T22:14:20.8004687Z #31 26.13 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrf2_mgpu.o src/zgetrf2_mgpu.cpp 2024-08-20T22:14:20.8009083Z #31 26.15 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgerbt_gpu.o src/zgerbt_gpu.cpp 2024-08-20T22:14:20.8013430Z #31 26.17 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgbsv_gpu.o src/zgbsv_gpu.cpp 2024-08-20T22:14:20.9039762Z #31 26.18 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgbtrf_gpu.o src/zgbtrf_gpu.cpp 2024-08-20T22:14:20.9044202Z #31 26.21 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgesv.o src/zgesv.cpp 2024-08-20T22:14:20.9048463Z #31 26.22 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgesv_rbt.o src/zgesv_rbt.cpp 2024-08-20T22:14:20.9052753Z #31 26.23 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrf.o src/zgetrf.cpp 2024-08-20T22:14:20.9057250Z #31 26.24 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetf2_nopiv.o src/zgetf2_nopiv.cpp 2024-08-20T22:14:20.9061748Z #31 26.25 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrf_nopiv.o src/zgetrf_nopiv.cpp 2024-08-20T22:14:20.9066025Z #31 26.26 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrf_m.o src/zgetrf_m.cpp 2024-08-20T22:14:20.9070373Z #31 26.27 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zcgeqrsv_gpu.o src/zcgeqrsv_gpu.cpp 2024-08-20T22:14:21.0232416Z #31 26.29 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgelqf_gpu.o src/zgelqf_gpu.cpp 2024-08-20T22:14:21.0236820Z #31 26.30 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgels3_gpu.o src/zgels3_gpu.cpp 2024-08-20T22:14:21.0241116Z #31 26.31 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgels_gpu.o src/zgels_gpu.cpp 2024-08-20T22:14:21.0245393Z #31 26.32 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgegqr_gpu.o src/zgegqr_gpu.cpp 2024-08-20T22:14:21.0250083Z #31 26.33 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqrf2_gpu.o src/zgeqrf2_gpu.cpp 2024-08-20T22:14:21.0254622Z #31 26.34 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqrf3_gpu.o src/zgeqrf3_gpu.cpp 2024-08-20T22:14:21.0259251Z #31 26.35 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqrf_gpu.o src/zgeqrf_gpu.cpp 2024-08-20T22:14:21.0263561Z #31 26.36 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqr2x_gpu.o src/zgeqr2x_gpu.cpp 2024-08-20T22:14:21.0268009Z #31 26.37 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqr2x_gpu-v2.o src/zgeqr2x_gpu-v2.cpp 2024-08-20T22:14:21.0272577Z #31 26.39 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqr2x_gpu-v3.o src/zgeqr2x_gpu-v3.cpp 2024-08-20T22:14:21.2550014Z #31 26.41 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqrs3_gpu.o src/zgeqrs3_gpu.cpp 2024-08-20T22:14:21.2554291Z #31 26.47 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqrs_gpu.o src/zgeqrs_gpu.cpp 2024-08-20T22:14:21.2625867Z #31 26.63 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlarfb_gpu.o src/zlarfb_gpu.cpp 2024-08-20T22:14:21.4517040Z #31 26.67 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlarfb_gpu_gemm.o src/zlarfb_gpu_gemm.cpp 2024-08-20T22:14:21.6589131Z #31 27.03 src/zpotrf_m.cpp:103:33: warning: variable 'time_sum' set but not used [-Wunused-but-set-variable] 2024-08-20T22:14:21.8159436Z #31 27.03 magma_timer_t time_total=0, time_sum=0, time=0; 2024-08-20T22:14:21.8160414Z #31 27.03 ^ 2024-08-20T22:14:21.8161345Z #31 27.06 1 warning generated when compiling for gfx906. 2024-08-20T22:14:21.8164410Z #31 27.18 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zungqr_gpu.o src/zungqr_gpu.cpp 2024-08-20T22:14:21.9594650Z #31 27.33 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zunmql2_gpu.o src/zunmql2_gpu.cpp 2024-08-20T22:14:22.1882869Z #31 27.38 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zunmqr2_gpu.o src/zunmqr2_gpu.cpp 2024-08-20T22:14:22.1887346Z #31 27.40 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zunmqr_gpu.o src/zunmqr_gpu.cpp 2024-08-20T22:14:22.4634414Z #31 27.83 src/zgetrf_m.cpp:135:55: warning: variable 'time_set' set but not used [-Wunused-but-set-variable] 2024-08-20T22:14:22.6544081Z #31 27.83 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:14:22.6545894Z #31 27.83 ^ 2024-08-20T22:14:22.6547896Z #31 27.83 src/zgetrf_m.cpp:135:67: warning: variable 'time_get' set but not used [-Wunused-but-set-variable] 2024-08-20T22:14:22.6549849Z #31 27.83 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:14:22.6551234Z #31 27.83 ^ 2024-08-20T22:14:22.6553052Z #31 27.83 src/zgetrf_m.cpp:135:79: warning: variable 'time_comp' set but not used [-Wunused-but-set-variable] 2024-08-20T22:14:22.6555221Z #31 27.83 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:14:22.6556557Z #31 27.83 ^ 2024-08-20T22:14:22.6557592Z #31 27.87 3 warnings generated when compiling for gfx906. 2024-08-20T22:14:23.2225936Z #31 28.44 src/zpotrf_m.cpp:103:33: warning: variable 'time_sum' set but not used [-Wunused-but-set-variable] 2024-08-20T22:14:23.2227500Z #31 28.44 magma_timer_t time_total=0, time_sum=0, time=0; 2024-08-20T22:14:23.2228384Z #31 28.44 ^ 2024-08-20T22:14:23.2599778Z #31 28.63 1 warning generated when compiling for host. 2024-08-20T22:14:23.3616029Z #31 28.64 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqrf_mgpu.o src/zgeqrf_mgpu.cpp 2024-08-20T22:14:23.3620645Z #31 28.73 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqp3_gpu.o src/zgeqp3_gpu.cpp 2024-08-20T22:14:23.4752730Z #31 28.84 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlaqps_gpu.o src/zlaqps_gpu.cpp 2024-08-20T22:14:23.5814724Z #31 28.92 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgelqf.o src/zgelqf.cpp 2024-08-20T22:14:23.5818212Z #31 28.93 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgels.o src/zgels.cpp 2024-08-20T22:14:23.5821794Z #31 28.95 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqlf.o src/zgeqlf.cpp 2024-08-20T22:14:23.6934327Z #31 28.98 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqrf.o src/zgeqrf.cpp 2024-08-20T22:14:23.6938474Z #31 29.01 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqrf_ooc.o src/zgeqrf_ooc.cpp 2024-08-20T22:14:23.6942638Z #31 29.03 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgglse.o src/zgglse.cpp 2024-08-20T22:14:23.6946477Z #31 29.06 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zggrqf.o src/zggrqf.cpp 2024-08-20T22:14:23.7991095Z #31 29.07 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zunglq.o src/zunglq.cpp 2024-08-20T22:14:23.7995252Z #31 29.08 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zungqr.o src/zungqr.cpp 2024-08-20T22:14:23.7999397Z #31 29.10 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zungqr2.o src/zungqr2.cpp 2024-08-20T22:14:23.8003828Z #31 29.11 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zunmlq.o src/zunmlq.cpp 2024-08-20T22:14:23.8007964Z #31 29.14 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zunmql.o src/zunmql.cpp 2024-08-20T22:14:23.8012299Z #31 29.15 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zunmqr.o src/zunmqr.cpp 2024-08-20T22:14:23.8016533Z #31 29.17 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zunmrq.o src/zunmrq.cpp 2024-08-20T22:14:23.9081748Z #31 29.20 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqp3.o src/zgeqp3.cpp 2024-08-20T22:14:23.9085637Z #31 29.23 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlaqps.o src/zlaqps.cpp 2024-08-20T22:14:23.9089760Z #31 29.25 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqrf_m.o src/zgeqrf_m.cpp 2024-08-20T22:14:23.9093680Z #31 29.26 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zungqr_m.o src/zungqr_m.cpp 2024-08-20T22:14:24.0202080Z #31 29.27 src/zgetrf_m.cpp:135:55: warning: variable 'time_set' set but not used [-Wunused-but-set-variable] 2024-08-20T22:14:24.0204140Z #31 29.27 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:14:24.0205537Z #31 29.27 ^ 2024-08-20T22:14:24.0207241Z #31 29.27 src/zgetrf_m.cpp:135:67: warning: variable 'time_get' set but not used [-Wunused-but-set-variable] 2024-08-20T22:14:24.0209160Z #31 29.27 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:14:24.0210601Z #31 29.27 ^ 2024-08-20T22:14:24.0212597Z #31 29.27 src/zgetrf_m.cpp:135:79: warning: variable 'time_comp' set but not used [-Wunused-but-set-variable] 2024-08-20T22:14:24.0214666Z #31 29.27 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:14:24.0216033Z #31 29.27 ^ 2024-08-20T22:14:24.0218679Z #31 29.31 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zunmqr_m.o src/zunmqr_m.cpp 2024-08-20T22:14:24.0222702Z #31 29.32 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhetrf_gpu.o src/zhetrf_gpu.cpp 2024-08-20T22:14:24.0226955Z #31 29.34 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zchesv_gpu.o src/zchesv_gpu.cpp 2024-08-20T22:14:24.0231150Z #31 29.34 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhesv.o src/zhesv.cpp 2024-08-20T22:14:24.0235176Z #31 29.35 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhetrf.o src/zhetrf.cpp 2024-08-20T22:14:24.0239320Z #31 29.37 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsidi.o src/dsidi.cpp 2024-08-20T22:14:24.0243276Z #31 29.39 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhetrf_aasen.o src/zhetrf_aasen.cpp 2024-08-20T22:14:24.1241493Z #31 29.41 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhetrf_nopiv.o src/zhetrf_nopiv.cpp 2024-08-20T22:14:24.1246047Z #31 29.42 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhetrf_nopiv_cpu.o src/zhetrf_nopiv_cpu.cpp 2024-08-20T22:14:24.1250483Z #31 29.43 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zsytrf_nopiv_cpu.o src/zsytrf_nopiv_cpu.cpp 2024-08-20T22:14:24.1255146Z #31 29.44 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhetrf_nopiv_gpu.o src/zhetrf_nopiv_gpu.cpp 2024-08-20T22:14:24.1259947Z #31 29.46 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zsytrf_nopiv_gpu.o src/zsytrf_nopiv_gpu.cpp 2024-08-20T22:14:24.1262526Z #31 29.46 3 warnings generated when compiling for host. 2024-08-20T22:14:24.1265431Z #31 29.48 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhetrs_nopiv_gpu.o src/zhetrs_nopiv_gpu.cpp 2024-08-20T22:14:24.1269521Z #31 29.49 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zsytrs_nopiv_gpu.o src/zsytrs_nopiv_gpu.cpp 2024-08-20T22:14:24.2361107Z #31 29.50 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhesv_nopiv_gpu.o src/zhesv_nopiv_gpu.cpp 2024-08-20T22:14:24.2365687Z #31 29.51 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zsysv_nopiv_gpu.o src/zsysv_nopiv_gpu.cpp 2024-08-20T22:14:24.2369943Z #31 29.53 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlahef_gpu.o src/zlahef_gpu.cpp 2024-08-20T22:14:24.2374472Z #31 29.54 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsyevd_gpu.o src/dsyevd_gpu.cpp 2024-08-20T22:14:24.2378509Z #31 29.60 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsyevdx_gpu.o src/dsyevdx_gpu.cpp 2024-08-20T22:14:24.3675020Z #31 29.64 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zheevd_gpu.o src/zheevd_gpu.cpp 2024-08-20T22:14:24.3679328Z #31 29.73 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zheevdx_gpu.o src/zheevdx_gpu.cpp 2024-08-20T22:14:24.5746996Z #31 29.79 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zheevr_gpu.o src/zheevr_gpu.cpp 2024-08-20T22:14:24.7366753Z #31 30.10 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zheevx_gpu.o src/zheevx_gpu.cpp 2024-08-20T22:14:24.8993752Z #31 30.27 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhetrd2_gpu.o src/zhetrd2_gpu.cpp 2024-08-20T22:14:25.0827464Z #31 30.45 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhetrd_gpu.o src/zhetrd_gpu.cpp 2024-08-20T22:14:25.3043983Z #31 30.47 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zunmtr_gpu.o src/zunmtr_gpu.cpp 2024-08-20T22:14:25.3048298Z #31 30.52 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsyevd.o src/dsyevd.cpp 2024-08-20T22:14:26.4449852Z #31 31.81 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsyevdx.o src/dsyevdx.cpp 2024-08-20T22:14:26.6139658Z #31 31.83 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zheevd.o src/zheevd.cpp 2024-08-20T22:14:26.6201569Z #31 31.99 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zheevdx.o src/zheevdx.cpp 2024-08-20T22:14:26.7233202Z #31 32.01 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zheevr.o src/zheevr.cpp 2024-08-20T22:14:26.7237398Z #31 32.06 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zheevx.o src/zheevx.cpp 2024-08-20T22:14:26.7241445Z #31 32.07 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlaex0.o src/dlaex0.cpp 2024-08-20T22:14:26.7245497Z #31 32.09 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlaex1.o src/dlaex1.cpp 2024-08-20T22:14:26.8336213Z #31 32.10 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlaex3.o src/dlaex3.cpp 2024-08-20T22:14:26.8340388Z #31 32.12 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dmove_eig.o src/dmove_eig.cpp 2024-08-20T22:14:26.8344371Z #31 32.14 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dstedx.o src/dstedx.cpp 2024-08-20T22:14:26.8348412Z #31 32.17 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhetrd.o src/zhetrd.cpp 2024-08-20T22:14:26.8352453Z #31 32.20 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlatrd.o src/zlatrd.cpp 2024-08-20T22:14:26.9411486Z #31 32.22 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlatrd2.o src/zlatrd2.cpp 2024-08-20T22:14:26.9416292Z #31 32.24 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zstedx.o src/zstedx.cpp 2024-08-20T22:14:26.9420518Z #31 32.25 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zungtr.o src/zungtr.cpp 2024-08-20T22:14:26.9424722Z #31 32.27 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zunmtr.o src/zunmtr.cpp 2024-08-20T22:14:26.9429108Z #31 32.28 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhetrd_mgpu.o src/zhetrd_mgpu.cpp 2024-08-20T22:14:26.9433732Z #31 32.29 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlatrd_mgpu.o src/zlatrd_mgpu.cpp 2024-08-20T22:14:26.9438072Z #31 32.31 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsyevd_m.o src/dsyevd_m.cpp 2024-08-20T22:14:27.0444386Z #31 32.37 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zheevd_m.o src/zheevd_m.cpp 2024-08-20T22:14:27.0448701Z #31 32.39 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsyevdx_m.o src/dsyevdx_m.cpp 2024-08-20T22:14:27.0452834Z #31 32.41 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zheevdx_m.o src/zheevdx_m.cpp 2024-08-20T22:14:27.1751292Z #31 32.42 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlaex0_m.o src/dlaex0_m.cpp 2024-08-20T22:14:27.1755446Z #31 32.44 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlaex1_m.o src/dlaex1_m.cpp 2024-08-20T22:14:27.1759417Z #31 32.46 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlaex3_m.o src/dlaex3_m.cpp 2024-08-20T22:14:27.1763396Z #31 32.47 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dstedx_m.o src/dstedx_m.cpp 2024-08-20T22:14:27.1767358Z #31 32.50 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zstedx_m.o src/zstedx_m.cpp 2024-08-20T22:14:27.1771272Z #31 32.54 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zunmtr_m.o src/zunmtr_m.cpp 2024-08-20T22:14:27.2787343Z #31 32.56 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zbulge_applyQ_v2.o src/zbulge_applyQ_v2.cpp 2024-08-20T22:14:27.2791780Z #31 32.57 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhetrd_he2hb.o src/zhetrd_he2hb.cpp 2024-08-20T22:14:27.2796113Z #31 32.58 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhetrd_hb2st.o src/zhetrd_hb2st.cpp 2024-08-20T22:14:27.2800738Z #31 32.60 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zbulge_back.o src/zbulge_back.cpp 2024-08-20T22:14:27.2805202Z #31 32.65 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zungqr_2stage_gpu.o src/zungqr_2stage_gpu.cpp 2024-08-20T22:14:27.3802998Z #31 32.67 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zunmqr_2stage_gpu.o src/zunmqr_2stage_gpu.cpp 2024-08-20T22:14:27.3807665Z #31 32.68 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhegvdx_2stage.o src/zhegvdx_2stage.cpp 2024-08-20T22:14:27.3811830Z #31 32.69 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zheevdx_2stage.o src/zheevdx_2stage.cpp 2024-08-20T22:14:27.3816107Z #31 32.71 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zbulge_back_m.o src/zbulge_back_m.cpp 2024-08-20T22:14:27.3820555Z #31 32.75 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zbulge_applyQ_v2_m.o src/zbulge_applyQ_v2_m.cpp 2024-08-20T22:14:27.4900451Z #31 32.76 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zheevdx_2stage_m.o src/zheevdx_2stage_m.cpp 2024-08-20T22:14:27.4905013Z #31 32.79 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhegvdx_2stage_m.o src/zhegvdx_2stage_m.cpp 2024-08-20T22:14:27.4909484Z #31 32.86 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhetrd_he2hb_mgpu.o src/zhetrd_he2hb_mgpu.cpp 2024-08-20T22:14:27.7195067Z #31 32.94 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/core_zlarfy.o src/core_zlarfy.cpp 2024-08-20T22:14:27.8784982Z #31 33.24 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/core_zhbtype1cb.o src/core_zhbtype1cb.cpp 2024-08-20T22:14:28.0132941Z #31 33.29 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/core_zhbtype2cb.o src/core_zhbtype2cb.cpp 2024-08-20T22:14:28.0137449Z #31 33.38 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/core_zhbtype3cb.o src/core_zhbtype3cb.cpp 2024-08-20T22:14:28.1868999Z #31 33.55 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsygvd.o src/dsygvd.cpp 2024-08-20T22:14:28.3111963Z #31 33.58 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsygvdx.o src/dsygvdx.cpp 2024-08-20T22:14:28.3116079Z #31 33.63 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhegst.o src/zhegst.cpp 2024-08-20T22:14:28.3119411Z #31 33.64 src/dlaex0.cpp:114:17: warning: variable 'curlvl' set but not used [-Wunused-but-set-variable] 2024-08-20T22:14:28.3121054Z #31 33.64 magma_int_t curlvl, i, indxq; 2024-08-20T22:14:28.3121821Z #31 33.64 ^ 2024-08-20T22:14:28.3123309Z #31 33.64 src/dlaex0.cpp:116:33: warning: variable 'tlvls' set but not used [-Wunused-but-set-variable] 2024-08-20T22:14:28.3124778Z #31 33.64 magma_int_t submat, subpbs, tlvls; 2024-08-20T22:14:28.3125583Z #31 33.64 ^ 2024-08-20T22:14:28.3126733Z #31 33.68 2 warnings generated when compiling for gfx906. 2024-08-20T22:14:28.6196045Z #31 33.99 src/dlaex0_m.cpp:117:17: warning: variable 'curlvl' set but not used [-Wunused-but-set-variable] 2024-08-20T22:14:28.6197607Z #31 33.99 magma_int_t curlvl, i, indxq; 2024-08-20T22:14:28.8086981Z #31 33.99 ^ 2024-08-20T22:14:28.8088921Z #31 33.99 src/dlaex0_m.cpp:119:33: warning: variable 'tlvls' set but not used [-Wunused-but-set-variable] 2024-08-20T22:14:28.8090551Z #31 33.99 magma_int_t submat, subpbs, tlvls; 2024-08-20T22:14:28.8092021Z #31 33.99 ^ 2024-08-20T22:14:28.8092982Z #31 34.02 2 warnings generated when compiling for gfx906. 2024-08-20T22:14:29.5455492Z #31 34.91 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhegvd.o src/zhegvd.cpp 2024-08-20T22:14:29.6965636Z #31 34.95 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhegvdx.o src/zhegvdx.cpp 2024-08-20T22:14:29.6969808Z #31 35.06 src/dlaex0.cpp:114:17: warning: variable 'curlvl' set but not used [-Wunused-but-set-variable] 2024-08-20T22:14:29.6971727Z #31 35.06 magma_int_t curlvl, i, indxq; 2024-08-20T22:14:29.8128701Z #31 35.06 ^ 2024-08-20T22:14:29.8131447Z #31 35.06 src/dlaex0.cpp:116:33: warning: variable 'tlvls' set but not used [-Wunused-but-set-variable] 2024-08-20T22:14:29.8133455Z #31 35.06 magma_int_t submat, subpbs, tlvls; 2024-08-20T22:14:29.8134677Z #31 35.06 ^ 2024-08-20T22:14:29.8137444Z #31 35.11 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhegvr.o src/zhegvr.cpp 2024-08-20T22:14:29.8140120Z #31 35.16 2 warnings generated when compiling for host. 2024-08-20T22:14:29.8143093Z #31 35.16 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhegvx.o src/zhegvx.cpp 2024-08-20T22:14:29.8147595Z #31 35.18 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhegst_gpu.o src/zhegst_gpu.cpp 2024-08-20T22:14:29.9353293Z #31 35.20 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhegst_m.o src/zhegst_m.cpp 2024-08-20T22:14:29.9358411Z #31 35.21 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsygvd_m.o src/dsygvd_m.cpp 2024-08-20T22:14:29.9362859Z #31 35.24 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhegvd_m.o src/zhegvd_m.cpp 2024-08-20T22:14:29.9367243Z #31 35.28 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsygvdx_m.o src/dsygvdx_m.cpp 2024-08-20T22:14:29.9371663Z #31 35.30 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zhegvdx_m.o src/zhegvdx_m.cpp 2024-08-20T22:14:30.0417257Z #31 35.34 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ztrsm_m.o src/ztrsm_m.cpp 2024-08-20T22:14:30.0422459Z #31 35.36 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeev.o src/dgeev.cpp 2024-08-20T22:14:30.0427443Z #31 35.37 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeev.o src/zgeev.cpp 2024-08-20T22:14:30.0432013Z #31 35.38 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgehrd.o src/zgehrd.cpp 2024-08-20T22:14:30.0436749Z #31 35.39 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgehrd2.o src/zgehrd2.cpp 2024-08-20T22:14:30.0444486Z #31 35.39 src/dlaex0_m.cpp:117:17: warning: variable 'curlvl' set but not used [-Wunused-but-set-variable] 2024-08-20T22:14:30.0445952Z #31 35.39 magma_int_t curlvl, i, indxq; 2024-08-20T22:14:30.0446735Z #31 35.39 ^ 2024-08-20T22:14:30.0448649Z #31 35.39 src/dlaex0_m.cpp:119:33: warning: variable 'tlvls' set but not used [-Wunused-but-set-variable] 2024-08-20T22:14:30.0450180Z #31 35.39 magma_int_t submat, subpbs, tlvls; 2024-08-20T22:14:30.0451049Z #31 35.39 ^ 2024-08-20T22:14:30.0453673Z #31 35.40 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlahr2.o src/zlahr2.cpp 2024-08-20T22:14:30.0457807Z #31 35.41 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlahru.o src/zlahru.cpp 2024-08-20T22:14:30.1446926Z #31 35.47 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlaln2.o src/dlaln2.cpp 2024-08-20T22:14:30.1450981Z #31 35.49 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlaqtrsd.o src/dlaqtrsd.cpp 2024-08-20T22:14:30.1453342Z #31 35.51 2 warnings generated when compiling for host. 2024-08-20T22:14:30.2543489Z #31 35.52 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlatrsd.o src/zlatrsd.cpp 2024-08-20T22:14:30.2547596Z #31 35.53 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dtrevc3.o src/dtrevc3.cpp 2024-08-20T22:14:30.2551593Z #31 35.54 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dtrevc3_mt.o src/dtrevc3_mt.cpp 2024-08-20T22:14:30.2555542Z #31 35.56 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ztrevc3.o src/ztrevc3.cpp 2024-08-20T22:14:30.2559367Z #31 35.58 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ztrevc3_mt.o src/ztrevc3_mt.cpp 2024-08-20T22:14:30.2563050Z #31 35.61 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zunghr.o src/zunghr.cpp 2024-08-20T22:14:30.2567056Z #31 35.62 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeev_m.o src/dgeev_m.cpp 2024-08-20T22:14:30.3808413Z #31 35.64 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeev_m.o src/zgeev_m.cpp 2024-08-20T22:14:30.3812516Z #31 35.67 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgehrd_m.o src/zgehrd_m.cpp 2024-08-20T22:14:30.3817057Z #31 35.69 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlahr2_m.o src/zlahr2_m.cpp 2024-08-20T22:14:30.3821122Z #31 35.71 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlahru_m.o src/zlahru_m.cpp 2024-08-20T22:14:30.3825393Z #31 35.75 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zunghr_m.o src/zunghr_m.cpp 2024-08-20T22:14:30.5471634Z #31 35.76 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgesdd.o src/dgesdd.cpp 2024-08-20T22:14:30.5476030Z #31 35.78 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgesdd.o src/zgesdd.cpp 2024-08-20T22:14:30.5479967Z #31 35.79 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgesvd.o src/dgesvd.cpp 2024-08-20T22:14:30.5483960Z #31 35.80 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgesvd.o src/zgesvd.cpp 2024-08-20T22:14:30.5487722Z #31 35.83 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgebrd.o src/zgebrd.cpp 2024-08-20T22:14:30.5491572Z #31 35.84 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlabrd_gpu.o src/zlabrd_gpu.cpp 2024-08-20T22:14:30.5495568Z #31 35.91 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zungbr.o src/zungbr.cpp 2024-08-20T22:14:30.7749158Z #31 35.97 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zunmbr.o src/zunmbr.cpp 2024-08-20T22:14:30.7753503Z #31 35.99 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgbsv_batched.o src/zgbsv_batched.cpp 2024-08-20T22:14:30.8180426Z #31 36.18 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgbtrf_batched.o src/zgbtrf_batched.cpp 2024-08-20T22:14:30.9782722Z #31 36.23 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgbtrs_batched.o src/zgbtrs_batched.cpp 2024-08-20T22:14:30.9786952Z #31 36.34 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetf2_batched.o src/zgetf2_batched.cpp 2024-08-20T22:14:31.2222225Z #31 36.44 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetf2_nopiv_batched.o src/zgetf2_nopiv_batched.cpp 2024-08-20T22:14:31.2940486Z #31 36.66 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrf_panel_batched.o src/zgetrf_panel_batched.cpp 2024-08-20T22:14:31.4797781Z #31 36.70 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrf_panel_nopiv_batched.o src/zgetrf_panel_nopiv_batched.cpp 2024-08-20T22:14:31.4802370Z #31 36.74 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrf_batched.o src/zgetrf_batched.cpp 2024-08-20T22:14:31.4806706Z #31 36.85 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrf_nopiv_batched.o src/zgetrf_nopiv_batched.cpp 2024-08-20T22:14:32.6642762Z #31 38.03 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrs_batched.o src/zgetrs_batched.cpp 2024-08-20T22:14:32.8722664Z #31 38.09 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrs_nopiv_batched.o src/zgetrs_nopiv_batched.cpp 2024-08-20T22:14:32.8736781Z #31 38.24 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgesv_batched.o src/zgesv_batched.cpp 2024-08-20T22:14:32.9897482Z #31 38.29 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgesv_nopiv_batched.o src/zgesv_nopiv_batched.cpp 2024-08-20T22:14:32.9902099Z #31 38.31 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgerbt_batched.o src/zgerbt_batched.cpp 2024-08-20T22:14:32.9906658Z #31 38.33 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgesv_rbt_batched.o src/zgesv_rbt_batched.cpp 2024-08-20T22:14:32.9911430Z #31 38.36 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetri_outofplace_batched.o src/zgetri_outofplace_batched.cpp 2024-08-20T22:14:33.1030577Z #31 38.39 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotf2_batched.o src/zpotf2_batched.cpp 2024-08-20T22:14:33.1035383Z #31 38.43 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotrf_batched.o src/zpotrf_batched.cpp 2024-08-20T22:14:33.1040066Z #31 38.47 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotrf_panel_batched.o src/zpotrf_panel_batched.cpp 2024-08-20T22:14:33.2216983Z #31 38.50 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotrs_batched.o src/zpotrs_batched.cpp 2024-08-20T22:14:33.2221294Z #31 38.52 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zposv_batched.o src/zposv_batched.cpp 2024-08-20T22:14:33.2225830Z #31 38.54 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlarft_batched.o src/zlarft_batched.cpp 2024-08-20T22:14:33.2230351Z #31 38.56 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zlarfb_gemm_batched.o src/zlarfb_gemm_batched.cpp 2024-08-20T22:14:33.2235380Z #31 38.59 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqrf_panel_batched.o src/zgeqrf_panel_batched.cpp 2024-08-20T22:14:33.3661887Z #31 38.61 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqrf_batched.o src/zgeqrf_batched.cpp 2024-08-20T22:14:33.3666446Z #31 38.73 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgeqrf_expert_batched.o src/zgeqrf_expert_batched.cpp 2024-08-20T22:14:33.4774969Z #31 38.79 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetf2_vbatched.o src/zgetf2_vbatched.cpp 2024-08-20T22:14:33.4779891Z #31 38.81 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrf_panel_vbatched.o src/zgetrf_panel_vbatched.cpp 2024-08-20T22:14:33.4784480Z #31 38.83 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrf_vbatched.o src/zgetrf_vbatched.cpp 2024-08-20T22:14:33.4789026Z #31 38.84 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotf2_vbatched.o src/zpotf2_vbatched.cpp 2024-08-20T22:14:33.5775777Z #31 38.85 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotrf_panel_vbatched.o src/zpotrf_panel_vbatched.cpp 2024-08-20T22:14:33.5780496Z #31 38.86 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotrf_vbatched.o src/zpotrf_vbatched.cpp 2024-08-20T22:14:33.5785227Z #31 38.87 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetf2_native.o src/zgetf2_native.cpp 2024-08-20T22:14:33.5789928Z #31 38.88 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zgetrf_panel_native.o src/zgetrf_panel_native.cpp 2024-08-20T22:14:33.5794739Z #31 38.89 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/zpotrf_panel_native.o src/zpotrf_panel_native.cpp 2024-08-20T22:14:33.5799380Z #31 38.90 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o interface_hip/alloc.o interface_hip/alloc.cpp 2024-08-20T22:14:33.5803869Z #31 38.91 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o interface_hip/blas_h_v2.o interface_hip/blas_h_v2.cpp 2024-08-20T22:14:33.5808512Z #31 38.94 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o interface_hip/blas_z_v1.o interface_hip/blas_z_v1.cpp 2024-08-20T22:14:33.7003678Z #31 38.97 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o interface_hip/blas_z_v2.o interface_hip/blas_z_v2.cpp 2024-08-20T22:14:33.7008250Z #31 39.02 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o interface_hip/copy_v1.o interface_hip/copy_v1.cpp 2024-08-20T22:14:33.7012876Z #31 39.03 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o interface_hip/copy_v2.o interface_hip/copy_v2.cpp 2024-08-20T22:14:33.7017172Z #31 39.04 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o interface_hip/error.o interface_hip/error.cpp 2024-08-20T22:14:33.7021582Z #31 39.07 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o interface_hip/connection_mgpu.o interface_hip/connection_mgpu.cpp 2024-08-20T22:14:33.8606341Z #31 39.08 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o interface_hip/interface.o interface_hip/interface.cpp 2024-08-20T22:14:33.8611044Z #31 39.10 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o interface_hip/interface_v1.o interface_hip/interface_v1.cpp 2024-08-20T22:14:33.8618091Z #31 39.23 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zaxpycp.hip.o magmablas_hip/zaxpycp.hip.cpp 2024-08-20T22:14:34.0635541Z #31 39.30 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zcaxpycp.hip.o magmablas_hip/zcaxpycp.hip.cpp 2024-08-20T22:14:34.0645047Z #31 39.43 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zdiinertia.hip.o magmablas_hip/zdiinertia.hip.cpp 2024-08-20T22:14:34.2046698Z #31 39.49 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgeadd.hip.o magmablas_hip/zgeadd.hip.cpp 2024-08-20T22:14:34.2055557Z #31 39.57 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgeadd2.hip.o magmablas_hip/zgeadd2.hip.cpp 2024-08-20T22:14:34.3177273Z #31 39.65 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgeam.hip.o magmablas_hip/zgeam.hip.cpp 2024-08-20T22:14:34.3186521Z #31 39.68 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgemm.hip.o magmablas_hip/sgemm.hip.cpp 2024-08-20T22:14:34.4249669Z #31 39.76 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgemm.hip.o magmablas_hip/dgemm.hip.cpp 2024-08-20T22:14:34.4258861Z #31 39.79 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgemm.hip.o magmablas_hip/cgemm.hip.cpp 2024-08-20T22:14:34.6209978Z #31 39.82 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgemm.hip.o magmablas_hip/zgemm.hip.cpp 2024-08-20T22:14:34.6219171Z #31 39.85 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgemm_reduce.hip.o magmablas_hip/zgemm_reduce.hip.cpp 2024-08-20T22:14:34.6228114Z #31 39.99 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgemv_conj.hip.o magmablas_hip/zgemv_conj.hip.cpp 2024-08-20T22:14:35.8298033Z #31 41.20 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgemv_fermi.hip.o magmablas_hip/zgemv_fermi.hip.cpp 2024-08-20T22:14:35.9756756Z #31 41.26 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgerbt.hip.o magmablas_hip/zgerbt.hip.cpp 2024-08-20T22:14:35.9765759Z #31 41.34 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgerbt_kernels.hip.o magmablas_hip/zgerbt_kernels.hip.cpp 2024-08-20T22:14:36.0936186Z #31 41.37 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgetmatrix_transpose.o magmablas_hip/zgetmatrix_transpose.cpp 2024-08-20T22:14:36.0939811Z #31 41.39 magmablas_hip/zgemm_reduce.hip.cpp:116:17: warning: unused variable 'arch' [-Wunused-variable] 2024-08-20T22:14:36.0941349Z #31 41.39 magma_int_t arch = magma_getdevice_arch(); 2024-08-20T22:14:36.0942160Z #31 41.39 ^ 2024-08-20T22:14:36.0947125Z #31 41.42 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zheinertia.hip.o magmablas_hip/zheinertia.hip.cpp 2024-08-20T22:14:36.0956002Z #31 41.46 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zhemm.hip.o magmablas_hip/zhemm.hip.cpp 2024-08-20T22:14:36.1953041Z #31 41.48 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zhemv.hip.o magmablas_hip/zhemv.hip.cpp 2024-08-20T22:14:36.1957773Z #31 41.50 1 warning generated when compiling for gfx900. 2024-08-20T22:14:36.1963082Z #31 41.53 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zhemv_upper.hip.o magmablas_hip/zhemv_upper.hip.cpp 2024-08-20T22:14:36.1969616Z #31 41.56 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zher2k.o magmablas_hip/zher2k.cpp 2024-08-20T22:14:36.3012537Z #31 41.57 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zherk.o magmablas_hip/zherk.cpp 2024-08-20T22:14:36.3019782Z #31 41.59 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zherk_small_reduce.hip.o magmablas_hip/zherk_small_reduce.hip.cpp 2024-08-20T22:14:36.3028883Z #31 41.62 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlacpy.hip.o magmablas_hip/zlacpy.hip.cpp 2024-08-20T22:14:36.3038391Z #31 41.64 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlacpy_conj.hip.o magmablas_hip/zlacpy_conj.hip.cpp 2024-08-20T22:14:36.3047652Z #31 41.67 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlacpy_sym_in.hip.o magmablas_hip/zlacpy_sym_in.hip.cpp 2024-08-20T22:14:36.4351113Z #31 41.70 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlacpy_sym_out.hip.o magmablas_hip/zlacpy_sym_out.hip.cpp 2024-08-20T22:14:36.4359859Z #31 41.73 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlag2c.hip.o magmablas_hip/zlag2c.hip.cpp 2024-08-20T22:14:36.4368935Z #31 41.80 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/clag2z.hip.o magmablas_hip/clag2z.hip.cpp 2024-08-20T22:14:36.5476296Z #31 41.86 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlange.hip.o magmablas_hip/zlange.hip.cpp 2024-08-20T22:14:36.5485081Z #31 41.88 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlanhe.hip.o magmablas_hip/zlanhe.hip.cpp 2024-08-20T22:14:36.5493915Z #31 41.91 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlaqps2_gpu.hip.o magmablas_hip/zlaqps2_gpu.hip.cpp 2024-08-20T22:14:36.6557954Z #31 41.94 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlarf.hip.o magmablas_hip/zlarf.hip.cpp 2024-08-20T22:14:36.6567142Z #31 41.97 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlarfbx.hip.o magmablas_hip/zlarfbx.hip.cpp 2024-08-20T22:14:36.6576317Z #31 41.99 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlarfg-v2.hip.o magmablas_hip/zlarfg-v2.hip.cpp 2024-08-20T22:14:36.6585015Z #31 42.00 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlarfg.hip.o magmablas_hip/zlarfg.hip.cpp 2024-08-20T22:14:36.6593561Z #31 42.02 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlarfgx-v2.hip.o magmablas_hip/zlarfgx-v2.hip.cpp 2024-08-20T22:14:36.7717219Z #31 42.04 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlarft_kernels.hip.o magmablas_hip/zlarft_kernels.hip.cpp 2024-08-20T22:14:36.7726653Z #31 42.06 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlarfx.hip.o magmablas_hip/zlarfx.hip.cpp 2024-08-20T22:14:36.7736323Z #31 42.08 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlascl.hip.o magmablas_hip/zlascl.hip.cpp 2024-08-20T22:14:36.7745084Z #31 42.12 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlascl2.hip.o magmablas_hip/zlascl2.hip.cpp 2024-08-20T22:14:36.7754258Z #31 42.14 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlascl_2x2.hip.o magmablas_hip/zlascl_2x2.hip.cpp 2024-08-20T22:14:36.8949985Z #31 42.16 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlascl_diag.hip.o magmablas_hip/zlascl_diag.hip.cpp 2024-08-20T22:14:36.8959449Z #31 42.18 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlaset.hip.o magmablas_hip/zlaset.hip.cpp 2024-08-20T22:14:36.8968771Z #31 42.21 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlaset_band.hip.o magmablas_hip/zlaset_band.hip.cpp 2024-08-20T22:14:36.8977778Z #31 42.23 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlaswp.hip.o magmablas_hip/zlaswp.hip.cpp 2024-08-20T22:14:36.8986311Z #31 42.26 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zclaswp.hip.o magmablas_hip/zclaswp.hip.cpp 2024-08-20T22:14:36.9963988Z #31 42.36 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlaswp_sym.hip.o magmablas_hip/zlaswp_sym.hip.cpp 2024-08-20T22:14:37.1067023Z #31 42.38 In file included from magmablas_hip/sgemm.hip.cpp:19: 2024-08-20T22:14:37.1071260Z #31 42.38 magmablas_hip/gemm_template_kernel.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:37.1074571Z #31 42.38 void gemm_template_nt_kernel( 2024-08-20T22:14:37.1075287Z #31 42.38 ^ 2024-08-20T22:14:37.1078833Z #31 42.47 magmablas_hip/gemm_template_kernel.hip.hpp:78:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:37.3456655Z #31 42.47 void gemm_template_tn_kernel( 2024-08-20T22:14:37.3457430Z #31 42.47 ^ 2024-08-20T22:14:37.3461525Z #31 42.56 magmablas_hip/gemm_template_kernel.hip.hpp:104:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:37.3465042Z #31 42.56 void gemm_template_tt_kernel( 2024-08-20T22:14:37.3465755Z #31 42.56 ^ 2024-08-20T22:14:37.5498205Z #31 42.92 In file included from magmablas_hip/cgemm.hip.cpp:20: 2024-08-20T22:14:37.5502500Z #31 42.92 magmablas_hip/gemm_template_kernel.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:37.6535976Z #31 42.92 void gemm_template_nt_kernel( 2024-08-20T22:14:37.6536777Z #31 42.92 ^ 2024-08-20T22:14:37.6538349Z #31 42.92 magmablas_hip/zgemm_reduce.hip.cpp:116:17: warning: unused variable 'arch' [-Wunused-variable] 2024-08-20T22:14:37.6539859Z #31 42.92 magma_int_t arch = magma_getdevice_arch(); 2024-08-20T22:14:37.6540686Z #31 42.92 ^ 2024-08-20T22:14:37.6542600Z #31 42.92 magmablas_hip/zheinertia.hip.cpp:59:10: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] 2024-08-20T22:14:37.6544289Z #31 42.92 for(i=i; ihip_stream()); 2024-08-20T22:14:49.3961218Z #31 54.61 ^ 2024-08-20T22:14:49.3965869Z #31 54.66 magmablas_hip/gemm_template_kernel.hip.hpp:78:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:49.3970583Z #31 54.66 void gemm_template_tn_kernel( 2024-08-20T22:14:49.3972377Z #31 54.66 ^ 2024-08-20T22:14:49.4483373Z #31 54.71 magmablas_hip/gemm_template_kernel.hip.hpp:78:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:49.4488765Z #31 54.73 magmablas_hip/zgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:14:49.4490835Z #31 54.73 default: arginfo = -100; 2024-08-20T22:14:49.4491546Z #31 54.73 ^~~~~~~ 2024-08-20T22:14:49.4492544Z #31 54.73 magmablas_hip/zgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:14:49.4494169Z #31 54.73 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:14:49.4494935Z #31 54.73 ^ 2024-08-20T22:14:49.4496086Z #31 54.73 magmablas_hip/zgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:14:49.4497255Z #31 54.73 hipError_t e; 2024-08-20T22:14:49.4497756Z #31 54.73 ^ 2024-08-20T22:14:49.4503021Z #31 54.75 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgemv_batched_core.hip.o magmablas_hip/dgemv_batched_core.hip.cpp 2024-08-20T22:14:49.4508753Z #31 54.75 magmablas_hip/zgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:14:49.4510765Z #31 54.75 default: arginfo = -100; 2024-08-20T22:14:49.4511489Z #31 54.75 ^~~~~~~ 2024-08-20T22:14:49.4512558Z #31 54.75 magmablas_hip/zgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:14:49.4514008Z #31 54.75 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:14:49.4514785Z #31 54.75 ^ 2024-08-20T22:14:49.4515906Z #31 54.75 magmablas_hip/zgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:14:49.4517097Z #31 54.75 hipError_t e; 2024-08-20T22:14:49.4517680Z #31 54.75 ^ 2024-08-20T22:14:49.4521328Z #31 54.76 magmablas_hip/gemm_template_kernel.hip.hpp:104:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:49.4524570Z #31 54.76 void gemm_template_tt_kernel( 2024-08-20T22:14:49.4525284Z #31 54.76 ^ 2024-08-20T22:14:49.5859872Z #31 54.81 magmablas_hip/gemm_template_kernel.hip.hpp:104:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:49.5866343Z #31 54.86 magmablas_hip/gemm_template_kernel.hip.hpp:104:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:49.5872879Z #31 54.91 magmablas_hip/gemm_template_kernel.hip.hpp:104:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:49.5880904Z #31 54.95 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgemv_batched_core.hip.o magmablas_hip/sgemv_batched_core.hip.cpp 2024-08-20T22:14:49.7891938Z #31 55.16 11 warnings generated when compiling for gfx900. 2024-08-20T22:14:49.9478137Z #31 55.31 magmablas_hip/zhetrs.hip.cpp:37:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:14:50.1063537Z #31 55.31 else 2024-08-20T22:14:50.1064177Z #31 55.31 ^ 2024-08-20T22:14:50.1065935Z #31 55.32 magmablas_hip/zhetrs.hip.cpp:66:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:14:50.1067449Z #31 55.32 else 2024-08-20T22:14:50.1067963Z #31 55.32 ^ 2024-08-20T22:14:50.1504610Z #31 55.52 2 warnings generated when compiling for gfx906. 2024-08-20T22:14:50.2712448Z #31 55.64 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgemv_batched_core.hip.o magmablas_hip/zgemv_batched_core.hip.cpp 2024-08-20T22:14:50.4397631Z #31 55.71 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgemv_batched_smallsq.hip.o magmablas_hip/zgemv_batched_smallsq.hip.cpp 2024-08-20T22:14:50.4402528Z #31 55.71 In file included from magmablas_hip/ztrsm.hip.cpp:17: 2024-08-20T22:14:50.4404497Z #31 55.71 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:14:50.4405927Z #31 55.71 zgemm_kernel_16( 2024-08-20T22:14:50.4406474Z #31 55.71 ^ 2024-08-20T22:14:50.4407077Z #31 55.73 1 warning generated when compiling for gfx90a. 2024-08-20T22:14:50.4408130Z #31 55.81 In file included from magmablas_hip/ztrtri_diag.hip.cpp:23: 2024-08-20T22:14:50.6800242Z #31 55.81 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:14:50.6801791Z #31 55.81 zgemm_kernel_16( 2024-08-20T22:14:50.6802332Z #31 55.81 ^ 2024-08-20T22:14:50.6802922Z #31 55.82 1 warning generated when compiling for gfx90a. 2024-08-20T22:14:50.6808568Z #31 55.90 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zhemv_batched_core.hip.o magmablas_hip/zhemv_batched_core.hip.cpp 2024-08-20T22:14:50.9454337Z #31 56.31 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgeqr2_batched.hip.o magmablas_hip/zgeqr2_batched.hip.cpp 2024-08-20T22:14:51.0986661Z #31 56.46 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgeqr2_batched_fused_reg.hip.o magmablas_hip/zgeqr2_batched_fused_reg.hip.cpp 2024-08-20T22:14:51.2837130Z #31 56.65 In file included from magmablas_hip/zgbtf2_kernels.hip.cpp:27: 2024-08-20T22:14:51.4820883Z #31 56.65 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:51.4824101Z #31 56.65 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:51.4826234Z #31 56.65 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:51.4827987Z #31 56.65 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:51.4829322Z #31 56.65 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:51.4830194Z #31 56.65 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:51.4833032Z #31 56.65 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:51.4836145Z #31 56.65 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:51.4838189Z #31 56.65 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:51.4840133Z #31 56.65 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:51.4841436Z #31 56.65 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:51.4842306Z #31 56.65 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:51.4844934Z #31 56.65 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:51.4848077Z #31 56.65 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:51.4849897Z #31 56.65 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:51.4851580Z #31 56.65 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:51.4852887Z #31 56.65 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:51.4853771Z #31 56.65 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:51.4856462Z #31 56.65 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:51.4859816Z #31 56.65 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:51.4861999Z #31 56.65 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:51.4863668Z #31 56.65 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:51.4865011Z #31 56.65 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:51.4865881Z #31 56.65 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:51.4868504Z #31 56.66 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:51.4872113Z #31 56.66 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:51.4874369Z #31 56.66 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:51.4876405Z #31 56.66 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:51.4877802Z #31 56.66 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:51.4878634Z #31 56.66 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:51.4881499Z #31 56.66 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:51.4886774Z #31 56.66 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:51.4888640Z #31 56.66 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:51.4890278Z #31 56.66 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:51.4891597Z #31 56.66 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:51.4892425Z #31 56.66 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:51.4895118Z #31 56.66 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:51.4898363Z #31 56.66 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:51.4900387Z #31 56.66 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:51.4902057Z #31 56.66 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:51.4903390Z #31 56.66 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:51.4904220Z #31 56.66 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:51.4906851Z #31 56.66 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:51.4909944Z #31 56.66 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:51.4911875Z #31 56.66 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:51.4913594Z #31 56.66 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:51.4914921Z #31 56.66 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:51.4915802Z #31 56.66 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:51.4918364Z #31 56.66 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:51.4921837Z #31 56.66 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:51.4924294Z #31 56.66 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:51.4925979Z #31 56.66 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:51.4927369Z #31 56.66 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:51.4928302Z #31 56.66 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:51.4931351Z #31 56.66 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:51.4935320Z #31 56.66 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:51.4937631Z #31 56.66 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:51.4939381Z #31 56.66 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:51.4940722Z #31 56.66 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:51.4941879Z #31 56.66 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:51.4943689Z #31 56.70 magmablas_hip/zgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:14:51.4946210Z #31 56.70 hipError_t e = hipLaunchCooperativeKernel((void*)zgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:14:51.4947892Z #31 56.70 ^ 2024-08-20T22:14:51.5745103Z #31 56.94 magmablas_hip/zhetrs.hip.cpp:37:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:14:51.6840004Z #31 56.94 else 2024-08-20T22:14:51.6840660Z #31 56.94 ^ 2024-08-20T22:14:51.6842507Z #31 56.95 magmablas_hip/zhetrs.hip.cpp:66:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:14:51.6844078Z #31 56.95 else 2024-08-20T22:14:51.6844624Z #31 56.95 ^ 2024-08-20T22:14:51.6850604Z #31 57.00 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgeqr2_batched_fused_reg_medium.hip.o magmablas_hip/zgeqr2_batched_fused_reg_medium.hip.cpp 2024-08-20T22:14:51.6861109Z #31 57.05 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgeqr2_batched_fused_reg_tall.hip.o magmablas_hip/zgeqr2_batched_fused_reg_tall.hip.cpp 2024-08-20T22:14:51.7946389Z #31 57.15 2 warnings generated when compiling for gfx908. 2024-08-20T22:14:51.7947654Z #31 57.16 In file included from magmablas_hip/ztrsm.hip.cpp:17: 2024-08-20T22:14:51.7949789Z #31 57.16 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:14:51.9029044Z #31 57.16 zgemm_kernel_16( 2024-08-20T22:14:51.9029754Z #31 57.16 ^ 2024-08-20T22:14:51.9030511Z #31 57.24 11 warnings generated when compiling for gfx906. 2024-08-20T22:14:51.9037050Z #31 57.25 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgeqr2_batched_fused_sm.hip.o magmablas_hip/zgeqr2_batched_fused_sm.hip.cpp 2024-08-20T22:14:51.9064619Z #31 57.27 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgeqrf_batched_smallsq.hip.o magmablas_hip/zgeqrf_batched_smallsq.hip.cpp 2024-08-20T22:14:52.0278538Z #31 57.29 1 warning generated when compiling for host. 2024-08-20T22:14:52.0280078Z #31 57.32 In file included from magmablas_hip/ztrtri_diag.hip.cpp:23: 2024-08-20T22:14:52.0282249Z #31 57.32 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:14:52.0283953Z #31 57.32 zgemm_kernel_16( 2024-08-20T22:14:52.0284529Z #31 57.32 ^ 2024-08-20T22:14:52.0289777Z #31 57.33 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgerbt_func_batched.hip.o magmablas_hip/zgerbt_func_batched.hip.cpp 2024-08-20T22:14:52.0295123Z #31 57.36 1 warning generated when compiling for host. 2024-08-20T22:14:52.0300881Z #31 57.39 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgesv_batched_small.hip.o magmablas_hip/zgesv_batched_small.hip.cpp 2024-08-20T22:14:52.2345128Z #31 57.47 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgetf2_kernels.hip.o magmablas_hip/zgetf2_kernels.hip.cpp 2024-08-20T22:14:52.2355361Z #31 57.60 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgetrf_batched_smallsq_noshfl.hip.o magmablas_hip/zgetrf_batched_smallsq_noshfl.hip.cpp 2024-08-20T22:14:52.3515048Z #31 57.72 In file included from magmablas_hip/zhemv_batched_core.hip.cpp:17: 2024-08-20T22:14:52.5176738Z #31 57.72 magmablas_hip/hemv_template_kernel_batched.hip.hpp:22:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:52.5180611Z #31 57.72 void hemv_diag_template_batched_kernel( 2024-08-20T22:14:52.5181402Z #31 57.72 ^ 2024-08-20T22:14:52.5185027Z #31 57.73 magmablas_hip/hemv_template_kernel_batched.hip.hpp:39:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:52.5188414Z #31 57.73 void hemv_lower_template_batched_kernel( 2024-08-20T22:14:52.5189209Z #31 57.73 ^ 2024-08-20T22:14:52.5192742Z #31 57.73 magmablas_hip/hemv_template_kernel_batched.hip.hpp:56:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:52.5196187Z #31 57.73 void hemv_upper_template_batched_kernel( 2024-08-20T22:14:52.5196993Z #31 57.73 ^ 2024-08-20T22:14:52.5656670Z #31 57.93 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgetrf_batched_smallsq_shfl.hip.o magmablas_hip/zgetrf_batched_smallsq_shfl.hip.cpp 2024-08-20T22:14:52.7531023Z #31 57.94 3 warnings generated when compiling for gfx900. 2024-08-20T22:14:52.7532412Z #31 58.01 In file included from magmablas_hip/sgemm_batched_core.hip.cpp:19: 2024-08-20T22:14:52.7537290Z #31 58.01 magmablas_hip/gemm_template_kernel_batched.hip.hpp:62:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:52.7541237Z #31 58.01 void gemm_template_batched_nt_kernel( 2024-08-20T22:14:52.7542024Z #31 58.01 ^ 2024-08-20T22:14:52.7545602Z #31 58.03 magmablas_hip/gemm_template_kernel_batched.hip.hpp:62:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:52.7553712Z #31 58.12 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/getrf_setup_pivinfo.hip.o magmablas_hip/getrf_setup_pivinfo.hip.cpp 2024-08-20T22:14:53.0128097Z #31 58.38 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zhemm_batched_core.hip.o magmablas_hip/zhemm_batched_core.hip.cpp 2024-08-20T22:14:53.1362084Z #31 58.43 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zher2k_batched.o magmablas_hip/zher2k_batched.cpp 2024-08-20T22:14:53.1367436Z #31 58.46 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zherk_batched.o magmablas_hip/zherk_batched.cpp 2024-08-20T22:14:53.1376054Z #31 58.50 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cherk_batched_core.hip.o magmablas_hip/cherk_batched_core.hip.cpp 2024-08-20T22:14:53.3602313Z #31 58.57 magmablas_hip/zhetrs.hip.cpp:37:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:14:53.3604218Z #31 58.57 else 2024-08-20T22:14:53.3604779Z #31 58.57 ^ 2024-08-20T22:14:53.3606494Z #31 58.58 magmablas_hip/zhetrs.hip.cpp:66:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:14:53.3608154Z #31 58.58 else 2024-08-20T22:14:53.3608735Z #31 58.58 ^ 2024-08-20T22:14:53.3704324Z #31 58.74 In file included from magmablas_hip/zgbtf2_kernels.hip.cpp:27: 2024-08-20T22:14:53.5248634Z #31 58.74 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.5252204Z #31 58.74 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.5254407Z #31 58.74 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.5256582Z #31 58.74 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.5258075Z #31 58.74 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.5259077Z #31 58.74 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.5262168Z #31 58.74 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.5266155Z #31 58.74 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.5268301Z #31 58.74 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.5270179Z #31 58.74 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.5271893Z #31 58.74 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.5272875Z #31 58.74 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.5275772Z #31 58.74 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.5279313Z #31 58.74 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.5281663Z #31 58.74 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.5283469Z #31 58.74 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.5284932Z #31 58.74 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.5285914Z #31 58.74 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.5288805Z #31 58.74 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.5292655Z #31 58.74 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.5295372Z #31 58.74 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.5297276Z #31 58.74 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.5298955Z #31 58.74 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.5299972Z #31 58.74 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.5302959Z #31 58.74 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.5307021Z #31 58.74 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.5309477Z #31 58.74 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.5311308Z #31 58.74 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.5312824Z #31 58.74 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.5313789Z #31 58.74 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.5316686Z #31 58.74 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.5320223Z #31 58.74 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.5322475Z #31 58.74 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.5324481Z #31 58.74 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.5325987Z #31 58.74 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.5327003Z #31 58.74 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.5330069Z #31 58.74 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.5437109Z #31 58.74 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.5439506Z #31 58.74 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.5441569Z #31 58.74 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.5443051Z #31 58.74 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.5444052Z #31 58.74 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.5447317Z #31 58.74 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.5451068Z #31 58.74 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.5453286Z #31 58.74 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.5455282Z #31 58.74 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.5456779Z #31 58.74 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.5457761Z #31 58.74 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.5460677Z #31 58.75 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.5464795Z #31 58.75 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.5467408Z #31 58.75 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.5469295Z #31 58.75 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.5470835Z #31 58.75 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.5471876Z #31 58.75 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.5474859Z #31 58.75 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.5479085Z #31 58.75 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.5481641Z #31 58.75 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.5483480Z #31 58.75 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.5484956Z #31 58.75 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.5485952Z #31 58.75 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.5487024Z #31 58.77 2 warnings generated when compiling for gfx90a. 2024-08-20T22:14:53.5489120Z #31 58.79 magmablas_hip/zgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:14:53.5492021Z #31 58.79 hipError_t e = hipLaunchCooperativeKernel((void*)zgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:14:53.5493907Z #31 58.79 ^ 2024-08-20T22:14:53.5495153Z #31 58.89 In file included from magmablas_hip/zgesv_batched_small.hip.cpp:22: 2024-08-20T22:14:53.6691016Z #31 58.89 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.6694966Z #31 58.89 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.6697169Z #31 58.89 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.6699198Z #31 58.89 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.6700702Z #31 58.89 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.6701717Z #31 58.89 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.6704848Z #31 58.89 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.6708558Z #31 58.89 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.6710623Z #31 58.89 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.6712414Z #31 58.89 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.6713905Z #31 58.89 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.6714882Z #31 58.89 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.6717722Z #31 58.89 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.6721213Z #31 58.89 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.6723347Z #31 58.89 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.6725094Z #31 58.89 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.6726549Z #31 58.89 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.6727496Z #31 58.89 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.6730350Z #31 58.89 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.6734476Z #31 58.89 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.6737087Z #31 58.89 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.6739132Z #31 58.89 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.6740635Z #31 58.89 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.6741640Z #31 58.89 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.6744741Z #31 58.89 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.6748751Z #31 58.89 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.6751114Z #31 58.89 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.6752936Z #31 58.89 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.6754394Z #31 58.90 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.6755530Z #31 58.90 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.6758384Z #31 58.90 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.6761869Z #31 58.90 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.6764129Z #31 58.90 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.6765944Z #31 58.90 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.6767459Z #31 58.90 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.6768472Z #31 58.90 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.6771593Z #31 58.90 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.6775442Z #31 58.90 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.6777742Z #31 58.90 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.6779547Z #31 58.90 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.6781022Z #31 58.90 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.6782003Z #31 58.90 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.6784868Z #31 58.90 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.6788418Z #31 58.90 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.6790570Z #31 58.90 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.6792350Z #31 58.90 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.6793818Z #31 58.90 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.6794798Z #31 58.90 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.6797611Z #31 58.90 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.6801462Z #31 58.90 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.6803950Z #31 58.90 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.6805896Z #31 58.90 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.6807390Z #31 58.90 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.6808554Z #31 58.90 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.6811634Z #31 58.90 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.6815862Z #31 58.90 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.6818361Z #31 58.90 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.6820264Z #31 58.90 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.6821739Z #31 58.90 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.6822687Z #31 58.90 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.6823859Z #31 59.03 In file included from magmablas_hip/zgetf2_kernels.hip.cpp:19: 2024-08-20T22:14:53.8077419Z #31 59.03 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.8080985Z #31 59.03 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.8083187Z #31 59.03 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.8085294Z #31 59.03 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.8086907Z #31 59.03 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.8087884Z #31 59.04 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.8090712Z #31 59.04 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.8094398Z #31 59.04 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.8096476Z #31 59.04 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.8098249Z #31 59.04 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.8099672Z #31 59.04 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.8100624Z #31 59.04 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.8103558Z #31 59.04 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.8107326Z #31 59.04 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.8109557Z #31 59.04 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.8111418Z #31 59.04 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.8112962Z #31 59.04 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.8113971Z #31 59.04 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.8117011Z #31 59.04 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.8121099Z #31 59.04 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.8123542Z #31 59.04 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.8125586Z #31 59.04 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.8127084Z #31 59.04 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.8128085Z #31 59.04 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.8131207Z #31 59.04 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.8135191Z #31 59.05 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.8137705Z #31 59.05 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.8139298Z #31 59.05 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.8140741Z #31 59.05 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.8141734Z #31 59.05 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.8144622Z #31 59.05 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.8148100Z #31 59.05 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.8152297Z #31 59.05 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.8154264Z #31 59.05 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.8155745Z #31 59.05 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.8156710Z #31 59.05 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.8159583Z #31 59.05 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.8163033Z #31 59.05 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.8165406Z #31 59.05 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.8167258Z #31 59.05 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.8168816Z #31 59.05 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.8169841Z #31 59.05 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.8172836Z #31 59.06 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.8176693Z #31 59.06 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.8179103Z #31 59.06 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.8180913Z #31 59.06 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.8182388Z #31 59.06 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.8183376Z #31 59.06 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.8186319Z #31 59.06 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.8190214Z #31 59.06 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.8192961Z #31 59.06 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.8194791Z #31 59.06 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.8196286Z #31 59.06 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.8197267Z #31 59.06 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.8199930Z #31 59.06 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.8203916Z #31 59.06 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.8206422Z #31 59.06 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.8208221Z #31 59.06 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.8209876Z #31 59.06 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.8210871Z #31 59.06 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.8212858Z #31 59.08 magmablas_hip/zgetf2_kernels.hip.cpp:162:9: warning: unused variable 'chunk' [-Wunused-variable] 2024-08-20T22:14:53.8214763Z #31 59.08 int chunk = magma_ceildiv( length, zamax ); 2024-08-20T22:14:53.8215802Z #31 59.08 ^ 2024-08-20T22:14:53.8216986Z #31 59.17 In file included from magmablas_hip/zgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:14:53.9347296Z #31 59.17 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.9350767Z #31 59.17 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.9352938Z #31 59.17 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.9354741Z #31 59.17 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.9355899Z #31 59.17 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.9356837Z #31 59.17 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.9359873Z #31 59.18 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.9363076Z #31 59.18 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.9365001Z #31 59.18 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.9366702Z #31 59.18 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.9368244Z #31 59.18 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.9369152Z #31 59.18 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.9371849Z #31 59.18 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.9375287Z #31 59.18 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.9377393Z #31 59.18 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.9379026Z #31 59.18 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.9380713Z #31 59.18 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.9381793Z #31 59.18 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.9384452Z #31 59.18 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.9387975Z #31 59.18 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.9390425Z #31 59.18 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.9392074Z #31 59.18 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.9393223Z #31 59.18 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.9393970Z #31 59.18 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.9396066Z #31 59.18 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.9399603Z #31 59.18 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.9402442Z #31 59.18 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.9404433Z #31 59.18 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.9405932Z #31 59.18 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.9406917Z #31 59.18 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.9409975Z #31 59.18 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.9413354Z #31 59.18 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.9415456Z #31 59.18 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.9417194Z #31 59.18 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.9418660Z #31 59.18 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.9419632Z #31 59.18 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.9422479Z #31 59.18 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.9425990Z #31 59.18 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.9428316Z #31 59.18 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.9430129Z #31 59.18 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.9431895Z #31 59.18 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.9432886Z #31 59.18 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.9435798Z #31 59.18 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.9439385Z #31 59.18 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.9441573Z #31 59.18 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.9443757Z #31 59.18 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.9445201Z #31 59.18 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.9446128Z #31 59.18 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.9448886Z #31 59.18 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.9452729Z #31 59.18 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.9455334Z #31 59.18 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.9457069Z #31 59.18 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.9458483Z #31 59.18 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.9459404Z #31 59.18 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.9462142Z #31 59.18 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:53.9465719Z #31 59.18 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:53.9468115Z #31 59.18 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:53.9470126Z #31 59.18 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:53.9471747Z #31 59.18 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:53.9472694Z #31 59.18 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:53.9478913Z #31 59.24 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zherk_batched_core.hip.o magmablas_hip/zherk_batched_core.hip.cpp 2024-08-20T22:14:53.9488586Z #31 59.30 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlarf_batched_fused_reg.hip.o magmablas_hip/zlarf_batched_fused_reg.hip.cpp 2024-08-20T22:14:54.1249521Z #31 59.35 11 warnings generated when compiling for gfx908. 2024-08-20T22:14:54.1251109Z #31 59.49 In file included from magmablas_hip/zgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:14:54.3623600Z #31 59.49 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:54.3627188Z #31 59.49 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:54.3629249Z #31 59.49 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:54.3631113Z #31 59.49 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:54.3632451Z #31 59.49 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:54.3633321Z #31 59.49 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:54.3636408Z #31 59.49 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:54.3639529Z #31 59.49 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:54.3641437Z #31 59.49 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:54.3643270Z #31 59.49 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:54.3644631Z #31 59.49 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:54.3645656Z #31 59.49 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:54.3648368Z #31 59.49 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:54.3651856Z #31 59.49 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:54.3653843Z #31 59.49 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:54.3655847Z #31 59.49 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:54.3657054Z #31 59.49 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:54.3658116Z #31 59.49 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:54.3660697Z #31 59.49 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:54.3664130Z #31 59.49 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:54.3666451Z #31 59.49 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:54.3668269Z #31 59.49 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:54.3669659Z #31 59.49 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:54.3670482Z #31 59.49 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:54.3673082Z #31 59.50 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:54.3676697Z #31 59.50 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:54.3678995Z #31 59.50 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:54.3680721Z #31 59.50 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:54.3682111Z #31 59.50 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:54.3683036Z #31 59.50 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:54.3685957Z #31 59.50 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:54.3689312Z #31 59.50 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:54.3691319Z #31 59.50 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:54.3693018Z #31 59.50 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:54.3694779Z #31 59.50 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:54.3695848Z #31 59.50 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:54.3698438Z #31 59.50 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:54.3701714Z #31 59.50 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:54.3703788Z #31 59.50 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:54.3705582Z #31 59.50 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:54.3706813Z #31 59.50 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:54.3707634Z #31 59.50 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:54.3710376Z #31 59.50 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:54.3714085Z #31 59.50 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:54.3988228Z #31 59.50 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:54.3993700Z #31 59.50 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:54.3998039Z #31 59.50 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:54.4001733Z #31 59.50 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:54.4007405Z #31 59.50 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:54.4014250Z #31 59.50 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:54.4019397Z #31 59.50 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:54.4023843Z #31 59.50 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:54.4027993Z #31 59.50 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:54.4031849Z #31 59.50 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:54.4037280Z #31 59.50 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:54.4044187Z #31 59.50 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:54.4048701Z #31 59.50 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:54.4051668Z #31 59.50 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:54.4054442Z #31 59.50 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:54.4056555Z #31 59.50 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:54.4058737Z #31 59.56 In file included from magmablas_hip/zhemv_batched_core.hip.cpp:17: 2024-08-20T22:14:54.4064026Z #31 59.56 magmablas_hip/hemv_template_kernel_batched.hip.hpp:22:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:54.4069487Z #31 59.56 void hemv_diag_template_batched_kernel( 2024-08-20T22:14:54.4071499Z #31 59.56 ^ 2024-08-20T22:14:54.4076078Z #31 59.57 magmablas_hip/hemv_template_kernel_batched.hip.hpp:39:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:54.4080728Z #31 59.57 void hemv_lower_template_batched_kernel( 2024-08-20T22:14:54.4085001Z #31 59.57 ^ 2024-08-20T22:14:54.4089823Z #31 59.58 magmablas_hip/hemv_template_kernel_batched.hip.hpp:56:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:54.4095140Z #31 59.58 void hemv_upper_template_batched_kernel( 2024-08-20T22:14:54.4097088Z #31 59.58 ^ 2024-08-20T22:14:54.5748635Z #31 59.79 3 warnings generated when compiling for gfx906. 2024-08-20T22:14:54.8029801Z #31 60.17 magmablas_hip/zhetrs.hip.cpp:37:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:14:54.9733027Z #31 60.17 else 2024-08-20T22:14:54.9733878Z #31 60.17 ^ 2024-08-20T22:14:54.9735779Z #31 60.18 magmablas_hip/zhetrs.hip.cpp:66:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:14:54.9737237Z #31 60.18 else 2024-08-20T22:14:54.9737779Z #31 60.18 ^ 2024-08-20T22:14:54.9743860Z #31 60.22 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlarf_batched_fused_reg_medium.hip.o magmablas_hip/zlarf_batched_fused_reg_medium.hip.cpp 2024-08-20T22:14:54.9749268Z #31 60.34 2 warnings generated when compiling for host. 2024-08-20T22:14:55.2209456Z #31 60.35 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlarf_batched_fused_reg_tall.hip.o magmablas_hip/zlarf_batched_fused_reg_tall.hip.cpp 2024-08-20T22:14:55.2219600Z #31 60.44 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlarf_batched_fused_sm.hip.o magmablas_hip/zlarf_batched_fused_sm.hip.cpp 2024-08-20T22:14:55.4872613Z #31 60.85 In file included from magmablas_hip/zgbtf2_kernels.hip.cpp:27: 2024-08-20T22:14:55.6927179Z #31 60.85 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:55.6930252Z #31 60.85 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:55.6932488Z #31 60.85 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:55.6934341Z #31 60.85 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:55.6935774Z #31 60.85 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:55.6936705Z #31 60.85 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:55.6941604Z #31 60.85 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:55.6945177Z #31 60.86 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:55.6947212Z #31 60.86 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:55.6949191Z #31 60.86 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:55.6950661Z #31 60.86 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:55.6951653Z #31 60.86 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:55.6954486Z #31 60.86 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:55.6957981Z #31 60.86 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:55.6960070Z #31 60.86 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:55.6961844Z #31 60.86 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:55.6963287Z #31 60.86 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:55.6964676Z #31 60.86 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:55.7255621Z #31 60.86 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:55.7262396Z #31 60.86 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:55.7267312Z #31 60.86 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:55.7271686Z #31 60.86 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:55.7275657Z #31 60.86 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:55.7279099Z #31 60.86 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:55.7284496Z #31 60.86 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:55.7291019Z #31 60.86 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:55.7296084Z #31 60.86 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:55.7300337Z #31 60.86 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:55.7304186Z #31 60.86 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:55.7307784Z #31 60.86 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:55.7311067Z #31 60.86 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:55.7315029Z #31 60.86 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:55.7319626Z #31 60.86 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:55.7321519Z #31 60.86 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:55.7323718Z #31 60.86 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:55.7327205Z #31 60.86 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:55.7330285Z #31 60.86 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:55.7334441Z #31 60.86 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:55.7337185Z #31 60.86 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:55.7339175Z #31 60.86 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:55.7340794Z #31 60.86 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:55.7341935Z #31 60.86 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:55.7345098Z #31 60.86 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:55.7348867Z #31 60.86 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:55.7351194Z #31 60.86 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:55.7353496Z #31 60.86 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:55.7355225Z #31 60.86 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:55.7356384Z #31 60.86 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:55.7359453Z #31 60.86 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:55.7363490Z #31 60.86 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:55.7366163Z #31 60.86 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:55.7368037Z #31 60.86 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:55.7369933Z #31 60.86 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:55.7371341Z #31 60.86 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:55.7374843Z #31 60.87 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:55.7378423Z #31 60.87 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:55.7380882Z #31 60.87 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:55.7382596Z #31 60.87 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:55.7384095Z #31 60.87 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:55.7385086Z #31 60.87 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:55.7386824Z #31 60.91 magmablas_hip/zgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:14:55.7389712Z #31 60.91 hipError_t e = hipLaunchCooperativeKernel((void*)zgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:14:55.7391507Z #31 60.91 ^ 2024-08-20T22:14:55.7397153Z #31 61.06 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlaswp_batched.hip.o magmablas_hip/zlaswp_batched.hip.cpp 2024-08-20T22:14:55.9292101Z #31 61.14 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zpotf2_kernels.hip.o magmablas_hip/zpotf2_kernels.hip.cpp 2024-08-20T22:14:56.3273913Z #31 61.47 11 warnings generated when compiling for gfx90a. 2024-08-20T22:14:56.3275112Z #31 61.49 1 warning generated when compiling for gfx900. 2024-08-20T22:14:56.3281165Z #31 61.50 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/set_pointer.hip.o magmablas_hip/set_pointer.hip.cpp 2024-08-20T22:14:56.3286111Z #31 61.53 In file included from magmablas_hip/zhemv_batched_core.hip.cpp:17: 2024-08-20T22:14:56.3290946Z #31 61.53 magmablas_hip/hemv_template_kernel_batched.hip.hpp:22:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:56.3294582Z #31 61.53 void hemv_diag_template_batched_kernel( 2024-08-20T22:14:56.3295403Z #31 61.53 ^ 2024-08-20T22:14:56.3300990Z #31 61.53 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zset_pointer.hip.o magmablas_hip/zset_pointer.hip.cpp 2024-08-20T22:14:56.3308997Z #31 61.53 magmablas_hip/hemv_template_kernel_batched.hip.hpp:39:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:56.3312488Z #31 61.53 void hemv_lower_template_batched_kernel( 2024-08-20T22:14:56.3313293Z #31 61.53 ^ 2024-08-20T22:14:56.3317098Z #31 61.54 magmablas_hip/hemv_template_kernel_batched.hip.hpp:56:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:56.3320611Z #31 61.54 void hemv_upper_template_batched_kernel( 2024-08-20T22:14:56.3321488Z #31 61.54 ^ 2024-08-20T22:14:56.5390958Z #31 61.76 3 warnings generated when compiling for gfx908. 2024-08-20T22:14:57.5257187Z #31 62.89 2 warnings generated when compiling for gfx900. 2024-08-20T22:14:57.7397947Z #31 62.92 In file included from magmablas_hip/zgbtf2_kernels.hip.cpp:27: 2024-08-20T22:14:57.7401065Z #31 62.92 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:57.7404683Z #31 62.92 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:57.7409087Z #31 62.92 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:57.7415428Z #31 62.92 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:57.7416833Z #31 62.92 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:57.7418023Z #31 62.92 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:57.7420673Z #31 62.92 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:57.7424128Z #31 62.92 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:57.7425983Z #31 62.92 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:57.7427628Z #31 62.92 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:57.7428946Z #31 62.92 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:57.7429835Z #31 62.92 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:57.7432673Z #31 62.93 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:57.7436035Z #31 62.93 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:57.7438296Z #31 62.93 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:57.7440039Z #31 62.93 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:57.7441352Z #31 62.93 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:57.7442402Z #31 62.93 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:57.7445066Z #31 62.93 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:57.7448479Z #31 62.93 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:57.7450766Z #31 62.93 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:57.7452592Z #31 62.93 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:57.7453900Z #31 62.93 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:57.7454973Z #31 62.93 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:57.7457541Z #31 62.93 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:57.7460914Z #31 62.93 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:57.7463129Z #31 62.93 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:57.7464803Z #31 62.93 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:57.7466148Z #31 62.93 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:57.7466982Z #31 62.93 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:57.7469995Z #31 62.93 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:57.7473490Z #31 62.93 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:57.7475418Z #31 62.93 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:57.7477137Z #31 62.93 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:57.7478492Z #31 62.93 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:57.7479461Z #31 62.93 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:57.7482494Z #31 62.93 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:57.7485867Z #31 62.93 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:57.7487962Z #31 62.93 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:57.7489704Z #31 62.93 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:57.7491031Z #31 62.93 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:57.7491946Z #31 62.93 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:57.7494861Z #31 62.93 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:57.7498272Z #31 62.93 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:57.7500308Z #31 62.93 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:57.7501970Z #31 62.93 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:57.7503279Z #31 62.93 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:57.7504198Z #31 62.93 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:57.7506948Z #31 62.93 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:57.7510541Z #31 62.93 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:57.7513118Z #31 62.93 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:57.7514905Z #31 62.93 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:57.7516287Z #31 62.93 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:57.7517209Z #31 62.93 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:57.7519867Z #31 62.93 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:14:57.7523563Z #31 62.93 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:14:57.7525941Z #31 62.93 ~^~~~~~~~~~~~~~ 2024-08-20T22:14:57.7527725Z #31 62.93 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:14:57.7529082Z #31 62.93 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:14:57.7530008Z #31 62.93 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:14:57.7532246Z #31 62.97 magmablas_hip/zgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:14:57.7535075Z #31 62.97 hipError_t e = hipLaunchCooperativeKernel((void*)zgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:14:57.7536845Z #31 62.97 ^ 2024-08-20T22:14:57.7537971Z #31 63.11 In file included from magmablas_hip/ztrtri_lower.hip.cpp:23: 2024-08-20T22:14:57.9263061Z #31 63.11 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:14:57.9265289Z #31 63.11 zgemm_kernel_16( 2024-08-20T22:14:57.9265883Z #31 63.11 ^ 2024-08-20T22:14:57.9266496Z #31 63.12 8 warnings generated when compiling for gfx906. 2024-08-20T22:14:57.9267503Z #31 63.13 11 warnings generated when compiling for host. 2024-08-20T22:14:57.9270546Z #31 63.14 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zsyr2k_batched.o magmablas_hip/zsyr2k_batched.cpp 2024-08-20T22:14:58.0936970Z #31 63.46 In file included from magmablas_hip/zhemv_batched_core.hip.cpp:17: 2024-08-20T22:14:58.2605949Z #31 63.46 magmablas_hip/hemv_template_kernel_batched.hip.hpp:22:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.2609567Z #31 63.46 void hemv_diag_template_batched_kernel( 2024-08-20T22:14:58.2610805Z #31 63.46 ^ 2024-08-20T22:14:58.2614860Z #31 63.47 magmablas_hip/hemv_template_kernel_batched.hip.hpp:39:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.2618426Z #31 63.47 void hemv_lower_template_batched_kernel( 2024-08-20T22:14:58.2619267Z #31 63.47 ^ 2024-08-20T22:14:58.2622948Z #31 63.48 magmablas_hip/hemv_template_kernel_batched.hip.hpp:56:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.2626082Z #31 63.48 void hemv_upper_template_batched_kernel( 2024-08-20T22:14:58.2626890Z #31 63.48 ^ 2024-08-20T22:14:58.4522730Z #31 63.69 3 warnings generated when compiling for gfx90a. 2024-08-20T22:14:58.4523984Z #31 63.82 10 warnings generated when compiling for gfx900. 2024-08-20T22:14:58.5754499Z #31 63.90 magmablas_hip/zpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.5761159Z #31 63.90 __global__ void zpotf2_smlpin_fixwidth_kernel(int m, magmaDoubleComplex *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:14:58.5765057Z #31 63.90 ^ 2024-08-20T22:14:58.5770429Z #31 63.90 magmablas_hip/zpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.7141501Z #31 63.94 magmablas_hip/zpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.7145996Z #31 63.94 __global__ void zpotf2_smlpin_anywidth_kernel(int m, magmaDoubleComplex *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:14:58.7148121Z #31 63.94 ^ 2024-08-20T22:14:58.7152085Z #31 63.94 magmablas_hip/zpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.7158748Z #31 63.95 magmablas_hip/zpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.7165421Z #31 63.95 magmablas_hip/zpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.7173719Z #31 63.99 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dsyrk_batched_core.hip.o magmablas_hip/dsyrk_batched_core.hip.cpp 2024-08-20T22:14:58.7182790Z #31 64.00 magmablas_hip/zpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.7186487Z #31 64.00 __global__ void zpotf2_smlpin_fixwidth_kernel_batched(int m, 2024-08-20T22:14:58.7187549Z #31 64.00 ^ 2024-08-20T22:14:58.7191323Z #31 64.00 magmablas_hip/zpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.7197829Z #31 64.04 magmablas_hip/zpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.7201648Z #31 64.04 __global__ void zpotf2_smlpin_anywidth_kernel_batched(int m, 2024-08-20T22:14:58.7202894Z #31 64.04 ^ 2024-08-20T22:14:58.7206769Z #31 64.04 magmablas_hip/zpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.7213437Z #31 64.04 magmablas_hip/zpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.7220289Z #31 64.04 magmablas_hip/zpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.8318516Z #31 64.08 magmablas_hip/zpotf2_kernels.hip.cpp:98:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.8322156Z #31 64.08 __global__ void zpotf2_smlpout_fixwidth_kernel(int m, 2024-08-20T22:14:58.8323135Z #31 64.08 ^ 2024-08-20T22:14:58.8329568Z #31 64.11 magmablas_hip/zpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.8335542Z #31 64.11 __global__ void zpotf2_smlpout_anywidth_kernel(int m, int n, 2024-08-20T22:14:58.8336540Z #31 64.11 ^ 2024-08-20T22:14:58.8340206Z #31 64.11 magmablas_hip/zpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.8346464Z #31 64.11 magmablas_hip/zpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.8352575Z #31 64.16 magmablas_hip/zpotf2_kernels.hip.cpp:117:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.8356286Z #31 64.16 __global__ void zpotf2_smlpout_fixwidth_kernel_batched(int m, 2024-08-20T22:14:58.8357338Z #31 64.16 ^ 2024-08-20T22:14:58.9838226Z #31 64.20 magmablas_hip/zpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.9842332Z #31 64.20 __global__ void zpotf2_smlpout_anywidth_kernel_batched(int m, int n, 2024-08-20T22:14:58.9843363Z #31 64.20 ^ 2024-08-20T22:14:58.9847150Z #31 64.20 magmablas_hip/zpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:58.9853683Z #31 64.20 magmablas_hip/zpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:14:59.8793765Z #31 65.25 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ssyrk_batched_core.hip.o magmablas_hip/ssyrk_batched_core.hip.cpp 2024-08-20T22:15:00.0900050Z #31 65.28 In file included from magmablas_hip/zgetf2_native_kernel.hip.cpp:17: 2024-08-20T22:15:00.0903876Z #31 65.28 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:00.0907427Z #31 65.28 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:00.0909570Z #31 65.28 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:00.0911398Z #31 65.28 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:00.0912920Z #31 65.28 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:00.0913916Z #31 65.28 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:00.0916652Z #31 65.28 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:00.0920599Z #31 65.28 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:00.0922935Z #31 65.28 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:00.0924732Z #31 65.28 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:00.0926342Z #31 65.28 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:00.0927318Z #31 65.28 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:00.0930092Z #31 65.28 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:00.0933486Z #31 65.28 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:00.0935488Z #31 65.28 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:00.0937040Z #31 65.28 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:00.0938501Z #31 65.28 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:00.0939736Z #31 65.28 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:00.0942894Z #31 65.28 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:00.0946673Z #31 65.28 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:00.0949035Z #31 65.28 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:00.0950838Z #31 65.28 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:00.0952314Z #31 65.28 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:00.0953279Z #31 65.28 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:00.0956165Z #31 65.28 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:00.0959939Z #31 65.28 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:00.0962369Z #31 65.28 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:00.0964215Z #31 65.28 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:00.1132896Z #31 65.28 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:00.1411958Z #31 65.28 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:00.1634702Z #31 65.28 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:00.1833549Z #31 65.28 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:00.2033288Z #31 65.28 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:00.2220872Z #31 65.28 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:00.2234258Z #31 65.29 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:00.2235281Z #31 65.29 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:00.2238249Z #31 65.29 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:00.2241709Z #31 65.29 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:00.2244067Z #31 65.29 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:00.2245848Z #31 65.29 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:00.2247291Z #31 65.29 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:00.2248239Z #31 65.29 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:00.2251058Z #31 65.29 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:00.2254710Z #31 65.29 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:00.2256811Z #31 65.29 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:00.2258741Z #31 65.29 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:00.2260295Z #31 65.29 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:00.2261255Z #31 65.29 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:00.2264055Z #31 65.29 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:00.2268099Z #31 65.30 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:00.2270583Z #31 65.30 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:00.2272423Z #31 65.30 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:00.2273716Z #31 65.30 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:00.2274545Z #31 65.30 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:00.2277031Z #31 65.30 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:00.2280668Z #31 65.30 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:00.2282767Z #31 65.30 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:00.2284544Z #31 65.30 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:00.2285811Z #31 65.30 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:00.2286733Z #31 65.30 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:00.2292400Z #31 65.31 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ztrmm_batched_core.hip.o magmablas_hip/ztrmm_batched_core.hip.cpp 2024-08-20T22:15:00.2334794Z #31 65.59 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ztrsm_batched.o magmablas_hip/ztrsm_batched.cpp 2024-08-20T22:15:00.6307288Z #31 66.00 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ztrsm_batched_core.o magmablas_hip/ztrsm_batched_core.cpp 2024-08-20T22:15:00.7490348Z #31 66.11 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ztrsm_small_batched.hip.o magmablas_hip/ztrsm_small_batched.hip.cpp 2024-08-20T22:15:00.8684636Z #31 66.18 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ztrsv_batched.hip.o magmablas_hip/ztrsv_batched.hip.cpp 2024-08-20T22:15:00.8690081Z #31 66.23 In file included from magmablas_hip/cgemm.hip.cpp:20: 2024-08-20T22:15:00.8695049Z #31 66.23 magmablas_hip/gemm_template_kernel.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:00.8699019Z #31 66.23 void gemm_template_nt_kernel( 2024-08-20T22:15:00.8699805Z #31 66.23 ^ 2024-08-20T22:15:01.0161650Z #31 66.28 magmablas_hip/gemm_template_kernel.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:01.0169111Z #31 66.33 magmablas_hip/gemm_template_kernel.hip.hpp:78:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:01.0172931Z #31 66.33 void gemm_template_tn_kernel( 2024-08-20T22:15:01.0173740Z #31 66.33 ^ 2024-08-20T22:15:01.1634825Z #31 66.38 magmablas_hip/gemm_template_kernel.hip.hpp:78:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:01.1638705Z #31 66.42 20 warnings generated when compiling for gfx900. 2024-08-20T22:15:01.1643038Z #31 66.43 magmablas_hip/gemm_template_kernel.hip.hpp:104:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:01.1646861Z #31 66.43 void gemm_template_tt_kernel( 2024-08-20T22:15:01.1647655Z #31 66.43 ^ 2024-08-20T22:15:01.1651848Z #31 66.48 magmablas_hip/gemm_template_kernel.hip.hpp:104:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:01.3593318Z #31 66.53 magmablas_hip/gemm_template_kernel.hip.hpp:104:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:01.3600897Z #31 66.58 magmablas_hip/gemm_template_kernel.hip.hpp:104:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:01.9310152Z #31 67.30 In file included from magmablas_hip/sgemm_batched_core.hip.cpp:19: 2024-08-20T22:15:02.1367722Z #31 67.30 magmablas_hip/gemm_template_kernel_batched.hip.hpp:62:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:02.1371742Z #31 67.30 void gemm_template_batched_nt_kernel( 2024-08-20T22:15:02.1372620Z #31 67.30 ^ 2024-08-20T22:15:02.1376880Z #31 67.32 magmablas_hip/gemm_template_kernel_batched.hip.hpp:62:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:02.1381148Z #31 67.35 In file included from magmablas_hip/ssyrk_batched_core.hip.cpp:19: 2024-08-20T22:15:02.1386349Z #31 67.35 magmablas_hip/herk_template_kernel_batched.hip.hpp:25:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:02.1390298Z #31 67.35 void herk_template_batched_nt_kernel( 2024-08-20T22:15:02.1391172Z #31 67.35 ^ 2024-08-20T22:15:02.5958535Z #31 67.96 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ztrtri_diag_batched.hip.o magmablas_hip/ztrtri_diag_batched.hip.cpp 2024-08-20T22:15:02.7671262Z #31 67.98 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgetf2_nopiv_kernels.hip.o magmablas_hip/zgetf2_nopiv_kernels.hip.cpp 2024-08-20T22:15:02.8434505Z #31 68.21 1 warning generated when compiling for gfx900. 2024-08-20T22:15:03.4374276Z #31 68.80 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgemm_vbatched_core.hip.o magmablas_hip/zgemm_vbatched_core.hip.cpp 2024-08-20T22:15:03.5675064Z #31 68.93 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgemm_vbatched_core.hip.o magmablas_hip/cgemm_vbatched_core.hip.cpp 2024-08-20T22:15:03.6859301Z #31 69.05 magmablas_hip/zpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:03.8136863Z #31 69.05 __global__ void zpotf2_smlpin_fixwidth_kernel(int m, magmaDoubleComplex *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:15:03.8138807Z #31 69.05 ^ 2024-08-20T22:15:03.8142973Z #31 69.05 magmablas_hip/zpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:03.8152302Z #31 69.06 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgemm_vbatched_core.hip.o magmablas_hip/dgemm_vbatched_core.hip.cpp 2024-08-20T22:15:03.8161049Z #31 69.09 magmablas_hip/zpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:03.8166048Z #31 69.09 __global__ void zpotf2_smlpin_anywidth_kernel(int m, magmaDoubleComplex *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:15:03.8167940Z #31 69.09 ^ 2024-08-20T22:15:03.8172162Z #31 69.09 magmablas_hip/zpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:03.8179425Z #31 69.09 magmablas_hip/zpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:03.8186442Z #31 69.09 magmablas_hip/zpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:03.8195410Z #31 69.12 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgemm_vbatched_core.hip.o magmablas_hip/sgemm_vbatched_core.hip.cpp 2024-08-20T22:15:03.8204117Z #31 69.14 magmablas_hip/zpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:03.8208219Z #31 69.14 __global__ void zpotf2_smlpin_fixwidth_kernel_batched(int m, 2024-08-20T22:15:03.8209490Z #31 69.14 ^ 2024-08-20T22:15:03.8213433Z #31 69.14 magmablas_hip/zpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:03.9334126Z #31 69.18 magmablas_hip/zpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:03.9338574Z #31 69.18 __global__ void zpotf2_smlpin_anywidth_kernel_batched(int m, 2024-08-20T22:15:03.9339707Z #31 69.18 ^ 2024-08-20T22:15:03.9343962Z #31 69.18 magmablas_hip/zpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:03.9350979Z #31 69.18 magmablas_hip/zpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:03.9357977Z #31 69.18 magmablas_hip/zpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:03.9366866Z #31 69.21 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgemv_vbatched_core.hip.o magmablas_hip/zgemv_vbatched_core.hip.cpp 2024-08-20T22:15:03.9376078Z #31 69.22 magmablas_hip/zpotf2_kernels.hip.cpp:98:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:03.9380043Z #31 69.22 __global__ void zpotf2_smlpout_fixwidth_kernel(int m, 2024-08-20T22:15:03.9381117Z #31 69.22 ^ 2024-08-20T22:15:03.9387125Z #31 69.24 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgemv_vbatched_core.hip.o magmablas_hip/cgemv_vbatched_core.hip.cpp 2024-08-20T22:15:03.9395830Z #31 69.26 magmablas_hip/zpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:03.9399754Z #31 69.26 __global__ void zpotf2_smlpout_anywidth_kernel(int m, int n, 2024-08-20T22:15:03.9400827Z #31 69.26 ^ 2024-08-20T22:15:03.9404803Z #31 69.26 magmablas_hip/zpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:03.9412122Z #31 69.26 magmablas_hip/zpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:04.1202248Z #31 69.30 magmablas_hip/zpotf2_kernels.hip.cpp:117:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:04.1206235Z #31 69.30 __global__ void zpotf2_smlpout_fixwidth_kernel_batched(int m, 2024-08-20T22:15:04.1207338Z #31 69.30 ^ 2024-08-20T22:15:04.1211525Z #31 69.34 magmablas_hip/zpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:04.1215845Z #31 69.34 __global__ void zpotf2_smlpout_anywidth_kernel_batched(int m, int n, 2024-08-20T22:15:04.1217069Z #31 69.34 ^ 2024-08-20T22:15:04.1221148Z #31 69.34 magmablas_hip/zpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:04.1228397Z #31 69.34 magmablas_hip/zpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:04.1764891Z #31 69.54 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgemv_vbatched_core.hip.o magmablas_hip/dgemv_vbatched_core.hip.cpp 2024-08-20T22:15:04.4039730Z #31 69.54 In file included from magmablas_hip/zgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:15:04.4043308Z #31 69.54 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:04.4046782Z #31 69.54 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:04.4048998Z #31 69.54 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:04.4050845Z #31 69.54 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:04.4052561Z #31 69.54 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:04.4053586Z #31 69.54 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:04.4056708Z #31 69.55 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:04.4060311Z #31 69.55 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:04.4062489Z #31 69.55 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:04.4064590Z #31 69.55 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:04.4066096Z #31 69.55 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:04.4067099Z #31 69.55 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:04.4070002Z #31 69.55 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:04.4073602Z #31 69.55 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:04.4075764Z #31 69.55 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:04.4077579Z #31 69.55 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:04.4079060Z #31 69.55 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:04.4080270Z #31 69.55 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:04.4083226Z #31 69.55 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:04.4087104Z #31 69.55 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:04.4089755Z #31 69.55 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:04.4091931Z #31 69.55 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:04.4093489Z #31 69.55 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:04.4094651Z #31 69.55 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:04.4097701Z #31 69.55 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:04.4101792Z #31 69.55 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:04.4104442Z #31 69.55 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:04.4106432Z #31 69.55 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:04.4107935Z #31 69.55 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:04.4108934Z #31 69.55 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:04.4111857Z #31 69.55 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:04.4115398Z #31 69.55 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:04.4117596Z #31 69.55 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:04.4119401Z #31 69.55 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:04.4120884Z #31 69.55 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:04.4122054Z #31 69.55 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:04.4125027Z #31 69.55 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:04.4128730Z #31 69.55 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:04.4131978Z #31 69.55 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:04.4133866Z #31 69.55 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:04.4135481Z #31 69.55 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:04.4136516Z #31 69.55 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:04.4139519Z #31 69.55 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:04.4162555Z #31 69.55 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:04.4164725Z #31 69.55 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:04.4167023Z #31 69.55 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:04.4168574Z #31 69.55 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:04.4169587Z #31 69.55 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:04.4172588Z #31 69.55 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:04.4176755Z #31 69.55 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:04.4179738Z #31 69.55 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:04.4181566Z #31 69.55 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:04.4183078Z #31 69.55 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:04.4184058Z #31 69.55 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:04.4186961Z #31 69.55 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:04.4191057Z #31 69.55 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:04.4194033Z #31 69.55 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:04.4195936Z #31 69.55 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:04.4197458Z #31 69.55 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:04.4198486Z #31 69.55 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:04.4199811Z #31 69.59 In file included from magmablas_hip/ztrtri_diag_batched.hip.cpp:23: 2024-08-20T22:15:04.4202084Z #31 69.59 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:15:04.4203686Z #31 69.59 zgemm_kernel_16( 2024-08-20T22:15:04.4204329Z #31 69.59 ^ 2024-08-20T22:15:04.4205048Z #31 69.60 1 warning generated when compiling for gfx900. 2024-08-20T22:15:04.4211401Z #31 69.62 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgemv_vbatched_core.hip.o magmablas_hip/sgemv_vbatched_core.hip.cpp 2024-08-20T22:15:04.6388808Z #31 70.00 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zhemm_vbatched_core.hip.o magmablas_hip/zhemm_vbatched_core.hip.cpp 2024-08-20T22:15:04.8025429Z #31 70.17 In file included from magmablas_hip/ssyrk_batched_core.hip.cpp:19: 2024-08-20T22:15:04.8030410Z #31 70.17 magmablas_hip/herk_template_kernel_batched.hip.hpp:25:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:04.8035109Z #31 70.17 void herk_template_batched_nt_kernel( 2024-08-20T22:15:04.9183611Z #31 70.17 ^ 2024-08-20T22:15:04.9185870Z #31 70.28 1 warning generated when compiling for gfx900. 2024-08-20T22:15:05.6493331Z #31 71.02 1 warning generated when compiling for gfx906. 2024-08-20T22:15:05.8654371Z #31 71.06 In file included from magmablas_hip/ztrtri_diag_batched.hip.cpp:23: 2024-08-20T22:15:05.8656854Z #31 71.07 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:15:05.8658465Z #31 71.07 zgemm_kernel_16( 2024-08-20T22:15:05.8659096Z #31 71.07 ^ 2024-08-20T22:15:05.8659739Z #31 71.08 1 warning generated when compiling for gfx906. 2024-08-20T22:15:06.2063748Z #31 71.57 20 warnings generated when compiling for gfx906. 2024-08-20T22:15:06.4894236Z #31 71.86 In file included from magmablas_hip/ztrtri_lower_batched.hip.cpp:23: 2024-08-20T22:15:06.6402277Z #31 71.86 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:15:06.6403912Z #31 71.86 zgemm_kernel_16( 2024-08-20T22:15:06.6404541Z #31 71.86 ^ 2024-08-20T22:15:06.8547565Z #31 72.22 2 warnings generated when compiling for gfx906. 2024-08-20T22:15:07.3376335Z #31 72.53 In file included from magmablas_hip/ztrtri_diag_batched.hip.cpp:23: 2024-08-20T22:15:07.3378645Z #31 72.54 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:15:07.3380042Z #31 72.54 zgemm_kernel_16( 2024-08-20T22:15:07.3380615Z #31 72.54 ^ 2024-08-20T22:15:07.3381268Z #31 72.55 1 warning generated when compiling for gfx908. 2024-08-20T22:15:07.5117102Z #31 72.88 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zhemv_vbatched_core.hip.o magmablas_hip/zhemv_vbatched_core.hip.cpp 2024-08-20T22:15:07.6390203Z #31 72.88 2 warnings generated when compiling for gfx900. 2024-08-20T22:15:07.6391723Z #31 72.97 In file included from magmablas_hip/ssyrk_batched_core.hip.cpp:19: 2024-08-20T22:15:07.6396353Z #31 72.97 magmablas_hip/herk_template_kernel_batched.hip.hpp:25:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:07.6400037Z #31 72.97 void herk_template_batched_nt_kernel( 2024-08-20T22:15:07.6400884Z #31 72.97 ^ 2024-08-20T22:15:07.6401637Z #31 73.01 1 warning generated when compiling for gfx906. 2024-08-20T22:15:07.8008337Z #31 73.17 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cherk_vbatched_core.hip.o magmablas_hip/cherk_vbatched_core.hip.cpp 2024-08-20T22:15:08.0541577Z #31 73.42 magmablas_hip/zgesv_batched_small.hip.cpp:167: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-08-20T22:15:08.0544829Z #31 73.42 zgesv_batched_small_sm_kernel( 2024-08-20T22:15:08.0545523Z #31 73.42 ^ 2024-08-20T22:15:08.4584265Z #31 73.82 1 warning generated when compiling for gfx908. 2024-08-20T22:15:08.5611209Z #31 73.90 In file included from magmablas_hip/sgemm_vbatched_core.hip.cpp:20: 2024-08-20T22:15:08.5615880Z #31 73.90 magmablas_hip/gemm_template_kernel_vbatched.hip.hpp:76:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:08.5620006Z #31 73.90 void gemm_template_vbatched_nt_kernel( 2024-08-20T22:15:08.5620786Z #31 73.90 ^ 2024-08-20T22:15:08.6947940Z #31 73.93 magmablas_hip/gemm_template_kernel_vbatched.hip.hpp:76:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:08.6951803Z #31 74.06 In file included from magmablas_hip/ztrtri_diag_batched.hip.cpp:23: 2024-08-20T22:15:08.8301031Z #31 74.06 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:15:08.8302553Z #31 74.06 zgemm_kernel_16( 2024-08-20T22:15:08.8303153Z #31 74.06 ^ 2024-08-20T22:15:08.8303842Z #31 74.08 1 warning generated when compiling for gfx90a. 2024-08-20T22:15:08.8307762Z #31 74.20 magmablas_hip/zpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:08.8312062Z #31 74.20 __global__ void zpotf2_smlpin_fixwidth_kernel(int m, magmaDoubleComplex *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:15:08.9580823Z #31 74.20 ^ 2024-08-20T22:15:08.9585312Z #31 74.20 magmablas_hip/zpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:08.9592075Z #31 74.24 magmablas_hip/zpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:08.9596443Z #31 74.24 __global__ void zpotf2_smlpin_anywidth_kernel(int m, magmaDoubleComplex *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:15:08.9598180Z #31 74.24 ^ 2024-08-20T22:15:08.9601884Z #31 74.24 magmablas_hip/zpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:08.9608287Z #31 74.24 magmablas_hip/zpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:08.9614792Z #31 74.24 magmablas_hip/zpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:08.9620868Z #31 74.28 magmablas_hip/zpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:08.9624323Z #31 74.28 __global__ void zpotf2_smlpin_fixwidth_kernel_batched(int m, 2024-08-20T22:15:08.9625370Z #31 74.28 ^ 2024-08-20T22:15:08.9628910Z #31 74.28 magmablas_hip/zpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:09.0795015Z #31 74.32 magmablas_hip/zpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:09.0799304Z #31 74.32 __global__ void zpotf2_smlpin_anywidth_kernel_batched(int m, 2024-08-20T22:15:09.0800373Z #31 74.32 ^ 2024-08-20T22:15:09.0804514Z #31 74.32 magmablas_hip/zpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:09.0811523Z #31 74.32 magmablas_hip/zpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:09.0818371Z #31 74.32 magmablas_hip/zpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:09.0823419Z #31 74.36 magmablas_hip/zgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:15:09.0825653Z #31 74.36 default: arginfo = -100; 2024-08-20T22:15:09.0826435Z #31 74.36 ^~~~~~~ 2024-08-20T22:15:09.0827865Z #31 74.36 magmablas_hip/zgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:15:09.0829423Z #31 74.36 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:15:09.0830271Z #31 74.36 ^ 2024-08-20T22:15:09.0831751Z #31 74.36 magmablas_hip/zgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:15:09.0833271Z #31 74.36 hipError_t e; 2024-08-20T22:15:09.0833912Z #31 74.36 ^ 2024-08-20T22:15:09.0837508Z #31 74.37 magmablas_hip/zpotf2_kernels.hip.cpp:98:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:09.0841079Z #31 74.37 __global__ void zpotf2_smlpout_fixwidth_kernel(int m, 2024-08-20T22:15:09.0842117Z #31 74.37 ^ 2024-08-20T22:15:09.0844455Z #31 74.38 magmablas_hip/zgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:15:09.0846745Z #31 74.38 default: arginfo = -100; 2024-08-20T22:15:09.0847544Z #31 74.38 ^~~~~~~ 2024-08-20T22:15:09.0848731Z #31 74.38 magmablas_hip/zgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:15:09.0850290Z #31 74.38 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:15:09.0851139Z #31 74.38 ^ 2024-08-20T22:15:09.0852446Z #31 74.38 magmablas_hip/zgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:15:09.0853739Z #31 74.38 hipError_t e; 2024-08-20T22:15:09.0854505Z #31 74.38 ^ 2024-08-20T22:15:09.0858285Z #31 74.40 magmablas_hip/zpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:09.0862006Z #31 74.40 __global__ void zpotf2_smlpout_anywidth_kernel(int m, int n, 2024-08-20T22:15:09.0863054Z #31 74.40 ^ 2024-08-20T22:15:09.0866885Z #31 74.40 magmablas_hip/zpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:09.0873851Z #31 74.40 magmablas_hip/zpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:09.3158208Z #31 74.45 magmablas_hip/zpotf2_kernels.hip.cpp:117:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:09.3162484Z #31 74.45 __global__ void zpotf2_smlpout_fixwidth_kernel_batched(int m, 2024-08-20T22:15:09.3163396Z #31 74.45 ^ 2024-08-20T22:15:09.3167171Z #31 74.48 magmablas_hip/zpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:09.3170941Z #31 74.48 __global__ void zpotf2_smlpout_anywidth_kernel_batched(int m, int n, 2024-08-20T22:15:09.3172057Z #31 74.48 ^ 2024-08-20T22:15:09.3176201Z #31 74.48 magmablas_hip/zpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:09.3183005Z #31 74.48 magmablas_hip/zpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:09.3186866Z #31 74.51 In file included from magmablas_hip/ztrtri_lower.hip.cpp:23: 2024-08-20T22:15:09.3188950Z #31 74.51 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:15:09.3190441Z #31 74.51 zgemm_kernel_16( 2024-08-20T22:15:09.3191047Z #31 74.51 ^ 2024-08-20T22:15:09.3191875Z #31 74.52 In file included from magmablas_hip/zhemv_vbatched_core.hip.cpp:17: 2024-08-20T22:15:09.3196261Z #31 74.52 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:09.3199917Z #31 74.52 void hemv_diag_template_vbatched_kernel( 2024-08-20T22:15:09.3200938Z #31 74.52 ^ 2024-08-20T22:15:09.3204655Z #31 74.52 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:09.3208123Z #31 74.52 void hemv_lower_template_vbatched_kernel( 2024-08-20T22:15:09.3208977Z #31 74.52 ^ 2024-08-20T22:15:09.3212406Z #31 74.53 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:81:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:09.3216129Z #31 74.53 void hemv_upper_template_vbatched_kernel( 2024-08-20T22:15:09.3217023Z #31 74.53 ^ 2024-08-20T22:15:09.3547574Z #31 74.72 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zherk_vbatched_core.hip.o magmablas_hip/zherk_vbatched_core.hip.cpp 2024-08-20T22:15:09.5979621Z #31 74.75 3 warnings generated when compiling for gfx900. 2024-08-20T22:15:09.5980791Z #31 74.81 8 warnings generated when compiling for gfx908. 2024-08-20T22:15:09.7931796Z #31 75.16 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ssyrk_vbatched_core.hip.o magmablas_hip/ssyrk_vbatched_core.hip.cpp 2024-08-20T22:15:09.9085191Z #31 75.27 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dsyrk_vbatched_core.hip.o magmablas_hip/dsyrk_vbatched_core.hip.cpp 2024-08-20T22:15:10.2769688Z #31 75.64 In file included from magmablas_hip/ztrtri_diag_batched.hip.cpp:23: 2024-08-20T22:15:10.2772011Z #31 75.64 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:15:10.4274775Z #31 75.64 zgemm_kernel_16( 2024-08-20T22:15:10.4275448Z #31 75.64 ^ 2024-08-20T22:15:10.4276142Z #31 75.71 1 warning generated when compiling for host. 2024-08-20T22:15:10.4282392Z #31 75.72 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ztrmm_vbatched_core.hip.o magmablas_hip/ztrmm_vbatched_core.hip.cpp 2024-08-20T22:15:10.4288081Z #31 75.79 In file included from magmablas_hip/ssyrk_batched_core.hip.cpp:19: 2024-08-20T22:15:10.6300110Z #31 75.79 magmablas_hip/herk_template_kernel_batched.hip.hpp:25:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:10.6303745Z #31 75.79 void herk_template_batched_nt_kernel( 2024-08-20T22:15:10.6304543Z #31 75.79 ^ 2024-08-20T22:15:10.6309631Z #31 75.85 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ztrsm_small_vbatched.hip.o magmablas_hip/ztrsm_small_vbatched.hip.cpp 2024-08-20T22:15:10.8674063Z #31 76.23 magmablas_hip/zgetf2_kernels.hip.cpp:710: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-08-20T22:15:10.8677983Z #31 76.23 zcomputecolumn_kernel_shared_batched( int m, int paneloffset, int step, 2024-08-20T22:15:11.0138351Z #31 76.23 ^ 2024-08-20T22:15:11.0142357Z #31 76.26 magmablas_hip/zgetf2_kernels.hip.cpp:610: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-08-20T22:15:11.0145812Z #31 76.26 zgetf2trsm_2d_kernel( int m, int n, 2024-08-20T22:15:11.0146603Z #31 76.26 ^ 2024-08-20T22:15:11.0149815Z #31 76.27 magmablas_hip/zgetf2_kernels.hip.cpp:610: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-08-20T22:15:11.0156223Z #31 76.29 magmablas_hip/zgetf2_kernels.hip.cpp:610: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-08-20T22:15:11.0162232Z #31 76.31 magmablas_hip/zgetf2_kernels.hip.cpp:610: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-08-20T22:15:11.0166218Z #31 76.38 In file included from magmablas_hip/zhemv_vbatched_core.hip.cpp:17: 2024-08-20T22:15:11.1258587Z #31 76.38 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:11.1262288Z #31 76.38 void hemv_diag_template_vbatched_kernel( 2024-08-20T22:15:11.1263150Z #31 76.38 ^ 2024-08-20T22:15:11.1267369Z #31 76.39 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:11.1270997Z #31 76.39 void hemv_lower_template_vbatched_kernel( 2024-08-20T22:15:11.1271789Z #31 76.39 ^ 2024-08-20T22:15:11.1275574Z #31 76.40 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:81:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:11.1279170Z #31 76.40 void hemv_upper_template_vbatched_kernel( 2024-08-20T22:15:11.1279973Z #31 76.40 ^ 2024-08-20T22:15:11.1280874Z #31 76.49 In file included from magmablas_hip/sgemm_batched_core.hip.cpp:19: 2024-08-20T22:15:11.2301237Z #31 76.49 magmablas_hip/gemm_template_kernel_batched.hip.hpp:62:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:11.2304992Z #31 76.49 void gemm_template_batched_nt_kernel( 2024-08-20T22:15:11.2305837Z #31 76.49 ^ 2024-08-20T22:15:11.2309830Z #31 76.52 magmablas_hip/gemm_template_kernel_batched.hip.hpp:62:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:11.2313525Z #31 76.60 10 warnings generated when compiling for gfx906. 2024-08-20T22:15:11.3575861Z #31 76.61 3 warnings generated when compiling for gfx906. 2024-08-20T22:15:11.3577080Z #31 76.72 20 warnings generated when compiling for gfx908. 2024-08-20T22:15:11.5326064Z #31 76.75 1 warning generated when compiling for gfx90a. 2024-08-20T22:15:11.9851410Z #31 77.35 In file included from magmablas_hip/ssyrk_vbatched_core.hip.cpp:19: 2024-08-20T22:15:12.1361999Z #31 77.35 magmablas_hip/herk_template_kernel_vbatched.hip.hpp:24:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:12.1365765Z #31 77.35 void herk_template_vbatched_nt_kernel( 2024-08-20T22:15:12.1366607Z #31 77.35 ^ 2024-08-20T22:15:12.3446713Z #31 77.57 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3450357Z #31 77.57 zgetf2_fused_kernel_batched( int m, 2024-08-20T22:15:12.3451184Z #31 77.57 ^ 2024-08-20T22:15:12.3455073Z #31 77.57 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3462462Z #31 77.57 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3469323Z #31 77.57 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3476343Z #31 77.57 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3483210Z #31 77.57 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3489984Z #31 77.57 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3496886Z #31 77.67 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3503661Z #31 77.67 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3510404Z #31 77.67 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3517115Z #31 77.67 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3523861Z #31 77.67 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3530238Z #31 77.67 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3536987Z #31 77.67 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3543661Z #31 77.67 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3550549Z #31 77.67 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3557301Z #31 77.67 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3564161Z #31 77.67 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.3571069Z #31 77.71 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.5184058Z #31 77.71 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.5190936Z #31 77.81 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.5198137Z #31 77.81 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.5205108Z #31 77.81 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.5212131Z #31 77.81 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.5219292Z #31 77.81 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.5226350Z #31 77.81 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.5233427Z #31 77.81 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.5240045Z #31 77.81 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.5247348Z #31 77.81 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.6274588Z #31 77.88 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.6281902Z #31 77.88 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.6289016Z #31 77.88 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.6295963Z #31 77.88 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.6302191Z #31 77.88 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.6308539Z #31 77.99 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.7384724Z #31 77.99 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.7391094Z #31 77.99 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.7397233Z #31 77.99 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.7403634Z #31 77.99 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.7410450Z #31 77.99 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.7417575Z #31 77.99 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.7424116Z #31 77.99 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.7431173Z #31 77.99 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.7438188Z #31 77.99 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.7445439Z #31 77.99 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.7452403Z #31 77.99 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.7459425Z #31 77.99 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.7463375Z #31 78.07 In file included from magmablas_hip/zgetf2_native_kernel.hip.cpp:17: 2024-08-20T22:15:12.7466744Z #31 78.07 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:12.7470382Z #31 78.07 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:12.7472671Z #31 78.07 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:12.7474377Z #31 78.07 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:12.7475916Z #31 78.07 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:12.7476969Z #31 78.07 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:12.7479999Z #31 78.07 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:12.7483651Z #31 78.07 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:12.7485854Z #31 78.07 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:12.7487699Z #31 78.07 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:12.7489237Z #31 78.07 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:12.7490574Z #31 78.07 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:12.7493589Z #31 78.07 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:12.7497496Z #31 78.07 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:12.7499641Z #31 78.07 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:12.7501599Z #31 78.07 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:12.7503084Z #31 78.07 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:12.7504083Z #31 78.07 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:12.7507015Z #31 78.07 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:12.7511312Z #31 78.07 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:12.7513812Z #31 78.07 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:12.7515812Z #31 78.07 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:12.7517440Z #31 78.07 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:12.7518473Z #31 78.07 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:12.7521469Z #31 78.07 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:12.7525494Z #31 78.07 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:12.7528050Z #31 78.07 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:12.7529940Z #31 78.07 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:12.7531523Z #31 78.07 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:12.7532334Z #31 78.07 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:12.7535046Z #31 78.07 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:12.7538214Z #31 78.08 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:12.7540196Z #31 78.08 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:12.7541931Z #31 78.08 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:12.7543320Z #31 78.08 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:12.7544227Z #31 78.08 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:12.7547116Z #31 78.08 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:12.7550324Z #31 78.08 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:12.7552262Z #31 78.08 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:12.7554256Z #31 78.08 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:12.7555594Z #31 78.08 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:12.7556481Z #31 78.08 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:12.7559106Z #31 78.08 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:12.7562694Z #31 78.08 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:12.7564988Z #31 78.08 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:12.7566736Z #31 78.08 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:12.7568101Z #31 78.08 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:12.7569023Z #31 78.08 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:12.7571738Z #31 78.09 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:12.7575403Z #31 78.09 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:12.7578064Z #31 78.09 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:12.7579857Z #31 78.09 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:12.7581244Z #31 78.09 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:12.7582140Z #31 78.09 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:12.7584862Z #31 78.09 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:12.7588595Z #31 78.09 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:12.7590869Z #31 78.09 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:12.7592573Z #31 78.09 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:12.7593930Z #31 78.09 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:12.7594833Z #31 78.09 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:12.8700271Z #31 78.10 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.8707192Z #31 78.10 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.8713635Z #31 78.10 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.8720078Z #31 78.10 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.8726868Z #31 78.10 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.8733533Z #31 78.10 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.8742583Z #31 78.10 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.8748676Z #31 78.10 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.8754876Z #31 78.10 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:12.8758808Z #31 78.15 1 warning generated when compiling for gfx900. 2024-08-20T22:15:12.8760150Z #31 78.20 In file included from magmablas_hip/cgemm.hip.cpp:20: 2024-08-20T22:15:12.8764063Z #31 78.20 magmablas_hip/gemm_template_kernel.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:12.8767346Z #31 78.20 void gemm_template_nt_kernel( 2024-08-20T22:15:12.8768068Z #31 78.20 ^ 2024-08-20T22:15:12.8768960Z #31 78.24 In file included from magmablas_hip/zhemv_vbatched_core.hip.cpp:17: 2024-08-20T22:15:13.0579513Z #31 78.24 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:13.0583189Z #31 78.24 void hemv_diag_template_vbatched_kernel( 2024-08-20T22:15:13.0583978Z #31 78.24 ^ 2024-08-20T22:15:13.0587439Z #31 78.24 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.0593804Z #31 78.24 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.0599783Z #31 78.24 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.0606179Z #31 78.24 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.0612377Z #31 78.24 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.0619060Z #31 78.24 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.0625693Z #31 78.24 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.0631874Z #31 78.24 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.0637950Z #31 78.24 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.0644510Z #31 78.24 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.0650607Z #31 78.24 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.0656936Z #31 78.24 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.0663103Z #31 78.24 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.0669219Z #31 78.24 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.0675450Z #31 78.24 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:13.0679073Z #31 78.24 void hemv_lower_template_vbatched_kernel( 2024-08-20T22:15:13.0679846Z #31 78.24 ^ 2024-08-20T22:15:13.0683247Z #31 78.25 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:81:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:13.0686779Z #31 78.25 void hemv_upper_template_vbatched_kernel( 2024-08-20T22:15:13.0687558Z #31 78.25 ^ 2024-08-20T22:15:13.0693051Z #31 78.29 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ztrsm_inv_vbatched_core.hip.o magmablas_hip/ztrsm_inv_vbatched_core.hip.cpp 2024-08-20T22:15:13.0701432Z #31 78.30 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.0708104Z #31 78.30 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.0714394Z #31 78.42 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2684890Z #31 78.42 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2692036Z #31 78.42 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2698638Z #31 78.42 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2704950Z #31 78.42 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2710931Z #31 78.42 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2717208Z #31 78.42 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2723661Z #31 78.43 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2730139Z #31 78.43 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2736671Z #31 78.43 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2743314Z #31 78.43 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2749458Z #31 78.43 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2755883Z #31 78.43 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2762130Z #31 78.43 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2768528Z #31 78.43 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2775357Z #31 78.43 magmablas_hip/gemm_template_kernel.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:13.2778894Z #31 78.46 3 warnings generated when compiling for gfx908. 2024-08-20T22:15:13.2782785Z #31 78.49 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2789073Z #31 78.49 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.2795299Z #31 78.63 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.4435720Z #31 78.63 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.4441775Z #31 78.63 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.4447173Z #31 78.63 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.4452639Z #31 78.63 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.4458957Z #31 78.63 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.4465411Z #31 78.64 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.4471694Z #31 78.64 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.4477758Z #31 78.64 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.4484101Z #31 78.64 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.4490673Z #31 78.64 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.4497256Z #31 78.64 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:15:13.4503446Z #31 78.66 magmablas_hip/gemm_template_kernel.hip.hpp:78:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:13.4506618Z #31 78.66 void gemm_template_tn_kernel( 2024-08-20T22:15:13.4507318Z #31 78.66 ^ 2024-08-20T22:15:13.5149146Z #31 78.88 magmablas_hip/gemm_template_kernel.hip.hpp:78:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:13.6390788Z #31 79.01 2 warnings generated when compiling for gfx900. 2024-08-20T22:15:13.8867830Z #31 79.10 magmablas_hip/gemm_template_kernel.hip.hpp:104:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:13.8871478Z #31 79.10 void gemm_template_tt_kernel( 2024-08-20T22:15:13.8872093Z #31 79.10 ^ 2024-08-20T22:15:13.9174355Z #31 79.28 magmablas_hip/zpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.0417018Z #31 79.28 __global__ void zpotf2_smlpin_fixwidth_kernel(int m, magmaDoubleComplex *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:15:14.0419581Z #31 79.28 ^ 2024-08-20T22:15:14.0423946Z #31 79.28 magmablas_hip/zpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.0431531Z #31 79.32 magmablas_hip/gemm_template_kernel.hip.hpp:104:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.0438877Z #31 79.32 magmablas_hip/zpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.0443811Z #31 79.32 __global__ void zpotf2_smlpin_anywidth_kernel(int m, magmaDoubleComplex *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:15:14.0445999Z #31 79.32 ^ 2024-08-20T22:15:14.0450259Z #31 79.32 magmablas_hip/zpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.0457414Z #31 79.32 magmablas_hip/zpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.0463984Z #31 79.32 magmablas_hip/zpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.0470534Z #31 79.37 magmablas_hip/zpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.0474534Z #31 79.37 __global__ void zpotf2_smlpin_fixwidth_kernel_batched(int m, 2024-08-20T22:15:14.0475756Z #31 79.37 ^ 2024-08-20T22:15:14.0479701Z #31 79.37 magmablas_hip/zpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.0486330Z #31 79.41 magmablas_hip/zpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.0490312Z #31 79.41 __global__ void zpotf2_smlpin_anywidth_kernel_batched(int m, 2024-08-20T22:15:14.1636958Z #31 79.41 ^ 2024-08-20T22:15:14.1641929Z #31 79.41 magmablas_hip/zpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.1649082Z #31 79.41 magmablas_hip/zpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.1656105Z #31 79.41 magmablas_hip/zpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.1663286Z #31 79.45 magmablas_hip/zpotf2_kernels.hip.cpp:98:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.1666957Z #31 79.45 __global__ void zpotf2_smlpout_fixwidth_kernel(int m, 2024-08-20T22:15:14.1668222Z #31 79.45 ^ 2024-08-20T22:15:14.1672425Z #31 79.49 magmablas_hip/zpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.1676372Z #31 79.49 __global__ void zpotf2_smlpout_anywidth_kernel(int m, int n, 2024-08-20T22:15:14.1677608Z #31 79.49 ^ 2024-08-20T22:15:14.1681553Z #31 79.49 magmablas_hip/zpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.1688309Z #31 79.49 magmablas_hip/zpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.3328437Z #31 79.53 magmablas_hip/zpotf2_kernels.hip.cpp:117:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.3333334Z #31 79.53 __global__ void zpotf2_smlpout_fixwidth_kernel_batched(int m, 2024-08-20T22:15:14.3335235Z #31 79.53 ^ 2024-08-20T22:15:14.3339996Z #31 79.54 magmablas_hip/gemm_template_kernel.hip.hpp:104:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.3346450Z #31 79.57 magmablas_hip/zpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.3350310Z #31 79.57 __global__ void zpotf2_smlpout_anywidth_kernel_batched(int m, int n, 2024-08-20T22:15:14.3351535Z #31 79.57 ^ 2024-08-20T22:15:14.3355205Z #31 79.57 magmablas_hip/zpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.3361820Z #31 79.57 magmablas_hip/zpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.3368749Z #31 79.70 magmablas_hip/gemm_template_kernel.hip.hpp:104:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.6901764Z #31 80.06 In file included from magmablas_hip/zhemv_vbatched_core.hip.cpp:17: 2024-08-20T22:15:14.6906625Z #31 80.06 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.6910899Z #31 80.06 void hemv_diag_template_vbatched_kernel( 2024-08-20T22:15:14.8574723Z #31 80.06 ^ 2024-08-20T22:15:14.8579119Z #31 80.06 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.8583021Z #31 80.06 void hemv_lower_template_vbatched_kernel( 2024-08-20T22:15:14.8583822Z #31 80.06 ^ 2024-08-20T22:15:14.8587514Z #31 80.07 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:81:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:14.8591119Z #31 80.07 void hemv_upper_template_vbatched_kernel( 2024-08-20T22:15:14.8592150Z #31 80.07 ^ 2024-08-20T22:15:14.8629133Z #31 80.23 In file included from magmablas_hip/ssyrk_vbatched_core.hip.cpp:19: 2024-08-20T22:15:15.0723313Z #31 80.23 magmablas_hip/herk_template_kernel_vbatched.hip.hpp:24:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:15.0727198Z #31 80.23 void herk_template_vbatched_nt_kernel( 2024-08-20T22:15:15.0728050Z #31 80.23 ^ 2024-08-20T22:15:15.0728785Z #31 80.29 3 warnings generated when compiling for gfx90a. 2024-08-20T22:15:15.6650369Z #31 81.03 1 warning generated when compiling for gfx906. 2024-08-20T22:15:15.9428315Z #31 81.31 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ztrtri_diag_vbatched.hip.o magmablas_hip/ztrtri_diag_vbatched.hip.cpp 2024-08-20T22:15:16.0450431Z #31 81.41 2 warnings generated when compiling for gfx908. 2024-08-20T22:15:16.4172567Z #31 81.78 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgemm_vbatched.o magmablas_hip/zgemm_vbatched.cpp 2024-08-20T22:15:16.5751550Z #31 81.79 20 warnings generated when compiling for gfx90a. 2024-08-20T22:15:16.8825257Z #31 82.25 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgemv_vbatched.o magmablas_hip/zgemv_vbatched.cpp 2024-08-20T22:15:17.7274292Z #31 82.93 In file included from magmablas_hip/ztrtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:15:17.7276839Z #31 82.93 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:15:17.7278360Z #31 82.93 zgemm_kernel_16( 2024-08-20T22:15:17.7278967Z #31 82.93 ^ 2024-08-20T22:15:17.7279677Z #31 82.95 1 warning generated when compiling for gfx900. 2024-08-20T22:15:17.7281083Z #31 83.09 In file included from magmablas_hip/ssyrk_vbatched_core.hip.cpp:19: 2024-08-20T22:15:17.9258451Z #31 83.09 magmablas_hip/herk_template_kernel_vbatched.hip.hpp:24:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:17.9262396Z #31 83.09 void herk_template_vbatched_nt_kernel( 2024-08-20T22:15:17.9263186Z #31 83.09 ^ 2024-08-20T22:15:17.9266418Z #31 83.15 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zhemm_vbatched.o magmablas_hip/zhemm_vbatched.cpp 2024-08-20T22:15:17.9271170Z #31 83.19 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zhemv_vbatched.o magmablas_hip/zhemv_vbatched.cpp 2024-08-20T22:15:17.9276045Z #31 83.29 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zher2k_vbatched.o magmablas_hip/zher2k_vbatched.cpp 2024-08-20T22:15:18.1006117Z #31 83.47 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zherk_vbatched.o magmablas_hip/zherk_vbatched.cpp 2024-08-20T22:15:18.2325058Z #31 83.60 In file included from magmablas_hip/sgemm_vbatched_core.hip.cpp:20: 2024-08-20T22:15:18.2329869Z #31 83.60 magmablas_hip/gemm_template_kernel_vbatched.hip.hpp:76:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:18.4092133Z #31 83.60 void gemm_template_vbatched_nt_kernel( 2024-08-20T22:15:18.4092984Z #31 83.60 ^ 2024-08-20T22:15:18.4099451Z #31 83.63 magmablas_hip/gemm_template_kernel_vbatched.hip.hpp:76:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:18.7195715Z #31 83.90 1 warning generated when compiling for gfx908. 2024-08-20T22:15:18.7202344Z #31 83.94 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zsyr2k_vbatched.o magmablas_hip/zsyr2k_vbatched.cpp 2024-08-20T22:15:18.7909654Z #31 84.16 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zsyrk_vbatched.o magmablas_hip/zsyrk_vbatched.cpp 2024-08-20T22:15:18.9272748Z #31 84.29 1 warning generated when compiling for gfx908. 2024-08-20T22:15:19.0717966Z #31 84.44 In file included from magmablas_hip/ztrtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:15:19.2391929Z #31 84.44 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:15:19.2394096Z #31 84.44 zgemm_kernel_16( 2024-08-20T22:15:19.2395617Z #31 84.44 ^ 2024-08-20T22:15:19.2396437Z #31 84.46 1 warning generated when compiling for gfx906. 2024-08-20T22:15:19.5594401Z #31 84.93 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ztrmm_vbatched.o magmablas_hip/ztrmm_vbatched.cpp 2024-08-20T22:15:19.8503112Z #31 85.22 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ztrsm_vbatched_core.o magmablas_hip/ztrsm_vbatched_core.cpp 2024-08-20T22:15:20.0766244Z #31 85.44 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ztrsm_vbatched.o magmablas_hip/ztrsm_vbatched.cpp 2024-08-20T22:15:20.2575403Z #31 85.62 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ztrsm_inv_vbatched.o magmablas_hip/ztrsm_inv_vbatched.cpp 2024-08-20T22:15:20.5107786Z #31 85.75 In file included from magmablas_hip/ztrtri_lower.hip.cpp:23: 2024-08-20T22:15:20.5114217Z #31 85.75 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:15:20.5119318Z #31 85.75 zgemm_kernel_16( 2024-08-20T22:15:20.5123513Z #31 85.75 ^ 2024-08-20T22:15:20.6199522Z #31 85.88 In file included from magmablas_hip/sgemm_batched_core.hip.cpp:19: 2024-08-20T22:15:20.6204103Z #31 85.88 magmablas_hip/gemm_template_kernel_batched.hip.hpp:62:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:20.6208060Z #31 85.88 void gemm_template_batched_nt_kernel( 2024-08-20T22:15:20.6208845Z #31 85.88 ^ 2024-08-20T22:15:20.6212402Z #31 85.93 magmablas_hip/gemm_template_kernel_batched.hip.hpp:62:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:20.6216256Z #31 85.99 In file included from magmablas_hip/ztrtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:15:20.7688851Z #31 85.99 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:15:20.7690420Z #31 85.99 zgemm_kernel_16( 2024-08-20T22:15:20.7690983Z #31 85.99 ^ 2024-08-20T22:15:20.7692142Z #31 86.00 In file included from magmablas_hip/ssyrk_vbatched_core.hip.cpp:19: 2024-08-20T22:15:20.7697541Z #31 86.00 magmablas_hip/herk_template_kernel_vbatched.hip.hpp:24:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:20.7701232Z #31 86.00 void herk_template_vbatched_nt_kernel( 2024-08-20T22:15:20.7701995Z #31 86.00 ^ 2024-08-20T22:15:20.7702680Z #31 86.00 1 warning generated when compiling for gfx908. 2024-08-20T22:15:20.7707987Z #31 86.14 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zgetf2_kernels_var.hip.o magmablas_hip/zgetf2_kernels_var.hip.cpp 2024-08-20T22:15:20.9648799Z #31 86.18 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zlaswp_vbatched.hip.o magmablas_hip/zlaswp_vbatched.hip.cpp 2024-08-20T22:15:20.9693678Z #31 86.34 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zpotf2_kernels_var.hip.o magmablas_hip/zpotf2_kernels_var.hip.cpp 2024-08-20T22:15:21.1784014Z #31 86.39 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/prefix_sum.hip.o magmablas_hip/prefix_sum.hip.cpp 2024-08-20T22:15:21.2469887Z #31 86.61 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/vbatched_aux.hip.o magmablas_hip/vbatched_aux.hip.cpp 2024-08-20T22:15:21.4301781Z #31 86.80 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/vbatched_check.hip.o magmablas_hip/vbatched_check.hip.cpp 2024-08-20T22:15:21.5546169Z #31 86.92 1 warning generated when compiling for gfx90a. 2024-08-20T22:15:21.7680090Z #31 86.98 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/blas_zbatched.o magmablas_hip/blas_zbatched.cpp 2024-08-20T22:15:22.1218413Z #31 87.49 In file included from magmablas_hip/ztrtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:15:22.3593637Z #31 87.49 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:15:22.3595297Z #31 87.49 zgemm_kernel_16( 2024-08-20T22:15:22.3595964Z #31 87.49 ^ 2024-08-20T22:15:22.3597016Z #31 87.50 1 warning generated when compiling for gfx90a. 2024-08-20T22:15:22.3603348Z #31 87.52 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/hgemm_batched_core.hip.o magmablas_hip/hgemm_batched_core.hip.cpp 2024-08-20T22:15:22.3609163Z #31 87.56 In file included from magmablas_hip/zgetf2_kernels_var.hip.cpp:17: 2024-08-20T22:15:22.3612489Z #31 87.56 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:22.3616093Z #31 87.56 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:22.3618396Z #31 87.56 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:22.3620227Z #31 87.56 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:22.3621713Z #31 87.56 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:22.3622689Z #31 87.56 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:22.3625592Z #31 87.56 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:22.3629113Z #31 87.56 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:22.3631451Z #31 87.56 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:22.3633284Z #31 87.56 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:22.3634755Z #31 87.56 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:22.3635742Z #31 87.56 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:22.3639001Z #31 87.56 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:22.3642893Z #31 87.56 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:22.3645124Z #31 87.56 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:22.3646992Z #31 87.56 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:22.3648347Z #31 87.56 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:22.3649436Z #31 87.56 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:22.3652478Z #31 87.56 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:22.3656164Z #31 87.56 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:22.3658646Z #31 87.56 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:22.3660489Z #31 87.56 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:22.3661995Z #31 87.56 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:22.3662978Z #31 87.56 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:22.3666108Z #31 87.56 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:22.3670038Z #31 87.56 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:22.3672378Z #31 87.56 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:22.3674151Z #31 87.56 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:22.3675656Z #31 87.56 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:22.3676656Z #31 87.56 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:22.3679581Z #31 87.56 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:22.3683520Z #31 87.56 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:22.3685719Z #31 87.56 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:22.3687495Z #31 87.56 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:22.3689032Z #31 87.56 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:22.3690051Z #31 87.56 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:22.3693068Z #31 87.56 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:22.3696849Z #31 87.57 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:22.3698982Z #31 87.57 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:22.3700840Z #31 87.57 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:22.3702309Z #31 87.57 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:22.3703307Z #31 87.57 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:22.3706469Z #31 87.57 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:22.3710274Z #31 87.57 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:22.3712477Z #31 87.57 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:22.3714549Z #31 87.57 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:22.3716020Z #31 87.57 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:22.3717019Z #31 87.57 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:22.3719915Z #31 87.57 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:22.3723833Z #31 87.57 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:22.3726340Z #31 87.57 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:22.3728327Z #31 87.57 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:22.3729935Z #31 87.57 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:22.3731560Z #31 87.57 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:22.3734561Z #31 87.57 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:22.3738746Z #31 87.57 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:22.3741233Z #31 87.57 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:22.3742893Z #31 87.57 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:22.3744298Z #31 87.57 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:22.3745270Z #31 87.57 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:22.7518344Z #31 88.12 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/slag2h.hip.o magmablas_hip/slag2h.hip.cpp 2024-08-20T22:15:22.9227931Z #31 88.29 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/hlag2s.hip.o magmablas_hip/hlag2s.hip.cpp 2024-08-20T22:15:23.0671342Z #31 88.30 8 warnings generated when compiling for gfx90a. 2024-08-20T22:15:23.0677805Z #31 88.43 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/hlaconvert.hip.o magmablas_hip/hlaconvert.hip.cpp 2024-08-20T22:15:23.1760854Z #31 88.54 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/hlaswp.hip.o magmablas_hip/hlaswp.hip.cpp 2024-08-20T22:15:23.2993942Z #31 88.59 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/hset_pointer.hip.o magmablas_hip/hset_pointer.hip.cpp 2024-08-20T22:15:23.3004962Z #31 88.63 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/zposv_irgmres_kernels.hip.o magmablas_hip/zposv_irgmres_kernels.hip.cpp 2024-08-20T22:15:23.3010572Z #31 88.67 2 warnings generated when compiling for gfx906. 2024-08-20T22:15:23.4276243Z #31 88.71 magmablas_hip/zpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:23.4280704Z #31 88.71 __global__ void zpotf2_smlpout_kernel_vbatched_v2(int maxm, magma_int_t *m, 2024-08-20T22:15:23.4281952Z #31 88.71 ^ 2024-08-20T22:15:23.4285956Z #31 88.71 magmablas_hip/zpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:23.4292860Z #31 88.71 magmablas_hip/zpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:23.4300112Z #31 88.71 magmablas_hip/zpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:23.4306143Z #31 88.72 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_sauxiliary.o control/magma_sauxiliary.cpp 2024-08-20T22:15:23.5791018Z #31 88.79 magmablas_hip/zpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:23.5795333Z #31 88.79 __global__ void zpotf2_smlpout_kernel_vbatched(magma_int_t *m, 2024-08-20T22:15:23.5796490Z #31 88.79 ^ 2024-08-20T22:15:23.5800657Z #31 88.79 magmablas_hip/zpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:23.5807769Z #31 88.79 magmablas_hip/zpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:23.5815398Z #31 88.79 magmablas_hip/zpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:23.7040536Z #31 89.07 In file included from magmablas_hip/ztrtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:15:23.8163889Z #31 89.07 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:15:23.8165555Z #31 89.07 zgemm_kernel_16( 2024-08-20T22:15:23.8166226Z #31 89.07 ^ 2024-08-20T22:15:23.8166939Z #31 89.14 1 warning generated when compiling for host. 2024-08-20T22:15:23.8170444Z #31 89.15 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_dauxiliary.o control/magma_dauxiliary.cpp 2024-08-20T22:15:23.8175786Z #31 89.18 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_cauxiliary.o control/magma_cauxiliary.cpp 2024-08-20T22:15:23.9583421Z #31 89.32 10 warnings generated when compiling for gfx908. 2024-08-20T22:15:24.4721385Z #31 89.84 8 warnings generated when compiling for gfx900. 2024-08-20T22:15:24.5886884Z #31 89.95 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_cbulge.o control/magma_cbulge.cpp 2024-08-20T22:15:24.7056246Z #31 90.07 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_dbulge.o control/magma_dbulge.cpp 2024-08-20T22:15:25.2522853Z #31 90.62 1 warning generated when compiling for gfx906. 2024-08-20T22:15:25.3528594Z #31 90.72 In file included from magmablas_hip/zgetf2_native_kernel.hip.cpp:17: 2024-08-20T22:15:25.3532651Z #31 90.72 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:25.3536368Z #31 90.72 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:25.3538520Z #31 90.72 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:25.3540370Z #31 90.72 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:25.3541917Z #31 90.72 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:25.3542942Z #31 90.72 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:25.5323945Z #31 90.72 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:25.5327697Z #31 90.72 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:25.5329868Z #31 90.72 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:25.5331966Z #31 90.72 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:25.5333451Z #31 90.72 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:25.5334567Z #31 90.72 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:25.5337564Z #31 90.72 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:25.5341578Z #31 90.72 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:25.5343776Z #31 90.72 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:25.5345645Z #31 90.72 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:25.5347171Z #31 90.72 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:25.5348315Z #31 90.72 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:25.5351356Z #31 90.72 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:25.5355304Z #31 90.73 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:25.5357835Z #31 90.73 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:25.5359601Z #31 90.73 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:25.5361151Z #31 90.73 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:25.5362173Z #31 90.73 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:25.5365519Z #31 90.73 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:25.5369588Z #31 90.73 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:25.5372082Z #31 90.73 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:25.5373983Z #31 90.73 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:25.5375484Z #31 90.73 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:25.5376476Z #31 90.73 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:25.5379371Z #31 90.73 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:25.5382929Z #31 90.73 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:25.5385271Z #31 90.73 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:25.5387119Z #31 90.73 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:25.5388655Z #31 90.74 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:25.5389684Z #31 90.74 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:25.5392689Z #31 90.74 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:25.5396398Z #31 90.74 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:25.5398647Z #31 90.74 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:25.5400504Z #31 90.74 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:25.5402050Z #31 90.74 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:25.5403058Z #31 90.74 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:25.5406250Z #31 90.74 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:25.5409965Z #31 90.74 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:25.5412222Z #31 90.74 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:25.5414299Z #31 90.74 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:25.5415847Z #31 90.74 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:25.5416868Z #31 90.74 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:25.5419856Z #31 90.74 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:25.5423885Z #31 90.74 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:25.5426553Z #31 90.74 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:25.5428525Z #31 90.74 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:25.5430097Z #31 90.74 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:25.5431457Z #31 90.74 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:25.5434405Z #31 90.74 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:25.5438330Z #31 90.75 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:25.5440849Z #31 90.75 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:25.5442664Z #31 90.75 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:25.5444149Z #31 90.75 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:25.5445129Z #31 90.75 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:26.1205206Z #31 91.49 2 warnings generated when compiling for gfx90a. 2024-08-20T22:15:26.4604718Z #31 91.83 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_sbulge.o control/magma_sbulge.cpp 2024-08-20T22:15:26.7094207Z #31 92.08 magmablas_hip/zpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:26.7098086Z #31 92.08 __global__ void zpotf2_smlpout_kernel_vbatched_v2(int maxm, magma_int_t *m, 2024-08-20T22:15:26.7099266Z #31 92.08 ^ 2024-08-20T22:15:26.8612973Z #31 92.08 magmablas_hip/zpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:26.8620370Z #31 92.08 magmablas_hip/zpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:26.8627751Z #31 92.08 magmablas_hip/zpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:26.8634195Z #31 92.13 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_snan_inf.o control/magma_snan_inf.cpp 2024-08-20T22:15:26.8640288Z #31 92.16 magmablas_hip/zpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:26.8644042Z #31 92.16 __global__ void zpotf2_smlpout_kernel_vbatched(magma_int_t *m, 2024-08-20T22:15:26.8645153Z #31 92.16 ^ 2024-08-20T22:15:26.8649325Z #31 92.16 magmablas_hip/zpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:26.8656841Z #31 92.16 magmablas_hip/zpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:26.8664035Z #31 92.16 magmablas_hip/zpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:26.8668026Z #31 92.23 In file included from magmablas_hip/ztrtri_lower_batched.hip.cpp:23: 2024-08-20T22:15:27.0480259Z #31 92.23 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:15:27.0482138Z #31 92.23 zgemm_kernel_16( 2024-08-20T22:15:27.0482783Z #31 92.23 ^ 2024-08-20T22:15:27.0485605Z #31 92.26 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_dnan_inf.o control/magma_dnan_inf.cpp 2024-08-20T22:15:27.0505747Z #31 92.42 2 warnings generated when compiling for gfx906. 2024-08-20T22:15:27.4789654Z #31 92.85 10 warnings generated when compiling for gfx900. 2024-08-20T22:15:27.6166431Z #31 92.98 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/magma_cnan_inf.o control/magma_cnan_inf.cpp 2024-08-20T22:15:27.7323819Z #31 93.00 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/spanel_to_q.o control/spanel_to_q.cpp 2024-08-20T22:15:27.7328590Z #31 93.04 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/dpanel_to_q.o control/dpanel_to_q.cpp 2024-08-20T22:15:27.7331640Z #31 93.07 In file included from magmablas_hip/sgemm_vbatched_core.hip.cpp:20: 2024-08-20T22:15:27.7336153Z #31 93.07 magmablas_hip/gemm_template_kernel_vbatched.hip.hpp:76:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:27.7339824Z #31 93.07 void gemm_template_vbatched_nt_kernel( 2024-08-20T22:15:27.7340668Z #31 93.07 ^ 2024-08-20T22:15:27.7344941Z #31 93.10 magmablas_hip/gemm_template_kernel_vbatched.hip.hpp:76:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:27.8370357Z #31 93.19 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/cpanel_to_q.o control/cpanel_to_q.cpp 2024-08-20T22:15:27.8373296Z #31 93.20 8 warnings generated when compiling for gfx906. 2024-08-20T22:15:28.1593212Z #31 93.53 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/sprint.o control/sprint.cpp 2024-08-20T22:15:28.3355579Z #31 93.55 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/dprint.o control/dprint.cpp 2024-08-20T22:15:28.5528239Z #31 93.92 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o control/cprint.o control/cprint.cpp 2024-08-20T22:15:28.7434084Z #31 93.94 magmablas_hip/zgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:15:28.7436371Z #31 93.94 default: arginfo = -100; 2024-08-20T22:15:28.7437129Z #31 93.94 ^~~~~~~ 2024-08-20T22:15:28.7438735Z #31 93.94 magmablas_hip/zgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:15:28.7440300Z #31 93.94 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:15:28.7441103Z #31 93.94 ^ 2024-08-20T22:15:28.7442336Z #31 93.94 magmablas_hip/zgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:15:28.7443543Z #31 93.94 hipError_t e; 2024-08-20T22:15:28.7444113Z #31 93.94 ^ 2024-08-20T22:15:28.7446303Z #31 93.96 magmablas_hip/zgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:15:28.7448389Z #31 93.96 default: arginfo = -100; 2024-08-20T22:15:28.7449082Z #31 93.96 ^~~~~~~ 2024-08-20T22:15:28.7450125Z #31 93.96 magmablas_hip/zgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:15:28.7451585Z #31 93.96 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:15:28.7452334Z #31 93.96 ^ 2024-08-20T22:15:28.7453339Z #31 93.96 magmablas_hip/zgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:15:28.7454415Z #31 93.96 hipError_t e; 2024-08-20T22:15:28.7454861Z #31 93.96 ^ 2024-08-20T22:15:28.8394927Z #31 94.21 In file included from magmablas_hip/zgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:15:28.8398325Z #31 94.21 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:28.9990051Z #31 94.21 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:28.9992043Z #31 94.21 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:28.9994101Z #31 94.21 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:28.9995496Z #31 94.21 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:28.9996396Z #31 94.21 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:28.9999327Z #31 94.21 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:29.0002477Z #31 94.21 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:29.0004695Z #31 94.21 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:29.0006411Z #31 94.21 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:29.0007726Z #31 94.21 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:29.0008633Z #31 94.21 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:29.0011427Z #31 94.21 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:29.0015255Z #31 94.21 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:29.0017238Z #31 94.21 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:29.0018991Z #31 94.21 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:29.0020400Z #31 94.21 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:29.0021312Z #31 94.21 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:29.0024044Z #31 94.21 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:29.0027881Z #31 94.21 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:29.0030281Z #31 94.21 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:29.0032384Z #31 94.21 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:29.0033781Z #31 94.21 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:29.0034661Z #31 94.21 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:29.0037220Z #31 94.21 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:29.0040670Z #31 94.21 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:29.0042867Z #31 94.21 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:29.0044551Z #31 94.21 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:29.0068993Z #31 94.21 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:29.0070088Z #31 94.21 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:29.0072843Z #31 94.21 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:29.0076149Z #31 94.21 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:29.0078112Z #31 94.21 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:29.0079894Z #31 94.21 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:29.0081295Z #31 94.21 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:29.0082245Z #31 94.21 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:29.0084965Z #31 94.21 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:29.0088725Z #31 94.21 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:29.0090708Z #31 94.21 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:29.0092535Z #31 94.21 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:29.0094162Z #31 94.21 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:29.0095021Z #31 94.21 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:29.0097627Z #31 94.21 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:29.0100886Z #31 94.21 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:29.0102865Z #31 94.21 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:29.0104565Z #31 94.21 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:29.0105897Z #31 94.21 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:29.0106809Z #31 94.21 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:29.0109936Z #31 94.21 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:29.0113795Z #31 94.21 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:29.0116063Z #31 94.21 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:29.0117806Z #31 94.21 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:29.0119193Z #31 94.21 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:29.0120105Z #31 94.21 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:29.0122825Z #31 94.21 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:29.0126332Z #31 94.21 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:29.0128659Z #31 94.21 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:29.0130420Z #31 94.21 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:29.0132018Z #31 94.21 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:29.0132918Z #31 94.21 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:29.2409483Z #31 94.61 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cblas_s.o src/cblas_s.cpp 2024-08-20T22:15:29.6084732Z #31 94.97 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cblas_d.o src/cblas_d.cpp 2024-08-20T22:15:29.8244863Z #31 95.19 1 warning generated when compiling for gfx90a. 2024-08-20T22:15:30.0005245Z #31 95.26 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cblas_c.o src/cblas_c.cpp 2024-08-20T22:15:30.0011953Z #31 95.37 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsposv_gpu.o src/dsposv_gpu.cpp 2024-08-20T22:15:30.1678846Z #31 95.45 magmablas_hip/zpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:30.1683576Z #31 95.45 __global__ void zpotf2_smlpout_kernel_vbatched_v2(int maxm, magma_int_t *m, 2024-08-20T22:15:30.1684867Z #31 95.45 ^ 2024-08-20T22:15:30.1688745Z #31 95.45 magmablas_hip/zpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:30.1695342Z #31 95.45 magmablas_hip/zpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:30.1702311Z #31 95.45 magmablas_hip/zpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:30.1707971Z #31 95.45 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sposv_gpu.o src/sposv_gpu.cpp 2024-08-20T22:15:30.3943940Z #31 95.53 magmablas_hip/zpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:30.3947877Z #31 95.53 __global__ void zpotf2_smlpout_kernel_vbatched(magma_int_t *m, 2024-08-20T22:15:30.3948969Z #31 95.53 ^ 2024-08-20T22:15:30.3952980Z #31 95.53 magmablas_hip/zpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:30.3959816Z #31 95.53 magmablas_hip/zpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:30.3966398Z #31 95.53 magmablas_hip/zpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:30.3971347Z #31 95.61 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dposv_gpu.o src/dposv_gpu.cpp 2024-08-20T22:15:30.4165348Z #31 95.78 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cposv_gpu.o src/cposv_gpu.cpp 2024-08-20T22:15:30.5556184Z #31 95.88 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotrf_gpu.o src/spotrf_gpu.cpp 2024-08-20T22:15:30.5560854Z #31 95.92 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotrf_gpu.o src/dpotrf_gpu.cpp 2024-08-20T22:15:30.7567748Z #31 95.97 10 warnings generated when compiling for gfx900. 2024-08-20T22:15:30.7669162Z #31 96.13 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotrf_gpu.o src/cpotrf_gpu.cpp 2024-08-20T22:15:30.9603518Z #31 96.16 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotri_gpu.o src/spotri_gpu.cpp 2024-08-20T22:15:30.9608593Z #31 96.17 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotri_gpu.o src/dpotri_gpu.cpp 2024-08-20T22:15:30.9612823Z #31 96.20 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotri_gpu.o src/cpotri_gpu.cpp 2024-08-20T22:15:30.9617301Z #31 96.22 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotrs_gpu.o src/spotrs_gpu.cpp 2024-08-20T22:15:30.9621621Z #31 96.33 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotrs_gpu.o src/dpotrs_gpu.cpp 2024-08-20T22:15:31.2227723Z #31 96.59 8 warnings generated when compiling for gfx908. 2024-08-20T22:15:31.3517395Z #31 96.62 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotrs_gpu.o src/cpotrs_gpu.cpp 2024-08-20T22:15:31.3521911Z #31 96.67 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slauum_gpu.o src/slauum_gpu.cpp 2024-08-20T22:15:31.3524665Z #31 96.72 In file included from magmablas_hip/ztrtri_lower.hip.cpp:23: 2024-08-20T22:15:31.3526795Z #31 96.72 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:15:31.5569968Z #31 96.72 zgemm_kernel_16( 2024-08-20T22:15:31.5570614Z #31 96.72 ^ 2024-08-20T22:15:31.5573239Z #31 96.75 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlauum_gpu.o src/dlauum_gpu.cpp 2024-08-20T22:15:31.5575804Z #31 96.77 1 warning generated when compiling for host. 2024-08-20T22:15:31.5578510Z #31 96.79 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/clauum_gpu.o src/clauum_gpu.cpp 2024-08-20T22:15:31.5582622Z #31 96.92 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/strtri_gpu.o src/strtri_gpu.cpp 2024-08-20T22:15:31.6964507Z #31 97.06 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dtrtri_gpu.o src/dtrtri_gpu.cpp 2024-08-20T22:15:32.0247367Z #31 97.39 In file included from magmablas_hip/zgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:15:32.1835297Z #31 97.39 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:32.1838351Z #31 97.39 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:32.1840179Z #31 97.39 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:32.1842257Z #31 97.39 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:32.1843676Z #31 97.39 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:32.1844569Z #31 97.39 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:32.1847356Z #31 97.39 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:32.1850799Z #31 97.39 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:32.1852694Z #31 97.39 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:32.1854682Z #31 97.39 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:32.1855977Z #31 97.39 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:32.1856851Z #31 97.39 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:32.1859325Z #31 97.39 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:32.1862328Z #31 97.39 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:32.1864495Z #31 97.39 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:32.1866192Z #31 97.39 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:32.1867512Z #31 97.39 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:32.1868401Z #31 97.39 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:32.1870896Z #31 97.39 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:32.1874546Z #31 97.39 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:32.1876763Z #31 97.39 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:32.1878467Z #31 97.39 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:32.1879810Z #31 97.39 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:32.1880699Z #31 97.39 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:32.1883238Z #31 97.39 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:32.2679472Z #31 97.40 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:32.2684701Z #31 97.40 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:32.2689451Z #31 97.40 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:32.2693521Z #31 97.40 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:32.2697313Z #31 97.40 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:32.2702742Z #31 97.40 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:32.2708671Z #31 97.40 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:32.2713662Z #31 97.40 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:32.2718036Z #31 97.40 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:32.2721983Z #31 97.40 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:32.2725462Z #31 97.40 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:32.2731162Z #31 97.40 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:32.2737500Z #31 97.40 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:32.2741348Z #31 97.40 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:32.2744091Z #31 97.40 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:32.2746535Z #31 97.40 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:32.2748455Z #31 97.40 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:32.2752035Z #31 97.40 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:32.2756904Z #31 97.40 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:32.2760095Z #31 97.40 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:32.2762918Z #31 97.40 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:32.2765444Z #31 97.40 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:32.2767466Z #31 97.40 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:32.2771175Z #31 97.40 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:32.2775615Z #31 97.40 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:32.2778970Z #31 97.40 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:32.2781816Z #31 97.40 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:32.2784380Z #31 97.40 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:32.2786386Z #31 97.40 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:32.2790363Z #31 97.40 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:32.2794855Z #31 97.40 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:32.2798270Z #31 97.40 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:32.2801126Z #31 97.40 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:32.2803600Z #31 97.40 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:32.2805579Z #31 97.40 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:32.3337574Z #31 97.69 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ctrtri_gpu.o src/ctrtri_gpu.cpp 2024-08-20T22:15:32.7106783Z #31 98.08 2 warnings generated when compiling for gfx908. 2024-08-20T22:15:33.0356583Z #31 98.40 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotrf_mgpu.o src/spotrf_mgpu.cpp 2024-08-20T22:15:33.1448939Z #31 98.45 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotrf_mgpu.o src/dpotrf_mgpu.cpp 2024-08-20T22:15:33.1453991Z #31 98.51 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotrf_mgpu.o src/cpotrf_mgpu.cpp 2024-08-20T22:15:33.2458049Z #31 98.61 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotrf_mgpu_right.o src/spotrf_mgpu_right.cpp 2024-08-20T22:15:33.4524641Z #31 98.82 magmablas_hip/zpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:33.4528441Z #31 98.82 __global__ void zpotf2_smlpout_kernel_vbatched_v2(int maxm, magma_int_t *m, 2024-08-20T22:15:33.6940291Z #31 98.82 ^ 2024-08-20T22:15:33.6946019Z #31 98.82 magmablas_hip/zpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:33.6952386Z #31 98.82 magmablas_hip/zpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:33.6958978Z #31 98.82 magmablas_hip/zpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:33.6964600Z #31 98.84 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotrf_mgpu_right.o src/dpotrf_mgpu_right.cpp 2024-08-20T22:15:33.6969204Z #31 98.86 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotrf_mgpu_right.o src/cpotrf_mgpu_right.cpp 2024-08-20T22:15:33.6974848Z #31 98.91 magmablas_hip/zpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:33.6978536Z #31 98.91 __global__ void zpotf2_smlpout_kernel_vbatched(magma_int_t *m, 2024-08-20T22:15:33.6979595Z #31 98.91 ^ 2024-08-20T22:15:33.6983445Z #31 98.91 magmablas_hip/zpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:33.6989425Z #31 98.91 magmablas_hip/zpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:33.6996314Z #31 98.91 magmablas_hip/zpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:33.7001454Z #31 98.91 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotrf3_mgpu.o src/spotrf3_mgpu.cpp 2024-08-20T22:15:33.8089190Z #31 99.17 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotrf3_mgpu.o src/dpotrf3_mgpu.cpp 2024-08-20T22:15:33.9264288Z #31 99.19 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotrf3_mgpu.o src/cpotrf3_mgpu.cpp 2024-08-20T22:15:33.9268491Z #31 99.22 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sposv.o src/sposv.cpp 2024-08-20T22:15:33.9272622Z #31 99.25 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dposv.o src/dposv.cpp 2024-08-20T22:15:33.9277299Z #31 99.26 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cposv.o src/cposv.cpp 2024-08-20T22:15:33.9281465Z #31 99.29 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotrf.o src/spotrf.cpp 2024-08-20T22:15:34.1555243Z #31 99.33 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotrf.o src/dpotrf.cpp 2024-08-20T22:15:34.1558964Z #31 99.37 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotrf.o src/cpotrf.cpp 2024-08-20T22:15:34.2735708Z #31 99.64 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotri.o src/spotri.cpp 2024-08-20T22:15:34.4453022Z #31 99.66 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotri.o src/dpotri.cpp 2024-08-20T22:15:34.4933751Z #31 99.86 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotri.o src/cpotri.cpp 2024-08-20T22:15:34.6214045Z #31 99.96 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slauum.o src/slauum.cpp 2024-08-20T22:15:34.6216508Z #31 99.99 8 warnings generated when compiling for gfx90a. 2024-08-20T22:15:34.7448377Z #31 100.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlauum.o src/dlauum.cpp 2024-08-20T22:15:34.7452839Z #31 100.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/clauum.o src/clauum.cpp 2024-08-20T22:15:34.8891637Z #31 100.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/strtri.o src/strtri.cpp 2024-08-20T22:15:35.4268768Z #31 100.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dtrtri.o src/dtrtri.cpp 2024-08-20T22:15:35.9737627Z #31 101.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ctrtri.o src/ctrtri.cpp 2024-08-20T22:15:36.0752448Z #31 101.4 10 warnings generated when compiling for gfx90a. 2024-08-20T22:15:36.1877041Z #31 101.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotrf_m.o src/spotrf_m.cpp 2024-08-20T22:15:36.1881818Z #31 101.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotrf_m.o src/dpotrf_m.cpp 2024-08-20T22:15:36.3486497Z #31 101.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotrf_m.o src/cpotrf_m.cpp 2024-08-20T22:15:36.3633287Z #31 101.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsgesv_gpu.o src/dsgesv_gpu.cpp 2024-08-20T22:15:36.5717852Z #31 101.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsgetrs_gpu.o src/dsgetrs_gpu.cpp 2024-08-20T22:15:36.5722803Z #31 101.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgerfs_nopiv_gpu.o src/sgerfs_nopiv_gpu.cpp 2024-08-20T22:15:36.7794510Z #31 102.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgerfs_nopiv_gpu.o src/dgerfs_nopiv_gpu.cpp 2024-08-20T22:15:36.7799035Z #31 102.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgerfs_nopiv_gpu.o src/cgerfs_nopiv_gpu.cpp 2024-08-20T22:15:36.7803403Z #31 102.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgesv_gpu.o src/sgesv_gpu.cpp 2024-08-20T22:15:36.9044063Z #31 102.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgesv_gpu.o src/dgesv_gpu.cpp 2024-08-20T22:15:37.0833565Z #31 102.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgesv_gpu.o src/cgesv_gpu.cpp 2024-08-20T22:15:37.0837926Z #31 102.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgesv_nopiv_gpu.o src/sgesv_nopiv_gpu.cpp 2024-08-20T22:15:37.2194156Z #31 102.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgesv_nopiv_gpu.o src/dgesv_nopiv_gpu.cpp 2024-08-20T22:15:37.2199037Z #31 102.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgesv_nopiv_gpu.o src/cgesv_nopiv_gpu.cpp 2024-08-20T22:15:37.3466049Z #31 102.6 In file included from magmablas_hip/sgemm_vbatched_core.hip.cpp:20: 2024-08-20T22:15:37.3470513Z #31 102.6 magmablas_hip/gemm_template_kernel_vbatched.hip.hpp:76:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:37.3474229Z #31 102.6 void gemm_template_vbatched_nt_kernel( 2024-08-20T22:15:37.3475057Z #31 102.6 ^ 2024-08-20T22:15:37.3477488Z #31 102.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrf_gpu.o src/sgetrf_gpu.cpp 2024-08-20T22:15:37.3481577Z #31 102.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrf_gpu.o src/dgetrf_gpu.cpp 2024-08-20T22:15:37.3487190Z #31 102.7 magmablas_hip/gemm_template_kernel_vbatched.hip.hpp:76:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:15:37.3492862Z #31 102.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrf_gpu.o src/cgetrf_gpu.cpp 2024-08-20T22:15:37.5943009Z #31 102.8 In file included from magmablas_hip/zgetf2_native_kernel.hip.cpp:17: 2024-08-20T22:15:37.5946572Z #31 102.8 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:37.5956468Z #31 102.8 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:37.5958365Z #31 102.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:37.5960103Z #31 102.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:37.5961421Z #31 102.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:37.5962302Z #31 102.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:37.5965133Z #31 102.8 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:37.5968558Z #31 102.8 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:37.5970538Z #31 102.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:37.5972246Z #31 102.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:37.5973630Z #31 102.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:37.5974689Z #31 102.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:37.5977404Z #31 102.8 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:37.5980671Z #31 102.8 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:37.5982669Z #31 102.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:37.5984446Z #31 102.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:37.5985824Z #31 102.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:37.5986766Z #31 102.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:37.5989502Z #31 102.8 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:37.5993532Z #31 102.8 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:37.5995696Z #31 102.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:37.5997394Z #31 102.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:37.5998743Z #31 102.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:37.5999899Z #31 102.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:37.6002523Z #31 102.8 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:37.6006223Z #31 102.8 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:37.6008490Z #31 102.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:37.6010226Z #31 102.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:37.6011584Z #31 102.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:37.6012512Z #31 102.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:37.6015625Z #31 102.8 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:37.6018873Z #31 102.8 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:37.6020829Z #31 102.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:37.6022575Z #31 102.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:37.6024113Z #31 102.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:37.6024992Z #31 102.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:37.6027627Z #31 102.8 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:37.6031143Z #31 102.8 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:37.6033046Z #31 102.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:37.6034701Z #31 102.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:37.6035935Z #31 102.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:37.6036761Z #31 102.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:37.6039358Z #31 102.8 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:37.6042797Z #31 102.8 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:37.6044900Z #31 102.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:37.6046522Z #31 102.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:37.6047725Z #31 102.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:37.6048576Z #31 102.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:37.6051426Z #31 102.8 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:37.6055233Z #31 102.8 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:37.6057476Z #31 102.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:37.6059580Z #31 102.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:37.6060953Z #31 102.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:37.6061838Z #31 102.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:37.6064684Z #31 102.8 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:37.6068381Z #31 102.8 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:37.6070765Z #31 102.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:37.6072504Z #31 102.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:37.6074242Z #31 102.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:37.6075217Z #31 102.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:37.6078137Z #31 102.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrf_nopiv_gpu.o src/sgetrf_nopiv_gpu.cpp 2024-08-20T22:15:37.6082572Z #31 103.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrf_nopiv_gpu.o src/dgetrf_nopiv_gpu.cpp 2024-08-20T22:15:37.7533245Z #31 103.1 10 warnings generated when compiling for host. 2024-08-20T22:15:37.8716182Z #31 103.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrf_nopiv_gpu.o src/cgetrf_nopiv_gpu.cpp 2024-08-20T22:15:37.8720969Z #31 103.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetri_gpu.o src/sgetri_gpu.cpp 2024-08-20T22:15:37.8725281Z #31 103.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetri_gpu.o src/dgetri_gpu.cpp 2024-08-20T22:15:37.8728612Z #31 103.2 src/dpotrf_m.cpp:103:33: warning: variable 'time_sum' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:37.8730416Z #31 103.2 magma_timer_t time_total=0, time_sum=0, time=0; 2024-08-20T22:15:37.8731612Z #31 103.2 ^ 2024-08-20T22:15:37.8733214Z #31 103.2 src/cpotrf_m.cpp:103:33: warning: variable 'time_sum' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:37.8734954Z #31 103.2 magma_timer_t time_total=0, time_sum=0, time=0; 2024-08-20T22:15:37.8735885Z #31 103.2 ^ 2024-08-20T22:15:37.8736781Z #31 103.2 1 warning generated when compiling for gfx906. 2024-08-20T22:15:37.9895399Z #31 103.3 1 warning generated when compiling for gfx906. 2024-08-20T22:15:37.9898452Z #31 103.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetri_gpu.o src/cgetri_gpu.cpp 2024-08-20T22:15:38.1381631Z #31 103.4 src/spotrf_m.cpp:103:33: warning: variable 'time_sum' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:38.1383578Z #31 103.4 magma_timer_t time_total=0, time_sum=0, time=0; 2024-08-20T22:15:38.1384459Z #31 103.4 ^ 2024-08-20T22:15:38.1385563Z #31 103.4 1 warning generated when compiling for gfx906. 2024-08-20T22:15:38.1388392Z #31 103.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrs_gpu.o src/sgetrs_gpu.cpp 2024-08-20T22:15:38.5211089Z #31 103.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrs_gpu.o src/dgetrs_gpu.cpp 2024-08-20T22:15:39.1140790Z #31 104.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrs_gpu.o src/cgetrs_gpu.cpp 2024-08-20T22:15:39.3254179Z #31 104.7 src/cpotrf_m.cpp:103:33: warning: variable 'time_sum' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:39.4745472Z #31 104.7 magma_timer_t time_total=0, time_sum=0, time=0; 2024-08-20T22:15:39.4746487Z #31 104.7 ^ 2024-08-20T22:15:39.4748315Z #31 104.7 src/dpotrf_m.cpp:103:33: warning: variable 'time_sum' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:39.4749905Z #31 104.7 magma_timer_t time_total=0, time_sum=0, time=0; 2024-08-20T22:15:39.4751173Z #31 104.7 ^ 2024-08-20T22:15:39.4754212Z #31 104.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrs_nopiv_gpu.o src/sgetrs_nopiv_gpu.cpp 2024-08-20T22:15:39.6394870Z #31 104.9 1 warning generated when compiling for host. 2024-08-20T22:15:39.6398077Z #31 104.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrs_nopiv_gpu.o src/dgetrs_nopiv_gpu.cpp 2024-08-20T22:15:39.6400649Z #31 104.9 1 warning generated when compiling for host. 2024-08-20T22:15:39.6402507Z #31 104.9 src/spotrf_m.cpp:103:33: warning: variable 'time_sum' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:39.6404055Z #31 104.9 magma_timer_t time_total=0, time_sum=0, time=0; 2024-08-20T22:15:39.6404969Z #31 104.9 ^ 2024-08-20T22:15:39.6407680Z #31 104.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrs_nopiv_gpu.o src/cgetrs_nopiv_gpu.cpp 2024-08-20T22:15:39.6411911Z #31 104.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrf_mgpu.o src/sgetrf_mgpu.cpp 2024-08-20T22:15:39.6416366Z #31 105.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrf_mgpu.o src/dgetrf_mgpu.cpp 2024-08-20T22:15:39.7508371Z #31 105.1 1 warning generated when compiling for host. 2024-08-20T22:15:39.7511617Z #31 105.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrf_mgpu.o src/cgetrf_mgpu.cpp 2024-08-20T22:15:39.9344374Z #31 105.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrf2_mgpu.o src/sgetrf2_mgpu.cpp 2024-08-20T22:15:39.9350106Z #31 105.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrf2_mgpu.o src/dgetrf2_mgpu.cpp 2024-08-20T22:15:40.1278922Z #31 105.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrf2_mgpu.o src/cgetrf2_mgpu.cpp 2024-08-20T22:15:40.1283422Z #31 105.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgerbt_gpu.o src/sgerbt_gpu.cpp 2024-08-20T22:15:40.1287877Z #31 105.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgerbt_gpu.o src/dgerbt_gpu.cpp 2024-08-20T22:15:40.1292960Z #31 105.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgerbt_gpu.o src/cgerbt_gpu.cpp 2024-08-20T22:15:40.2656058Z #31 105.6 11 warnings generated when compiling for gfx900. 2024-08-20T22:15:40.4226503Z #31 105.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgbsv_gpu.o src/sgbsv_gpu.cpp 2024-08-20T22:15:40.4548002Z #31 105.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgbsv_gpu.o src/dgbsv_gpu.cpp 2024-08-20T22:15:40.5691141Z #31 105.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgbsv_gpu.o src/cgbsv_gpu.cpp 2024-08-20T22:15:40.7335429Z #31 106.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgbtrf_gpu.o src/sgbtrf_gpu.cpp 2024-08-20T22:15:40.7339714Z #31 106.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgbtrf_gpu.o src/dgbtrf_gpu.cpp 2024-08-20T22:15:40.8987176Z #31 106.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgbtrf_gpu.o src/cgbtrf_gpu.cpp 2024-08-20T22:15:40.8991609Z #31 106.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgesv.o src/sgesv.cpp 2024-08-20T22:15:40.8995896Z #31 106.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgesv.o src/dgesv.cpp 2024-08-20T22:15:40.9000117Z #31 106.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgesv.o src/cgesv.cpp 2024-08-20T22:15:41.0794665Z #31 106.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgesv_rbt.o src/sgesv_rbt.cpp 2024-08-20T22:15:41.0798980Z #31 106.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgesv_rbt.o src/dgesv_rbt.cpp 2024-08-20T22:15:41.3653071Z #31 106.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.3657013Z #31 106.7 zgetf2_fused_kernel_vbatched( 2024-08-20T22:15:41.3657798Z #31 106.7 ^ 2024-08-20T22:15:41.4895893Z #31 106.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.4902597Z #31 106.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.4909159Z #31 106.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.4916167Z #31 106.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.4923235Z #31 106.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.4930530Z #31 106.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.4936617Z #31 106.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgesv_rbt.o src/cgesv_rbt.cpp 2024-08-20T22:15:41.6764272Z #31 106.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.6771075Z #31 106.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.6777638Z #31 106.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.6784841Z #31 106.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.6791842Z #31 106.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.6798770Z #31 106.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.6805793Z #31 106.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.6813277Z #31 106.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.6820621Z #31 106.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.6827662Z #31 106.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.6834775Z #31 106.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.6842308Z #31 106.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.6849448Z #31 106.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.6855956Z #31 107.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.7860276Z #31 107.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.7867443Z #31 107.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.7873917Z #31 107.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.7880347Z #31 107.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.7887077Z #31 107.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.7893760Z #31 107.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.7901165Z #31 107.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.7907745Z #31 107.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.7911767Z #31 107.1 In file included from magmablas_hip/zgesv_batched_small.hip.cpp:22: 2024-08-20T22:15:41.7914967Z #31 107.1 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:41.7918376Z #31 107.1 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:41.7920585Z #31 107.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:41.7922428Z #31 107.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:41.7924121Z #31 107.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:41.7925313Z #31 107.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:41.7928202Z #31 107.1 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:41.7931980Z #31 107.1 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:41.7934065Z #31 107.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:41.7936042Z #31 107.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:41.7937517Z #31 107.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:41.7938504Z #31 107.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:41.7941332Z #31 107.1 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:41.7944801Z #31 107.1 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:41.7946889Z #31 107.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:41.7948650Z #31 107.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:41.7950114Z #31 107.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:41.7951101Z #31 107.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:41.7954116Z #31 107.1 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:41.7958223Z #31 107.1 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:41.7960747Z #31 107.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:41.7962655Z #31 107.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:41.7964215Z #31 107.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:41.7967460Z #31 107.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:41.7970643Z #31 107.1 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:41.7974868Z #31 107.1 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:41.7977338Z #31 107.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:41.7979299Z #31 107.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:41.7980792Z #31 107.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:41.7981802Z #31 107.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:41.7984690Z #31 107.1 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:41.7988244Z #31 107.1 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:41.7990361Z #31 107.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:41.7992259Z #31 107.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:41.7994156Z #31 107.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:41.7995199Z #31 107.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:41.7998148Z #31 107.1 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:41.8001962Z #31 107.1 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:41.8004119Z #31 107.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:41.8005910Z #31 107.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:41.8007413Z #31 107.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:41.8008394Z #31 107.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:41.8011327Z #31 107.1 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:41.8015052Z #31 107.1 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:41.8017250Z #31 107.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:41.8019042Z #31 107.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:41.8020544Z #31 107.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:41.8021537Z #31 107.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:41.8024429Z #31 107.1 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:41.8028320Z #31 107.1 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:41.8031572Z #31 107.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:41.8033990Z #31 107.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:41.8035508Z #31 107.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:41.8036539Z #31 107.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:41.8039531Z #31 107.1 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:41.8043468Z #31 107.1 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:41.8046187Z #31 107.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:41.8048097Z #31 107.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:41.8049641Z #31 107.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:41.8050674Z #31 107.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:41.8053542Z #31 107.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrf.o src/sgetrf.cpp 2024-08-20T22:15:41.9215080Z #31 107.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.9221508Z #31 107.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.9227983Z #31 107.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.9234400Z #31 107.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:41.9240371Z #31 107.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.0622223Z #31 107.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.0629270Z #31 107.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.0635862Z #31 107.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.0642278Z #31 107.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.0648947Z #31 107.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.0655344Z #31 107.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.0662142Z #31 107.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.0668758Z #31 107.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.0675262Z #31 107.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.0682022Z #31 107.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.0688412Z #31 107.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.0694859Z #31 107.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.0701258Z #31 107.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.2259642Z #31 107.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.2265901Z #31 107.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.2271961Z #31 107.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.2278357Z #31 107.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.2285043Z #31 107.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.2291395Z #31 107.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.2298216Z #31 107.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.2304622Z #31 107.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.2311272Z #31 107.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.2316622Z #31 107.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrf.o src/dgetrf.cpp 2024-08-20T22:15:42.4575256Z #31 107.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.4582120Z #31 107.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.4588965Z #31 107.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.4595201Z #31 107.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.4601867Z #31 107.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.4608046Z #31 107.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.4614891Z #31 107.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.4621699Z #31 107.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.4628245Z #31 107.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.4635640Z #31 107.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.4641735Z #31 107.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.4648305Z #31 107.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.4655088Z #31 107.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.4661530Z #31 107.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.4667706Z #31 107.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.4674137Z #31 107.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7009159Z #31 107.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7016403Z #31 107.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7023248Z #31 107.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7029956Z #31 107.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7038033Z #31 107.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7045008Z #31 107.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7052265Z #31 107.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7059104Z #31 107.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7065699Z #31 107.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7072341Z #31 107.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7079170Z #31 107.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7086346Z #31 107.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7093460Z #31 107.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7100307Z #31 107.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7107477Z #31 107.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7112841Z #31 107.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrf.o src/cgetrf.cpp 2024-08-20T22:15:42.7118090Z #31 107.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7124892Z #31 107.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.7130482Z #31 108.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetf2_nopiv.o src/sgetf2_nopiv.cpp 2024-08-20T22:15:42.9205393Z #31 108.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.9212590Z #31 108.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.9219199Z #31 108.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.9226618Z #31 108.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.9233899Z #31 108.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.9240674Z #31 108.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.9247082Z #31 108.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.9253801Z #31 108.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.9260933Z #31 108.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.9267521Z #31 108.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.9274248Z #31 108.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.9280707Z #31 108.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:15:42.9286536Z #31 108.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetf2_nopiv.o src/dgetf2_nopiv.cpp 2024-08-20T22:15:42.9291032Z #31 108.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetf2_nopiv.o src/cgetf2_nopiv.cpp 2024-08-20T22:15:42.9295617Z #31 108.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrf_nopiv.o src/sgetrf_nopiv.cpp 2024-08-20T22:15:42.9298097Z #31 108.3 2 warnings generated when compiling for gfx90a. 2024-08-20T22:15:43.1394437Z #31 108.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrf_nopiv.o src/dgetrf_nopiv.cpp 2024-08-20T22:15:43.1399103Z #31 108.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrf_nopiv.o src/cgetrf_nopiv.cpp 2024-08-20T22:15:43.1891984Z #31 108.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrf_m.o src/sgetrf_m.cpp 2024-08-20T22:15:43.3726556Z #31 108.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrf_m.o src/dgetrf_m.cpp 2024-08-20T22:15:43.3731289Z #31 108.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrf_m.o src/cgetrf_m.cpp 2024-08-20T22:15:43.3866256Z #31 108.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsgeqrsv_gpu.o src/dsgeqrsv_gpu.cpp 2024-08-20T22:15:43.5088362Z #31 108.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgelqf_gpu.o src/sgelqf_gpu.cpp 2024-08-20T22:15:43.5093105Z #31 108.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgelqf_gpu.o src/dgelqf_gpu.cpp 2024-08-20T22:15:43.6274527Z #31 109.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgelqf_gpu.o src/cgelqf_gpu.cpp 2024-08-20T22:15:43.7736637Z #31 109.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgels3_gpu.o src/sgels3_gpu.cpp 2024-08-20T22:15:43.7740909Z #31 109.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgels3_gpu.o src/dgels3_gpu.cpp 2024-08-20T22:15:43.7745203Z #31 109.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgels3_gpu.o src/cgels3_gpu.cpp 2024-08-20T22:15:43.8983268Z #31 109.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgels_gpu.o src/sgels_gpu.cpp 2024-08-20T22:15:43.8987444Z #31 109.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgels_gpu.o src/dgels_gpu.cpp 2024-08-20T22:15:43.8992054Z #31 109.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgels_gpu.o src/cgels_gpu.cpp 2024-08-20T22:15:44.0429993Z #31 109.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgegqr_gpu.o src/sgegqr_gpu.cpp 2024-08-20T22:15:44.1707537Z #31 109.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgegqr_gpu.o src/dgegqr_gpu.cpp 2024-08-20T22:15:44.3735095Z #31 109.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgegqr_gpu.o src/cgegqr_gpu.cpp 2024-08-20T22:15:44.6052262Z #31 110.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqrf2_gpu.o src/sgeqrf2_gpu.cpp 2024-08-20T22:15:44.7336626Z #31 110.0 src/cgetrf_m.cpp:135:55: warning: variable 'time_set' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:44.7338671Z #31 110.0 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:44.7340450Z #31 110.0 ^ 2024-08-20T22:15:44.7342421Z #31 110.0 src/cgetrf_m.cpp:135:67: warning: variable 'time_get' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:44.7344447Z #31 110.0 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:44.7345601Z #31 110.0 ^ 2024-08-20T22:15:44.7347292Z #31 110.0 src/cgetrf_m.cpp:135:79: warning: variable 'time_comp' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:44.7349408Z #31 110.0 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:44.7350892Z #31 110.0 ^ 2024-08-20T22:15:44.7352054Z #31 110.1 3 warnings generated when compiling for gfx906. 2024-08-20T22:15:44.8499640Z #31 110.1 src/dgetrf_m.cpp:135:55: warning: variable 'time_set' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:44.8501905Z #31 110.1 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:44.8503221Z #31 110.1 ^ 2024-08-20T22:15:44.8505091Z #31 110.1 src/dgetrf_m.cpp:135:67: warning: variable 'time_get' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:44.8507122Z #31 110.1 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:44.8508609Z #31 110.1 ^ 2024-08-20T22:15:44.8510507Z #31 110.1 src/dgetrf_m.cpp:135:79: warning: variable 'time_comp' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:44.8512559Z #31 110.1 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:44.8514056Z #31 110.1 ^ 2024-08-20T22:15:44.8515213Z #31 110.1 3 warnings generated when compiling for gfx906. 2024-08-20T22:15:44.8517119Z #31 110.2 src/sgetrf_m.cpp:135:55: warning: variable 'time_set' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:44.8519195Z #31 110.2 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:45.0383813Z #31 110.2 ^ 2024-08-20T22:15:45.0386114Z #31 110.2 src/sgetrf_m.cpp:135:67: warning: variable 'time_get' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:45.0388031Z #31 110.2 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:45.0389429Z #31 110.2 ^ 2024-08-20T22:15:45.0391352Z #31 110.2 src/sgetrf_m.cpp:135:79: warning: variable 'time_comp' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:45.0393327Z #31 110.2 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:45.0395000Z #31 110.2 ^ 2024-08-20T22:15:45.0396059Z #31 110.3 3 warnings generated when compiling for gfx906. 2024-08-20T22:15:45.0398902Z #31 110.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqrf2_gpu.o src/dgeqrf2_gpu.cpp 2024-08-20T22:15:45.0403430Z #31 110.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqrf2_gpu.o src/cgeqrf2_gpu.cpp 2024-08-20T22:15:45.2662998Z #31 110.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqrf3_gpu.o src/sgeqrf3_gpu.cpp 2024-08-20T22:15:45.4985128Z #31 110.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqrf3_gpu.o src/dgeqrf3_gpu.cpp 2024-08-20T22:15:45.7547574Z #31 111.0 1 warning generated when compiling for gfx908. 2024-08-20T22:15:45.7550656Z #31 111.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqrf3_gpu.o src/cgeqrf3_gpu.cpp 2024-08-20T22:15:45.7554869Z #31 111.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqrf_gpu.o src/sgeqrf_gpu.cpp 2024-08-20T22:15:45.9318433Z #31 111.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqrf_gpu.o src/dgeqrf_gpu.cpp 2024-08-20T22:15:46.0370514Z #31 111.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqrf_gpu.o src/cgeqrf_gpu.cpp 2024-08-20T22:15:46.0374187Z #31 111.4 src/cgetrf_m.cpp:135:55: warning: variable 'time_set' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:46.0376090Z #31 111.4 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:46.1510832Z #31 111.4 ^ 2024-08-20T22:15:46.1513061Z #31 111.4 src/cgetrf_m.cpp:135:67: warning: variable 'time_get' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:46.1515130Z #31 111.4 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:46.1516633Z #31 111.4 ^ 2024-08-20T22:15:46.1518520Z #31 111.4 src/cgetrf_m.cpp:135:79: warning: variable 'time_comp' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:46.1520627Z #31 111.4 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:46.1522126Z #31 111.4 ^ 2024-08-20T22:15:46.1525301Z #31 111.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqr2x_gpu.o src/sgeqr2x_gpu.cpp 2024-08-20T22:15:46.2966069Z #31 111.5 src/dgetrf_m.cpp:135:55: warning: variable 'time_set' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:46.2968249Z #31 111.5 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:46.2969821Z #31 111.5 ^ 2024-08-20T22:15:46.2971734Z #31 111.5 src/dgetrf_m.cpp:135:67: warning: variable 'time_get' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:46.2974349Z #31 111.5 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:46.2975885Z #31 111.5 ^ 2024-08-20T22:15:46.2977838Z #31 111.5 src/dgetrf_m.cpp:135:79: warning: variable 'time_comp' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:46.2979881Z #31 111.5 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:46.2981464Z #31 111.5 ^ 2024-08-20T22:15:46.2984583Z #31 111.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqr2x_gpu.o src/dgeqr2x_gpu.cpp 2024-08-20T22:15:46.2987155Z #31 111.6 3 warnings generated when compiling for host. 2024-08-20T22:15:46.2990400Z #31 111.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqr2x_gpu.o src/cgeqr2x_gpu.cpp 2024-08-20T22:15:46.2993761Z #31 111.7 src/sgetrf_m.cpp:135:55: warning: variable 'time_set' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:46.2995814Z #31 111.7 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:46.4245418Z #31 111.7 ^ 2024-08-20T22:15:46.4247800Z #31 111.7 src/sgetrf_m.cpp:135:67: warning: variable 'time_get' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:46.4250115Z #31 111.7 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:46.4251716Z #31 111.7 ^ 2024-08-20T22:15:46.4253720Z #31 111.7 src/sgetrf_m.cpp:135:79: warning: variable 'time_comp' set but not used [-Wunused-but-set-variable] 2024-08-20T22:15:46.4256005Z #31 111.7 magma_timer_t time=0, time_total=0, time_alloc=0, time_set=0, time_get=0, time_comp=0; 2024-08-20T22:15:46.4257612Z #31 111.7 ^ 2024-08-20T22:15:46.4258837Z #31 111.7 3 warnings generated when compiling for host. 2024-08-20T22:15:46.4262022Z #31 111.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqr2x_gpu-v2.o src/sgeqr2x_gpu-v2.cpp 2024-08-20T22:15:46.4264876Z #31 111.8 2 warnings generated when compiling for gfx908. 2024-08-20T22:15:46.4268095Z #31 111.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqr2x_gpu-v2.o src/dgeqr2x_gpu-v2.cpp 2024-08-20T22:15:46.5599441Z #31 111.8 3 warnings generated when compiling for host. 2024-08-20T22:15:46.5602897Z #31 111.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqr2x_gpu-v2.o src/cgeqr2x_gpu-v2.cpp 2024-08-20T22:15:46.5607831Z #31 111.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqr2x_gpu-v3.o src/sgeqr2x_gpu-v3.cpp 2024-08-20T22:15:46.5612633Z #31 111.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqr2x_gpu-v3.o src/dgeqr2x_gpu-v3.cpp 2024-08-20T22:15:46.6872820Z #31 112.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqr2x_gpu-v3.o src/cgeqr2x_gpu-v3.cpp 2024-08-20T22:15:46.6877432Z #31 112.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqrs3_gpu.o src/sgeqrs3_gpu.cpp 2024-08-20T22:15:46.8197859Z #31 112.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqrs3_gpu.o src/dgeqrs3_gpu.cpp 2024-08-20T22:15:46.8202336Z #31 112.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqrs3_gpu.o src/cgeqrs3_gpu.cpp 2024-08-20T22:15:46.9799455Z #31 112.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqrs_gpu.o src/sgeqrs_gpu.cpp 2024-08-20T22:15:46.9803565Z #31 112.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqrs_gpu.o src/dgeqrs_gpu.cpp 2024-08-20T22:15:46.9808791Z #31 112.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqrs_gpu.o src/cgeqrs_gpu.cpp 2024-08-20T22:15:47.1785566Z #31 112.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slarfb_gpu.o src/slarfb_gpu.cpp 2024-08-20T22:15:47.1891603Z #31 112.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlarfb_gpu.o src/dlarfb_gpu.cpp 2024-08-20T22:15:47.3683235Z #31 112.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/clarfb_gpu.o src/clarfb_gpu.cpp 2024-08-20T22:15:47.3686768Z #31 112.6 In file included from magmablas_hip/ztrtri_lower_batched.hip.cpp:23: 2024-08-20T22:15:47.3689252Z #31 112.6 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:15:47.3691090Z #31 112.6 zgemm_kernel_16( 2024-08-20T22:15:47.3692079Z #31 112.6 ^ 2024-08-20T22:15:47.4396234Z #31 112.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slarfb_gpu_gemm.o src/slarfb_gpu_gemm.cpp 2024-08-20T22:15:47.6015449Z #31 113.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlarfb_gpu_gemm.o src/dlarfb_gpu_gemm.cpp 2024-08-20T22:15:47.8102647Z #31 113.2 magmablas_hip/zgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:15:47.8104782Z #31 113.2 default: arginfo = -100; 2024-08-20T22:15:47.8105483Z #31 113.2 ^~~~~~~ 2024-08-20T22:15:47.9785540Z #31 113.2 magmablas_hip/zgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:15:47.9787207Z #31 113.2 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:15:47.9787971Z #31 113.2 ^ 2024-08-20T22:15:47.9789132Z #31 113.2 magmablas_hip/zgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:15:47.9790283Z #31 113.2 hipError_t e; 2024-08-20T22:15:47.9791180Z #31 113.2 ^ 2024-08-20T22:15:47.9793093Z #31 113.2 magmablas_hip/zgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:15:47.9795085Z #31 113.2 default: arginfo = -100; 2024-08-20T22:15:47.9795778Z #31 113.2 ^~~~~~~ 2024-08-20T22:15:47.9796816Z #31 113.2 magmablas_hip/zgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:15:47.9798203Z #31 113.2 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:15:47.9799112Z #31 113.2 ^ 2024-08-20T22:15:47.9800263Z #31 113.2 magmablas_hip/zgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:15:47.9801424Z #31 113.2 hipError_t e; 2024-08-20T22:15:47.9801969Z #31 113.2 ^ 2024-08-20T22:15:48.0326594Z #31 113.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/clarfb_gpu_gemm.o src/clarfb_gpu_gemm.cpp 2024-08-20T22:15:48.2068528Z #31 113.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sorgqr_gpu.o src/sorgqr_gpu.cpp 2024-08-20T22:15:48.4218185Z #31 113.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dorgqr_gpu.o src/dorgqr_gpu.cpp 2024-08-20T22:15:48.6527985Z #31 113.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cungqr_gpu.o src/cungqr_gpu.cpp 2024-08-20T22:15:48.9009744Z #31 114.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sormql2_gpu.o src/sormql2_gpu.cpp 2024-08-20T22:15:49.0860050Z #31 114.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dormql2_gpu.o src/dormql2_gpu.cpp 2024-08-20T22:15:49.3037961Z #31 114.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cunmql2_gpu.o src/cunmql2_gpu.cpp 2024-08-20T22:15:49.3042194Z #31 114.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sormqr2_gpu.o src/sormqr2_gpu.cpp 2024-08-20T22:15:49.4307709Z #31 114.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dormqr2_gpu.o src/dormqr2_gpu.cpp 2024-08-20T22:15:49.4311998Z #31 114.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cunmqr2_gpu.o src/cunmqr2_gpu.cpp 2024-08-20T22:15:49.4316232Z #31 114.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sormqr_gpu.o src/sormqr_gpu.cpp 2024-08-20T22:15:49.4320484Z #31 114.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dormqr_gpu.o src/dormqr_gpu.cpp 2024-08-20T22:15:49.6170310Z #31 114.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cunmqr_gpu.o src/cunmqr_gpu.cpp 2024-08-20T22:15:49.6174771Z #31 114.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqrf_mgpu.o src/sgeqrf_mgpu.cpp 2024-08-20T22:15:49.6179022Z #31 114.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqrf_mgpu.o src/dgeqrf_mgpu.cpp 2024-08-20T22:15:49.6183714Z #31 115.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqrf_mgpu.o src/cgeqrf_mgpu.cpp 2024-08-20T22:15:49.7362525Z #31 115.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqp3_gpu.o src/cgeqp3_gpu.cpp 2024-08-20T22:15:49.9121279Z #31 115.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqp3_gpu.o src/dgeqp3_gpu.cpp 2024-08-20T22:15:49.9125459Z #31 115.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqp3_gpu.o src/sgeqp3_gpu.cpp 2024-08-20T22:15:49.9129566Z #31 115.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slaqps_gpu.o src/slaqps_gpu.cpp 2024-08-20T22:15:50.0880348Z #31 115.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlaqps_gpu.o src/dlaqps_gpu.cpp 2024-08-20T22:15:50.0911452Z #31 115.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/claqps_gpu.o src/claqps_gpu.cpp 2024-08-20T22:15:50.2073270Z #31 115.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgelqf.o src/sgelqf.cpp 2024-08-20T22:15:50.2077260Z #31 115.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgelqf.o src/dgelqf.cpp 2024-08-20T22:15:50.3814728Z #31 115.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgelqf.o src/cgelqf.cpp 2024-08-20T22:15:50.3818849Z #31 115.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgels.o src/sgels.cpp 2024-08-20T22:15:50.7782810Z #31 116.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgels.o src/dgels.cpp 2024-08-20T22:15:51.0240730Z #31 116.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgels.o src/cgels.cpp 2024-08-20T22:15:51.1552697Z #31 116.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqlf.o src/sgeqlf.cpp 2024-08-20T22:15:51.2751426Z #31 116.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqlf.o src/dgeqlf.cpp 2024-08-20T22:15:51.2755403Z #31 116.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqlf.o src/cgeqlf.cpp 2024-08-20T22:15:51.5364603Z #31 116.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqrf.o src/sgeqrf.cpp 2024-08-20T22:15:51.6510987Z #31 117.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqrf.o src/dgeqrf.cpp 2024-08-20T22:15:51.9565233Z #31 117.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqrf.o src/cgeqrf.cpp 2024-08-20T22:15:52.2797001Z #31 117.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqrf_ooc.o src/sgeqrf_ooc.cpp 2024-08-20T22:15:52.3908574Z #31 117.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqrf_ooc.o src/dgeqrf_ooc.cpp 2024-08-20T22:15:52.3912785Z #31 117.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqrf_ooc.o src/cgeqrf_ooc.cpp 2024-08-20T22:15:52.3917213Z #31 117.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgglse.o src/sgglse.cpp 2024-08-20T22:15:52.5278980Z #31 117.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgglse.o src/dgglse.cpp 2024-08-20T22:15:52.5283767Z #31 117.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgglse.o src/cgglse.cpp 2024-08-20T22:15:52.5288078Z #31 117.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sggrqf.o src/sggrqf.cpp 2024-08-20T22:15:52.6895613Z #31 117.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dggrqf.o src/dggrqf.cpp 2024-08-20T22:15:52.7209195Z #31 118.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cggrqf.o src/cggrqf.cpp 2024-08-20T22:15:52.8306030Z #31 118.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sorglq.o src/sorglq.cpp 2024-08-20T22:15:52.8310245Z #31 118.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dorglq.o src/dorglq.cpp 2024-08-20T22:15:52.8314227Z #31 118.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cunglq.o src/cunglq.cpp 2024-08-20T22:15:53.0326465Z #31 118.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sorgqr.o src/sorgqr.cpp 2024-08-20T22:15:53.0331729Z #31 118.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dorgqr.o src/dorgqr.cpp 2024-08-20T22:15:53.0715156Z #31 118.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cungqr.o src/cungqr.cpp 2024-08-20T22:15:53.2964008Z #31 118.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sorgqr2.o src/sorgqr2.cpp 2024-08-20T22:15:53.2968237Z #31 118.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dorgqr2.o src/dorgqr2.cpp 2024-08-20T22:15:53.3610797Z #31 118.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cungqr2.o src/cungqr2.cpp 2024-08-20T22:15:53.4625813Z #31 118.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sormlq.o src/sormlq.cpp 2024-08-20T22:15:53.4630296Z #31 118.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dormlq.o src/dormlq.cpp 2024-08-20T22:15:53.6584200Z #31 118.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cunmlq.o src/cunmlq.cpp 2024-08-20T22:15:53.7905917Z #31 119.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sormql.o src/sormql.cpp 2024-08-20T22:15:54.0591191Z #31 119.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dormql.o src/dormql.cpp 2024-08-20T22:15:54.3011426Z #31 119.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cunmql.o src/cunmql.cpp 2024-08-20T22:15:54.5232726Z #31 119.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sormqr.o src/sormqr.cpp 2024-08-20T22:15:54.6498672Z #31 120.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dormqr.o src/dormqr.cpp 2024-08-20T22:15:54.8886315Z #31 120.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cunmqr.o src/cunmqr.cpp 2024-08-20T22:15:55.0219398Z #31 120.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sormrq.o src/sormrq.cpp 2024-08-20T22:15:55.1617917Z #31 120.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dormrq.o src/dormrq.cpp 2024-08-20T22:15:55.1621937Z #31 120.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cunmrq.o src/cunmrq.cpp 2024-08-20T22:15:55.4162064Z #31 120.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqp3.o src/cgeqp3.cpp 2024-08-20T22:15:55.5515638Z #31 120.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqp3.o src/dgeqp3.cpp 2024-08-20T22:15:55.5519909Z #31 120.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqp3.o src/sgeqp3.cpp 2024-08-20T22:15:55.5524214Z #31 120.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slaqps.o src/slaqps.cpp 2024-08-20T22:15:55.5528695Z #31 120.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlaqps.o src/dlaqps.cpp 2024-08-20T22:15:55.5533719Z #31 120.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/claqps.o src/claqps.cpp 2024-08-20T22:15:55.6674142Z #31 120.9 10 warnings generated when compiling for gfx900. 2024-08-20T22:15:55.6677598Z #31 121.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqrf_m.o src/sgeqrf_m.cpp 2024-08-20T22:15:55.6682537Z #31 121.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqrf_m.o src/dgeqrf_m.cpp 2024-08-20T22:15:55.8105996Z #31 121.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqrf_m.o src/cgeqrf_m.cpp 2024-08-20T22:15:55.9759777Z #31 121.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sorgqr_m.o src/sorgqr_m.cpp 2024-08-20T22:15:56.0973328Z #31 121.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dorgqr_m.o src/dorgqr_m.cpp 2024-08-20T22:15:56.0978300Z #31 121.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cungqr_m.o src/cungqr_m.cpp 2024-08-20T22:15:56.0982647Z #31 121.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sormqr_m.o src/sormqr_m.cpp 2024-08-20T22:15:56.0986877Z #31 121.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dormqr_m.o src/dormqr_m.cpp 2024-08-20T22:15:56.3108886Z #31 121.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cunmqr_m.o src/cunmqr_m.cpp 2024-08-20T22:15:56.4643241Z #31 121.7 magmablas_hip/zgesv_batched_small.hip.cpp:167: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-08-20T22:15:56.4646665Z #31 121.7 zgesv_batched_small_sm_kernel( 2024-08-20T22:15:56.4647372Z #31 121.7 ^ 2024-08-20T22:15:56.4649823Z #31 121.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssytrf_gpu.o src/ssytrf_gpu.cpp 2024-08-20T22:15:56.6317446Z #31 121.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsytrf_gpu.o src/dsytrf_gpu.cpp 2024-08-20T22:15:56.6321645Z #31 121.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chetrf_gpu.o src/chetrf_gpu.cpp 2024-08-20T22:15:56.6325729Z #31 122.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dssysv_gpu.o src/dssysv_gpu.cpp 2024-08-20T22:15:56.8721056Z #31 122.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssysv.o src/ssysv.cpp 2024-08-20T22:15:56.8725231Z #31 122.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsysv.o src/dsysv.cpp 2024-08-20T22:15:57.1214519Z #31 122.3 In file included from magmablas_hip/zgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:15:57.1217907Z #31 122.3 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:57.1221107Z #31 122.3 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:57.1223371Z #31 122.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:57.1225115Z #31 122.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:57.1226501Z #31 122.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:57.1227409Z #31 122.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:57.1230099Z #31 122.3 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:57.1234245Z #31 122.3 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:57.1236141Z #31 122.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:57.1238140Z #31 122.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:57.1239614Z #31 122.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:57.1240451Z #31 122.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:57.1257637Z #31 122.3 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:57.1260945Z #31 122.3 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:57.1262867Z #31 122.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:57.1264594Z #31 122.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:57.1266008Z #31 122.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:57.1266943Z #31 122.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:57.1269562Z #31 122.3 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:57.1273075Z #31 122.3 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:57.1275196Z #31 122.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:57.1276877Z #31 122.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:57.1278215Z #31 122.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:57.1279116Z #31 122.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:57.1281912Z #31 122.3 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:57.1285630Z #31 122.3 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:57.1287886Z #31 122.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:57.1289836Z #31 122.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:57.1291339Z #31 122.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:57.1292195Z #31 122.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:57.1294865Z #31 122.3 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:57.1298219Z #31 122.3 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:57.1300117Z #31 122.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:57.1301962Z #31 122.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:57.1303240Z #31 122.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:57.1304119Z #31 122.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:57.1306906Z #31 122.3 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:57.1310087Z #31 122.3 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:57.1312286Z #31 122.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:57.1314039Z #31 122.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:57.1315447Z #31 122.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:57.1316313Z #31 122.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:57.1318895Z #31 122.3 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:57.1322049Z #31 122.3 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:57.1324047Z #31 122.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:57.1325938Z #31 122.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:57.1327508Z #31 122.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:57.1328415Z #31 122.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:57.1331290Z #31 122.3 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:57.1334880Z #31 122.3 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:57.1336956Z #31 122.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:57.1338584Z #31 122.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:57.1339916Z #31 122.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:57.1340741Z #31 122.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:57.1343342Z #31 122.3 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:15:57.1346902Z #31 122.3 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:15:57.1349425Z #31 122.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:15:57.1351123Z #31 122.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:15:57.1352475Z #31 122.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:15:57.1353291Z #31 122.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:15:57.2904211Z #31 122.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chesv.o src/chesv.cpp 2024-08-20T22:15:57.4988641Z #31 122.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssytrf.o src/ssytrf.cpp 2024-08-20T22:15:57.6678384Z #31 123.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsytrf.o src/dsytrf.cpp 2024-08-20T22:15:57.9173471Z #31 123.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chetrf.o src/chetrf.cpp 2024-08-20T22:15:58.1023326Z #31 123.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssidi.o src/ssidi.cpp 2024-08-20T22:15:58.2516075Z #31 123.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssytrf_aasen.o src/ssytrf_aasen.cpp 2024-08-20T22:15:58.4307541Z #31 123.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsytrf_aasen.o src/dsytrf_aasen.cpp 2024-08-20T22:15:58.4312523Z #31 123.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chetrf_aasen.o src/chetrf_aasen.cpp 2024-08-20T22:15:58.4317289Z #31 123.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssytrf_nopiv.o src/ssytrf_nopiv.cpp 2024-08-20T22:15:58.5657155Z #31 123.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsytrf_nopiv.o src/dsytrf_nopiv.cpp 2024-08-20T22:15:58.6905102Z #31 124.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chetrf_nopiv.o src/chetrf_nopiv.cpp 2024-08-20T22:15:58.6910143Z #31 124.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssytrf_nopiv_cpu.o src/ssytrf_nopiv_cpu.cpp 2024-08-20T22:15:58.6915128Z #31 124.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsytrf_nopiv_cpu.o src/dsytrf_nopiv_cpu.cpp 2024-08-20T22:15:58.6919933Z #31 124.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chetrf_nopiv_cpu.o src/chetrf_nopiv_cpu.cpp 2024-08-20T22:15:58.8142967Z #31 124.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/csytrf_nopiv_cpu.o src/csytrf_nopiv_cpu.cpp 2024-08-20T22:15:58.8148077Z #31 124.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssytrf_nopiv_gpu.o src/ssytrf_nopiv_gpu.cpp 2024-08-20T22:15:59.0052070Z #31 124.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsytrf_nopiv_gpu.o src/dsytrf_nopiv_gpu.cpp 2024-08-20T22:15:59.0214324Z #31 124.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chetrf_nopiv_gpu.o src/chetrf_nopiv_gpu.cpp 2024-08-20T22:15:59.1647868Z #31 124.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/csytrf_nopiv_gpu.o src/csytrf_nopiv_gpu.cpp 2024-08-20T22:15:59.3063885Z #31 124.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssytrs_nopiv_gpu.o src/ssytrs_nopiv_gpu.cpp 2024-08-20T22:15:59.3068391Z #31 124.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsytrs_nopiv_gpu.o src/dsytrs_nopiv_gpu.cpp 2024-08-20T22:15:59.3073118Z #31 124.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chetrs_nopiv_gpu.o src/chetrs_nopiv_gpu.cpp 2024-08-20T22:15:59.5783244Z #31 124.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/csytrs_nopiv_gpu.o src/csytrs_nopiv_gpu.cpp 2024-08-20T22:15:59.6817808Z #31 125.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssysv_nopiv_gpu.o src/ssysv_nopiv_gpu.cpp 2024-08-20T22:15:59.6822797Z #31 125.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsysv_nopiv_gpu.o src/dsysv_nopiv_gpu.cpp 2024-08-20T22:15:59.8057508Z #31 125.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chesv_nopiv_gpu.o src/chesv_nopiv_gpu.cpp 2024-08-20T22:15:59.8062690Z #31 125.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/csysv_nopiv_gpu.o src/csysv_nopiv_gpu.cpp 2024-08-20T22:15:59.8067497Z #31 125.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slasyf_gpu.o src/slasyf_gpu.cpp 2024-08-20T22:16:00.0284681Z #31 125.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlasyf_gpu.o src/dlasyf_gpu.cpp 2024-08-20T22:16:00.3946972Z #31 125.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/clahef_gpu.o src/clahef_gpu.cpp 2024-08-20T22:16:00.6210712Z #31 125.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssyevd_gpu.o src/ssyevd_gpu.cpp 2024-08-20T22:16:00.8264634Z #31 126.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssyevdx_gpu.o src/ssyevdx_gpu.cpp 2024-08-20T22:16:01.0262375Z #31 126.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cheevd_gpu.o src/cheevd_gpu.cpp 2024-08-20T22:16:01.3574629Z #31 126.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cheevdx_gpu.o src/cheevdx_gpu.cpp 2024-08-20T22:16:01.4813755Z #31 126.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cheevr_gpu.o src/cheevr_gpu.cpp 2024-08-20T22:16:01.4818754Z #31 126.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cheevx_gpu.o src/cheevx_gpu.cpp 2024-08-20T22:16:01.6105491Z #31 126.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssytrd2_gpu.o src/ssytrd2_gpu.cpp 2024-08-20T22:16:01.6110003Z #31 127.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsytrd2_gpu.o src/dsytrd2_gpu.cpp 2024-08-20T22:16:01.7978316Z #31 127.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chetrd2_gpu.o src/chetrd2_gpu.cpp 2024-08-20T22:16:01.7983116Z #31 127.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssytrd_gpu.o src/ssytrd_gpu.cpp 2024-08-20T22:16:01.9624689Z #31 127.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsytrd_gpu.o src/dsytrd_gpu.cpp 2024-08-20T22:16:01.9629212Z #31 127.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chetrd_gpu.o src/chetrd_gpu.cpp 2024-08-20T22:16:02.0765383Z #31 127.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sormtr_gpu.o src/sormtr_gpu.cpp 2024-08-20T22:16:02.0770104Z #31 127.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dormtr_gpu.o src/dormtr_gpu.cpp 2024-08-20T22:16:02.0774853Z #31 127.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cunmtr_gpu.o src/cunmtr_gpu.cpp 2024-08-20T22:16:02.0779370Z #31 127.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssyevd.o src/ssyevd.cpp 2024-08-20T22:16:02.1984368Z #31 127.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssyevdx.o src/ssyevdx.cpp 2024-08-20T22:16:02.1988786Z #31 127.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cheevd.o src/cheevd.cpp 2024-08-20T22:16:02.3203423Z #31 127.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cheevdx.o src/cheevdx.cpp 2024-08-20T22:16:02.3207926Z #31 127.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cheevr.o src/cheevr.cpp 2024-08-20T22:16:02.5583724Z #31 127.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cheevx.o src/cheevx.cpp 2024-08-20T22:16:02.6908767Z #31 128.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slaex0.o src/slaex0.cpp 2024-08-20T22:16:02.8142042Z #31 128.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slaex1.o src/slaex1.cpp 2024-08-20T22:16:02.8146900Z #31 128.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slaex3.o src/slaex3.cpp 2024-08-20T22:16:02.9144983Z #31 128.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/smove_eig.o src/smove_eig.cpp 2024-08-20T22:16:03.0204256Z #31 128.4 10 warnings generated when compiling for gfx906. 2024-08-20T22:16:03.0207352Z #31 128.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sstedx.o src/sstedx.cpp 2024-08-20T22:16:03.2352984Z #31 128.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssytrd.o src/ssytrd.cpp 2024-08-20T22:16:03.2356902Z #31 128.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsytrd.o src/dsytrd.cpp 2024-08-20T22:16:03.5676096Z #31 128.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chetrd.o src/chetrd.cpp 2024-08-20T22:16:03.7679562Z #31 129.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slatrd.o src/slatrd.cpp 2024-08-20T22:16:03.9108340Z #31 129.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlatrd.o src/dlatrd.cpp 2024-08-20T22:16:04.1652641Z #31 129.5 src/slaex0.cpp:114:17: warning: variable 'curlvl' set but not used [-Wunused-but-set-variable] 2024-08-20T22:16:04.1654329Z #31 129.5 magma_int_t curlvl, i, indxq; 2024-08-20T22:16:04.3095545Z #31 129.5 ^ 2024-08-20T22:16:04.3097285Z #31 129.5 src/slaex0.cpp:116:33: warning: variable 'tlvls' set but not used [-Wunused-but-set-variable] 2024-08-20T22:16:04.3098699Z #31 129.5 magma_int_t submat, subpbs, tlvls; 2024-08-20T22:16:04.3099518Z #31 129.5 ^ 2024-08-20T22:16:04.3100384Z #31 129.6 2 warnings generated when compiling for gfx906. 2024-08-20T22:16:04.3103041Z #31 129.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/clatrd.o src/clatrd.cpp 2024-08-20T22:16:04.5087603Z #31 129.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slatrd2.o src/slatrd2.cpp 2024-08-20T22:16:04.6933073Z #31 129.9 In file included from magmablas_hip/zgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:16:04.6936670Z #31 129.9 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:04.6939937Z #31 129.9 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:04.6942256Z #31 129.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:04.6944152Z #31 129.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:04.6945612Z #31 129.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:04.6946572Z #31 129.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:04.6953506Z #31 129.9 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:04.6957149Z #31 129.9 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:04.6959132Z #31 129.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:04.6960957Z #31 129.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:04.6962382Z #31 129.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:04.6963306Z #31 129.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:04.6966057Z #31 129.9 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:04.6969848Z #31 129.9 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:04.6972078Z #31 129.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:04.6973882Z #31 129.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:04.6975498Z #31 129.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:04.6976508Z #31 129.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:04.6979351Z #31 129.9 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:04.6982996Z #31 129.9 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:04.6985219Z #31 129.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:04.6987100Z #31 129.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:04.6988462Z #31 129.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:04.6989440Z #31 129.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:04.6992238Z #31 129.9 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:04.6995821Z #31 129.9 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:04.6998007Z #31 129.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:04.6999698Z #31 129.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:04.7001061Z #31 129.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:04.7001973Z #31 129.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:04.7004812Z #31 129.9 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:04.7008103Z #31 129.9 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:04.7009994Z #31 129.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:04.7011654Z #31 129.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:04.7012992Z #31 129.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:04.7014015Z #31 129.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:04.7016833Z #31 129.9 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:04.7019996Z #31 129.9 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:04.7021875Z #31 129.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:04.7023648Z #31 129.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:04.7024994Z #31 129.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:04.7025842Z #31 129.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:04.7028940Z #31 129.9 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:04.7033840Z #31 129.9 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:04.7035980Z #31 129.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:04.7037822Z #31 129.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:04.7039211Z #31 129.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:04.7040140Z #31 129.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:04.7042836Z #31 129.9 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:04.7046497Z #31 129.9 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:04.7048960Z #31 129.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:04.7050794Z #31 129.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:04.7052256Z #31 129.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:04.7053219Z #31 129.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:04.7056191Z #31 129.9 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:04.7059980Z #31 129.9 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:04.7062446Z #31 129.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:04.7064420Z #31 129.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:04.7065830Z #31 129.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:04.7066770Z #31 129.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:04.7069743Z #31 129.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlatrd2.o src/dlatrd2.cpp 2024-08-20T22:16:04.7073911Z #31 130.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/clatrd2.o src/clatrd2.cpp 2024-08-20T22:16:04.8729236Z #31 130.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cstedx.o src/cstedx.cpp 2024-08-20T22:16:05.0237359Z #31 130.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sorgtr.o src/sorgtr.cpp 2024-08-20T22:16:05.0241635Z #31 130.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dorgtr.o src/dorgtr.cpp 2024-08-20T22:16:05.0245925Z #31 130.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cungtr.o src/cungtr.cpp 2024-08-20T22:16:05.0250143Z #31 130.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sormtr.o src/sormtr.cpp 2024-08-20T22:16:05.1691469Z #31 130.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dormtr.o src/dormtr.cpp 2024-08-20T22:16:05.1695973Z #31 130.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cunmtr.o src/cunmtr.cpp 2024-08-20T22:16:05.1700025Z #31 130.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssytrd_mgpu.o src/ssytrd_mgpu.cpp 2024-08-20T22:16:05.1704050Z #31 130.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsytrd_mgpu.o src/dsytrd_mgpu.cpp 2024-08-20T22:16:05.3408335Z #31 130.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chetrd_mgpu.o src/chetrd_mgpu.cpp 2024-08-20T22:16:05.3410957Z #31 130.6 1 warning generated when compiling for gfx90a. 2024-08-20T22:16:05.3413875Z #31 130.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slatrd_mgpu.o src/slatrd_mgpu.cpp 2024-08-20T22:16:05.3418129Z #31 130.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlatrd_mgpu.o src/dlatrd_mgpu.cpp 2024-08-20T22:16:05.4920623Z #31 130.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/clatrd_mgpu.o src/clatrd_mgpu.cpp 2024-08-20T22:16:05.4923996Z #31 130.9 src/slaex0.cpp:114:17: warning: variable 'curlvl' set but not used [-Wunused-but-set-variable] 2024-08-20T22:16:05.4925539Z #31 130.9 magma_int_t curlvl, i, indxq; 2024-08-20T22:16:05.4926246Z #31 130.9 ^ 2024-08-20T22:16:05.6000977Z #31 130.9 src/slaex0.cpp:116:33: warning: variable 'tlvls' set but not used [-Wunused-but-set-variable] 2024-08-20T22:16:05.6002636Z #31 130.9 magma_int_t submat, subpbs, tlvls; 2024-08-20T22:16:05.6003455Z #31 130.9 ^ 2024-08-20T22:16:05.6006027Z #31 130.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssyevd_m.o src/ssyevd_m.cpp 2024-08-20T22:16:05.6008689Z #31 131.0 2 warnings generated when compiling for host. 2024-08-20T22:16:05.6011429Z #31 131.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cheevd_m.o src/cheevd_m.cpp 2024-08-20T22:16:05.7820833Z #31 131.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssyevdx_m.o src/ssyevdx_m.cpp 2024-08-20T22:16:05.7825587Z #31 131.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cheevdx_m.o src/cheevdx_m.cpp 2024-08-20T22:16:06.0544556Z #31 131.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slaex0_m.o src/slaex0_m.cpp 2024-08-20T22:16:06.2540146Z #31 131.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slaex1_m.o src/slaex1_m.cpp 2024-08-20T22:16:06.2544549Z #31 131.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slaex3_m.o src/slaex3_m.cpp 2024-08-20T22:16:06.4647582Z #31 131.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sstedx_m.o src/sstedx_m.cpp 2024-08-20T22:16:06.5002751Z #31 131.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cstedx_m.o src/cstedx_m.cpp 2024-08-20T22:16:06.7028190Z #31 132.1 In file included from magmablas_hip/ztrtri_lower_batched.hip.cpp:23: 2024-08-20T22:16:06.7030209Z #31 132.1 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:16:06.8530499Z #31 132.1 zgemm_kernel_16( 2024-08-20T22:16:06.8535928Z #31 132.1 ^ 2024-08-20T22:16:06.8538489Z #31 132.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sormtr_m.o src/sormtr_m.cpp 2024-08-20T22:16:06.8540870Z #31 132.2 1 warning generated when compiling for host. 2024-08-20T22:16:06.8543547Z #31 132.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dormtr_m.o src/dormtr_m.cpp 2024-08-20T22:16:06.8547526Z #31 132.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cunmtr_m.o src/cunmtr_m.cpp 2024-08-20T22:16:07.0547545Z #31 132.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sbulge_applyQ_v2.o src/sbulge_applyQ_v2.cpp 2024-08-20T22:16:07.5691307Z #31 132.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dbulge_applyQ_v2.o src/dbulge_applyQ_v2.cpp 2024-08-20T22:16:07.7088764Z #31 132.9 src/slaex0_m.cpp:117:17: warning: variable 'curlvl' set but not used [-Wunused-but-set-variable] 2024-08-20T22:16:07.7090371Z #31 132.9 magma_int_t curlvl, i, indxq; 2024-08-20T22:16:07.7091167Z #31 132.9 ^ 2024-08-20T22:16:07.7092742Z #31 132.9 src/slaex0_m.cpp:119:33: warning: variable 'tlvls' set but not used [-Wunused-but-set-variable] 2024-08-20T22:16:07.7094824Z #31 132.9 magma_int_t submat, subpbs, tlvls; 2024-08-20T22:16:07.7095698Z #31 132.9 ^ 2024-08-20T22:16:07.7096671Z #31 133.0 2 warnings generated when compiling for gfx906. 2024-08-20T22:16:07.7099785Z #31 133.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cbulge_applyQ_v2.o src/cbulge_applyQ_v2.cpp 2024-08-20T22:16:07.9579165Z #31 133.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssytrd_sy2sb.o src/ssytrd_sy2sb.cpp 2024-08-20T22:16:07.9590072Z #31 133.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsytrd_sy2sb.o src/dsytrd_sy2sb.cpp 2024-08-20T22:16:08.0600858Z #31 133.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chetrd_he2hb.o src/chetrd_he2hb.cpp 2024-08-20T22:16:08.0604857Z #31 133.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssytrd_sb2st.o src/ssytrd_sb2st.cpp 2024-08-20T22:16:08.0608668Z #31 133.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsytrd_sb2st.o src/dsytrd_sb2st.cpp 2024-08-20T22:16:08.2140153Z #31 133.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chetrd_hb2st.o src/chetrd_hb2st.cpp 2024-08-20T22:16:08.2144486Z #31 133.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sbulge_back.o src/sbulge_back.cpp 2024-08-20T22:16:08.2149064Z #31 133.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dbulge_back.o src/dbulge_back.cpp 2024-08-20T22:16:08.3519910Z #31 133.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cbulge_back.o src/cbulge_back.cpp 2024-08-20T22:16:08.3524787Z #31 133.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sorgqr_2stage_gpu.o src/sorgqr_2stage_gpu.cpp 2024-08-20T22:16:08.5242539Z #31 133.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dorgqr_2stage_gpu.o src/dorgqr_2stage_gpu.cpp 2024-08-20T22:16:08.5247264Z #31 133.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cungqr_2stage_gpu.o src/cungqr_2stage_gpu.cpp 2024-08-20T22:16:08.5251801Z #31 133.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sormqr_2stage_gpu.o src/sormqr_2stage_gpu.cpp 2024-08-20T22:16:08.6622035Z #31 133.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dormqr_2stage_gpu.o src/dormqr_2stage_gpu.cpp 2024-08-20T22:16:08.6624932Z #31 134.0 10 warnings generated when compiling for gfx906. 2024-08-20T22:16:08.6628166Z #31 134.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cunmqr_2stage_gpu.o src/cunmqr_2stage_gpu.cpp 2024-08-20T22:16:08.6633454Z #31 134.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssygvdx_2stage.o src/ssygvdx_2stage.cpp 2024-08-20T22:16:08.7696983Z #31 134.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsygvdx_2stage.o src/dsygvdx_2stage.cpp 2024-08-20T22:16:08.7701805Z #31 134.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chegvdx_2stage.o src/chegvdx_2stage.cpp 2024-08-20T22:16:08.9663206Z #31 134.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cheevdx_2stage.o src/cheevdx_2stage.cpp 2024-08-20T22:16:09.1792004Z #31 134.4 src/slaex0_m.cpp:117:17: warning: variable 'curlvl' set but not used [-Wunused-but-set-variable] 2024-08-20T22:16:09.1793755Z #31 134.4 magma_int_t curlvl, i, indxq; 2024-08-20T22:16:09.1794609Z #31 134.4 ^ 2024-08-20T22:16:09.1796256Z #31 134.4 src/slaex0_m.cpp:119:33: warning: variable 'tlvls' set but not used [-Wunused-but-set-variable] 2024-08-20T22:16:09.1797943Z #31 134.4 magma_int_t submat, subpbs, tlvls; 2024-08-20T22:16:09.1798876Z #31 134.4 ^ 2024-08-20T22:16:09.3553766Z #31 134.5 2 warnings generated when compiling for host. 2024-08-20T22:16:09.3557686Z #31 134.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsyevdx_2stage.o src/dsyevdx_2stage.cpp 2024-08-20T22:16:09.3562440Z #31 134.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssyevdx_2stage.o src/ssyevdx_2stage.cpp 2024-08-20T22:16:09.3912347Z #31 134.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sbulge_back_m.o src/sbulge_back_m.cpp 2024-08-20T22:16:09.6257811Z #31 135.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dbulge_back_m.o src/dbulge_back_m.cpp 2024-08-20T22:16:09.7513455Z #31 135.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cbulge_back_m.o src/cbulge_back_m.cpp 2024-08-20T22:16:09.9619273Z #31 135.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sbulge_applyQ_v2_m.o src/sbulge_applyQ_v2_m.cpp 2024-08-20T22:16:09.9706608Z #31 135.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dbulge_applyQ_v2_m.o src/dbulge_applyQ_v2_m.cpp 2024-08-20T22:16:10.0979273Z #31 135.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cbulge_applyQ_v2_m.o src/cbulge_applyQ_v2_m.cpp 2024-08-20T22:16:10.0982581Z #31 135.5 In file included from magmablas_hip/zgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:16:10.0986074Z #31 135.5 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:10.3144969Z #31 135.5 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:10.3147117Z #31 135.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:10.3149655Z #31 135.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:10.3151184Z #31 135.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:10.3152129Z #31 135.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:10.3155113Z #31 135.5 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:10.3158893Z #31 135.5 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:10.3161227Z #31 135.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:10.3163010Z #31 135.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:10.3164515Z #31 135.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:10.3165511Z #31 135.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:10.3168389Z #31 135.5 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:10.3171956Z #31 135.5 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:10.3174421Z #31 135.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:10.3176264Z #31 135.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:10.3177745Z #31 135.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:10.3178740Z #31 135.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:10.3181930Z #31 135.5 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:10.3185970Z #31 135.5 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:10.3188517Z #31 135.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:10.3190395Z #31 135.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:10.3191945Z #31 135.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:10.3192974Z #31 135.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:10.3195947Z #31 135.5 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:10.3200002Z #31 135.5 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:10.3202641Z #31 135.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:10.3204470Z #31 135.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:10.3205963Z #31 135.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:10.3206964Z #31 135.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:10.3210154Z #31 135.5 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:10.3213800Z #31 135.5 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:10.3218405Z #31 135.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:10.3220266Z #31 135.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:10.3221944Z #31 135.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:10.3222923Z #31 135.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:10.3225931Z #31 135.5 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:10.3229862Z #31 135.5 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:10.3232320Z #31 135.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:10.3234163Z #31 135.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:10.3235696Z #31 135.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:10.3236673Z #31 135.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:10.3239834Z #31 135.5 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:10.3243707Z #31 135.5 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:10.3245959Z #31 135.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:10.3247972Z #31 135.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:10.3249474Z #31 135.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:10.3250468Z #31 135.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:10.3253398Z #31 135.5 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:10.3257397Z #31 135.5 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:10.3259910Z #31 135.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:10.3261753Z #31 135.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:10.3263245Z #31 135.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:10.3264233Z #31 135.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:10.3267301Z #31 135.5 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:10.3271527Z #31 135.5 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:10.3274147Z #31 135.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:10.3275998Z #31 135.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:10.3277646Z #31 135.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:10.3278638Z #31 135.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:10.3281860Z #31 135.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cheevdx_2stage_m.o src/cheevdx_2stage_m.cpp 2024-08-20T22:16:10.6018765Z #31 136.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsyevdx_2stage_m.o src/dsyevdx_2stage_m.cpp 2024-08-20T22:16:10.9005046Z #31 136.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssyevdx_2stage_m.o src/ssyevdx_2stage_m.cpp 2024-08-20T22:16:11.0766184Z #31 136.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssygvdx_2stage_m.o src/ssygvdx_2stage_m.cpp 2024-08-20T22:16:11.0788558Z #31 136.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsygvdx_2stage_m.o src/dsygvdx_2stage_m.cpp 2024-08-20T22:16:11.2700118Z #31 136.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chegvdx_2stage_m.o src/chegvdx_2stage_m.cpp 2024-08-20T22:16:11.2705175Z #31 136.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssytrd_sy2sb_mgpu.o src/ssytrd_sy2sb_mgpu.cpp 2024-08-20T22:16:11.3982917Z #31 136.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsytrd_sy2sb_mgpu.o src/dsytrd_sy2sb_mgpu.cpp 2024-08-20T22:16:11.3987633Z #31 136.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chetrd_he2hb_mgpu.o src/chetrd_he2hb_mgpu.cpp 2024-08-20T22:16:11.3992059Z #31 136.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/core_slarfy.o src/core_slarfy.cpp 2024-08-20T22:16:11.3996180Z #31 136.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/core_dlarfy.o src/core_dlarfy.cpp 2024-08-20T22:16:11.4000563Z #31 136.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/core_clarfy.o src/core_clarfy.cpp 2024-08-20T22:16:11.5391629Z #31 136.8 2 warnings generated when compiling for gfx90a. 2024-08-20T22:16:11.5394970Z #31 136.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/core_ssbtype1cb.o src/core_ssbtype1cb.cpp 2024-08-20T22:16:11.6896505Z #31 136.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/core_dsbtype1cb.o src/core_dsbtype1cb.cpp 2024-08-20T22:16:11.6901118Z #31 137.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/core_chbtype1cb.o src/core_chbtype1cb.cpp 2024-08-20T22:16:11.6905576Z #31 137.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/core_ssbtype2cb.o src/core_ssbtype2cb.cpp 2024-08-20T22:16:11.6910079Z #31 137.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/core_dsbtype2cb.o src/core_dsbtype2cb.cpp 2024-08-20T22:16:11.8043597Z #31 137.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/core_chbtype2cb.o src/core_chbtype2cb.cpp 2024-08-20T22:16:11.8048182Z #31 137.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/core_ssbtype3cb.o src/core_ssbtype3cb.cpp 2024-08-20T22:16:11.9493347Z #31 137.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/core_dsbtype3cb.o src/core_dsbtype3cb.cpp 2024-08-20T22:16:11.9498189Z #31 137.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/core_chbtype3cb.o src/core_chbtype3cb.cpp 2024-08-20T22:16:12.1207004Z #31 137.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssygvd.o src/ssygvd.cpp 2024-08-20T22:16:12.1211027Z #31 137.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssygvdx.o src/ssygvdx.cpp 2024-08-20T22:16:12.4823328Z #31 137.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssygst.o src/ssygst.cpp 2024-08-20T22:16:12.7066324Z #31 137.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsygst.o src/dsygst.cpp 2024-08-20T22:16:12.7070772Z #31 138.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chegst.o src/chegst.cpp 2024-08-20T22:16:12.8191980Z #31 138.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chegvd.o src/chegvd.cpp 2024-08-20T22:16:12.9193017Z #31 138.3 magmablas_hip/zgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:16:13.0577431Z #31 138.3 default: arginfo = -100; 2024-08-20T22:16:13.0578346Z #31 138.3 ^~~~~~~ 2024-08-20T22:16:13.0579486Z #31 138.3 magmablas_hip/zgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:16:13.0580985Z #31 138.3 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:16:13.0581765Z #31 138.3 ^ 2024-08-20T22:16:13.0583034Z #31 138.3 magmablas_hip/zgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:16:13.0584251Z #31 138.3 hipError_t e; 2024-08-20T22:16:13.0584868Z #31 138.3 ^ 2024-08-20T22:16:13.0586918Z #31 138.3 magmablas_hip/zgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:16:13.0589069Z #31 138.3 default: arginfo = -100; 2024-08-20T22:16:13.0589817Z #31 138.3 ^~~~~~~ 2024-08-20T22:16:13.0591139Z #31 138.3 magmablas_hip/zgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:16:13.0592565Z #31 138.3 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:16:13.0593362Z #31 138.3 ^ 2024-08-20T22:16:13.0594592Z #31 138.3 magmablas_hip/zgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:16:13.0595799Z #31 138.3 hipError_t e; 2024-08-20T22:16:13.0596361Z #31 138.3 ^ 2024-08-20T22:16:13.0598667Z #31 138.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chegvdx.o src/chegvdx.cpp 2024-08-20T22:16:13.1576314Z #31 138.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chegvr.o src/chegvr.cpp 2024-08-20T22:16:13.3113220Z #31 138.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chegvx.o src/chegvx.cpp 2024-08-20T22:16:13.3117427Z #31 138.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssygst_gpu.o src/ssygst_gpu.cpp 2024-08-20T22:16:13.5484514Z #31 138.9 2 warnings generated when compiling for host. 2024-08-20T22:16:13.7142007Z #31 138.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsygst_gpu.o src/dsygst_gpu.cpp 2024-08-20T22:16:13.7962706Z #31 139.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chegst_gpu.o src/chegst_gpu.cpp 2024-08-20T22:16:14.0074230Z #31 139.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssygst_m.o src/ssygst_m.cpp 2024-08-20T22:16:14.1907115Z #31 139.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dsygst_m.o src/dsygst_m.cpp 2024-08-20T22:16:14.2963203Z #31 139.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chegst_m.o src/chegst_m.cpp 2024-08-20T22:16:14.2967394Z #31 139.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssygvd_m.o src/ssygvd_m.cpp 2024-08-20T22:16:14.4341951Z #31 139.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chegvd_m.o src/chegvd_m.cpp 2024-08-20T22:16:14.4346116Z #31 139.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ssygvdx_m.o src/ssygvdx_m.cpp 2024-08-20T22:16:14.5488282Z #31 139.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/chegvdx_m.o src/chegvdx_m.cpp 2024-08-20T22:16:14.5492728Z #31 139.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/strsm_m.o src/strsm_m.cpp 2024-08-20T22:16:14.7445715Z #31 139.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dtrsm_m.o src/dtrsm_m.cpp 2024-08-20T22:16:14.7449451Z #31 140.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ctrsm_m.o src/ctrsm_m.cpp 2024-08-20T22:16:14.7453112Z #31 140.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeev.o src/sgeev.cpp 2024-08-20T22:16:14.7456734Z #31 140.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeev.o src/cgeev.cpp 2024-08-20T22:16:14.8782702Z #31 140.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgehrd.o src/sgehrd.cpp 2024-08-20T22:16:14.8787580Z #31 140.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgehrd.o src/dgehrd.cpp 2024-08-20T22:16:14.9887602Z #31 140.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgehrd.o src/cgehrd.cpp 2024-08-20T22:16:15.1041606Z #31 140.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgehrd2.o src/sgehrd2.cpp 2024-08-20T22:16:15.1046055Z #31 140.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgehrd2.o src/dgehrd2.cpp 2024-08-20T22:16:15.1050263Z #31 140.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgehrd2.o src/cgehrd2.cpp 2024-08-20T22:16:15.1054672Z #31 140.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slahr2.o src/slahr2.cpp 2024-08-20T22:16:15.1059195Z #31 140.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlahr2.o src/dlahr2.cpp 2024-08-20T22:16:15.3231969Z #31 140.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/clahr2.o src/clahr2.cpp 2024-08-20T22:16:15.4362627Z #31 140.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slahru.o src/slahru.cpp 2024-08-20T22:16:15.8642506Z #31 141.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlahru.o src/dlahru.cpp 2024-08-20T22:16:16.0112220Z #31 141.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/clahru.o src/clahru.cpp 2024-08-20T22:16:16.0116527Z #31 141.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slaln2.o src/slaln2.cpp 2024-08-20T22:16:16.2013936Z #31 141.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slaqtrsd.o src/slaqtrsd.cpp 2024-08-20T22:16:16.2018195Z #31 141.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/clatrsd.o src/clatrsd.cpp 2024-08-20T22:16:16.4289878Z #31 141.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/strevc3.o src/strevc3.cpp 2024-08-20T22:16:16.5535117Z #31 141.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/strevc3_mt.o src/strevc3_mt.cpp 2024-08-20T22:16:16.8755152Z #31 142.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ctrevc3.o src/ctrevc3.cpp 2024-08-20T22:16:17.0994833Z #31 142.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/ctrevc3_mt.o src/ctrevc3_mt.cpp 2024-08-20T22:16:17.2329068Z #31 142.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sorghr.o src/sorghr.cpp 2024-08-20T22:16:17.5747143Z #31 142.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dorghr.o src/dorghr.cpp 2024-08-20T22:16:17.7362991Z #31 143.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cunghr.o src/cunghr.cpp 2024-08-20T22:16:17.7367759Z #31 143.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeev_m.o src/sgeev_m.cpp 2024-08-20T22:16:17.7372466Z #31 143.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeev_m.o src/cgeev_m.cpp 2024-08-20T22:16:17.8913642Z #31 143.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgehrd_m.o src/sgehrd_m.cpp 2024-08-20T22:16:17.8918041Z #31 143.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgehrd_m.o src/dgehrd_m.cpp 2024-08-20T22:16:18.0026846Z #31 143.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgehrd_m.o src/cgehrd_m.cpp 2024-08-20T22:16:18.0031681Z #31 143.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slahr2_m.o src/slahr2_m.cpp 2024-08-20T22:16:18.0035949Z #31 143.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlahr2_m.o src/dlahr2_m.cpp 2024-08-20T22:16:18.1472315Z #31 143.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/clahr2_m.o src/clahr2_m.cpp 2024-08-20T22:16:18.1476595Z #31 143.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slahru_m.o src/slahru_m.cpp 2024-08-20T22:16:18.2582179Z #31 143.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlahru_m.o src/dlahru_m.cpp 2024-08-20T22:16:18.2586767Z #31 143.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/clahru_m.o src/clahru_m.cpp 2024-08-20T22:16:18.2591210Z #31 143.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sorghr_m.o src/sorghr_m.cpp 2024-08-20T22:16:18.2595175Z #31 143.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dorghr_m.o src/dorghr_m.cpp 2024-08-20T22:16:18.2599252Z #31 143.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cunghr_m.o src/cunghr_m.cpp 2024-08-20T22:16:18.4168118Z #31 143.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgesdd.o src/sgesdd.cpp 2024-08-20T22:16:18.4172827Z #31 143.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgesdd.o src/cgesdd.cpp 2024-08-20T22:16:18.4177465Z #31 143.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgesvd.o src/sgesvd.cpp 2024-08-20T22:16:18.5662834Z #31 143.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgesvd.o src/cgesvd.cpp 2024-08-20T22:16:18.7370420Z #31 144.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgebrd.o src/sgebrd.cpp 2024-08-20T22:16:18.9226549Z #31 144.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgebrd.o src/dgebrd.cpp 2024-08-20T22:16:18.9230468Z #31 144.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgebrd.o src/cgebrd.cpp 2024-08-20T22:16:19.2220251Z #31 144.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slabrd_gpu.o src/slabrd_gpu.cpp 2024-08-20T22:16:19.4686276Z #31 144.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlabrd_gpu.o src/dlabrd_gpu.cpp 2024-08-20T22:16:19.6052128Z #31 145.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/clabrd_gpu.o src/clabrd_gpu.cpp 2024-08-20T22:16:19.7284567Z #31 145.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sorgbr.o src/sorgbr.cpp 2024-08-20T22:16:20.0009674Z #31 145.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dorgbr.o src/dorgbr.cpp 2024-08-20T22:16:20.1262260Z #31 145.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cungbr.o src/cungbr.cpp 2024-08-20T22:16:20.2573167Z #31 145.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sormbr.o src/sormbr.cpp 2024-08-20T22:16:20.4528141Z #31 145.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dormbr.o src/dormbr.cpp 2024-08-20T22:16:20.8968332Z #31 146.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cunmbr.o src/cunmbr.cpp 2024-08-20T22:16:21.0033063Z #31 146.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgbsv_batched.o src/sgbsv_batched.cpp 2024-08-20T22:16:21.0037755Z #31 146.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgbsv_batched.o src/dgbsv_batched.cpp 2024-08-20T22:16:21.0042301Z #31 146.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgbsv_batched.o src/cgbsv_batched.cpp 2024-08-20T22:16:21.1363116Z #31 146.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgbtrf_batched.o src/sgbtrf_batched.cpp 2024-08-20T22:16:21.1367480Z #31 146.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgbtrf_batched.o src/dgbtrf_batched.cpp 2024-08-20T22:16:21.3244673Z #31 146.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgbtrf_batched.o src/cgbtrf_batched.cpp 2024-08-20T22:16:21.3249648Z #31 146.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgbtrs_batched.o src/sgbtrs_batched.cpp 2024-08-20T22:16:21.3254338Z #31 146.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgbtrs_batched.o src/dgbtrs_batched.cpp 2024-08-20T22:16:21.3259246Z #31 146.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgbtrs_batched.o src/cgbtrs_batched.cpp 2024-08-20T22:16:21.3264144Z #31 146.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetf2_batched.o src/sgetf2_batched.cpp 2024-08-20T22:16:21.4422058Z #31 146.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetf2_batched.o src/dgetf2_batched.cpp 2024-08-20T22:16:21.4426343Z #31 146.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetf2_batched.o src/cgetf2_batched.cpp 2024-08-20T22:16:21.4428806Z #31 146.7 1 warning generated when compiling for gfx900. 2024-08-20T22:16:21.4432560Z #31 146.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetf2_nopiv_batched.o src/sgetf2_nopiv_batched.cpp 2024-08-20T22:16:21.4437395Z #31 146.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetf2_nopiv_batched.o src/dgetf2_nopiv_batched.cpp 2024-08-20T22:16:21.5666419Z #31 146.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetf2_nopiv_batched.o src/cgetf2_nopiv_batched.cpp 2024-08-20T22:16:21.6792955Z #31 147.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrf_panel_batched.o src/sgetrf_panel_batched.cpp 2024-08-20T22:16:21.8339502Z #31 147.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrf_panel_batched.o src/dgetrf_panel_batched.cpp 2024-08-20T22:16:22.0120130Z #31 147.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrf_panel_batched.o src/cgetrf_panel_batched.cpp 2024-08-20T22:16:22.0169080Z #31 147.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrf_panel_nopiv_batched.o src/sgetrf_panel_nopiv_batched.cpp 2024-08-20T22:16:22.1802162Z #31 147.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrf_panel_nopiv_batched.o src/dgetrf_panel_nopiv_batched.cpp 2024-08-20T22:16:22.3541545Z #31 147.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrf_panel_nopiv_batched.o src/cgetrf_panel_nopiv_batched.cpp 2024-08-20T22:16:22.5054871Z #31 147.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrf_batched.o src/sgetrf_batched.cpp 2024-08-20T22:16:22.5059540Z #31 147.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrf_batched.o src/dgetrf_batched.cpp 2024-08-20T22:16:22.7514690Z #31 148.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrf_batched.o src/cgetrf_batched.cpp 2024-08-20T22:16:22.9851344Z #31 148.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrf_nopiv_batched.o src/sgetrf_nopiv_batched.cpp 2024-08-20T22:16:22.9854037Z #31 148.2 In file included from magmablas_hip/ztrtri_upper.hip.cpp:24: 2024-08-20T22:16:22.9856672Z #31 148.2 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:16:22.9858194Z #31 148.2 zgemm_kernel_16( 2024-08-20T22:16:22.9858798Z #31 148.2 ^ 2024-08-20T22:16:22.9861552Z #31 148.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrf_nopiv_batched.o src/dgetrf_nopiv_batched.cpp 2024-08-20T22:16:23.1921445Z #31 148.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrf_nopiv_batched.o src/cgetrf_nopiv_batched.cpp 2024-08-20T22:16:23.4372525Z #31 148.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrs_batched.o src/sgetrs_batched.cpp 2024-08-20T22:16:23.4377252Z #31 148.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrs_batched.o src/dgetrs_batched.cpp 2024-08-20T22:16:23.4958857Z #31 148.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrs_batched.o src/cgetrs_batched.cpp 2024-08-20T22:16:23.9305378Z #31 149.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrs_nopiv_batched.o src/sgetrs_nopiv_batched.cpp 2024-08-20T22:16:24.1227619Z #31 149.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrs_nopiv_batched.o src/dgetrs_nopiv_batched.cpp 2024-08-20T22:16:24.2434219Z #31 149.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrs_nopiv_batched.o src/cgetrs_nopiv_batched.cpp 2024-08-20T22:16:24.2438885Z #31 149.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgesv_batched.o src/sgesv_batched.cpp 2024-08-20T22:16:24.2443560Z #31 149.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgesv_batched.o src/dgesv_batched.cpp 2024-08-20T22:16:24.2448319Z #31 149.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgesv_batched.o src/cgesv_batched.cpp 2024-08-20T22:16:24.3554964Z #31 149.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgesv_nopiv_batched.o src/sgesv_nopiv_batched.cpp 2024-08-20T22:16:24.3559952Z #31 149.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgesv_nopiv_batched.o src/dgesv_nopiv_batched.cpp 2024-08-20T22:16:24.4583141Z #31 149.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgesv_nopiv_batched.o src/cgesv_nopiv_batched.cpp 2024-08-20T22:16:24.4587627Z #31 149.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgerbt_batched.o src/sgerbt_batched.cpp 2024-08-20T22:16:24.5786974Z #31 149.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgerbt_batched.o src/dgerbt_batched.cpp 2024-08-20T22:16:24.5791905Z #31 149.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgerbt_batched.o src/cgerbt_batched.cpp 2024-08-20T22:16:24.5796306Z #31 149.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgesv_rbt_batched.o src/sgesv_rbt_batched.cpp 2024-08-20T22:16:24.7707558Z #31 150.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgesv_rbt_batched.o src/dgesv_rbt_batched.cpp 2024-08-20T22:16:24.7712051Z #31 150.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgesv_rbt_batched.o src/cgesv_rbt_batched.cpp 2024-08-20T22:16:24.7716676Z #31 150.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetri_outofplace_batched.o src/sgetri_outofplace_batched.cpp 2024-08-20T22:16:24.8487424Z #31 150.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetri_outofplace_batched.o src/dgetri_outofplace_batched.cpp 2024-08-20T22:16:25.0092549Z #31 150.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetri_outofplace_batched.o src/cgetri_outofplace_batched.cpp 2024-08-20T22:16:25.1477920Z #31 150.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotf2_batched.o src/spotf2_batched.cpp 2024-08-20T22:16:25.1482238Z #31 150.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotf2_batched.o src/dpotf2_batched.cpp 2024-08-20T22:16:25.1486365Z #31 150.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotf2_batched.o src/cpotf2_batched.cpp 2024-08-20T22:16:25.3446517Z #31 150.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotrf_batched.o src/spotrf_batched.cpp 2024-08-20T22:16:25.6077254Z #31 151.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotrf_batched.o src/dpotrf_batched.cpp 2024-08-20T22:16:25.7172909Z #31 151.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotrf_batched.o src/cpotrf_batched.cpp 2024-08-20T22:16:25.9196656Z #31 151.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotrf_panel_batched.o src/spotrf_panel_batched.cpp 2024-08-20T22:16:26.0825824Z #31 151.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotrf_panel_batched.o src/dpotrf_panel_batched.cpp 2024-08-20T22:16:26.1586346Z #31 151.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotrf_panel_batched.o src/cpotrf_panel_batched.cpp 2024-08-20T22:16:26.2680338Z #31 151.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotrs_batched.o src/spotrs_batched.cpp 2024-08-20T22:16:26.4366725Z #31 151.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotrs_batched.o src/dpotrs_batched.cpp 2024-08-20T22:16:26.4371104Z #31 151.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotrs_batched.o src/cpotrs_batched.cpp 2024-08-20T22:16:26.6793855Z #31 152.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sposv_batched.o src/sposv_batched.cpp 2024-08-20T22:16:27.2329163Z #31 152.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dposv_batched.o src/dposv_batched.cpp 2024-08-20T22:16:27.3358253Z #31 152.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cposv_batched.o src/cposv_batched.cpp 2024-08-20T22:16:27.3362692Z #31 152.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slarft_batched.o src/slarft_batched.cpp 2024-08-20T22:16:27.3367135Z #31 152.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlarft_batched.o src/dlarft_batched.cpp 2024-08-20T22:16:27.4944716Z #31 152.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/clarft_batched.o src/clarft_batched.cpp 2024-08-20T22:16:27.4949578Z #31 152.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/slarfb_gemm_batched.o src/slarfb_gemm_batched.cpp 2024-08-20T22:16:27.4954408Z #31 152.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dlarfb_gemm_batched.o src/dlarfb_gemm_batched.cpp 2024-08-20T22:16:27.6004198Z #31 152.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/clarfb_gemm_batched.o src/clarfb_gemm_batched.cpp 2024-08-20T22:16:27.6008370Z #31 152.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqrf_panel_batched.o src/sgeqrf_panel_batched.cpp 2024-08-20T22:16:27.6012398Z #31 153.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqrf_panel_batched.o src/dgeqrf_panel_batched.cpp 2024-08-20T22:16:27.6016876Z #31 153.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqrf_panel_batched.o src/cgeqrf_panel_batched.cpp 2024-08-20T22:16:27.7782886Z #31 153.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqrf_batched.o src/sgeqrf_batched.cpp 2024-08-20T22:16:27.7787772Z #31 153.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqrf_batched.o src/dgeqrf_batched.cpp 2024-08-20T22:16:27.7792866Z #31 153.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqrf_batched.o src/cgeqrf_batched.cpp 2024-08-20T22:16:27.7797983Z #31 153.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgeqrf_expert_batched.o src/sgeqrf_expert_batched.cpp 2024-08-20T22:16:27.9416922Z #31 153.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgeqrf_expert_batched.o src/dgeqrf_expert_batched.cpp 2024-08-20T22:16:28.0199941Z #31 153.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgeqrf_expert_batched.o src/cgeqrf_expert_batched.cpp 2024-08-20T22:16:28.1975825Z #31 153.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetf2_vbatched.o src/sgetf2_vbatched.cpp 2024-08-20T22:16:28.2023369Z #31 153.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetf2_vbatched.o src/dgetf2_vbatched.cpp 2024-08-20T22:16:28.4286770Z #31 153.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetf2_vbatched.o src/cgetf2_vbatched.cpp 2024-08-20T22:16:28.4291450Z #31 153.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrf_panel_vbatched.o src/sgetrf_panel_vbatched.cpp 2024-08-20T22:16:28.4296694Z #31 153.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrf_panel_vbatched.o src/dgetrf_panel_vbatched.cpp 2024-08-20T22:16:28.5692574Z #31 153.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrf_panel_vbatched.o src/cgetrf_panel_vbatched.cpp 2024-08-20T22:16:28.8076529Z #31 154.0 11 warnings generated when compiling for gfx906. 2024-08-20T22:16:28.8129085Z #31 154.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrf_vbatched.o src/sgetrf_vbatched.cpp 2024-08-20T22:16:28.9851039Z #31 154.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrf_vbatched.o src/dgetrf_vbatched.cpp 2024-08-20T22:16:29.1988784Z #31 154.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrf_vbatched.o src/cgetrf_vbatched.cpp 2024-08-20T22:16:29.2275767Z #31 154.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotf2_vbatched.o src/spotf2_vbatched.cpp 2024-08-20T22:16:29.4216196Z #31 154.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotf2_vbatched.o src/dpotf2_vbatched.cpp 2024-08-20T22:16:29.4220992Z #31 154.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotf2_vbatched.o src/cpotf2_vbatched.cpp 2024-08-20T22:16:29.5951859Z #31 154.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotrf_panel_vbatched.o src/spotrf_panel_vbatched.cpp 2024-08-20T22:16:29.6586044Z #31 155.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotrf_panel_vbatched.o src/dpotrf_panel_vbatched.cpp 2024-08-20T22:16:29.9820478Z #31 155.3 In file included from magmablas_hip/zgesv_batched_small.hip.cpp:22: 2024-08-20T22:16:30.1529142Z #31 155.3 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:30.1532877Z #31 155.3 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:30.1534953Z #31 155.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:30.1536759Z #31 155.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:30.1538242Z #31 155.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:30.1539224Z #31 155.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:30.1542037Z #31 155.3 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:30.1545624Z #31 155.3 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:30.1547592Z #31 155.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:30.1549290Z #31 155.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:30.1550679Z #31 155.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:30.1551590Z #31 155.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:30.1554351Z #31 155.4 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:30.1557694Z #31 155.4 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:30.1559694Z #31 155.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:30.1561809Z #31 155.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:30.1563210Z #31 155.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:30.1564158Z #31 155.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:30.1567052Z #31 155.4 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:30.1571111Z #31 155.4 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:30.1573482Z #31 155.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:30.1575446Z #31 155.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:30.1576891Z #31 155.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:30.1577855Z #31 155.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:30.1580701Z #31 155.4 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:30.1584674Z #31 155.4 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:30.1587200Z #31 155.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:30.1589028Z #31 155.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:30.1590639Z #31 155.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:30.1591569Z #31 155.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:30.1594328Z #31 155.4 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:30.1597618Z #31 155.4 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:30.1599576Z #31 155.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:30.1601303Z #31 155.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:30.1602704Z #31 155.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:30.1603639Z #31 155.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:30.1606602Z #31 155.4 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:30.1609996Z #31 155.4 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:30.1612089Z #31 155.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:30.1613865Z #31 155.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:30.1615496Z #31 155.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:30.1616473Z #31 155.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:30.1619311Z #31 155.4 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:30.1622795Z #31 155.4 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:30.1625167Z #31 155.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:30.1626955Z #31 155.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:30.1628392Z #31 155.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:30.1629357Z #31 155.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:30.1632639Z #31 155.4 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:30.1636546Z #31 155.4 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:30.1638871Z #31 155.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:30.1640780Z #31 155.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:30.1642237Z #31 155.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:30.1643176Z #31 155.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:30.1646017Z #31 155.4 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:30.1649460Z #31 155.4 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:30.1651543Z #31 155.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:30.1653137Z #31 155.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:30.1654553Z #31 155.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:30.1655423Z #31 155.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:30.1991563Z #31 155.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotrf_panel_vbatched.o src/cpotrf_panel_vbatched.cpp 2024-08-20T22:16:30.3030487Z #31 155.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotrf_vbatched.o src/spotrf_vbatched.cpp 2024-08-20T22:16:30.4872844Z #31 155.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotrf_vbatched.o src/dpotrf_vbatched.cpp 2024-08-20T22:16:30.4894768Z #31 155.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotrf_vbatched.o src/cpotrf_vbatched.cpp 2024-08-20T22:16:30.6472265Z #31 155.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetf2_native.o src/sgetf2_native.cpp 2024-08-20T22:16:30.6477121Z #31 155.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetf2_native.o src/dgetf2_native.cpp 2024-08-20T22:16:30.6481450Z #31 156.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetf2_native.o src/cgetf2_native.cpp 2024-08-20T22:16:30.7493188Z #31 156.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/sgetrf_panel_native.o src/sgetrf_panel_native.cpp 2024-08-20T22:16:30.7498286Z #31 156.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dgetrf_panel_native.o src/dgetrf_panel_native.cpp 2024-08-20T22:16:30.7503227Z #31 156.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cgetrf_panel_native.o src/cgetrf_panel_native.cpp 2024-08-20T22:16:30.7508097Z #31 156.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/spotrf_panel_native.o src/spotrf_panel_native.cpp 2024-08-20T22:16:30.7513152Z #31 156.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/dpotrf_panel_native.o src/dpotrf_panel_native.cpp 2024-08-20T22:16:30.8887802Z #31 156.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o src/cpotrf_panel_native.o src/cpotrf_panel_native.cpp 2024-08-20T22:16:30.8893213Z #31 156.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o interface_hip/blas_s_v1.o interface_hip/blas_s_v1.cpp 2024-08-20T22:16:31.1251986Z #31 156.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o interface_hip/blas_d_v1.o interface_hip/blas_d_v1.cpp 2024-08-20T22:16:31.2072191Z #31 156.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o interface_hip/blas_c_v1.o interface_hip/blas_c_v1.cpp 2024-08-20T22:16:31.3670109Z #31 156.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o interface_hip/blas_s_v2.o interface_hip/blas_s_v2.cpp 2024-08-20T22:16:31.3674831Z #31 156.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o interface_hip/blas_d_v2.o interface_hip/blas_d_v2.cpp 2024-08-20T22:16:31.3679506Z #31 156.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o interface_hip/blas_c_v2.o interface_hip/blas_c_v2.cpp 2024-08-20T22:16:31.3686261Z #31 156.7 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/saxpycp.hip.o magmablas_hip/saxpycp.hip.cpp 2024-08-20T22:16:31.4755755Z #31 156.8 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/daxpycp.hip.o magmablas_hip/daxpycp.hip.cpp 2024-08-20T22:16:31.4764897Z #31 156.8 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/caxpycp.hip.o magmablas_hip/caxpycp.hip.cpp 2024-08-20T22:16:31.4773908Z #31 156.8 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dsaxpycp.hip.o magmablas_hip/dsaxpycp.hip.cpp 2024-08-20T22:16:31.8566267Z #31 157.2 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sdiinertia.hip.o magmablas_hip/sdiinertia.hip.cpp 2024-08-20T22:16:32.0292963Z #31 157.4 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ddiinertia.hip.o magmablas_hip/ddiinertia.hip.cpp 2024-08-20T22:16:32.2697096Z #31 157.6 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cdiinertia.hip.o magmablas_hip/cdiinertia.hip.cpp 2024-08-20T22:16:32.4872139Z #31 157.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgeadd.hip.o magmablas_hip/sgeadd.hip.cpp 2024-08-20T22:16:32.6035118Z #31 157.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgeadd.hip.o magmablas_hip/dgeadd.hip.cpp 2024-08-20T22:16:32.6044862Z #31 157.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgeadd.hip.o magmablas_hip/cgeadd.hip.cpp 2024-08-20T22:16:32.6054690Z #31 158.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgeadd2.hip.o magmablas_hip/sgeadd2.hip.cpp 2024-08-20T22:16:32.7861618Z #31 158.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgeadd2.hip.o magmablas_hip/dgeadd2.hip.cpp 2024-08-20T22:16:33.2364807Z #31 158.6 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgeadd2.hip.o magmablas_hip/cgeadd2.hip.cpp 2024-08-20T22:16:33.4487773Z #31 158.8 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgeam.hip.o magmablas_hip/sgeam.hip.cpp 2024-08-20T22:16:33.5783393Z #31 158.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgeam.hip.o magmablas_hip/dgeam.hip.cpp 2024-08-20T22:16:33.5793318Z #31 158.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgeam.hip.o magmablas_hip/cgeam.hip.cpp 2024-08-20T22:16:33.6887068Z #31 159.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgemm_reduce.hip.o magmablas_hip/sgemm_reduce.hip.cpp 2024-08-20T22:16:33.6897758Z #31 159.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgemm_reduce.hip.o magmablas_hip/dgemm_reduce.hip.cpp 2024-08-20T22:16:33.8482193Z #31 159.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgemm_reduce.hip.o magmablas_hip/cgemm_reduce.hip.cpp 2024-08-20T22:16:33.8492172Z #31 159.2 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgemv_conj.hip.o magmablas_hip/sgemv_conj.hip.cpp 2024-08-20T22:16:33.9531404Z #31 159.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgemv_conj.hip.o magmablas_hip/dgemv_conj.hip.cpp 2024-08-20T22:16:33.9540171Z #31 159.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgemv_conj.hip.o magmablas_hip/cgemv_conj.hip.cpp 2024-08-20T22:16:33.9548716Z #31 159.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgemv_fermi.hip.o magmablas_hip/sgemv_fermi.hip.cpp 2024-08-20T22:16:33.9556835Z #31 159.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgemv_fermi.hip.o magmablas_hip/dgemv_fermi.hip.cpp 2024-08-20T22:16:34.0799002Z #31 159.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgemv_fermi.hip.o magmablas_hip/cgemv_fermi.hip.cpp 2024-08-20T22:16:34.0808746Z #31 159.4 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgerbt.hip.o magmablas_hip/sgerbt.hip.cpp 2024-08-20T22:16:34.3007655Z #31 159.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgerbt.hip.o magmablas_hip/dgerbt.hip.cpp 2024-08-20T22:16:34.3017640Z #31 159.7 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgerbt.hip.o magmablas_hip/cgerbt.hip.cpp 2024-08-20T22:16:34.5384308Z #31 159.7 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgerbt_kernels.hip.o magmablas_hip/sgerbt_kernels.hip.cpp 2024-08-20T22:16:34.5393918Z #31 159.8 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgerbt_kernels.hip.o magmablas_hip/dgerbt_kernels.hip.cpp 2024-08-20T22:16:34.9147516Z #31 160.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgerbt_kernels.hip.o magmablas_hip/cgerbt_kernels.hip.cpp 2024-08-20T22:16:35.1479987Z #31 160.5 magmablas_hip/sgemm_reduce.hip.cpp:116:17: warning: unused variable 'arch' [-Wunused-variable] 2024-08-20T22:16:35.2806880Z #31 160.5 magma_int_t arch = magma_getdevice_arch(); 2024-08-20T22:16:35.2807867Z #31 160.5 ^ 2024-08-20T22:16:35.2809722Z #31 160.5 magmablas_hip/cgemm_reduce.hip.cpp:116:17: warning: unused variable 'arch' [-Wunused-variable] 2024-08-20T22:16:35.2811473Z #31 160.5 magma_int_t arch = magma_getdevice_arch(); 2024-08-20T22:16:35.2812412Z #31 160.5 ^ 2024-08-20T22:16:35.2813255Z #31 160.6 1 warning generated when compiling for gfx900. 2024-08-20T22:16:35.2814590Z #31 160.6 1 warning generated when compiling for gfx900. 2024-08-20T22:16:35.5267562Z #31 160.6 magmablas_hip/dgemm_reduce.hip.cpp:116:17: warning: unused variable 'arch' [-Wunused-variable] 2024-08-20T22:16:35.5269252Z #31 160.6 magma_int_t arch = magma_getdevice_arch(); 2024-08-20T22:16:35.5270082Z #31 160.6 ^ 2024-08-20T22:16:35.5270724Z #31 160.7 1 warning generated when compiling for gfx900. 2024-08-20T22:16:36.6413808Z #31 162.0 magmablas_hip/sgemm_reduce.hip.cpp:116:17: warning: unused variable 'arch' [-Wunused-variable] 2024-08-20T22:16:36.6415653Z #31 162.0 magma_int_t arch = magma_getdevice_arch(); 2024-08-20T22:16:36.7753661Z #31 162.0 ^ 2024-08-20T22:16:36.7755368Z #31 162.0 magmablas_hip/cgemm_reduce.hip.cpp:116:17: warning: unused variable 'arch' [-Wunused-variable] 2024-08-20T22:16:36.7756779Z #31 162.0 magma_int_t arch = magma_getdevice_arch(); 2024-08-20T22:16:36.7757532Z #31 162.0 ^ 2024-08-20T22:16:36.7758245Z #31 162.1 1 warning generated when compiling for gfx906. 2024-08-20T22:16:36.7759175Z #31 162.1 1 warning generated when compiling for gfx906. 2024-08-20T22:16:36.8823485Z #31 162.2 magmablas_hip/dgemm_reduce.hip.cpp:116:17: warning: unused variable 'arch' [-Wunused-variable] 2024-08-20T22:16:36.8825261Z #31 162.2 magma_int_t arch = magma_getdevice_arch(); 2024-08-20T22:16:37.1263843Z #31 162.2 ^ 2024-08-20T22:16:37.1264856Z #31 162.3 1 warning generated when compiling for gfx906. 2024-08-20T22:16:38.2720928Z #31 163.5 magmablas_hip/sgemm_reduce.hip.cpp:116:17: warning: unused variable 'arch' [-Wunused-variable] 2024-08-20T22:16:38.2722587Z #31 163.5 magma_int_t arch = magma_getdevice_arch(); 2024-08-20T22:16:38.2723544Z #31 163.5 ^ 2024-08-20T22:16:38.2725149Z #31 163.5 magmablas_hip/cgemm_reduce.hip.cpp:116:17: warning: unused variable 'arch' [-Wunused-variable] 2024-08-20T22:16:38.2726826Z #31 163.5 magma_int_t arch = magma_getdevice_arch(); 2024-08-20T22:16:38.2727729Z #31 163.5 ^ 2024-08-20T22:16:38.2728506Z #31 163.6 1 warning generated when compiling for gfx908. 2024-08-20T22:16:38.2729649Z #31 163.6 1 warning generated when compiling for gfx908. 2024-08-20T22:16:38.4599824Z #31 163.8 magmablas_hip/dgemm_reduce.hip.cpp:116:17: warning: unused variable 'arch' [-Wunused-variable] 2024-08-20T22:16:38.6776898Z #31 163.8 magma_int_t arch = magma_getdevice_arch(); 2024-08-20T22:16:38.6777948Z #31 163.8 ^ 2024-08-20T22:16:38.6778834Z #31 163.9 1 warning generated when compiling for gfx908. 2024-08-20T22:16:38.6782615Z #31 164.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgetmatrix_transpose.o magmablas_hip/sgetmatrix_transpose.cpp 2024-08-20T22:16:38.8918290Z #31 164.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgetmatrix_transpose.o magmablas_hip/dgetmatrix_transpose.cpp 2024-08-20T22:16:39.0029905Z #31 164.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgetmatrix_transpose.o magmablas_hip/cgetmatrix_transpose.cpp 2024-08-20T22:16:39.1313967Z #31 164.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ssiinertia.hip.o magmablas_hip/ssiinertia.hip.cpp 2024-08-20T22:16:39.1319241Z #31 164.5 10 warnings generated when compiling for gfx908. 2024-08-20T22:16:39.6246200Z #31 165.0 magmablas_hip/sgemm_reduce.hip.cpp:116:17: warning: unused variable 'arch' [-Wunused-variable] 2024-08-20T22:16:39.7437951Z #31 165.0 magma_int_t arch = magma_getdevice_arch(); 2024-08-20T22:16:39.7438979Z #31 165.0 ^ 2024-08-20T22:16:39.7441099Z #31 165.0 magmablas_hip/cgemm_reduce.hip.cpp:116:17: warning: unused variable 'arch' [-Wunused-variable] 2024-08-20T22:16:39.7442961Z #31 165.0 magma_int_t arch = magma_getdevice_arch(); 2024-08-20T22:16:39.7443909Z #31 165.0 ^ 2024-08-20T22:16:39.7444789Z #31 165.1 1 warning generated when compiling for gfx90a. 2024-08-20T22:16:39.7445977Z #31 165.1 1 warning generated when compiling for gfx90a. 2024-08-20T22:16:39.8904857Z #31 165.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dsiinertia.hip.o magmablas_hip/dsiinertia.hip.cpp 2024-08-20T22:16:39.8914893Z #31 165.2 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cheinertia.hip.o magmablas_hip/cheinertia.hip.cpp 2024-08-20T22:16:39.8924624Z #31 165.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/chemm.hip.o magmablas_hip/chemm.hip.cpp 2024-08-20T22:16:40.0372131Z #31 165.4 magmablas_hip/dgemm_reduce.hip.cpp:116:17: warning: unused variable 'arch' [-Wunused-variable] 2024-08-20T22:16:40.2838767Z #31 165.4 magma_int_t arch = magma_getdevice_arch(); 2024-08-20T22:16:40.2839692Z #31 165.4 ^ 2024-08-20T22:16:40.2858273Z #31 165.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ssymv.hip.o magmablas_hip/ssymv.hip.cpp 2024-08-20T22:16:40.2863078Z #31 165.5 1 warning generated when compiling for gfx90a. 2024-08-20T22:16:40.4031472Z #31 165.8 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dsymv.hip.o magmablas_hip/dsymv.hip.cpp 2024-08-20T22:16:40.5680858Z #31 165.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/chemv.hip.o magmablas_hip/chemv.hip.cpp 2024-08-20T22:16:40.7520893Z #31 166.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ssymv_upper.hip.o magmablas_hip/ssymv_upper.hip.cpp 2024-08-20T22:16:40.7526437Z #31 166.0 In file included from magmablas_hip/zgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:16:40.7529979Z #31 166.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:40.7533536Z #31 166.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:40.7535630Z #31 166.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:40.7537349Z #31 166.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:40.7538719Z #31 166.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:40.7539634Z #31 166.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:40.7542585Z #31 166.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:40.7545733Z #31 166.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:40.7547560Z #31 166.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:40.7549161Z #31 166.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:40.7550478Z #31 166.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:40.7551321Z #31 166.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:40.7553926Z #31 166.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:40.7556890Z #31 166.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:40.7558785Z #31 166.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:40.7560473Z #31 166.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:40.7561843Z #31 166.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:40.7562723Z #31 166.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:40.8014250Z #31 166.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:40.8020354Z #31 166.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:40.8023819Z #31 166.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:40.8026821Z #31 166.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:40.8029309Z #31 166.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:40.8031837Z #31 166.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:40.8036704Z #31 166.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:40.8041758Z #31 166.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:40.8045340Z #31 166.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:40.8048205Z #31 166.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:40.8050914Z #31 166.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:40.8053146Z #31 166.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:40.8057194Z #31 166.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:40.8061776Z #31 166.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:40.8064915Z #31 166.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:40.8067750Z #31 166.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:40.8070236Z #31 166.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:40.8072623Z #31 166.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:40.8076685Z #31 166.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:40.8081483Z #31 166.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:40.8084717Z #31 166.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:40.8087631Z #31 166.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:40.8090218Z #31 166.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:40.8092519Z #31 166.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:40.8096535Z #31 166.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:40.8101203Z #31 166.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:40.8104390Z #31 166.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:40.8107183Z #31 166.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:40.8109671Z #31 166.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:40.8112053Z #31 166.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:40.8116104Z #31 166.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:40.8120678Z #31 166.0 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:40.8143186Z #31 166.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:40.8144908Z #31 166.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:40.8146205Z #31 166.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:40.8147073Z #31 166.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:40.8149627Z #31 166.0 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:16:40.8153190Z #31 166.0 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:16:40.8155455Z #31 166.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:16:40.8157343Z #31 166.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:16:40.8158667Z #31 166.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:16:40.8159572Z #31 166.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:16:40.8164662Z #31 166.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dsymv_upper.hip.o magmablas_hip/dsymv_upper.hip.cpp 2024-08-20T22:16:40.8569446Z #31 166.2 magmablas_hip/ssiinertia.hip.cpp:59:10: warning: explicitly assigning value of variable of type 'int' to itself [-Wself-assign] 2024-08-20T22:16:41.0376107Z #31 166.2 for(i=i; ihip_stream()); 2024-08-20T22:17:33.6484941Z #31 218.9 ^ 2024-08-20T22:17:33.6488452Z #31 219.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.7288957Z #31 219.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.7295379Z #31 219.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.7301930Z #31 219.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.7308215Z #31 219.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.7314360Z #31 219.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.7320889Z #31 219.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.7327219Z #31 219.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.7333895Z #31 219.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.7340229Z #31 219.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.7346765Z #31 219.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.7352968Z #31 219.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.7359340Z #31 219.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.7365373Z #31 219.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.7371677Z #31 219.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.7377891Z #31 219.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.7382123Z #31 219.1 magmablas_hip/chetrs.hip.cpp:37:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:33.7383548Z #31 219.1 else 2024-08-20T22:17:33.7384055Z #31 219.1 ^ 2024-08-20T22:17:33.7384924Z #31 219.1 In file included from magmablas_hip/dgbtf2_kernels.hip.cpp:27: 2024-08-20T22:17:33.7387994Z #31 219.1 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:33.7391180Z #31 219.1 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:33.7393181Z #31 219.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:33.7395247Z #31 219.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:33.7396657Z #31 219.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:33.7397599Z #31 219.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:33.7400199Z #31 219.1 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:33.7403588Z #31 219.1 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:33.7405403Z #31 219.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:33.7407131Z #31 219.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:33.7408495Z #31 219.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:33.7409379Z #31 219.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:33.7411995Z #31 219.1 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:33.7415367Z #31 219.1 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:33.7417431Z #31 219.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:33.7419118Z #31 219.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:33.7420444Z #31 219.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:33.7421332Z #31 219.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:33.7423969Z #31 219.1 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:33.7427297Z #31 219.1 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:33.7429566Z #31 219.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:33.7432464Z #31 219.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:33.7433692Z #31 219.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:33.7434551Z #31 219.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:33.7437071Z #31 219.1 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:33.7440403Z #31 219.1 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:33.7442351Z #31 219.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:33.7443692Z #31 219.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:33.7444890Z #31 219.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:33.7445782Z #31 219.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:33.7448395Z #31 219.1 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:33.7452063Z #31 219.1 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:33.7454546Z #31 219.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:33.7456243Z #31 219.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:33.7457590Z #31 219.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:33.7458462Z #31 219.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:33.7461334Z #31 219.1 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:33.7464732Z #31 219.1 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:33.7466668Z #31 219.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:33.7468349Z #31 219.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:33.7469623Z #31 219.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:33.7470511Z #31 219.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:33.7473104Z #31 219.1 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:33.7476585Z #31 219.1 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:33.7478553Z #31 219.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:33.7480277Z #31 219.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:33.7481665Z #31 219.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:33.7482561Z #31 219.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:33.7485203Z #31 219.1 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:33.7488676Z #31 219.1 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:33.7490970Z #31 219.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:33.8586073Z #31 219.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:33.8587573Z #31 219.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:33.8588439Z #31 219.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:33.8591122Z #31 219.1 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:33.8594539Z #31 219.1 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:33.8596769Z #31 219.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:33.8598447Z #31 219.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:33.8599747Z #31 219.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:33.8600922Z #31 219.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:33.8602596Z #31 219.1 magmablas_hip/chetrs.hip.cpp:66:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:33.8604327Z #31 219.1 else 2024-08-20T22:17:33.8604846Z #31 219.1 ^ 2024-08-20T22:17:33.8605514Z #31 219.1 1 warning generated when compiling for gfx906. 2024-08-20T22:17:33.8607190Z #31 219.1 magmablas_hip/dgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:17:33.8609953Z #31 219.1 hipError_t e = hipLaunchCooperativeKernel((void*)dgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:17:33.8611828Z #31 219.1 ^ 2024-08-20T22:17:33.8615474Z #31 219.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.8621545Z #31 219.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.8627676Z #31 219.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.8634690Z #31 219.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.8640512Z #31 219.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.8645882Z #31 219.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.8651568Z #31 219.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.8657734Z #31 219.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.8663749Z #31 219.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.8669678Z #31 219.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.8675819Z #31 219.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.8681756Z #31 219.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.8688122Z #31 219.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.8694469Z #31 219.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.8700600Z #31 219.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:33.8703984Z #31 219.2 In file included from magmablas_hip/dtrtri_lower.hip.cpp:23: 2024-08-20T22:17:34.0279742Z #31 219.2 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:34.0281154Z #31 219.2 dgemm_kernel_16( 2024-08-20T22:17:34.0281761Z #31 219.2 ^ 2024-08-20T22:17:34.0282877Z #31 219.2 In file included from magmablas_hip/cgbtf2_kernels.hip.cpp:27: 2024-08-20T22:17:34.0286185Z #31 219.2 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:34.0289226Z #31 219.2 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:34.0290990Z #31 219.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:34.0292737Z #31 219.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:34.0294334Z #31 219.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:34.0295300Z #31 219.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:34.0298103Z #31 219.2 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:34.0301329Z #31 219.2 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:34.0303204Z #31 219.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:34.0304915Z #31 219.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:34.0306336Z #31 219.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:34.0307313Z #31 219.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:34.0310196Z #31 219.2 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:34.0313819Z #31 219.2 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:34.0315826Z #31 219.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:34.0317489Z #31 219.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:34.0318889Z #31 219.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:34.0319815Z #31 219.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:34.0322859Z #31 219.2 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:34.0326428Z #31 219.2 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:34.0328735Z #31 219.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:34.0330574Z #31 219.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:34.0332746Z #31 219.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:34.0333646Z #31 219.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:34.0336488Z #31 219.2 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:34.0340005Z #31 219.2 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:34.0342305Z #31 219.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:34.0344349Z #31 219.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:34.0345897Z #31 219.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:34.0346793Z #31 219.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:34.0349522Z #31 219.2 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:34.0352784Z #31 219.2 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:34.0354736Z #31 219.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:34.0356480Z #31 219.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:34.0357899Z #31 219.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:34.0358777Z #31 219.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:34.0361383Z #31 219.2 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:34.0364638Z #31 219.2 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:34.0366586Z #31 219.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:34.0368341Z #31 219.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:34.0369697Z #31 219.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:34.0370620Z #31 219.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:34.0373316Z #31 219.2 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:34.0376819Z #31 219.2 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:34.0378810Z #31 219.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:34.0380413Z #31 219.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:34.0381999Z #31 219.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:34.0382863Z #31 219.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:34.0385492Z #31 219.2 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:34.0388953Z #31 219.2 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:34.0391379Z #31 219.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:34.0393088Z #31 219.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:34.0394418Z #31 219.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:34.0395307Z #31 219.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:34.0397892Z #31 219.2 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:34.0401414Z #31 219.2 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:34.0403977Z #31 219.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:34.0405741Z #31 219.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:34.0407117Z #31 219.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:34.0408015Z #31 219.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:34.0411805Z #31 219.3 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:34.0418227Z #31 219.3 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:34.0421588Z #31 219.3 1 warning generated when compiling for host. 2024-08-20T22:17:34.0423385Z #31 219.3 magmablas_hip/cgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:17:34.0426000Z #31 219.3 hipError_t e = hipLaunchCooperativeKernel((void*)cgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:17:34.0427772Z #31 219.3 ^ 2024-08-20T22:17:34.0428563Z #31 219.3 2 warnings generated when compiling for gfx906. 2024-08-20T22:17:34.0429779Z #31 219.3 In file included from magmablas_hip/dtrtri_upper.hip.cpp:24: 2024-08-20T22:17:34.0432047Z #31 219.3 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:34.0433411Z #31 219.3 dgemm_kernel_16( 2024-08-20T22:17:34.0434008Z #31 219.3 ^ 2024-08-20T22:17:34.0439115Z #31 219.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgbtrs_kernels.hip.o magmablas_hip/sgbtrs_kernels.hip.cpp 2024-08-20T22:17:34.1874538Z #31 219.4 11 warnings generated when compiling for gfx900. 2024-08-20T22:17:34.1879279Z #31 219.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:34.1885979Z #31 219.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:34.1892927Z #31 219.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:34.1899850Z #31 219.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:34.1906606Z #31 219.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:34.1913583Z #31 219.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:34.1920257Z #31 219.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:34.1926789Z #31 219.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:34.1933284Z #31 219.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:34.1940301Z #31 219.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:34.1947103Z #31 219.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:34.1953947Z #31 219.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:17:34.2196590Z #31 219.6 In file included from magmablas_hip/ctrtri_lower.hip.cpp:23: 2024-08-20T22:17:34.2198955Z #31 219.6 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:34.4504698Z #31 219.6 cgemm_kernel_16( 2024-08-20T22:17:34.4505507Z #31 219.6 ^ 2024-08-20T22:17:34.4506223Z #31 219.6 11 warnings generated when compiling for gfx900. 2024-08-20T22:17:34.4507699Z #31 219.7 1 warning generated when compiling for gfx908. 2024-08-20T22:17:34.4513694Z #31 219.7 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgbtrs_kernels.hip.o magmablas_hip/dgbtrs_kernels.hip.cpp 2024-08-20T22:17:34.4519268Z #31 219.8 11 warnings generated when compiling for gfx900. 2024-08-20T22:17:34.6107396Z #31 219.9 magmablas_hip/ssytrs.hip.cpp:37:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:34.6109016Z #31 219.9 else 2024-08-20T22:17:34.6109597Z #31 219.9 ^ 2024-08-20T22:17:34.6111218Z #31 219.9 magmablas_hip/ssytrs.hip.cpp:66:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:34.6112807Z #31 219.9 else 2024-08-20T22:17:34.6113373Z #31 219.9 ^ 2024-08-20T22:17:34.6119156Z #31 220.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgbtrs_kernels.hip.o magmablas_hip/cgbtrs_kernels.hip.cpp 2024-08-20T22:17:34.8607716Z #31 220.0 1 warning generated when compiling for gfx900. 2024-08-20T22:17:34.8609042Z #31 220.0 2 warnings generated when compiling for gfx908. 2024-08-20T22:17:34.8615409Z #31 220.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgeadd_batched.hip.o magmablas_hip/sgeadd_batched.hip.cpp 2024-08-20T22:17:34.8621696Z #31 220.2 magmablas_hip/dsytrs.hip.cpp:37:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:34.8623386Z #31 220.2 else 2024-08-20T22:17:34.9864471Z #31 220.2 ^ 2024-08-20T22:17:34.9866544Z #31 220.2 magmablas_hip/dsytrs.hip.cpp:66:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:34.9868193Z #31 220.2 else 2024-08-20T22:17:34.9868778Z #31 220.2 ^ 2024-08-20T22:17:34.9873900Z #31 220.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgeadd_batched.hip.o magmablas_hip/dgeadd_batched.hip.cpp 2024-08-20T22:17:34.9878804Z #31 220.4 2 warnings generated when compiling for gfx908. 2024-08-20T22:17:35.1994001Z #31 220.4 1 warning generated when compiling for gfx90a. 2024-08-20T22:17:35.1999880Z #31 220.6 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgeadd_batched.hip.o magmablas_hip/cgeadd_batched.hip.cpp 2024-08-20T22:17:35.3554147Z #31 220.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgemm_batched.o magmablas_hip/sgemm_batched.cpp 2024-08-20T22:17:35.3558528Z #31 220.6 magmablas_hip/chetrs.hip.cpp:37:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:35.3560137Z #31 220.6 else 2024-08-20T22:17:35.3560598Z #31 220.6 ^ 2024-08-20T22:17:35.3562103Z #31 220.6 magmablas_hip/chetrs.hip.cpp:66:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:35.3563521Z #31 220.6 else 2024-08-20T22:17:35.3564014Z #31 220.6 ^ 2024-08-20T22:17:35.3565112Z #31 220.7 In file included from magmablas_hip/dtrtri_upper_batched.hip.cpp:24: 2024-08-20T22:17:35.3567086Z #31 220.7 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:35.3568568Z #31 220.7 dgemm_kernel_16( 2024-08-20T22:17:35.3569207Z #31 220.7 ^ 2024-08-20T22:17:35.3569945Z #31 220.7 1 warning generated when compiling for gfx908. 2024-08-20T22:17:35.4731213Z #31 220.8 magmablas_hip/sgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:17:35.4733931Z #31 220.8 default: arginfo = -100; 2024-08-20T22:17:35.4734685Z #31 220.8 ^~~~~~~ 2024-08-20T22:17:35.4735832Z #31 220.8 magmablas_hip/sgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:17:35.4737454Z #31 220.8 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:17:35.4738329Z #31 220.8 ^ 2024-08-20T22:17:35.4739918Z #31 220.8 magmablas_hip/sgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:17:35.4741422Z #31 220.8 hipError_t e; 2024-08-20T22:17:35.4742083Z #31 220.8 ^ 2024-08-20T22:17:35.4743014Z #31 220.8 In file included from magmablas_hip/sgbtf2_kernels.hip.cpp:27: 2024-08-20T22:17:35.4746256Z #31 220.8 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.4749763Z #31 220.8 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.4751824Z #31 220.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.4753621Z #31 220.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.4755117Z #31 220.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.4756153Z #31 220.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.4759012Z #31 220.8 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.4762517Z #31 220.8 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.4764638Z #31 220.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.4766466Z #31 220.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.4767951Z #31 220.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.4768970Z #31 220.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.4771909Z #31 220.8 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.4775627Z #31 220.8 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.4777768Z #31 220.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.4779596Z #31 220.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.4781346Z #31 220.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.4782341Z #31 220.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.4785280Z #31 220.8 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.4789172Z #31 220.8 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.4791732Z #31 220.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.4793563Z #31 220.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.4795070Z #31 220.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.4796071Z #31 220.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.4798994Z #31 220.8 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.4802832Z #31 220.8 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.4805447Z #31 220.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.4807324Z #31 220.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.4808842Z #31 220.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.4809831Z #31 220.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.4812771Z #31 220.8 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.4816480Z #31 220.8 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.4818581Z #31 220.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.4820411Z #31 220.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.4821919Z #31 220.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.4822925Z #31 220.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.4825844Z #31 220.8 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.4829442Z #31 220.8 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.4831886Z #31 220.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.4833721Z #31 220.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.4835213Z #31 220.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.4836237Z #31 220.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.4839158Z #31 220.8 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.4842767Z #31 220.8 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.4845253Z #31 220.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.4847072Z #31 220.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.4848589Z #31 220.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.4849536Z #31 220.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.4852467Z #31 220.8 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.4856598Z #31 220.8 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.4859230Z #31 220.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.4861201Z #31 220.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.4862671Z #31 220.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.4863641Z #31 220.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.4866460Z #31 220.8 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.4870928Z #31 220.8 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.4873498Z #31 220.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.4875339Z #31 220.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.4876844Z #31 220.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.4877855Z #31 220.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.4880377Z #31 220.8 magmablas_hip/sgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:17:35.4882684Z #31 220.8 default: arginfo = -100; 2024-08-20T22:17:35.4883496Z #31 220.8 ^~~~~~~ 2024-08-20T22:17:35.4884693Z #31 220.8 magmablas_hip/sgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:17:35.4886311Z #31 220.8 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:17:35.4887186Z #31 220.8 ^ 2024-08-20T22:17:35.4888483Z #31 220.8 magmablas_hip/sgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:17:35.4889856Z #31 220.8 hipError_t e; 2024-08-20T22:17:35.4890486Z #31 220.8 ^ 2024-08-20T22:17:35.4891242Z #31 220.8 2 warnings generated when compiling for gfx908. 2024-08-20T22:17:35.6239632Z #31 220.8 magmablas_hip/sgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:17:35.6242302Z #31 220.8 hipError_t e = hipLaunchCooperativeKernel((void*)sgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:17:35.6244028Z #31 220.8 ^ 2024-08-20T22:17:35.6440362Z #31 221.0 In file included from magmablas_hip/dgbtf2_kernels.hip.cpp:27: 2024-08-20T22:17:35.8179889Z #31 221.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.8183362Z #31 221.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.8185390Z #31 221.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.8187493Z #31 221.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.8189201Z #31 221.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.8190211Z #31 221.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.8193168Z #31 221.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.8196736Z #31 221.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.8199034Z #31 221.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.8200833Z #31 221.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.8202362Z #31 221.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.8203395Z #31 221.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.8206353Z #31 221.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.8209983Z #31 221.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.8212343Z #31 221.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.8214501Z #31 221.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.8215953Z #31 221.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.8216980Z #31 221.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.8219987Z #31 221.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.8224004Z #31 221.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.8226508Z #31 221.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.8228399Z #31 221.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.8229941Z #31 221.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.8231252Z #31 221.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.8234154Z #31 221.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.8238109Z #31 221.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.8240637Z #31 221.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.8242517Z #31 221.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.8244207Z #31 221.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.8245206Z #31 221.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.8248070Z #31 221.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.8251510Z #31 221.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.8253958Z #31 221.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.8255943Z #31 221.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.8257637Z #31 221.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.8258634Z #31 221.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.8261613Z #31 221.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.8265474Z #31 221.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.8267665Z #31 221.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.8269537Z #31 221.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.8271053Z #31 221.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.8272074Z #31 221.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.8275023Z #31 221.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.8278809Z #31 221.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.8281058Z #31 221.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.8282926Z #31 221.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.8284480Z #31 221.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.8285418Z #31 221.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.8288177Z #31 221.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.8291886Z #31 221.0 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.8294420Z #31 221.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.8296335Z #31 221.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.8297819Z #31 221.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.8298968Z #31 221.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.8301850Z #31 221.0 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:35.8305741Z #31 221.0 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:35.8308239Z #31 221.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:35.8310046Z #31 221.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:35.8311591Z #31 221.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:35.8312589Z #31 221.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:35.8314316Z #31 221.1 magmablas_hip/dgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:17:35.8317081Z #31 221.1 hipError_t e = hipLaunchCooperativeKernel((void*)dgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:17:35.8318706Z #31 221.1 ^ 2024-08-20T22:17:35.8322212Z #31 221.2 1 warning generated when compiling for gfx900. 2024-08-20T22:17:35.9925446Z #31 221.2 In file included from magmablas_hip/strtri_lower_batched.hip.cpp:23: 2024-08-20T22:17:35.9927945Z #31 221.2 magmablas_hip/strtri.hip.hpp:68:1: warning: unused function 'sgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:35.9929802Z #31 221.2 sgemm_kernel_16( 2024-08-20T22:17:35.9930453Z #31 221.2 ^ 2024-08-20T22:17:35.9935474Z #31 221.3 magmablas_hip/dgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:17:35.9937722Z #31 221.3 default: arginfo = -100; 2024-08-20T22:17:35.9938456Z #31 221.3 ^~~~~~~ 2024-08-20T22:17:35.9939501Z #31 221.3 magmablas_hip/dgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:17:35.9941061Z #31 221.3 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:17:35.9941837Z #31 221.3 ^ 2024-08-20T22:17:35.9943086Z #31 221.3 magmablas_hip/dgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:17:35.9944314Z #31 221.3 hipError_t e; 2024-08-20T22:17:35.9944925Z #31 221.3 ^ 2024-08-20T22:17:35.9946955Z #31 221.3 magmablas_hip/dgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:17:35.9949348Z #31 221.3 default: arginfo = -100; 2024-08-20T22:17:35.9950237Z #31 221.3 ^~~~~~~ 2024-08-20T22:17:35.9951354Z #31 221.3 magmablas_hip/dgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:17:35.9952880Z #31 221.3 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:17:35.9953665Z #31 221.3 ^ 2024-08-20T22:17:35.9954845Z #31 221.3 magmablas_hip/dgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:17:35.9955975Z #31 221.3 hipError_t e; 2024-08-20T22:17:35.9956565Z #31 221.3 ^ 2024-08-20T22:17:36.0935265Z #31 221.4 11 warnings generated when compiling for gfx906. 2024-08-20T22:17:36.0936764Z #31 221.4 In file included from magmablas_hip/cgbtf2_kernels.hip.cpp:27: 2024-08-20T22:17:36.0940225Z #31 221.4 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:36.0943672Z #31 221.4 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:36.0945673Z #31 221.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:36.0947455Z #31 221.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:36.0948925Z #31 221.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:36.0949730Z #31 221.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:36.0952455Z #31 221.4 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:36.0955690Z #31 221.4 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:36.0957620Z #31 221.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:36.0959345Z #31 221.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:36.0960676Z #31 221.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:36.0961577Z #31 221.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:36.0964533Z #31 221.4 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:36.0967977Z #31 221.4 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:36.0969839Z #31 221.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:36.0971515Z #31 221.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:36.0973077Z #31 221.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:36.0974133Z #31 221.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:36.0976697Z #31 221.4 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:36.0980290Z #31 221.4 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:36.0982488Z #31 221.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:36.0984189Z #31 221.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:36.0985535Z #31 221.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:36.0986686Z #31 221.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:36.0989499Z #31 221.4 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:36.0992907Z #31 221.4 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:36.0995069Z #31 221.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:36.0996744Z #31 221.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:36.0998055Z #31 221.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:36.0998964Z #31 221.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:36.1001657Z #31 221.4 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:36.1004807Z #31 221.4 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:36.1006633Z #31 221.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:36.1008297Z #31 221.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:36.1009642Z #31 221.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:36.1010564Z #31 221.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:36.1013217Z #31 221.4 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:36.1016647Z #31 221.4 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:36.1018706Z #31 221.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:36.1020425Z #31 221.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:36.1021731Z #31 221.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:36.1022855Z #31 221.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:36.1025640Z #31 221.4 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:36.1029042Z #31 221.4 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:36.1031490Z #31 221.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:36.1033246Z #31 221.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:36.1034643Z #31 221.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:36.1035604Z #31 221.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:36.1038373Z #31 221.4 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:36.1041861Z #31 221.4 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:36.1044121Z #31 221.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:36.1046229Z #31 221.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:36.1047686Z #31 221.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:36.1048643Z #31 221.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:36.1051432Z #31 221.4 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:36.1055125Z #31 221.4 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:36.1057458Z #31 221.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:36.1059196Z #31 221.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:36.1060594Z #31 221.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:36.1061514Z #31 221.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:36.1063365Z #31 221.4 magmablas_hip/cgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:17:36.1066242Z #31 221.4 hipError_t e = hipLaunchCooperativeKernel((void*)cgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:17:36.1067902Z #31 221.4 ^ 2024-08-20T22:17:36.1068908Z #31 221.5 In file included from magmablas_hip/ctrtri_lower_batched.hip.cpp:23: 2024-08-20T22:17:36.1071006Z #31 221.5 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:36.1072387Z #31 221.5 cgemm_kernel_16( 2024-08-20T22:17:36.1072950Z #31 221.5 ^ 2024-08-20T22:17:36.1074396Z #31 221.5 magmablas_hip/ssytrs.hip.cpp:37:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:36.1075890Z #31 221.5 else 2024-08-20T22:17:36.2058741Z #31 221.5 ^ 2024-08-20T22:17:36.2060860Z #31 221.5 magmablas_hip/ssytrs.hip.cpp:66:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:36.2062470Z #31 221.5 else 2024-08-20T22:17:36.2062965Z #31 221.5 ^ 2024-08-20T22:17:36.2063670Z #31 221.6 11 warnings generated when compiling for gfx906. 2024-08-20T22:17:36.2066252Z #31 221.6 magmablas_hip/cgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:17:36.2068895Z #31 221.6 default: arginfo = -100; 2024-08-20T22:17:36.2069620Z #31 221.6 ^~~~~~~ 2024-08-20T22:17:36.2070659Z #31 221.6 magmablas_hip/cgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:17:36.2072125Z #31 221.6 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:17:36.2072919Z #31 221.6 ^ 2024-08-20T22:17:36.2074108Z #31 221.6 magmablas_hip/cgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:17:36.2075632Z #31 221.6 hipError_t e; 2024-08-20T22:17:36.2076225Z #31 221.6 ^ 2024-08-20T22:17:36.3758620Z #31 221.6 magmablas_hip/cgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:17:36.3761048Z #31 221.6 default: arginfo = -100; 2024-08-20T22:17:36.3761815Z #31 221.6 ^~~~~~~ 2024-08-20T22:17:36.3762858Z #31 221.6 magmablas_hip/cgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:17:36.3764397Z #31 221.6 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:17:36.3765207Z #31 221.6 ^ 2024-08-20T22:17:36.3766366Z #31 221.6 magmablas_hip/cgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:17:36.3767557Z #31 221.6 hipError_t e; 2024-08-20T22:17:36.3768161Z #31 221.6 ^ 2024-08-20T22:17:36.3768904Z #31 221.6 2 warnings generated when compiling for gfx90a. 2024-08-20T22:17:36.4579818Z #31 221.8 magmablas_hip/dsytrs.hip.cpp:37:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:36.4581490Z #31 221.8 else 2024-08-20T22:17:36.4582018Z #31 221.8 ^ 2024-08-20T22:17:36.5820487Z #31 221.8 magmablas_hip/dsytrs.hip.cpp:66:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:36.5822062Z #31 221.8 else 2024-08-20T22:17:36.5822583Z #31 221.8 ^ 2024-08-20T22:17:36.5823390Z #31 221.9 In file included from magmablas_hip/strtri_upper.hip.cpp:24: 2024-08-20T22:17:36.5825377Z #31 221.9 magmablas_hip/strtri.hip.hpp:68:1: warning: unused function 'sgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:36.7937936Z #31 221.9 sgemm_kernel_16( 2024-08-20T22:17:36.7938670Z #31 221.9 ^ 2024-08-20T22:17:36.7939402Z #31 222.0 11 warnings generated when compiling for gfx906. 2024-08-20T22:17:36.7940575Z #31 222.0 2 warnings generated when compiling for gfx90a. 2024-08-20T22:17:36.7941756Z #31 222.0 1 warning generated when compiling for host. 2024-08-20T22:17:36.7945274Z #31 222.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgemm_batched.o magmablas_hip/dgemm_batched.cpp 2024-08-20T22:17:36.7957859Z #31 222.2 magmablas_hip/chetrs.hip.cpp:37:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:36.7959509Z #31 222.2 else 2024-08-20T22:17:36.9543199Z #31 222.2 ^ 2024-08-20T22:17:36.9545121Z #31 222.2 magmablas_hip/chetrs.hip.cpp:66:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:36.9546594Z #31 222.2 else 2024-08-20T22:17:36.9547133Z #31 222.2 ^ 2024-08-20T22:17:36.9594497Z #31 222.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgemm_batched.o magmablas_hip/cgemm_batched.cpp 2024-08-20T22:17:37.1309000Z #31 222.3 In file included from magmablas_hip/dtrtri_lower_batched.hip.cpp:23: 2024-08-20T22:17:37.1311453Z #31 222.3 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:37.1312937Z #31 222.3 dgemm_kernel_16( 2024-08-20T22:17:37.1313542Z #31 222.3 ^ 2024-08-20T22:17:37.1314232Z #31 222.3 2 warnings generated when compiling for gfx90a. 2024-08-20T22:17:37.3070224Z #31 222.7 In file included from magmablas_hip/ctrtri_upper_batched.hip.cpp:24: 2024-08-20T22:17:37.4559133Z #31 222.7 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:37.4560555Z #31 222.7 cgemm_kernel_16( 2024-08-20T22:17:37.4561123Z #31 222.7 ^ 2024-08-20T22:17:37.4561822Z #31 222.8 1 warning generated when compiling for gfx90a. 2024-08-20T22:17:37.5563884Z #31 222.9 In file included from magmablas_hip/sgbtf2_kernels.hip.cpp:27: 2024-08-20T22:17:37.5567663Z #31 222.9 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.5571163Z #31 222.9 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.5573059Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.5574929Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.5576270Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.5577172Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.5579768Z #31 222.9 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.5583438Z #31 222.9 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.5585413Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.5587081Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.5588509Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.5589478Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.5592221Z #31 222.9 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.5595454Z #31 222.9 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.5597514Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.5599377Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.5600713Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.5601675Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.5604416Z #31 222.9 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.5608318Z #31 222.9 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.5610890Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.5612682Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.5614078Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.5615045Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.5617430Z #31 222.9 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.5621154Z #31 222.9 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.5623473Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.5625213Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.5626678Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.5627532Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.5630531Z #31 222.9 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.5634156Z #31 222.9 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.5636231Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.5638003Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.5639466Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.5640419Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.5643628Z #31 222.9 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.5647061Z #31 222.9 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.5649145Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.5650949Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.5652391Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.5653328Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.5655904Z #31 222.9 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.5659240Z #31 222.9 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.5661342Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.5663133Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.5664518Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.5665478Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.5668159Z #31 222.9 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.5671752Z #31 222.9 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.5674107Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.5675898Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.5677382Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.5678304Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.5681380Z #31 222.9 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.5684793Z #31 222.9 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.5687157Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.5689070Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.5690543Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.5691530Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.5692706Z #31 222.9 In file included from magmablas_hip/dgbtf2_kernels.hip.cpp:27: 2024-08-20T22:17:37.5695993Z #31 222.9 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.5699309Z #31 222.9 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.5701511Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.5703520Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.5704845Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.5705925Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.5708633Z #31 222.9 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.5711912Z #31 222.9 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.5713853Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.5715555Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.5716971Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.5717938Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.7616453Z #31 222.9 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.7619962Z #31 222.9 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.7622043Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.7623859Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.7625346Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.7626364Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.7629364Z #31 222.9 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.7633488Z #31 222.9 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.7635978Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.7640089Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.7641418Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.7642317Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.7645032Z #31 222.9 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.7648666Z #31 222.9 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.7651192Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.7653289Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.7655000Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.7655991Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.7658940Z #31 222.9 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.7662545Z #31 222.9 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.7665173Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.7666993Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.7668453Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.7669452Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.7672578Z #31 222.9 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.7676183Z #31 222.9 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.7678148Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.7679921Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.7681385Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.7682357Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.7685270Z #31 222.9 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.7688904Z #31 222.9 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.7691157Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.7692992Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.7694681Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.7695723Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.7698580Z #31 222.9 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.7702503Z #31 222.9 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.7705027Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.7706835Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.7708261Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.7709146Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.7711943Z #31 222.9 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:37.7715995Z #31 222.9 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:37.7718518Z #31 222.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:37.7720323Z #31 222.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:37.7721691Z #31 222.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:37.7722582Z #31 222.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:37.7724256Z #31 222.9 magmablas_hip/sgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:17:37.7727216Z #31 222.9 hipError_t e = hipLaunchCooperativeKernel((void*)sgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:17:37.7729078Z #31 222.9 ^ 2024-08-20T22:17:37.7730526Z #31 223.0 magmablas_hip/dgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:17:37.7733556Z #31 223.0 hipError_t e = hipLaunchCooperativeKernel((void*)dgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:17:37.7735529Z #31 223.0 ^ 2024-08-20T22:17:37.7736437Z #31 223.0 1 warning generated when compiling for gfx906. 2024-08-20T22:17:37.7738529Z #31 223.0 magmablas_hip/ssytrs.hip.cpp:37:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:37.7740198Z #31 223.0 else 2024-08-20T22:17:37.7740769Z #31 223.0 ^ 2024-08-20T22:17:37.7742352Z #31 223.0 magmablas_hip/ssytrs.hip.cpp:66:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:37.7744029Z #31 223.0 else 2024-08-20T22:17:37.7744623Z #31 223.0 ^ 2024-08-20T22:17:37.7745384Z #31 223.1 2 warnings generated when compiling for host. 2024-08-20T22:17:37.9258599Z #31 223.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgemm_batched_smallsq.hip.o magmablas_hip/sgemm_batched_smallsq.hip.cpp 2024-08-20T22:17:38.1738197Z #31 223.4 11 warnings generated when compiling for gfx908. 2024-08-20T22:17:38.1740556Z #31 223.4 magmablas_hip/dsytrs.hip.cpp:37:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:38.1742164Z #31 223.4 else 2024-08-20T22:17:38.1742732Z #31 223.4 ^ 2024-08-20T22:17:38.1744426Z #31 223.4 magmablas_hip/dsytrs.hip.cpp:66:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:38.1745916Z #31 223.4 else 2024-08-20T22:17:38.1746500Z #31 223.4 ^ 2024-08-20T22:17:38.1747616Z #31 223.5 In file included from magmablas_hip/cgbtf2_kernels.hip.cpp:27: 2024-08-20T22:17:38.1751122Z #31 223.5 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:38.1755008Z #31 223.5 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:38.1757152Z #31 223.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:38.1759032Z #31 223.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:38.1760681Z #31 223.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:38.1761743Z #31 223.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:38.1764753Z #31 223.5 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:38.1768285Z #31 223.5 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:38.1770457Z #31 223.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:38.1772334Z #31 223.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:38.1773994Z #31 223.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:38.1775021Z #31 223.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:38.1778147Z #31 223.5 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:38.1781854Z #31 223.5 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:38.1784079Z #31 223.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:38.1785947Z #31 223.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:38.1787334Z #31 223.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:38.1788335Z #31 223.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:38.1789435Z #31 223.5 11 warnings generated when compiling for gfx908. 2024-08-20T22:17:38.1792607Z #31 223.5 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:38.1796557Z #31 223.5 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:38.1799076Z #31 223.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:38.1800952Z #31 223.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:38.1802496Z #31 223.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:38.1803544Z #31 223.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:38.1806453Z #31 223.5 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:38.1810472Z #31 223.5 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:38.1813016Z #31 223.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:38.1815064Z #31 223.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:38.1816626Z #31 223.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:38.1817812Z #31 223.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:38.1820911Z #31 223.5 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:38.1824324Z #31 223.5 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:38.1826416Z #31 223.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:38.1828364Z #31 223.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:38.1829913Z #31 223.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:38.1831228Z #31 223.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:38.1834222Z #31 223.5 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:38.1837828Z #31 223.5 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:38.1840078Z #31 223.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:38.1842126Z #31 223.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:38.1843745Z #31 223.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:38.1844782Z #31 223.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:38.1847573Z #31 223.5 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:38.1851306Z #31 223.5 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:38.1853528Z #31 223.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:38.1855534Z #31 223.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:38.1857082Z #31 223.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:38.1858093Z #31 223.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:38.1861107Z #31 223.5 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:38.1865035Z #31 223.5 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:38.1867632Z #31 223.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:38.1869526Z #31 223.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:38.1871080Z #31 223.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:38.1872088Z #31 223.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:38.1875112Z #31 223.5 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:38.1879165Z #31 223.5 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:38.1881798Z #31 223.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:38.1883774Z #31 223.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:38.1885318Z #31 223.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:38.1886332Z #31 223.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:38.1888176Z #31 223.5 magmablas_hip/cgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:17:38.1891165Z #31 223.5 hipError_t e = hipLaunchCooperativeKernel((void*)cgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:17:38.1893205Z #31 223.5 ^ 2024-08-20T22:17:38.1894279Z #31 223.5 111 warnings generated when compiling for gfx900. 2024-08-20T22:17:38.3155556Z #31 223.6 2 warnings generated when compiling for host. 2024-08-20T22:17:38.3162077Z #31 223.6 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgemm_batched_smallsq.hip.o magmablas_hip/dgemm_batched_smallsq.hip.cpp 2024-08-20T22:17:38.3168415Z #31 223.7 magmablas_hip/chetrs.hip.cpp:37:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:38.3170029Z #31 223.7 else 2024-08-20T22:17:38.4801547Z #31 223.7 ^ 2024-08-20T22:17:38.4803883Z #31 223.7 magmablas_hip/chetrs.hip.cpp:66:9: warning: add explicit braces to avoid dangling else [-Wdangling-else] 2024-08-20T22:17:38.4805470Z #31 223.7 else 2024-08-20T22:17:38.4806036Z #31 223.7 ^ 2024-08-20T22:17:38.4811683Z #31 223.7 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgemm_batched_smallsq.hip.o magmablas_hip/cgemm_batched_smallsq.hip.cpp 2024-08-20T22:17:38.4817141Z #31 223.8 2 warnings generated when compiling for host. 2024-08-20T22:17:38.6450205Z #31 223.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgemv_batched.o magmablas_hip/sgemv_batched.cpp 2024-08-20T22:17:38.6909448Z #31 224.1 11 warnings generated when compiling for gfx908. 2024-08-20T22:17:38.8501720Z #31 224.1 1 warning generated when compiling for gfx908. 2024-08-20T22:17:38.8502933Z #31 224.2 10 warnings generated when compiling for gfx900. 2024-08-20T22:17:38.9909788Z #31 224.4 In file included from magmablas_hip/dtrtri_upper.hip.cpp:24: 2024-08-20T22:17:39.1045517Z #31 224.4 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:39.1046949Z #31 224.4 dgemm_kernel_16( 2024-08-20T22:17:39.1047504Z #31 224.4 ^ 2024-08-20T22:17:39.1048122Z #31 224.4 1 warning generated when compiling for host. 2024-08-20T22:17:39.1051123Z #31 224.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgemv_batched.o magmablas_hip/dgemv_batched.cpp 2024-08-20T22:17:39.1054236Z #31 224.5 In file included from magmablas_hip/ctrtri_upper.hip.cpp:24: 2024-08-20T22:17:39.2548935Z #31 224.5 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:39.2550596Z #31 224.5 cgemm_kernel_16( 2024-08-20T22:17:39.2551174Z #31 224.5 ^ 2024-08-20T22:17:39.5137836Z #31 224.9 In file included from magmablas_hip/sgbtf2_kernels.hip.cpp:27: 2024-08-20T22:17:39.5141845Z #31 224.9 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6148597Z #31 224.9 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6150525Z #31 224.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6152479Z #31 224.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6154206Z #31 224.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6155294Z #31 224.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6157937Z #31 224.9 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6161119Z #31 224.9 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6162994Z #31 224.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6165036Z #31 224.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6166541Z #31 224.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6167461Z #31 224.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6170406Z #31 224.9 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6173431Z #31 224.9 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6175457Z #31 224.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6177487Z #31 224.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6179084Z #31 224.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6180081Z #31 224.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6182653Z #31 224.9 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6186347Z #31 224.9 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6188566Z #31 224.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6190382Z #31 224.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6191645Z #31 224.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6192481Z #31 224.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6194939Z #31 224.9 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6198431Z #31 224.9 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6200887Z #31 224.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6202615Z #31 224.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6204048Z #31 224.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6205301Z #31 224.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6207933Z #31 224.9 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6211122Z #31 224.9 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6213054Z #31 224.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6215123Z #31 224.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6216411Z #31 224.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6217301Z #31 224.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6220094Z #31 224.9 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6223461Z #31 224.9 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6225605Z #31 224.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6227504Z #31 224.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6229080Z #31 224.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6230027Z #31 224.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6232888Z #31 224.9 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6235955Z #31 224.9 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6237840Z #31 224.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6239783Z #31 224.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6241146Z #31 224.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6242053Z #31 224.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6244869Z #31 224.9 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6248536Z #31 224.9 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6250935Z #31 224.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6252856Z #31 224.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6254510Z #31 224.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6255507Z #31 224.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6258044Z #31 224.9 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6261585Z #31 224.9 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6263781Z #31 224.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6265890Z #31 224.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6267216Z #31 224.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6268110Z #31 224.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6269791Z #31 224.9 magmablas_hip/sgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:17:39.6272416Z #31 224.9 hipError_t e = hipLaunchCooperativeKernel((void*)sgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:17:39.6274402Z #31 224.9 ^ 2024-08-20T22:17:39.6275443Z #31 225.0 In file included from magmablas_hip/zgetf2_kernels_var.hip.cpp:17: 2024-08-20T22:17:39.6278552Z #31 225.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6281791Z #31 225.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6283858Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6285581Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6287057Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6288192Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6291195Z #31 225.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6294559Z #31 225.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6296759Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6298640Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6299958Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6300887Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6303634Z #31 225.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6306986Z #31 225.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6309324Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6311080Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6312559Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6313442Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6315908Z #31 225.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6319262Z #31 225.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6321454Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6323069Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6324386Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6325476Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6328337Z #31 225.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6332238Z #31 225.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6334152Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6335767Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6337031Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6337936Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6340502Z #31 225.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6343798Z #31 225.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6345723Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6347720Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6349252Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6350216Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6352588Z #31 225.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6356116Z #31 225.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6358257Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6359946Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6361198Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6362054Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6364638Z #31 225.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6367902Z #31 225.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6369900Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6371575Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6372893Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6374039Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6376801Z #31 225.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6380568Z #31 225.0 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6382980Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6385049Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6386537Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6387524Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6390264Z #31 225.0 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6393652Z #31 225.0 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6395948Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6397723Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6399170Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6400097Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6401150Z #31 225.0 In file included from magmablas_hip/dgbtf2_kernels.hip.cpp:27: 2024-08-20T22:17:39.6404127Z #31 225.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6407400Z #31 225.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6409452Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6411199Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6412612Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6413568Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6416469Z #31 225.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6419700Z #31 225.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6421656Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6423402Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6424837Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6425803Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6428697Z #31 225.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6432390Z #31 225.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6434279Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6435992Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6437345Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6438255Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6440900Z #31 225.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6444360Z #31 225.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.6446871Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.6448759Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.6450326Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.6451247Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.6454319Z #31 225.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.6457785Z #31 225.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.7302495Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.7304619Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.7306064Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.7306972Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.7310035Z #31 225.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.7313729Z #31 225.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.7315643Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.7317372Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.7318747Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.7319651Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.7322555Z #31 225.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.7325859Z #31 225.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.7327882Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.7329708Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.7331381Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.7332280Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.7335189Z #31 225.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.7338431Z #31 225.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.7340630Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.7342427Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.7343787Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.7344620Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.7347236Z #31 225.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.7351359Z #31 225.0 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.7353561Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.7355320Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.7357030Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.7357941Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.7360734Z #31 225.0 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:39.7364281Z #31 225.0 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:39.7366549Z #31 225.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:39.7368201Z #31 225.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:39.7369628Z #31 225.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:39.7370789Z #31 225.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:39.7372648Z #31 225.0 magmablas_hip/dgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:17:39.7375488Z #31 225.0 hipError_t e = hipLaunchCooperativeKernel((void*)dgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:17:39.7377207Z #31 225.0 ^ 2024-08-20T22:17:39.7378043Z #31 225.1 1 warning generated when compiling for gfx90a. 2024-08-20T22:17:40.1926251Z #31 225.6 11 warnings generated when compiling for gfx90a. 2024-08-20T22:17:40.3262867Z #31 225.6 In file included from magmablas_hip/cgbtf2_kernels.hip.cpp:27: 2024-08-20T22:17:40.3266097Z #31 225.6 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.3269495Z #31 225.6 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.3271595Z #31 225.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.3273487Z #31 225.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.3275022Z #31 225.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.3276056Z #31 225.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.3279041Z #31 225.6 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.3282664Z #31 225.6 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.3284845Z #31 225.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.3286683Z #31 225.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.3288221Z #31 225.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.3289230Z #31 225.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.3292207Z #31 225.6 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.3296345Z #31 225.6 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.3298539Z #31 225.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.3300406Z #31 225.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.3302069Z #31 225.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.3303098Z #31 225.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.3305944Z #31 225.6 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.3309789Z #31 225.6 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.3312328Z #31 225.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.3314215Z #31 225.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.3315762Z #31 225.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.3316779Z #31 225.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.3320026Z #31 225.6 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.3324048Z #31 225.6 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.3326612Z #31 225.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.3328488Z #31 225.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.3330041Z #31 225.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.3331266Z #31 225.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.3334351Z #31 225.6 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.3338018Z #31 225.6 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.3340308Z #31 225.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.3342083Z #31 225.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.3343244Z #31 225.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.3344017Z #31 225.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.3346275Z #31 225.6 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.3349301Z #31 225.6 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.3351018Z #31 225.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.3352645Z #31 225.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.3354051Z #31 225.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.3355230Z #31 225.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.3357887Z #31 225.6 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.3361494Z #31 225.6 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.3363651Z #31 225.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.3367380Z #31 225.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.3368669Z #31 225.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.3369520Z #31 225.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.3372158Z #31 225.6 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.3375847Z #31 225.6 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.3378287Z #31 225.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.3380137Z #31 225.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.3381942Z #31 225.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.3382973Z #31 225.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.3386102Z #31 225.6 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.3389819Z #31 225.6 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.3392189Z #31 225.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.3394008Z #31 225.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.3395512Z #31 225.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.3396521Z #31 225.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.3397812Z #31 225.6 In file included from magmablas_hip/strtri_upper_batched.hip.cpp:24: 2024-08-20T22:17:40.3400011Z #31 225.6 magmablas_hip/strtri.hip.hpp:68:1: warning: unused function 'sgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:40.3401715Z #31 225.6 sgemm_kernel_16( 2024-08-20T22:17:40.3578062Z #31 225.6 ^ 2024-08-20T22:17:40.3579850Z #31 225.6 magmablas_hip/cgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:17:40.3582653Z #31 225.6 hipError_t e = hipLaunchCooperativeKernel((void*)cgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:17:40.3584466Z #31 225.6 ^ 2024-08-20T22:17:40.3585332Z #31 225.6 10 warnings generated when compiling for gfx908. 2024-08-20T22:17:40.3586753Z #31 225.7 In file included from magmablas_hip/cgetf2_native_kernel.hip.cpp:17: 2024-08-20T22:17:40.4586855Z #31 225.7 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.4590354Z #31 225.7 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.4592278Z #31 225.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.4594386Z #31 225.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.4595819Z #31 225.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.4596736Z #31 225.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.4599224Z #31 225.7 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.4602654Z #31 225.7 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.4604797Z #31 225.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.4606731Z #31 225.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.4608199Z #31 225.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.4609207Z #31 225.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.4612226Z #31 225.7 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.4616011Z #31 225.7 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.4618255Z #31 225.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.4619903Z #31 225.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.4621205Z #31 225.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.4622091Z #31 225.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.4625013Z #31 225.7 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.4628912Z #31 225.7 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.4631670Z #31 225.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.4633555Z #31 225.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.4635081Z #31 225.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.4636074Z #31 225.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.4638834Z #31 225.7 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.4642228Z #31 225.7 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.4644640Z #31 225.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.4646509Z #31 225.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.4648023Z #31 225.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.4649075Z #31 225.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.4652028Z #31 225.7 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.4655723Z #31 225.7 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.4657932Z #31 225.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.4659615Z #31 225.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.4660899Z #31 225.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.4661779Z #31 225.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.4664652Z #31 225.7 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.4668430Z #31 225.7 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.4670627Z #31 225.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.4672449Z #31 225.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.4673949Z #31 225.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.4674919Z #31 225.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.4677661Z #31 225.7 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.4681046Z #31 225.7 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.4683271Z #31 225.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.4685103Z #31 225.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.4686623Z #31 225.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.4687634Z #31 225.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.4690597Z #31 225.7 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.4694589Z #31 225.7 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.4696764Z #31 225.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.4698451Z #31 225.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.4699957Z #31 225.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.4700965Z #31 225.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.4703913Z #31 225.7 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:40.4707896Z #31 225.7 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:40.4710355Z #31 225.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:40.4712097Z #31 225.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:40.4713383Z #31 225.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:40.4714301Z #31 225.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:40.4717525Z #31 225.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgemv_batched.o magmablas_hip/cgemv_batched.cpp 2024-08-20T22:17:40.4725738Z #31 225.8 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgemv_batched_smallsq.hip.o magmablas_hip/sgemv_batched_smallsq.hip.cpp 2024-08-20T22:17:40.5688139Z #31 225.9 11 warnings generated when compiling for gfx90a. 2024-08-20T22:17:40.5694813Z #31 225.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgemv_batched_smallsq.hip.o magmablas_hip/dgemv_batched_smallsq.hip.cpp 2024-08-20T22:17:40.5705225Z #31 225.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgemv_batched_smallsq.hip.o magmablas_hip/cgemv_batched_smallsq.hip.cpp 2024-08-20T22:17:40.8381892Z #31 226.2 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ssymv_batched_core.hip.o magmablas_hip/ssymv_batched_core.hip.cpp 2024-08-20T22:17:40.9494906Z #31 226.3 11 warnings generated when compiling for gfx90a. 2024-08-20T22:17:41.2746283Z #31 226.6 In file included from magmablas_hip/strtri_lower_batched.hip.cpp:23: 2024-08-20T22:17:41.5182573Z #31 226.6 magmablas_hip/strtri.hip.hpp:68:1: warning: unused function 'sgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:41.5184234Z #31 226.6 sgemm_kernel_16( 2024-08-20T22:17:41.5184863Z #31 226.6 ^ 2024-08-20T22:17:41.5185579Z #31 226.7 1 warning generated when compiling for host. 2024-08-20T22:17:41.5191779Z #31 226.7 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dsymv_batched_core.hip.o magmablas_hip/dsymv_batched_core.hip.cpp 2024-08-20T22:17:41.5773926Z #31 226.9 1 warning generated when compiling for gfx908. 2024-08-20T22:17:41.6784827Z #31 227.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/chemv_batched_core.hip.o magmablas_hip/chemv_batched_core.hip.cpp 2024-08-20T22:17:41.6790455Z #31 227.0 In file included from magmablas_hip/zgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:17:41.6793512Z #31 227.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.6796764Z #31 227.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.6798971Z #31 227.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.6800836Z #31 227.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.6802228Z #31 227.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.6803390Z #31 227.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9116734Z #31 227.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9120518Z #31 227.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9122697Z #31 227.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9124579Z #31 227.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9126126Z #31 227.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9127162Z #31 227.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9130135Z #31 227.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9134512Z #31 227.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9136737Z #31 227.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9138929Z #31 227.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9140432Z #31 227.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9141433Z #31 227.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9144359Z #31 227.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9148187Z #31 227.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9150680Z #31 227.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9152691Z #31 227.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9154242Z #31 227.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9155251Z #31 227.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9158435Z #31 227.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9165102Z #31 227.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9167769Z #31 227.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9169752Z #31 227.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9171294Z #31 227.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9172322Z #31 227.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9175487Z #31 227.1 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9179361Z #31 227.1 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9181544Z #31 227.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9183414Z #31 227.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9185096Z #31 227.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9186119Z #31 227.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9189440Z #31 227.1 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9193051Z #31 227.1 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9195223Z #31 227.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9197045Z #31 227.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9198772Z #31 227.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9200005Z #31 227.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9203934Z #31 227.1 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9207419Z #31 227.1 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9209175Z #31 227.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9210641Z #31 227.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9211759Z #31 227.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9212511Z #31 227.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9214855Z #31 227.1 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9217801Z #31 227.1 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9219616Z #31 227.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9220986Z #31 227.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9222082Z #31 227.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9222805Z #31 227.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9224907Z #31 227.1 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9227708Z #31 227.1 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9229555Z #31 227.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9231213Z #31 227.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9232937Z #31 227.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9234053Z #31 227.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9234956Z #31 227.1 1 warning generated when compiling for gfx908. 2024-08-20T22:17:41.9235942Z #31 227.1 In file included from magmablas_hip/dgbtf2_kernels.hip.cpp:27: 2024-08-20T22:17:41.9238293Z #31 227.1 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9240759Z #31 227.1 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9243035Z #31 227.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9244905Z #31 227.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9246069Z #31 227.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9246825Z #31 227.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9249008Z #31 227.1 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9251642Z #31 227.1 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9253372Z #31 227.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9255020Z #31 227.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9256298Z #31 227.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9257032Z #31 227.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9259307Z #31 227.1 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9261870Z #31 227.1 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9263411Z #31 227.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9264951Z #31 227.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9266058Z #31 227.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9266825Z #31 227.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9269012Z #31 227.1 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9271844Z #31 227.1 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9273668Z #31 227.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9275055Z #31 227.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9276206Z #31 227.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9276933Z #31 227.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9279117Z #31 227.1 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9282262Z #31 227.1 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9284626Z #31 227.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9286782Z #31 227.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9288221Z #31 227.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9289177Z #31 227.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9291925Z #31 227.1 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9295482Z #31 227.1 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9297451Z #31 227.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9299143Z #31 227.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9300530Z #31 227.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9301455Z #31 227.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9304163Z #31 227.1 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9307831Z #31 227.1 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9309964Z #31 227.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9311681Z #31 227.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9313102Z #31 227.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9314033Z #31 227.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9316776Z #31 227.1 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9320151Z #31 227.1 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9322190Z #31 227.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9323879Z #31 227.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9325274Z #31 227.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9326201Z #31 227.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9328900Z #31 227.1 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9332776Z #31 227.1 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9335143Z #31 227.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9336860Z #31 227.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9338225Z #31 227.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9339151Z #31 227.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9341793Z #31 227.1 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:41.9345608Z #31 227.1 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:41.9347905Z #31 227.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:41.9349574Z #31 227.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:41.9350945Z #31 227.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:41.9351982Z #31 227.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:41.9353609Z #31 227.1 magmablas_hip/dgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:17:41.9356234Z #31 227.1 hipError_t e = hipLaunchCooperativeKernel((void*)dgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:17:41.9357949Z #31 227.1 ^ 2024-08-20T22:17:41.9358783Z #31 227.3 11 warnings generated when compiling for host. 2024-08-20T22:17:42.0273685Z #31 227.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgeqr2_batched.hip.o magmablas_hip/sgeqr2_batched.hip.cpp 2024-08-20T22:17:42.0278888Z #31 227.4 In file included from magmablas_hip/sgbtf2_kernels.hip.cpp:27: 2024-08-20T22:17:42.0282081Z #31 227.4 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.0284693Z #31 227.4 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.0286474Z #31 227.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.0288383Z #31 227.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.0289850Z #31 227.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.0290765Z #31 227.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.0293356Z #31 227.4 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.0296695Z #31 227.4 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.0298731Z #31 227.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.0300529Z #31 227.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.0301975Z #31 227.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.0302958Z #31 227.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.0305809Z #31 227.4 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.0309356Z #31 227.4 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.0311501Z #31 227.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.0313299Z #31 227.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.0314797Z #31 227.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.0316063Z #31 227.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.0318992Z #31 227.4 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.0322844Z #31 227.4 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.0325295Z #31 227.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.0327404Z #31 227.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.0328772Z #31 227.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.0329865Z #31 227.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.0333215Z #31 227.4 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.0336857Z #31 227.4 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.0339249Z #31 227.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.0341217Z #31 227.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.0342744Z #31 227.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.0343718Z #31 227.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.0346538Z #31 227.4 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.0350373Z #31 227.4 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.0352492Z #31 227.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.0354300Z #31 227.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.0355780Z #31 227.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.0356770Z #31 227.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.0359677Z #31 227.4 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.0363165Z #31 227.4 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.0365290Z #31 227.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.0367051Z #31 227.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.0368518Z #31 227.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.0369496Z #31 227.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.0372350Z #31 227.4 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.0375985Z #31 227.4 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.0378093Z #31 227.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.0380127Z #31 227.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.0381544Z #31 227.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.0382503Z #31 227.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.0385339Z #31 227.4 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.0388829Z #31 227.4 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.0391130Z #31 227.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.0392758Z #31 227.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.0394067Z #31 227.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.0394924Z #31 227.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.0397429Z #31 227.4 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.0400941Z #31 227.4 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.0403611Z #31 227.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.0405400Z #31 227.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.0406815Z #31 227.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.0407753Z #31 227.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.1658250Z #31 227.4 magmablas_hip/sgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:17:42.1661007Z #31 227.4 hipError_t e = hipLaunchCooperativeKernel((void*)sgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:17:42.1662878Z #31 227.4 ^ 2024-08-20T22:17:42.1668507Z #31 227.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgeqr2_batched.hip.o magmablas_hip/dgeqr2_batched.hip.cpp 2024-08-20T22:17:42.1678876Z #31 227.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgeqr2_batched.hip.o magmablas_hip/cgeqr2_batched.hip.cpp 2024-08-20T22:17:42.3708693Z #31 227.6 11 warnings generated when compiling for host. 2024-08-20T22:17:42.3714845Z #31 227.6 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgeqr2_batched_fused_reg.hip.o magmablas_hip/sgeqr2_batched_fused_reg.hip.cpp 2024-08-20T22:17:42.3924702Z #31 227.8 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgeqr2_batched_fused_reg.hip.o magmablas_hip/dgeqr2_batched_fused_reg.hip.cpp 2024-08-20T22:17:42.5010199Z #31 227.9 In file included from magmablas_hip/ssymv_batched_core.hip.cpp:17: 2024-08-20T22:17:42.6447770Z #31 227.9 magmablas_hip/hemv_template_kernel_batched.hip.hpp:22:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:42.6451783Z #31 227.9 void hemv_diag_template_batched_kernel( 2024-08-20T22:17:42.6452615Z #31 227.9 ^ 2024-08-20T22:17:42.6456463Z #31 227.9 magmablas_hip/hemv_template_kernel_batched.hip.hpp:39:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:42.6460038Z #31 227.9 void hemv_lower_template_batched_kernel( 2024-08-20T22:17:42.6460831Z #31 227.9 ^ 2024-08-20T22:17:42.6464752Z #31 227.9 magmablas_hip/hemv_template_kernel_batched.hip.hpp:56:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:42.6468358Z #31 227.9 void hemv_upper_template_batched_kernel( 2024-08-20T22:17:42.6469296Z #31 227.9 ^ 2024-08-20T22:17:42.6470187Z #31 228.0 1 warning generated when compiling for gfx90a. 2024-08-20T22:17:42.7535623Z #31 228.1 3 warnings generated when compiling for gfx900. 2024-08-20T22:17:42.7537055Z #31 228.1 In file included from magmablas_hip/cgbtf2_kernels.hip.cpp:27: 2024-08-20T22:17:42.7540358Z #31 228.1 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.9565847Z #31 228.1 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.9567827Z #31 228.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.9569882Z #31 228.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.9571312Z #31 228.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.9572277Z #31 228.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.9575109Z #31 228.1 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.9578289Z #31 228.1 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.9580177Z #31 228.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.9581927Z #31 228.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.9583296Z #31 228.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.9584213Z #31 228.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.9586924Z #31 228.1 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.9590250Z #31 228.1 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.9592383Z #31 228.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.9594016Z #31 228.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.9595342Z #31 228.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.9596188Z #31 228.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.9598816Z #31 228.1 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.9602560Z #31 228.1 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.9604799Z #31 228.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.9606503Z #31 228.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.9607830Z #31 228.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.9608756Z #31 228.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.9611387Z #31 228.1 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.9615314Z #31 228.1 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.9617553Z #31 228.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.9619260Z #31 228.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.9620630Z #31 228.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.9621523Z #31 228.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.9624127Z #31 228.1 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.9627301Z #31 228.1 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.9629218Z #31 228.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.9631474Z #31 228.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.9632724Z #31 228.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.9633574Z #31 228.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.9636060Z #31 228.1 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.9639142Z #31 228.1 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.9640998Z #31 228.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.9642640Z #31 228.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.9643940Z #31 228.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.9644794Z #31 228.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.9647434Z #31 228.1 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.9651088Z #31 228.1 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.9653031Z #31 228.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.9654953Z #31 228.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.9656273Z #31 228.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.9657435Z #31 228.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.9660010Z #31 228.1 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.9663344Z #31 228.1 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.9665589Z #31 228.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.9667364Z #31 228.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.9668738Z #31 228.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.9669611Z #31 228.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.9672388Z #31 228.1 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:42.9675855Z #31 228.1 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:42.9678126Z #31 228.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:42.9679853Z #31 228.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:42.9681175Z #31 228.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:42.9682069Z #31 228.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:42.9683707Z #31 228.2 magmablas_hip/cgbtf2_kernels.hip.cpp:405:20: warning: unused variable 'e' [-Wunused-variable] 2024-08-20T22:17:42.9686350Z #31 228.2 hipError_t e = hipLaunchCooperativeKernel((void*)cgbtf2_native_kernel, grid, threads, kernel_args, shmem, queue->hip_stream()); 2024-08-20T22:17:42.9688057Z #31 228.2 ^ 2024-08-20T22:17:42.9808737Z #31 228.3 11 warnings generated when compiling for host. 2024-08-20T22:17:43.1223511Z #31 228.4 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgeqr2_batched_fused_reg.hip.o magmablas_hip/cgeqr2_batched_fused_reg.hip.cpp 2024-08-20T22:17:43.1233850Z #31 228.4 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgeqr2_batched_fused_reg_medium.hip.o magmablas_hip/sgeqr2_batched_fused_reg_medium.hip.cpp 2024-08-20T22:17:43.1239155Z #31 228.5 In file included from magmablas_hip/ctrtri_lower.hip.cpp:23: 2024-08-20T22:17:43.1241213Z #31 228.5 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:43.2983945Z #31 228.5 cgemm_kernel_16( 2024-08-20T22:17:43.2985830Z #31 228.5 ^ 2024-08-20T22:17:43.2987277Z #31 228.5 In file included from magmablas_hip/dsymv_batched_core.hip.cpp:17: 2024-08-20T22:17:43.2991989Z #31 228.5 magmablas_hip/hemv_template_kernel_batched.hip.hpp:22:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:43.2996237Z #31 228.5 void hemv_diag_template_batched_kernel( 2024-08-20T22:17:43.2997151Z #31 228.5 ^ 2024-08-20T22:17:43.3001191Z #31 228.5 magmablas_hip/hemv_template_kernel_batched.hip.hpp:39:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:43.3004888Z #31 228.5 void hemv_lower_template_batched_kernel( 2024-08-20T22:17:43.3005785Z #31 228.5 ^ 2024-08-20T22:17:43.3009779Z #31 228.5 magmablas_hip/hemv_template_kernel_batched.hip.hpp:56:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:43.3013548Z #31 228.5 void hemv_upper_template_batched_kernel( 2024-08-20T22:17:43.3014763Z #31 228.5 ^ 2024-08-20T22:17:43.3015990Z #31 228.6 In file included from magmablas_hip/dtrtri_upper_batched.hip.cpp:24: 2024-08-20T22:17:43.3018198Z #31 228.6 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:43.3019618Z #31 228.6 dgemm_kernel_16( 2024-08-20T22:17:43.3020423Z #31 228.6 ^ 2024-08-20T22:17:43.3021139Z #31 228.7 3 warnings generated when compiling for gfx900. 2024-08-20T22:17:43.4642168Z #31 228.8 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgeqr2_batched_fused_reg_medium.hip.o magmablas_hip/dgeqr2_batched_fused_reg_medium.hip.cpp 2024-08-20T22:17:43.4648074Z #31 228.8 In file included from magmablas_hip/chemv_batched_core.hip.cpp:17: 2024-08-20T22:17:43.6373129Z #31 228.8 magmablas_hip/hemv_template_kernel_batched.hip.hpp:22:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:43.6377059Z #31 228.8 void hemv_diag_template_batched_kernel( 2024-08-20T22:17:43.6377941Z #31 228.8 ^ 2024-08-20T22:17:43.6382002Z #31 228.8 magmablas_hip/hemv_template_kernel_batched.hip.hpp:39:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:43.6386088Z #31 228.8 void hemv_lower_template_batched_kernel( 2024-08-20T22:17:43.6386990Z #31 228.8 ^ 2024-08-20T22:17:43.6390885Z #31 228.8 magmablas_hip/hemv_template_kernel_batched.hip.hpp:56:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:43.6394641Z #31 228.8 void hemv_upper_template_batched_kernel( 2024-08-20T22:17:43.6395552Z #31 228.8 ^ 2024-08-20T22:17:43.6401599Z #31 228.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgeqr2_batched_fused_reg_medium.hip.o magmablas_hip/cgeqr2_batched_fused_reg_medium.hip.cpp 2024-08-20T22:17:43.6542604Z #31 229.0 3 warnings generated when compiling for gfx900. 2024-08-20T22:17:44.2164570Z #31 229.6 In file included from magmablas_hip/dtrtri_lower_batched.hip.cpp:23: 2024-08-20T22:17:44.2167324Z #31 229.6 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:44.3945506Z #31 229.6 dgemm_kernel_16( 2024-08-20T22:17:44.3946198Z #31 229.6 ^ 2024-08-20T22:17:44.3946873Z #31 229.7 1 warning generated when compiling for host. 2024-08-20T22:17:44.3953432Z #31 229.7 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgeqr2_batched_fused_reg_tall.hip.o magmablas_hip/sgeqr2_batched_fused_reg_tall.hip.cpp 2024-08-20T22:17:44.3959105Z #31 229.8 In file included from magmablas_hip/ssymv_batched_core.hip.cpp:17: 2024-08-20T22:17:44.5631148Z #31 229.8 magmablas_hip/hemv_template_kernel_batched.hip.hpp:22:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:44.5634380Z #31 229.8 void hemv_diag_template_batched_kernel( 2024-08-20T22:17:44.5635084Z #31 229.8 ^ 2024-08-20T22:17:44.5638483Z #31 229.8 magmablas_hip/hemv_template_kernel_batched.hip.hpp:39:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:44.5641738Z #31 229.8 void hemv_lower_template_batched_kernel( 2024-08-20T22:17:44.5642479Z #31 229.8 ^ 2024-08-20T22:17:44.5645861Z #31 229.8 magmablas_hip/hemv_template_kernel_batched.hip.hpp:56:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:44.5649103Z #31 229.8 void hemv_upper_template_batched_kernel( 2024-08-20T22:17:44.5649881Z #31 229.8 ^ 2024-08-20T22:17:44.7375971Z #31 230.0 3 warnings generated when compiling for gfx906. 2024-08-20T22:17:44.7377005Z #31 230.1 1 warning generated when compiling for gfx90a. 2024-08-20T22:17:44.9470183Z #31 230.3 In file included from magmablas_hip/dsymv_batched_core.hip.cpp:17: 2024-08-20T22:17:44.9475136Z #31 230.3 magmablas_hip/hemv_template_kernel_batched.hip.hpp:22:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:45.0914460Z #31 230.3 void hemv_diag_template_batched_kernel( 2024-08-20T22:17:45.0915379Z #31 230.3 ^ 2024-08-20T22:17:45.0919415Z #31 230.3 magmablas_hip/hemv_template_kernel_batched.hip.hpp:39:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:45.0922988Z #31 230.3 void hemv_lower_template_batched_kernel( 2024-08-20T22:17:45.0923878Z #31 230.3 ^ 2024-08-20T22:17:45.0927994Z #31 230.3 magmablas_hip/hemv_template_kernel_batched.hip.hpp:56:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:45.0931851Z #31 230.3 void hemv_upper_template_batched_kernel( 2024-08-20T22:17:45.0932707Z #31 230.3 ^ 2024-08-20T22:17:45.2421080Z #31 230.5 3 warnings generated when compiling for gfx906. 2024-08-20T22:17:45.2523028Z #31 230.6 In file included from magmablas_hip/chemv_batched_core.hip.cpp:17: 2024-08-20T22:17:45.2528237Z #31 230.6 magmablas_hip/hemv_template_kernel_batched.hip.hpp:22:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:45.4179637Z #31 230.6 void hemv_diag_template_batched_kernel( 2024-08-20T22:17:45.4180565Z #31 230.6 ^ 2024-08-20T22:17:45.4184560Z #31 230.6 magmablas_hip/hemv_template_kernel_batched.hip.hpp:39:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:45.4188213Z #31 230.6 void hemv_lower_template_batched_kernel( 2024-08-20T22:17:45.4189029Z #31 230.6 ^ 2024-08-20T22:17:45.4193266Z #31 230.6 magmablas_hip/hemv_template_kernel_batched.hip.hpp:56:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:45.4196941Z #31 230.6 void hemv_upper_template_batched_kernel( 2024-08-20T22:17:45.4197834Z #31 230.6 ^ 2024-08-20T22:17:45.5941944Z #31 230.8 3 warnings generated when compiling for gfx906. 2024-08-20T22:17:46.2446785Z #31 231.6 In file included from magmablas_hip/strtri_upper_batched.hip.cpp:24: 2024-08-20T22:17:46.4907164Z #31 231.6 magmablas_hip/strtri.hip.hpp:68:1: warning: unused function 'sgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:46.4908680Z #31 231.6 sgemm_kernel_16( 2024-08-20T22:17:46.4909219Z #31 231.6 ^ 2024-08-20T22:17:46.4910145Z #31 231.7 In file included from magmablas_hip/ssymv_batched_core.hip.cpp:17: 2024-08-20T22:17:46.4914556Z #31 231.7 magmablas_hip/hemv_template_kernel_batched.hip.hpp:22:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:46.4918365Z #31 231.7 void hemv_diag_template_batched_kernel( 2024-08-20T22:17:46.4919152Z #31 231.7 ^ 2024-08-20T22:17:46.4922946Z #31 231.7 magmablas_hip/hemv_template_kernel_batched.hip.hpp:39:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:46.4926722Z #31 231.7 void hemv_lower_template_batched_kernel( 2024-08-20T22:17:46.4927621Z #31 231.7 ^ 2024-08-20T22:17:46.4931888Z #31 231.7 magmablas_hip/hemv_template_kernel_batched.hip.hpp:56:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:46.4935735Z #31 231.7 void hemv_upper_template_batched_kernel( 2024-08-20T22:17:46.4936629Z #31 231.7 ^ 2024-08-20T22:17:46.4937310Z #31 231.7 1 warning generated when compiling for host. 2024-08-20T22:17:46.4943425Z #31 231.7 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgeqr2_batched_fused_reg_tall.hip.o magmablas_hip/dgeqr2_batched_fused_reg_tall.hip.cpp 2024-08-20T22:17:46.6557192Z #31 231.9 3 warnings generated when compiling for gfx908. 2024-08-20T22:17:46.6817881Z #31 232.0 In file included from magmablas_hip/dsymv_batched_core.hip.cpp:17: 2024-08-20T22:17:46.8280265Z #31 232.0 magmablas_hip/hemv_template_kernel_batched.hip.hpp:22:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:46.8284229Z #31 232.0 void hemv_diag_template_batched_kernel( 2024-08-20T22:17:46.8285086Z #31 232.0 ^ 2024-08-20T22:17:46.8288918Z #31 232.1 magmablas_hip/hemv_template_kernel_batched.hip.hpp:39:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:46.8292318Z #31 232.1 void hemv_lower_template_batched_kernel( 2024-08-20T22:17:46.8293367Z #31 232.1 ^ 2024-08-20T22:17:46.8297450Z #31 232.1 magmablas_hip/hemv_template_kernel_batched.hip.hpp:56:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:46.8301203Z #31 232.1 void hemv_upper_template_batched_kernel( 2024-08-20T22:17:46.8302051Z #31 232.1 ^ 2024-08-20T22:17:46.9781945Z #31 232.2 3 warnings generated when compiling for gfx908. 2024-08-20T22:17:47.0649791Z #31 232.4 In file included from magmablas_hip/chemv_batched_core.hip.cpp:17: 2024-08-20T22:17:47.2297513Z #31 232.4 magmablas_hip/hemv_template_kernel_batched.hip.hpp:22:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:47.2300594Z #31 232.4 void hemv_diag_template_batched_kernel( 2024-08-20T22:17:47.2301251Z #31 232.4 ^ 2024-08-20T22:17:47.2304987Z #31 232.4 magmablas_hip/hemv_template_kernel_batched.hip.hpp:39:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:47.2308565Z #31 232.4 void hemv_lower_template_batched_kernel( 2024-08-20T22:17:47.2309525Z #31 232.4 ^ 2024-08-20T22:17:47.2313007Z #31 232.4 magmablas_hip/hemv_template_kernel_batched.hip.hpp:56:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:47.2315919Z #31 232.4 void hemv_upper_template_batched_kernel( 2024-08-20T22:17:47.2316678Z #31 232.4 ^ 2024-08-20T22:17:47.4006384Z #31 232.6 3 warnings generated when compiling for gfx908. 2024-08-20T22:17:47.5611463Z #31 232.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgeqr2_batched_fused_reg_tall.hip.o magmablas_hip/cgeqr2_batched_fused_reg_tall.hip.cpp 2024-08-20T22:17:47.7919936Z #31 233.2 1 warning generated when compiling for gfx908. 2024-08-20T22:17:47.9110475Z #31 233.3 10 warnings generated when compiling for gfx906. 2024-08-20T22:17:48.1949851Z #31 233.6 In file included from magmablas_hip/ssymv_batched_core.hip.cpp:17: 2024-08-20T22:17:48.3738192Z #31 233.6 magmablas_hip/hemv_template_kernel_batched.hip.hpp:22:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:48.3741951Z #31 233.6 void hemv_diag_template_batched_kernel( 2024-08-20T22:17:48.3742781Z #31 233.6 ^ 2024-08-20T22:17:48.3747047Z #31 233.6 magmablas_hip/hemv_template_kernel_batched.hip.hpp:39:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:48.3750888Z #31 233.6 void hemv_lower_template_batched_kernel( 2024-08-20T22:17:48.3751758Z #31 233.6 ^ 2024-08-20T22:17:48.3755567Z #31 233.6 magmablas_hip/hemv_template_kernel_batched.hip.hpp:56:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:48.3759224Z #31 233.6 void hemv_upper_template_batched_kernel( 2024-08-20T22:17:48.3759948Z #31 233.6 ^ 2024-08-20T22:17:48.6521006Z #31 233.8 3 warnings generated when compiling for gfx90a. 2024-08-20T22:17:48.6522784Z #31 233.9 In file included from magmablas_hip/dsymv_batched_core.hip.cpp:17: 2024-08-20T22:17:48.6527552Z #31 233.9 magmablas_hip/hemv_template_kernel_batched.hip.hpp:22:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:48.6531620Z #31 233.9 void hemv_diag_template_batched_kernel( 2024-08-20T22:17:48.6532488Z #31 233.9 ^ 2024-08-20T22:17:48.6536383Z #31 233.9 magmablas_hip/hemv_template_kernel_batched.hip.hpp:39:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:48.6540043Z #31 233.9 void hemv_lower_template_batched_kernel( 2024-08-20T22:17:48.6540930Z #31 233.9 ^ 2024-08-20T22:17:48.6544909Z #31 233.9 magmablas_hip/hemv_template_kernel_batched.hip.hpp:56:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:48.6548606Z #31 233.9 void hemv_upper_template_batched_kernel( 2024-08-20T22:17:48.6549493Z #31 233.9 ^ 2024-08-20T22:17:48.6550250Z #31 234.0 3 warnings generated when compiling for gfx90a. 2024-08-20T22:17:48.8757319Z #31 234.2 In file included from magmablas_hip/chemv_batched_core.hip.cpp:17: 2024-08-20T22:17:49.0499231Z #31 234.2 magmablas_hip/hemv_template_kernel_batched.hip.hpp:22:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:49.0517000Z #31 234.2 void hemv_diag_template_batched_kernel( 2024-08-20T22:17:49.0518057Z #31 234.2 ^ 2024-08-20T22:17:49.0522101Z #31 234.3 magmablas_hip/hemv_template_kernel_batched.hip.hpp:39:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:49.0525719Z #31 234.3 void hemv_lower_template_batched_kernel( 2024-08-20T22:17:49.0526786Z #31 234.3 ^ 2024-08-20T22:17:49.0531263Z #31 234.3 magmablas_hip/hemv_template_kernel_batched.hip.hpp:56:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:17:49.0535149Z #31 234.3 void hemv_upper_template_batched_kernel( 2024-08-20T22:17:49.0535982Z #31 234.3 ^ 2024-08-20T22:17:49.0829902Z #31 234.4 3 warnings generated when compiling for gfx90a. 2024-08-20T22:17:49.2764503Z #31 234.6 In file included from magmablas_hip/ctrtri_upper.hip.cpp:24: 2024-08-20T22:17:49.3888472Z #31 234.6 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:49.3890081Z #31 234.6 cgemm_kernel_16( 2024-08-20T22:17:49.3890684Z #31 234.6 ^ 2024-08-20T22:17:49.3891385Z #31 234.7 1 warning generated when compiling for gfx90a. 2024-08-20T22:17:49.3892795Z #31 234.8 In file included from magmablas_hip/cgetf2_native_kernel.hip.cpp:17: 2024-08-20T22:17:49.5490699Z #31 234.8 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:49.5494276Z #31 234.8 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:49.5496367Z #31 234.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:49.5498690Z #31 234.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:49.5500238Z #31 234.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:49.5501243Z #31 234.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:49.5504220Z #31 234.8 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:49.5507986Z #31 234.8 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:49.5510069Z #31 234.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:49.5511858Z #31 234.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:49.5513099Z #31 234.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:49.5513996Z #31 234.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:49.5516658Z #31 234.8 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:49.5519846Z #31 234.8 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:49.5522184Z #31 234.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:49.5524065Z #31 234.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:49.5525584Z #31 234.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:49.5526613Z #31 234.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:49.5529600Z #31 234.8 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:49.5533933Z #31 234.8 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:49.5536428Z #31 234.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:49.5538671Z #31 234.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:49.5540206Z #31 234.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:49.5541227Z #31 234.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:49.5544190Z #31 234.8 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:49.5548287Z #31 234.8 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:49.5550808Z #31 234.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:49.5552690Z #31 234.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:49.5554001Z #31 234.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:49.5554891Z #31 234.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:49.5557693Z #31 234.8 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:49.5560856Z #31 234.8 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:49.5563121Z #31 234.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:49.5564844Z #31 234.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:49.5566267Z #31 234.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:49.5567372Z #31 234.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:49.5569999Z #31 234.8 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:49.5573303Z #31 234.8 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:49.5575523Z #31 234.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:49.5577233Z #31 234.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:49.5578552Z #31 234.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:49.5579839Z #31 234.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:49.5582634Z #31 234.8 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:49.5585990Z #31 234.8 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:49.5588047Z #31 234.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:49.5589882Z #31 234.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:49.5591286Z #31 234.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:49.5592195Z #31 234.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:49.5595008Z #31 234.8 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:49.5598845Z #31 234.8 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:49.5601607Z #31 234.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:49.5603484Z #31 234.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:49.5604954Z #31 234.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:49.5605932Z #31 234.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:49.5609020Z #31 234.8 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:49.5612647Z #31 234.8 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:49.5615274Z #31 234.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:49.5617259Z #31 234.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:49.5618769Z #31 234.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:49.5619756Z #31 234.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:50.0589212Z #31 235.4 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgeqr2_batched_fused_sm.hip.o magmablas_hip/sgeqr2_batched_fused_sm.hip.cpp 2024-08-20T22:17:50.2596099Z #31 235.6 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgeqr2_batched_fused_sm.hip.o magmablas_hip/dgeqr2_batched_fused_sm.hip.cpp 2024-08-20T22:17:50.6013635Z #31 236.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgeqr2_batched_fused_sm.hip.o magmablas_hip/cgeqr2_batched_fused_sm.hip.cpp 2024-08-20T22:17:50.7895748Z #31 236.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgeqrf_batched_smallsq.hip.o magmablas_hip/sgeqrf_batched_smallsq.hip.cpp 2024-08-20T22:17:50.9707266Z #31 236.3 In file included from magmablas_hip/dtrtri_upper_batched.hip.cpp:24: 2024-08-20T22:17:51.0883887Z #31 236.3 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:51.0885227Z #31 236.3 dgemm_kernel_16( 2024-08-20T22:17:51.0885804Z #31 236.3 ^ 2024-08-20T22:17:51.0886465Z #31 236.4 1 warning generated when compiling for host. 2024-08-20T22:17:51.0892025Z #31 236.4 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgeqrf_batched_smallsq.hip.o magmablas_hip/dgeqrf_batched_smallsq.hip.cpp 2024-08-20T22:17:51.0902563Z #31 236.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgeqrf_batched_smallsq.hip.o magmablas_hip/cgeqrf_batched_smallsq.hip.cpp 2024-08-20T22:17:51.3025827Z #31 236.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgerbt_func_batched.hip.o magmablas_hip/sgerbt_func_batched.hip.cpp 2024-08-20T22:17:51.9873728Z #31 237.4 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgerbt_func_batched.hip.o magmablas_hip/dgerbt_func_batched.hip.cpp 2024-08-20T22:17:52.6025588Z #31 238.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgerbt_func_batched.hip.o magmablas_hip/cgerbt_func_batched.hip.cpp 2024-08-20T22:17:52.7273266Z #31 238.1 1 warning generated when compiling for gfx900. 2024-08-20T22:17:52.9234235Z #31 238.1 1 warning generated when compiling for gfx906. 2024-08-20T22:17:53.4860536Z #31 238.9 1 warning generated when compiling for gfx90a. 2024-08-20T22:17:53.7280445Z #31 239.1 1 warning generated when compiling for gfx906. 2024-08-20T22:17:54.2898194Z #31 239.7 In file included from magmablas_hip/ztrtri_upper_batched.hip.cpp:24: 2024-08-20T22:17:54.2900708Z #31 239.7 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:54.3899968Z #31 239.7 zgemm_kernel_16( 2024-08-20T22:17:54.3900561Z #31 239.7 ^ 2024-08-20T22:17:54.3901304Z #31 239.8 In file included from magmablas_hip/ctrtri_lower_batched.hip.cpp:23: 2024-08-20T22:17:54.5407670Z #31 239.8 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:54.5409056Z #31 239.8 cgemm_kernel_16( 2024-08-20T22:17:54.5409621Z #31 239.8 ^ 2024-08-20T22:17:54.9526489Z #31 240.3 In file included from magmablas_hip/ctrtri_lower.hip.cpp:23: 2024-08-20T22:17:55.1636699Z #31 240.3 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:55.1638181Z #31 240.3 cgemm_kernel_16( 2024-08-20T22:17:55.1638784Z #31 240.3 ^ 2024-08-20T22:17:55.1639428Z #31 240.4 1 warning generated when compiling for host. 2024-08-20T22:17:55.1644966Z #31 240.4 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgesv_batched_small.hip.o magmablas_hip/sgesv_batched_small.hip.cpp 2024-08-20T22:17:55.2755131Z #31 240.6 In file included from magmablas_hip/ctrtri_upper_batched.hip.cpp:24: 2024-08-20T22:17:55.4261386Z #31 240.6 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:55.4262860Z #31 240.6 cgemm_kernel_16( 2024-08-20T22:17:55.4263438Z #31 240.6 ^ 2024-08-20T22:17:55.7873236Z #31 241.0 1 warning generated when compiling for gfx906. 2024-08-20T22:17:56.5025265Z #31 241.9 In file included from magmablas_hip/sgesv_batched_small.hip.cpp:22: 2024-08-20T22:17:56.6644176Z #31 241.9 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:56.6648098Z #31 241.9 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:56.6650153Z #31 241.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:56.6652179Z #31 241.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:56.6653589Z #31 241.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:56.6654696Z #31 241.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:56.6657455Z #31 241.9 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:56.6661070Z #31 241.9 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:56.6663081Z #31 241.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:56.6664810Z #31 241.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:56.6666254Z #31 241.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:56.6667233Z #31 241.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:56.6669965Z #31 241.9 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:56.6673272Z #31 241.9 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:56.6675312Z #31 241.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:56.6677074Z #31 241.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:56.6678470Z #31 241.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:56.6679418Z #31 241.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:56.6682170Z #31 241.9 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:56.6686064Z #31 241.9 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:56.6688413Z #31 241.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:56.6690245Z #31 241.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:56.6691716Z #31 241.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:56.6692700Z #31 241.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:56.6695689Z #31 241.9 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:56.6699704Z #31 241.9 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:56.6702131Z #31 241.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:56.6703956Z #31 241.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:56.6705399Z #31 241.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:56.6706502Z #31 241.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:56.6709375Z #31 241.9 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:56.6712782Z #31 241.9 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:56.6714818Z #31 241.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:56.6716603Z #31 241.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:56.6718069Z #31 241.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:56.6719024Z #31 241.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:56.6722064Z #31 241.9 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:56.6725596Z #31 241.9 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:56.6727669Z #31 241.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:56.6729503Z #31 241.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:56.6731262Z #31 241.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:56.6732250Z #31 241.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:56.6735190Z #31 241.9 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:56.6738746Z #31 241.9 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:56.6740858Z #31 241.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:56.6742658Z #31 241.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:56.6744110Z #31 241.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:56.6745088Z #31 241.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:56.6747951Z #31 241.9 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:56.6751673Z #31 241.9 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:56.6754187Z #31 241.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:56.6756099Z #31 241.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:56.6757532Z #31 241.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:56.6758451Z #31 241.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:56.6761199Z #31 241.9 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:56.6765192Z #31 241.9 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:56.6767585Z #31 241.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:56.6769521Z #31 241.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:56.6770934Z #31 241.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:56.6771877Z #31 241.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:56.9122102Z #31 242.3 10 warnings generated when compiling for gfx908. 2024-08-20T22:17:57.1549987Z #31 242.5 In file included from magmablas_hip/ztrtri_upper.hip.cpp:24: 2024-08-20T22:17:57.1552295Z #31 242.5 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:17:57.3056971Z #31 242.5 zgemm_kernel_16( 2024-08-20T22:17:57.3057700Z #31 242.5 ^ 2024-08-20T22:17:58.1213962Z #31 243.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgesv_batched_small.hip.o magmablas_hip/dgesv_batched_small.hip.cpp 2024-08-20T22:17:58.3095770Z #31 243.7 In file included from magmablas_hip/cgetf2_native_kernel.hip.cpp:17: 2024-08-20T22:17:58.3099963Z #31 243.7 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:58.5184130Z #31 243.7 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:58.5190184Z #31 243.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:58.5192039Z #31 243.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:58.5193370Z #31 243.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:58.5194289Z #31 243.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:58.5197071Z #31 243.7 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:58.5200240Z #31 243.7 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:58.5202154Z #31 243.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:58.5203857Z #31 243.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:58.5205210Z #31 243.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:58.5206104Z #31 243.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:58.5208765Z #31 243.7 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:58.5212221Z #31 243.7 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:58.5214171Z #31 243.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:58.5216166Z #31 243.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:58.5217403Z #31 243.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:58.5218229Z #31 243.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:58.5220739Z #31 243.7 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:58.5224035Z #31 243.7 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:58.5226401Z #31 243.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:58.5228237Z #31 243.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:58.5229623Z #31 243.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:58.5230494Z #31 243.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:58.5234482Z #31 243.7 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:58.5238149Z #31 243.7 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:58.5240871Z #31 243.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:58.5242513Z #31 243.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:58.5243898Z #31 243.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:58.5244871Z #31 243.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:58.5247675Z #31 243.7 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:58.5250866Z #31 243.7 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:58.5253074Z #31 243.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:58.5254846Z #31 243.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:58.5256171Z #31 243.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:58.5257111Z #31 243.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:58.5259771Z #31 243.7 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:58.5262799Z #31 243.7 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:58.5264493Z #31 243.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:58.5266020Z #31 243.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:58.5267166Z #31 243.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:58.5267930Z #31 243.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:58.5270345Z #31 243.7 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:58.5273568Z #31 243.7 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:58.5275710Z #31 243.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:58.5277203Z #31 243.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:58.5278522Z #31 243.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:58.5279252Z #31 243.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:58.5281960Z #31 243.7 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:58.5285954Z #31 243.7 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:58.5288307Z #31 243.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:58.5290006Z #31 243.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:58.5291395Z #31 243.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:58.5292280Z #31 243.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:58.5294924Z #31 243.7 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:58.5298926Z #31 243.7 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:58.5301421Z #31 243.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:58.5303364Z #31 243.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:58.5304906Z #31 243.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:58.5305928Z #31 243.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:58.5311745Z #31 243.8 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgesv_batched_small.hip.o magmablas_hip/cgesv_batched_small.hip.cpp 2024-08-20T22:17:58.5321603Z #31 243.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgetf2_kernels.hip.o magmablas_hip/sgetf2_kernels.hip.cpp 2024-08-20T22:17:58.7390388Z #31 244.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgetf2_kernels.hip.o magmablas_hip/dgetf2_kernels.hip.cpp 2024-08-20T22:17:58.8011919Z #31 244.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:58.8016000Z #31 244.2 zgetf2_fused_kernel_vbatched( 2024-08-20T22:17:58.9095603Z #31 244.2 ^ 2024-08-20T22:17:58.9102311Z #31 244.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:58.9108962Z #31 244.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:58.9115915Z #31 244.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:58.9122623Z #31 244.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:58.9128802Z #31 244.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:58.9135750Z #31 244.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:58.9143718Z #31 244.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgetf2_kernels.hip.o magmablas_hip/cgetf2_kernels.hip.cpp 2024-08-20T22:17:59.0651752Z #31 244.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.0657147Z #31 244.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.0662029Z #31 244.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.0667849Z #31 244.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.0674384Z #31 244.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.0680549Z #31 244.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.0687060Z #31 244.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.0693562Z #31 244.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.0700177Z #31 244.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.0706612Z #31 244.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.0713368Z #31 244.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.0719632Z #31 244.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.0726010Z #31 244.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.0729516Z #31 244.4 10 warnings generated when compiling for gfx900. 2024-08-20T22:17:59.2392733Z #31 244.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.2399272Z #31 244.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.2405716Z #31 244.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.2412210Z #31 244.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.2418435Z #31 244.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.2424833Z #31 244.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.2431455Z #31 244.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.2437950Z #31 244.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.2444124Z #31 244.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.3866624Z #31 244.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.3873622Z #31 244.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.3879929Z #31 244.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.3886217Z #31 244.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.3892587Z #31 244.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.5647377Z #31 244.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.5654265Z #31 244.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.5661274Z #31 244.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.5668287Z #31 244.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.5674993Z #31 244.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.5681888Z #31 244.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.5689050Z #31 244.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.5696064Z #31 244.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.5702972Z #31 244.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.5710167Z #31 244.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.5717099Z #31 244.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.5724016Z #31 244.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.5731153Z #31 244.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.7615722Z #31 244.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.7622262Z #31 244.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.7629067Z #31 244.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.7635621Z #31 244.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.7642223Z #31 244.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.7649349Z #31 244.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.7656277Z #31 244.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.7662698Z #31 245.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.7668963Z #31 245.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.7672711Z #31 245.0 In file included from magmablas_hip/dgesv_batched_small.hip.cpp:22: 2024-08-20T22:17:59.7676539Z #31 245.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:59.7679693Z #31 245.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:59.7681586Z #31 245.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:59.7683281Z #31 245.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:59.7684863Z #31 245.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:59.7685850Z #31 245.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:59.7688723Z #31 245.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:59.7692120Z #31 245.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:59.7694314Z #31 245.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:59.7696091Z #31 245.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:59.7697598Z #31 245.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:59.7698575Z #31 245.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:59.7701461Z #31 245.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:59.7704651Z #31 245.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:59.7706625Z #31 245.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:59.7708297Z #31 245.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:59.7709734Z #31 245.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:59.7710662Z #31 245.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:59.7713420Z #31 245.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:59.7716999Z #31 245.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:59.7719282Z #31 245.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:59.7721413Z #31 245.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:59.7722831Z #31 245.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:59.7723829Z #31 245.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:59.7726530Z #31 245.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:59.7729978Z #31 245.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:59.7732435Z #31 245.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:59.7734519Z #31 245.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:59.7736324Z #31 245.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:59.7737420Z #31 245.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:59.7740224Z #31 245.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:59.7743595Z #31 245.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:59.7745645Z #31 245.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:59.7747475Z #31 245.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:59.7748988Z #31 245.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:59.7749888Z #31 245.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:59.7752566Z #31 245.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:59.7755813Z #31 245.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:59.7757857Z #31 245.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:59.7759542Z #31 245.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:59.7760842Z #31 245.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:59.7761714Z #31 245.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:59.7764431Z #31 245.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:59.7767809Z #31 245.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:59.7769875Z #31 245.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:59.7771676Z #31 245.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:59.7773975Z #31 245.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:59.7774819Z #31 245.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:59.7777425Z #31 245.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:59.7780971Z #31 245.0 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:59.7783506Z #31 245.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:59.7785445Z #31 245.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:59.7786856Z #31 245.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:59.7787824Z #31 245.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:59.7790647Z #31 245.0 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:17:59.7794461Z #31 245.0 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:17:59.7797239Z #31 245.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:17:59.7798885Z #31 245.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:17:59.7800269Z #31 245.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:17:59.7801202Z #31 245.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:17:59.8844775Z #31 245.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.8851740Z #31 245.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.8858563Z #31 245.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.8865267Z #31 245.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.8871854Z #31 245.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.8879804Z #31 245.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgetrf_batched_smallsq_noshfl.hip.o magmablas_hip/sgetrf_batched_smallsq_noshfl.hip.cpp 2024-08-20T22:17:59.8887877Z #31 245.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.8894993Z #31 245.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.8901867Z #31 245.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.8908473Z #31 245.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.8915231Z #31 245.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.8921920Z #31 245.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.8928169Z #31 245.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.8935000Z #31 245.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.8941655Z #31 245.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.8948133Z #31 245.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.8954644Z #31 245.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:17:59.8958525Z #31 245.3 In file included from magmablas_hip/cgesv_batched_small.hip.cpp:22: 2024-08-20T22:18:00.0009283Z #31 245.3 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.0012577Z #31 245.3 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.0014795Z #31 245.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.0016663Z #31 245.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.0018514Z #31 245.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.0019511Z #31 245.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.0022552Z #31 245.3 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.0025917Z #31 245.3 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.0028125Z #31 245.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.0030113Z #31 245.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.0031844Z #31 245.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.0032863Z #31 245.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.0035785Z #31 245.3 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.0039296Z #31 245.3 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.0041695Z #31 245.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.0043653Z #31 245.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.0045148Z #31 245.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.0046153Z #31 245.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.0049108Z #31 245.3 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.0052939Z #31 245.3 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.0055470Z #31 245.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.0057312Z #31 245.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.0058827Z #31 245.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.0059783Z #31 245.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.0062560Z #31 245.3 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.0066410Z #31 245.3 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.0068873Z #31 245.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.0070672Z #31 245.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.0072121Z #31 245.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.0073105Z #31 245.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.0075930Z #31 245.3 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.0079178Z #31 245.3 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.0081520Z #31 245.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.0083383Z #31 245.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.0084846Z #31 245.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.0085849Z #31 245.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.0088617Z #31 245.3 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.0092428Z #31 245.3 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.0094744Z #31 245.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.0096578Z #31 245.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.0098241Z #31 245.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.0099082Z #31 245.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.0101864Z #31 245.3 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.0105448Z #31 245.3 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.0107642Z #31 245.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.0109449Z #31 245.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.0110963Z #31 245.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.0112136Z #31 245.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.0115044Z #31 245.3 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.0118846Z #31 245.3 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.0121346Z #31 245.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.0123014Z #31 245.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.0124378Z #31 245.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.0125348Z #31 245.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.0128242Z #31 245.3 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.0233685Z #31 245.3 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.0235959Z #31 245.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.0237956Z #31 245.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.0239421Z #31 245.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.0240375Z #31 245.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.1075639Z #31 245.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.1082856Z #31 245.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.1089386Z #31 245.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.1095991Z #31 245.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.1102091Z #31 245.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.1108482Z #31 245.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.1114807Z #31 245.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.1121206Z #31 245.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.1127465Z #31 245.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.1134211Z #31 245.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.1140429Z #31 245.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.1146790Z #31 245.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.1153103Z #31 245.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.1159334Z #31 245.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.1166071Z #31 245.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.2840306Z #31 245.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.2847488Z #31 245.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.2855763Z #31 245.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgetrf_batched_smallsq_noshfl.hip.o magmablas_hip/dgetrf_batched_smallsq_noshfl.hip.cpp 2024-08-20T22:18:00.2861352Z #31 245.5 In file included from magmablas_hip/sgetf2_kernels.hip.cpp:19: 2024-08-20T22:18:00.2864913Z #31 245.5 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.2868385Z #31 245.5 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.2870486Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.2872280Z #31 245.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.2873618Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.2874515Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.2877224Z #31 245.5 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.2880360Z #31 245.5 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.2882376Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.2884176Z #31 245.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.2885597Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.2886559Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.2887732Z #31 245.5 In file included from magmablas_hip/dgetf2_kernels.hip.cpp:19: 2024-08-20T22:18:00.2890983Z #31 245.5 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.2894409Z #31 245.5 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.2896301Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.2898183Z #31 245.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.2899860Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.2900791Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.2904272Z #31 245.5 magmablas_hip/shuffle.hip.hppmagmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.2907929Z #31 245.5 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK):44 2024-08-20T22:18:00.2910223Z #31 245.5 : ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.2913295Z #31 245.5 magmablas_hip/shuffle.hip.hpp111:: 7warning: :24implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion]: 2024-08-20T22:18:00.2916015Z #31 245.5 note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.2918057Z #31 245.5 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.2919830Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.2920851Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.2922188Z #31 245.5 magmablas_hip/shuffle.hip.hpp ^~~~~~~~~~~~~~~~~~:7 2024-08-20T22:18:00.2923875Z #31 245.5 :24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.2925018Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.2925970Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.2928588Z #31 245.5 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.2932429Z #31 245.5 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.2934896Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.2936583Z #31 245.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.2937916Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.2938879Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.2941782Z #31 245.5 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.2945008Z #31 245.5 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.2947228Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.2949060Z #31 245.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.2950556Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.2951439Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.2954476Z #31 245.5 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.2958081Z #31 245.5 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.2960338Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.2962367Z #31 245.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.2963686Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.2964638Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.2967440Z #31 245.5 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.2973521Z #31 245.5 magmablas_hip/shuffle.hip.hpp:__device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK)110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.2977375Z #31 245.5 2024-08-20T22:18:00.2978132Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.2980692Z #31 245.5 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK)magmablas_hip/shuffle.hip.hpp:7 2024-08-20T22:18:00.2983233Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.2985034Z #31 245.5 magmablas_hip/shuffle.hip.hpp::724: note: :24expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.2987061Z #31 245.5 : #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.2988148Z #31 245.5 ^~~~~~~~~~~~~~~~~~note: 2024-08-20T22:18:00.2989223Z #31 245.5 expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.2990135Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.2991035Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.2993796Z #31 245.5 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.2997567Z #31 245.5 magmablas_hip/shuffle.hip.hpp:120__device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK): 2024-08-20T22:18:00.3000143Z #31 245.5 137: ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.3003184Z #31 245.5 warning: magmablas_hip/shuffle.hip.hpp:7implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion]: 2024-08-20T22:18:00.3005585Z #31 245.5 24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.3006662Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.3007593Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.3009662Z #31 245.5 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.3011883Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.3013617Z #31 245.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.3015127Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.3016029Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.3018778Z #31 245.5 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.3021972Z #31 245.5 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.3024268Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.3026045Z #31 245.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.3027466Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.3028405Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.3031668Z #31 245.5 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.3035650Z #31 245.5 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.3037484Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.3039308Z #31 245.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.3040719Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.3041557Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.3044042Z #31 245.5 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.3047762Z #31 245.5 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.3050023Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.3051776Z #31 245.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.3053142Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.3054402Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.3057201Z #31 245.5 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.3061012Z #31 245.5 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.3063306Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.3065102Z #31 245.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.3066511Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.3067449Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.3070220Z #31 245.5 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.3073851Z #31 245.5 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.3075731Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.3077490Z #31 245.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.3078905Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.3079843Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.3082618Z #31 245.5 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.3086564Z #31 245.5 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.3088561Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.3090157Z #31 245.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.3091715Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.3092658Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.3095579Z #31 245.5 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.3099032Z #31 245.5 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.3101225Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.3103043Z #31 245.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.3104430Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.3105259Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.3108144Z #31 245.5 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.3111830Z #31 245.5 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.3114220Z #31 245.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.3116068Z #31 245.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.3117571Z #31 245.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.3118559Z #31 245.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.3120390Z #31 245.5 magmablas_hip/sgetf2_kernels.hip.cpp:162:9: warning: unused variable 'chunk' [-Wunused-variable] 2024-08-20T22:18:00.3121884Z #31 245.5 int chunk = magma_ceildiv( length, zamax ); 2024-08-20T22:18:00.3122822Z #31 245.5 ^ 2024-08-20T22:18:00.3124424Z #31 245.5 magmablas_hip/dgetf2_kernels.hip.cpp:162:9: warning: unused variable 'chunk' [-Wunused-variable] 2024-08-20T22:18:00.3126037Z #31 245.5 int chunk = magma_ceildiv( length, zamax ); 2024-08-20T22:18:00.3126843Z #31 245.5 ^ 2024-08-20T22:18:00.3893846Z #31 245.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.3900629Z #31 245.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.3906804Z #31 245.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.3913186Z #31 245.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.3920239Z #31 245.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.3927210Z #31 245.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.3933987Z #31 245.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.3940378Z #31 245.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.3947462Z #31 245.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.3953977Z #31 245.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.3960669Z #31 245.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.3967215Z #31 245.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:18:00.3970866Z #31 245.8 In file included from magmablas_hip/cgetf2_kernels.hip.cpp:19: 2024-08-20T22:18:00.6391404Z #31 245.8 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6394641Z #31 245.8 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6396751Z #31 245.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6398435Z #31 245.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6399836Z #31 245.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6400769Z #31 245.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6403623Z #31 245.8 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6406937Z #31 245.8 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6408948Z #31 245.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6411120Z #31 245.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6412483Z #31 245.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6413442Z #31 245.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6416341Z #31 245.8 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6420007Z #31 245.8 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6422008Z #31 245.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6423795Z #31 245.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6425186Z #31 245.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6426124Z #31 245.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6428971Z #31 245.8 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6433122Z #31 245.8 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6435586Z #31 245.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6437390Z #31 245.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6438844Z #31 245.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6439822Z #31 245.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6442518Z #31 245.8 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6446192Z #31 245.8 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6448633Z #31 245.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6450654Z #31 245.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6451975Z #31 245.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6452923Z #31 245.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6455732Z #31 245.8 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6459065Z #31 245.8 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6461107Z #31 245.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6462876Z #31 245.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6464268Z #31 245.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6465370Z #31 245.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6468221Z #31 245.8 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6471581Z #31 245.8 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6473914Z #31 245.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6475681Z #31 245.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6477145Z #31 245.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6478126Z #31 245.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6481018Z #31 245.8 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6484431Z #31 245.8 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6486546Z #31 245.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6488350Z #31 245.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6489901Z #31 245.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6490832Z #31 245.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6493936Z #31 245.8 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6497798Z #31 245.8 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6500123Z #31 245.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6501948Z #31 245.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6503304Z #31 245.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6504271Z #31 245.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6507102Z #31 245.8 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6510809Z #31 245.8 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6513467Z #31 245.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6515224Z #31 245.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6516634Z #31 245.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6517566Z #31 245.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6519219Z #31 245.8 magmablas_hip/cgetf2_kernels.hip.cpp:162:9: warning: unused variable 'chunk' [-Wunused-variable] 2024-08-20T22:18:00.6520808Z #31 245.8 int chunk = magma_ceildiv( length, zamax ); 2024-08-20T22:18:00.6521677Z #31 245.8 ^ 2024-08-20T22:18:00.6522565Z #31 245.8 In file included from magmablas_hip/dgetf2_native_kernel.hip.cpp:17: 2024-08-20T22:18:00.6525925Z #31 245.8 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6529160Z #31 245.8 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6531475Z #31 245.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6533537Z #31 245.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6535061Z #31 245.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6536022Z #31 245.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6538779Z #31 245.8 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6542358Z #31 245.8 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6544324Z #31 245.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6546137Z #31 245.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6547579Z #31 245.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6548518Z #31 245.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6551281Z #31 245.8 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6554609Z #31 245.8 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6557019Z #31 245.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6558746Z #31 245.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6560161Z #31 245.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6561118Z #31 245.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6563864Z #31 245.8 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6567557Z #31 245.8 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6569733Z #31 245.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6571425Z #31 245.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6572866Z #31 245.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6574011Z #31 245.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6576810Z #31 245.8 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6579640Z #31 245.8 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6581622Z #31 245.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6583260Z #31 245.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6584530Z #31 245.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6585513Z #31 245.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6588087Z #31 245.8 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6591049Z #31 245.8 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6593288Z #31 245.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6594865Z #31 245.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6596204Z #31 245.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6597044Z #31 245.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6599647Z #31 245.9 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6602898Z #31 245.9 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6604741Z #31 245.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6606388Z #31 245.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6607709Z #31 245.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6608580Z #31 245.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6611074Z #31 245.9 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6614605Z #31 245.9 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6616533Z #31 245.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6618132Z #31 245.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6619444Z #31 245.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6620328Z #31 245.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6622889Z #31 245.9 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6626281Z #31 245.9 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6628470Z #31 245.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6630123Z #31 245.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6632373Z #31 245.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6633207Z #31 245.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:00.6635812Z #31 245.9 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:00.6639253Z #31 245.9 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:00.6641505Z #31 245.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:00.6643247Z #31 245.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:00.6644527Z #31 245.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:00.6645411Z #31 245.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.4482350Z #31 246.8 In file included from magmablas_hip/sgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:18:01.4486118Z #31 246.8 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.6107460Z #31 246.8 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.6109499Z #31 246.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.6111895Z #31 246.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.6113316Z #31 246.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.6114269Z #31 246.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.6117031Z #31 246.8 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.6120557Z #31 246.8 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.6122472Z #31 246.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.6124229Z #31 246.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.6125653Z #31 246.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.6126862Z #31 246.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.6129781Z #31 246.8 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.6133598Z #31 246.8 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.6135724Z #31 246.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.6137335Z #31 246.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.6138639Z #31 246.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.6139570Z #31 246.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.6142371Z #31 246.8 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.6145799Z #31 246.8 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.6147984Z #31 246.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.6149809Z #31 246.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.6151223Z #31 246.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.6152179Z #31 246.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.6154956Z #31 246.8 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.6158888Z #31 246.8 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.6161340Z #31 246.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.6162987Z #31 246.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.6164628Z #31 246.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.6165584Z #31 246.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.6168349Z #31 246.8 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.6171688Z #31 246.8 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.6174160Z #31 246.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.6176040Z #31 246.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.6177332Z #31 246.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.6178243Z #31 246.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.6179249Z #31 246.8 1 warning generated when compiling for gfx90a. 2024-08-20T22:18:01.6182170Z #31 246.8 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.6185532Z #31 246.8 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.6187927Z #31 246.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.6189828Z #31 246.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.6191146Z #31 246.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.6191998Z #31 246.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.6207990Z #31 246.8 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.6211831Z #31 246.8 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.6214208Z #31 246.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.6215922Z #31 246.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.6217241Z #31 246.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.6218156Z #31 246.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.6220930Z #31 246.8 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.6224620Z #31 246.8 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.6227068Z #31 246.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.6228974Z #31 246.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.6230324Z #31 246.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.6231519Z #31 246.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.6234330Z #31 246.8 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.6238031Z #31 246.8 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.6240791Z #31 246.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.6242694Z #31 246.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.6244002Z #31 246.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.6244899Z #31 246.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.6728203Z #31 247.0 In file included from magmablas_hip/dgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:18:01.6732213Z #31 247.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.8373469Z #31 247.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.8375609Z #31 247.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.8377712Z #31 247.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.8379119Z #31 247.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.8380061Z #31 247.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.8382798Z #31 247.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.8388361Z #31 247.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.8390663Z #31 247.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.8392481Z #31 247.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.8393897Z #31 247.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.8394763Z #31 247.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.8397595Z #31 247.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.8400869Z #31 247.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.8402750Z #31 247.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.8404548Z #31 247.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.8406017Z #31 247.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.8406977Z #31 247.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.8409659Z #31 247.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.8413271Z #31 247.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.8415681Z #31 247.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.8417560Z #31 247.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.8419046Z #31 247.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.8420039Z #31 247.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.8422862Z #31 247.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.8426790Z #31 247.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.8429156Z #31 247.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.8431235Z #31 247.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.8432904Z #31 247.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.8433795Z #31 247.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.8436746Z #31 247.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.8439905Z #31 247.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.8441945Z #31 247.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.8443692Z #31 247.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.8444997Z #31 247.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.8445873Z #31 247.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.8448997Z #31 247.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.8452030Z #31 247.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.8454152Z #31 247.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.8455911Z #31 247.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.8457212Z #31 247.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.8458132Z #31 247.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.8461075Z #31 247.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.8464603Z #31 247.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.8466551Z #31 247.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.8468381Z #31 247.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.8469834Z #31 247.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.8470802Z #31 247.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.8473564Z #31 247.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.8477188Z #31 247.1 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.8479575Z #31 247.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.8481295Z #31 247.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.8482708Z #31 247.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.8483926Z #31 247.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:01.8486775Z #31 247.1 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:01.8490587Z #31 247.1 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:01.8493087Z #31 247.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:01.8495360Z #31 247.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:01.8496732Z #31 247.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:01.8497643Z #31 247.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:03.0307116Z #31 248.4 In file included from magmablas_hip/ctrtri_upper.hip.cpp:24: 2024-08-20T22:18:03.2438267Z #31 248.4 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:18:03.2439646Z #31 248.4 cgemm_kernel_16( 2024-08-20T22:18:03.2440207Z #31 248.4 ^ 2024-08-20T22:18:03.2440853Z #31 248.4 1 warning generated when compiling for host. 2024-08-20T22:18:03.2447050Z #31 248.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgetrf_batched_smallsq_noshfl.hip.o magmablas_hip/cgetrf_batched_smallsq_noshfl.hip.cpp 2024-08-20T22:18:03.6279935Z #31 249.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgetrf_batched_smallsq_shfl.hip.o magmablas_hip/sgetrf_batched_smallsq_shfl.hip.cpp 2024-08-20T22:18:03.7840640Z #31 249.2 11 warnings generated when compiling for gfx90a. 2024-08-20T22:18:04.1292039Z #31 249.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgetrf_batched_smallsq_shfl.hip.o magmablas_hip/dgetrf_batched_smallsq_shfl.hip.cpp 2024-08-20T22:18:04.4082729Z #31 249.8 10 warnings generated when compiling for gfx90a. 2024-08-20T22:18:04.5757616Z #31 249.9 magmablas_hip/sgesv_batched_small.hip.cpp:167: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-08-20T22:18:04.7574562Z #31 249.9 sgesv_batched_small_sm_kernel( 2024-08-20T22:18:04.7575320Z #31 249.9 ^ 2024-08-20T22:18:04.7576458Z #31 250.0 In file included from magmablas_hip/cgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:18:04.7579872Z #31 250.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:04.7582948Z #31 250.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:04.7584902Z #31 250.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:04.7587170Z #31 250.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:04.7588699Z #31 250.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:04.7589710Z #31 250.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:04.7592623Z #31 250.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:04.7596020Z #31 250.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:04.7598070Z #31 250.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:04.7599945Z #31 250.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:04.7601308Z #31 250.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:04.7602270Z #31 250.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:04.7605049Z #31 250.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:04.7608388Z #31 250.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:04.7610767Z #31 250.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:04.7612608Z #31 250.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:04.7614241Z #31 250.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:04.7615137Z #31 250.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:04.7618002Z #31 250.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:04.7621720Z #31 250.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:04.7624130Z #31 250.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:04.7625915Z #31 250.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:04.7627320Z #31 250.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:04.7628295Z #31 250.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:04.7631493Z #31 250.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:04.7635010Z #31 250.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:04.7637330Z #31 250.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:04.7639281Z #31 250.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:04.7640686Z #31 250.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:04.7641650Z #31 250.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:04.7644390Z #31 250.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:04.7647525Z #31 250.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:04.7650000Z #31 250.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:04.7651841Z #31 250.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:04.7653504Z #31 250.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:04.7654665Z #31 250.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:04.7657647Z #31 250.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:04.7661469Z #31 250.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:04.7663636Z #31 250.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:04.7665485Z #31 250.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:04.7667021Z #31 250.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:04.7668053Z #31 250.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:04.7670891Z #31 250.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:04.7674388Z #31 250.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:04.7676555Z #31 250.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:04.7678451Z #31 250.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:04.7679968Z #31 250.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:04.7680950Z #31 250.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:04.7683774Z #31 250.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:04.7687406Z #31 250.0 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:04.7689892Z #31 250.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:04.7691693Z #31 250.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:04.7693089Z #31 250.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:04.7694206Z #31 250.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:04.7696988Z #31 250.0 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:04.7700694Z #31 250.0 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:04.7703086Z #31 250.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:04.7704863Z #31 250.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:04.7706323Z #31 250.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:04.7707320Z #31 250.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.1424432Z #31 250.5 In file included from magmablas_hip/sgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:18:05.1428122Z #31 250.5 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.2880424Z #31 250.5 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.2882278Z #31 250.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.2884370Z #31 250.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.2886048Z #31 250.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.2886984Z #31 250.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.2889754Z #31 250.5 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.2893094Z #31 250.5 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.2895370Z #31 250.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.2897032Z #31 250.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.2898438Z #31 250.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.2899403Z #31 250.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.2902443Z #31 250.5 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.2905879Z #31 250.5 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.2907871Z #31 250.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.2909676Z #31 250.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.2911150Z #31 250.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.2912093Z #31 250.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.2914907Z #31 250.5 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.2918477Z #31 250.5 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.2920760Z #31 250.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.2922627Z #31 250.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.2924007Z #31 250.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.2924929Z #31 250.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.2927683Z #31 250.5 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.2931924Z #31 250.5 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.2934509Z #31 250.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.2936430Z #31 250.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.2938203Z #31 250.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.2939212Z #31 250.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.2942175Z #31 250.5 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.2945604Z #31 250.5 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.2947799Z #31 250.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.2949831Z #31 250.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.2951317Z #31 250.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.2952257Z #31 250.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.2954822Z #31 250.5 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.2958297Z #31 250.5 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.2960451Z #31 250.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.2962547Z #31 250.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.2964171Z #31 250.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.2965110Z #31 250.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.2967788Z #31 250.5 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.2971148Z #31 250.5 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.2973213Z #31 250.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.2975160Z #31 250.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.2976596Z #31 250.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.2977539Z #31 250.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.2980325Z #31 250.5 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.2983990Z #31 250.5 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.2986344Z #31 250.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.2988206Z #31 250.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.2989696Z #31 250.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.2990603Z #31 250.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.2993314Z #31 250.5 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.2996921Z #31 250.5 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.2999389Z #31 250.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.3001360Z #31 250.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.3002788Z #31 250.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.3003789Z #31 250.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.3004969Z #31 250.6 In file included from magmablas_hip/zgesv_batched_small.hip.cpp:22: 2024-08-20T22:18:05.3008061Z #31 250.6 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.3011507Z #31 250.6 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.3013388Z #31 250.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.3015467Z #31 250.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.3016923Z #31 250.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.3017896Z #31 250.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.3020668Z #31 250.6 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.3024296Z #31 250.6 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.3026424Z #31 250.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.3028211Z #31 250.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.3029687Z #31 250.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.3030958Z #31 250.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.3033529Z #31 250.6 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.3036822Z #31 250.6 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.3038354Z #31 250.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.3039641Z #31 250.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.3040657Z #31 250.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.3041354Z #31 250.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.3043379Z #31 250.6 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.3046390Z #31 250.6 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.3048328Z #31 250.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.3050048Z #31 250.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.3051428Z #31 250.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.3052312Z #31 250.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.3055362Z #31 250.6 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.3058998Z #31 250.6 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.3061432Z #31 250.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.3063060Z #31 250.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.3064357Z #31 250.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.3065426Z #31 250.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.3068103Z #31 250.6 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.3071407Z #31 250.6 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.3073423Z #31 250.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.3075051Z #31 250.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.3076506Z #31 250.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.3077444Z #31 250.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.3080014Z #31 250.6 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.3083415Z #31 250.6 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.3085385Z #31 250.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.3087142Z #31 250.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.3088585Z #31 250.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.3089542Z #31 250.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.3092350Z #31 250.6 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.3096038Z #31 250.6 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.3098241Z #31 250.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.3099944Z #31 250.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.3101321Z #31 250.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.3102310Z #31 250.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.3105009Z #31 250.6 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.3108467Z #31 250.6 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.3110605Z #31 250.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.3112538Z #31 250.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.3113897Z #31 250.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.3114788Z #31 250.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.3117643Z #31 250.6 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.3121164Z #31 250.6 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.3123767Z #31 250.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.3125718Z #31 250.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.3126994Z #31 250.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.3127724Z #31 250.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.3132840Z #31 250.7 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgetrf_batched_smallsq_shfl.hip.o magmablas_hip/cgetrf_batched_smallsq_shfl.hip.cpp 2024-08-20T22:18:05.8138476Z #31 251.0 10 warnings generated when compiling for host. 2024-08-20T22:18:05.8144684Z #31 251.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ssymm_batched_core.hip.o magmablas_hip/ssymm_batched_core.hip.cpp 2024-08-20T22:18:05.8149555Z #31 251.0 In file included from magmablas_hip/dgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:18:05.8152347Z #31 251.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.8155114Z #31 251.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.8156690Z #31 251.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.8158133Z #31 251.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.8159319Z #31 251.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.8160088Z #31 251.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.8162490Z #31 251.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.8165515Z #31 251.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.8167384Z #31 251.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.8169149Z #31 251.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.8170593Z #31 251.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.8171551Z #31 251.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.8174481Z #31 251.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.8177932Z #31 251.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.8179967Z #31 251.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.8182116Z #31 251.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.8183551Z #31 251.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.8184534Z #31 251.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.8187384Z #31 251.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.8191306Z #31 251.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.8193683Z #31 251.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.8195500Z #31 251.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.8196966Z #31 251.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.8197944Z #31 251.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.8200777Z #31 251.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.8204757Z #31 251.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.8207182Z #31 251.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.8208947Z #31 251.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.8210380Z #31 251.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.8211373Z #31 251.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.8214362Z #31 251.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.8217758Z #31 251.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.8219813Z #31 251.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.8221577Z #31 251.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.8223031Z #31 251.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.8223981Z #31 251.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.8226793Z #31 251.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.8230261Z #31 251.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.8232611Z #31 251.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.8234370Z #31 251.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.8235814Z #31 251.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.8236779Z #31 251.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.8239535Z #31 251.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.8243291Z #31 251.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.8245369Z #31 251.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.8247112Z #31 251.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.8248482Z #31 251.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.8249428Z #31 251.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.8252394Z #31 251.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.8256159Z #31 251.0 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.8258518Z #31 251.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.8260303Z #31 251.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.8261688Z #31 251.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.8262586Z #31 251.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.8265610Z #31 251.0 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.8269283Z #31 251.0 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.8271619Z #31 251.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.8273372Z #31 251.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.8274769Z #31 251.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.8275706Z #31 251.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.8281212Z #31 251.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dsymm_batched_core.hip.o magmablas_hip/dsymm_batched_core.hip.cpp 2024-08-20T22:18:05.8359287Z #31 251.2 In file included from magmablas_hip/cgetf2_native_kernel.hip.cpp:17: 2024-08-20T22:18:05.8362754Z #31 251.2 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.9945584Z #31 251.2 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.9947624Z #31 251.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.9949487Z #31 251.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.9950911Z #31 251.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.9951865Z #31 251.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.9954833Z #31 251.2 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.9958259Z #31 251.2 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.9960697Z #31 251.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.9962484Z #31 251.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.9963956Z #31 251.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.9964935Z #31 251.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.9967954Z #31 251.2 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.9971356Z #31 251.2 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.9973436Z #31 251.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.9975399Z #31 251.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.9976828Z #31 251.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.9977806Z #31 251.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.9980668Z #31 251.2 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.9984653Z #31 251.2 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.9986919Z #31 251.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:05.9988533Z #31 251.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:05.9989822Z #31 251.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:05.9990800Z #31 251.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:05.9993651Z #31 251.2 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:05.9996935Z #31 251.2 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:05.9998989Z #31 251.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:06.0000778Z #31 251.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:06.0002289Z #31 251.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:06.0003299Z #31 251.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:06.0006257Z #31 251.2 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:06.0009823Z #31 251.2 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:06.0011975Z #31 251.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:06.0013955Z #31 251.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:06.0015454Z #31 251.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:06.0016473Z #31 251.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:06.0019346Z #31 251.2 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:06.0023179Z #31 251.2 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:06.0025336Z #31 251.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:06.0027166Z #31 251.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:06.0028843Z #31 251.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:06.0029838Z #31 251.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:06.0033216Z #31 251.2 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:06.0036793Z #31 251.2 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:06.0039011Z #31 251.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:06.0040753Z #31 251.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:06.0042236Z #31 251.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:06.0043248Z #31 251.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:06.0046432Z #31 251.2 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:06.0050276Z #31 251.2 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:06.0052603Z #31 251.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:06.0054682Z #31 251.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:06.0056077Z #31 251.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:06.0057061Z #31 251.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:06.0059936Z #31 251.2 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:06.0063964Z #31 251.2 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:06.0066398Z #31 251.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:06.0068191Z #31 251.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:06.0069661Z #31 251.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:06.0070603Z #31 251.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:06.1684725Z #31 251.5 10 warnings generated when compiling for host. 2024-08-20T22:18:06.3334756Z #31 251.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/chemm_batched_core.hip.o magmablas_hip/chemm_batched_core.hip.cpp 2024-08-20T22:18:06.8463844Z #31 252.2 In file included from magmablas_hip/cgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:18:07.0078264Z #31 252.2 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:07.0082003Z #31 252.2 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:07.0084120Z #31 252.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:07.0085948Z #31 252.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:07.0087622Z #31 252.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:07.0088609Z #31 252.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:07.0091479Z #31 252.2 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:07.0095109Z #31 252.2 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:07.0097165Z #31 252.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:07.0098967Z #31 252.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:07.0100178Z #31 252.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:07.0100978Z #31 252.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:07.0104143Z #31 252.2 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:07.0107665Z #31 252.2 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:07.0109920Z #31 252.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:07.0111675Z #31 252.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:07.0113148Z #31 252.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:07.0114105Z #31 252.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:07.0116885Z #31 252.2 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:07.0120787Z #31 252.2 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:07.0123413Z #31 252.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:07.0125267Z #31 252.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:07.0126745Z #31 252.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:07.0127757Z #31 252.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:07.0130960Z #31 252.2 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:07.0134878Z #31 252.2 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:07.0137364Z #31 252.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:07.0139170Z #31 252.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:07.0140645Z #31 252.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:07.0141858Z #31 252.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:07.0144768Z #31 252.2 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:07.0148480Z #31 252.2 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:07.0150549Z #31 252.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:07.0152405Z #31 252.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:07.0153861Z #31 252.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:07.0154811Z #31 252.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:07.0157582Z #31 252.2 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:07.0161089Z #31 252.2 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:07.0163397Z #31 252.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:07.0165233Z #31 252.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:07.0166957Z #31 252.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:07.0167984Z #31 252.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:07.0170912Z #31 252.2 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:07.0174613Z #31 252.2 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:07.0176842Z #31 252.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:07.0178611Z #31 252.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:07.0180102Z #31 252.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:07.0181028Z #31 252.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:07.0183910Z #31 252.2 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:07.0187815Z #31 252.2 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:07.0190311Z #31 252.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:07.0192132Z #31 252.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:07.0193624Z #31 252.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:07.0194594Z #31 252.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:07.0197471Z #31 252.2 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:07.0201406Z #31 252.2 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:07.0203915Z #31 252.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:07.0205897Z #31 252.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:07.0207392Z #31 252.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:07.0208377Z #31 252.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:07.7670552Z #31 253.1 magmablas_hip/dgesv_batched_small.hip.cpp:167: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-08-20T22:18:07.7674500Z #31 253.1 dgesv_batched_small_sm_kernel( 2024-08-20T22:18:07.9173249Z #31 253.1 ^ 2024-08-20T22:18:08.3514979Z #31 253.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ssyr2k_batched.o magmablas_hip/ssyr2k_batched.cpp 2024-08-20T22:18:10.7500859Z #31 256.1 2 warnings generated when compiling for gfx900. 2024-08-20T22:18:11.1247190Z #31 256.5 1 warning generated when compiling for gfx908. 2024-08-20T22:18:11.3870507Z #31 256.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dsyr2k_batched.o magmablas_hip/dsyr2k_batched.cpp 2024-08-20T22:18:11.5569257Z #31 256.9 1 warning generated when compiling for gfx908. 2024-08-20T22:18:12.1826711Z #31 257.5 magmablas_hip/dgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:18:12.1829018Z #31 257.5 default: arginfo = -100; 2024-08-20T22:18:12.3518119Z #31 257.5 ^~~~~~~ 2024-08-20T22:18:12.3519397Z #31 257.5 magmablas_hip/dgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:18:12.3521244Z #31 257.5 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:18:12.3522108Z #31 257.5 ^ 2024-08-20T22:18:12.3523412Z #31 257.5 magmablas_hip/dgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:18:12.3524763Z #31 257.5 hipError_t e; 2024-08-20T22:18:12.3525380Z #31 257.5 ^ 2024-08-20T22:18:12.3527528Z #31 257.6 magmablas_hip/dgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:18:12.3529789Z #31 257.6 default: arginfo = -100; 2024-08-20T22:18:12.3530563Z #31 257.6 ^~~~~~~ 2024-08-20T22:18:12.3532073Z #31 257.6 magmablas_hip/dgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:18:12.3533658Z #31 257.6 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:18:12.3534586Z #31 257.6 ^ 2024-08-20T22:18:12.3535888Z #31 257.6 magmablas_hip/dgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:18:12.3537200Z #31 257.6 hipError_t e; 2024-08-20T22:18:12.3537811Z #31 257.6 ^ 2024-08-20T22:18:12.6716536Z #31 258.0 In file included from magmablas_hip/ctrtri_lower_batched.hip.cpp:23: 2024-08-20T22:18:12.6718884Z #31 258.0 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:18:12.8221707Z #31 258.0 cgemm_kernel_16( 2024-08-20T22:18:12.8222442Z #31 258.0 ^ 2024-08-20T22:18:13.0779273Z #31 258.4 In file included from magmablas_hip/ctrtri_upper_batched.hip.cpp:24: 2024-08-20T22:18:13.0781638Z #31 258.4 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:18:13.0783160Z #31 258.4 cgemm_kernel_16( 2024-08-20T22:18:13.2284979Z #31 258.4 ^ 2024-08-20T22:18:14.4410223Z #31 259.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cher2k_batched.o magmablas_hip/cher2k_batched.cpp 2024-08-20T22:18:14.6175872Z #31 259.8 magmablas_hip/cgesv_batched_small.hip.cpp:167: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-08-20T22:18:14.6180021Z #31 259.8 cgesv_batched_small_sm_kernel( 2024-08-20T22:18:14.6180813Z #31 259.8 ^ 2024-08-20T22:18:15.9999760Z #31 261.4 10 warnings generated when compiling for gfx900. 2024-08-20T22:18:16.1800313Z #31 261.4 11 warnings generated when compiling for gfx900. 2024-08-20T22:18:16.1801514Z #31 261.4 2 warnings generated when compiling for gfx900. 2024-08-20T22:18:16.3338553Z #31 261.7 magmablas_hip/sgetf2_kernels.hip.cpp:710: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-08-20T22:18:16.4479332Z #31 261.7 zcomputecolumn_kernel_shared_batched( int m, int paneloffset, int step, 2024-08-20T22:18:16.4480587Z #31 261.7 ^ 2024-08-20T22:18:16.4484286Z #31 261.7 magmablas_hip/sgetf2_kernels.hip.cpp:610: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-08-20T22:18:16.4487799Z #31 261.7 sgetf2trsm_2d_kernel( int m, int n, 2024-08-20T22:18:16.4488576Z #31 261.7 ^ 2024-08-20T22:18:16.4492613Z #31 261.7 magmablas_hip/sgetf2_kernels.hip.cpp:610: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-08-20T22:18:16.4499455Z #31 261.7 magmablas_hip/sgetf2_kernels.hip.cpp:610: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-08-20T22:18:16.4505789Z #31 261.8 magmablas_hip/sgetf2_kernels.hip.cpp:610: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-08-20T22:18:16.4509255Z #31 261.8 10 warnings generated when compiling for gfx900. 2024-08-20T22:18:16.5977875Z #31 262.0 magmablas_hip/dgetf2_kernels.hip.cpp:710: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-08-20T22:18:16.5982102Z #31 262.0 zcomputecolumn_kernel_shared_batched( int m, int paneloffset, int step, 2024-08-20T22:18:16.5983397Z #31 262.0 ^ 2024-08-20T22:18:16.8060828Z #31 262.0 magmablas_hip/dgetf2_kernels.hip.cpp:610: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-08-20T22:18:16.8064438Z #31 262.0 dgetf2trsm_2d_kernel( int m, int n, 2024-08-20T22:18:16.8065223Z #31 262.0 ^ 2024-08-20T22:18:16.8069161Z #31 262.0 magmablas_hip/dgetf2_kernels.hip.cpp:610: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-08-20T22:18:16.8075285Z #31 262.0 magmablas_hip/dgetf2_kernels.hip.cpp:610: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-08-20T22:18:16.8081970Z #31 262.0 magmablas_hip/dgetf2_kernels.hip.cpp:610: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-08-20T22:18:17.3817342Z #31 262.7 In file included from magmablas_hip/sgesv_batched_small.hip.cpp:22: 2024-08-20T22:18:17.3820989Z #31 262.7 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.4866154Z #31 262.7 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.4868200Z #31 262.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.4870182Z #31 262.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.4871622Z #31 262.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.4872585Z #31 262.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.4875320Z #31 262.7 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.4878534Z #31 262.7 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.4880972Z #31 262.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.4882742Z #31 262.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.4884144Z #31 262.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.4885097Z #31 262.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.4887815Z #31 262.8 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.4891082Z #31 262.8 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.4893086Z #31 262.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.4895033Z #31 262.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.4896482Z #31 262.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.4897405Z #31 262.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.4900195Z #31 262.8 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.4903741Z #31 262.8 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.4905994Z #31 262.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.4907738Z #31 262.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.4909152Z #31 262.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.4910116Z #31 262.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.4912884Z #31 262.8 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.4916482Z #31 262.8 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.4919112Z #31 262.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.4920888Z #31 262.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.4922289Z #31 262.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.4923195Z #31 262.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.4925953Z #31 262.8 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.4929417Z #31 262.8 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.4931661Z #31 262.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.4933403Z #31 262.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.4934938Z #31 262.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.4935861Z #31 262.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.4938620Z #31 262.8 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.4942267Z #31 262.8 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.4944365Z #31 262.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.4946098Z #31 262.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.4947537Z #31 262.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.4948483Z #31 262.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.4951211Z #31 262.8 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.4954520Z #31 262.8 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.4956593Z #31 262.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.4958315Z #31 262.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.4959723Z #31 262.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.4960670Z #31 262.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.4963387Z #31 262.8 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.4966974Z #31 262.8 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.4969279Z #31 262.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.4970949Z #31 262.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.4972253Z #31 262.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.4973133Z #31 262.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.4976208Z #31 262.8 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.4980495Z #31 262.8 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.4983059Z #31 262.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.4984819Z #31 262.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.4986463Z #31 262.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.4987454Z #31 262.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.4988549Z #31 262.9 10 warnings generated when compiling for gfx900. 2024-08-20T22:18:17.5911337Z #31 262.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ssyrk_batched.o magmablas_hip/ssyrk_batched.cpp 2024-08-20T22:18:17.5915671Z #31 262.9 magmablas_hip/cgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:18:17.5917721Z #31 262.9 default: arginfo = -100; 2024-08-20T22:18:17.5918433Z #31 262.9 ^~~~~~~ 2024-08-20T22:18:17.5919464Z #31 262.9 magmablas_hip/cgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:18:17.5920880Z #31 262.9 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:18:17.5922006Z #31 262.9 ^ 2024-08-20T22:18:17.5923435Z #31 262.9 magmablas_hip/cgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:18:17.5924831Z #31 262.9 hipError_t e; 2024-08-20T22:18:17.5925460Z #31 262.9 ^ 2024-08-20T22:18:17.7421242Z #31 263.0 magmablas_hip/cgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:18:17.7423641Z #31 263.0 default: arginfo = -100; 2024-08-20T22:18:17.7424438Z #31 263.0 ^~~~~~~ 2024-08-20T22:18:17.7425634Z #31 263.0 magmablas_hip/cgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:18:17.7427226Z #31 263.0 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:18:17.7428087Z #31 263.0 ^ 2024-08-20T22:18:17.7429403Z #31 263.0 magmablas_hip/cgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:18:17.7431022Z #31 263.0 hipError_t e; 2024-08-20T22:18:17.7431692Z #31 263.0 ^ 2024-08-20T22:18:17.8063424Z #31 263.2 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:17.9427005Z #31 263.2 sgetf2_fused_kernel_batched( int m, 2024-08-20T22:18:17.9427751Z #31 263.2 ^ 2024-08-20T22:18:17.9432596Z #31 263.2 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:17.9436392Z #31 263.2 In file included from magmablas_hip/sgetf2_native_kernel.hip.cpp:17: 2024-08-20T22:18:17.9439557Z #31 263.2 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.9442814Z #31 263.2 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.9444938Z #31 263.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.9446686Z #31 263.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.9448449Z #31 263.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.9449428Z #31 263.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.9452251Z #31 263.2 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.9455776Z #31 263.2 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.9457976Z #31 263.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.9459735Z #31 263.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.9461181Z #31 263.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.9462099Z #31 263.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.9464905Z #31 263.2 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.9468233Z #31 263.2 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.9470283Z #31 263.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.9472274Z #31 263.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.9473727Z #31 263.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.9474691Z #31 263.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.9477674Z #31 263.2 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.9481212Z #31 263.2 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.9483488Z #31 263.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.9485440Z #31 263.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.9486881Z #31 263.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.9487851Z #31 263.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.9490676Z #31 263.2 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.9494598Z #31 263.2 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.9496790Z #31 263.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.9498171Z #31 263.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.9499543Z #31 263.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.9500508Z #31 263.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.9503166Z #31 263.2 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.9506505Z #31 263.2 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.9508365Z #31 263.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.9510151Z #31 263.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.9511434Z #31 263.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.9512323Z #31 263.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.9515000Z #31 263.2 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.9518117Z #31 263.2 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.9519933Z #31 263.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.9521624Z #31 263.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.9522943Z #31 263.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.9523843Z #31 263.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.9526310Z #31 263.2 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.9529524Z #31 263.2 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.9532270Z #31 263.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.9534138Z #31 263.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.9535563Z #31 263.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.9536525Z #31 263.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.9539392Z #31 263.2 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.9542912Z #31 263.2 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.9544791Z #31 263.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.9546323Z #31 263.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.9547695Z #31 263.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.9548506Z #31 263.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.9550934Z #31 263.2 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:17.9554305Z #31 263.2 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:17.9556700Z #31 263.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:17.9558305Z #31 263.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:17.9559621Z #31 263.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:17.9560537Z #31 263.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:17.9564244Z #31 263.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:17.9571122Z #31 263.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:17.9578248Z #31 263.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:17.9585588Z #31 263.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:17.9592548Z #31 263.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:17.9599738Z #31 263.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:17.9606580Z #31 263.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:17.9613226Z #31 263.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:17.9620136Z #31 263.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:17.9626799Z #31 263.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:17.9633413Z #31 263.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:17.9640553Z #31 263.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:17.9644734Z #31 263.3 In file included from magmablas_hip/sgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:18:18.0632603Z #31 263.3 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:18.0635860Z #31 263.3 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:18.0637779Z #31 263.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:18.0639853Z #31 263.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:18.0641189Z #31 263.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:18.0642083Z #31 263.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:18.0644822Z #31 263.3 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:18.0648534Z #31 263.3 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:18.0650630Z #31 263.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:18.0652446Z #31 263.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:18.0654082Z #31 263.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:18.0655044Z #31 263.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:18.0658036Z #31 263.3 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:18.0661428Z #31 263.3 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:18.0663826Z #31 263.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:18.0665622Z #31 263.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:18.0667049Z #31 263.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:18.0667968Z #31 263.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:18.0671139Z #31 263.3 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:18.0674983Z #31 263.3 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:18.0677436Z #31 263.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:18.0679304Z #31 263.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:18.0680761Z #31 263.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:18.0681750Z #31 263.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:18.0684600Z #31 263.3 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:18.0688434Z #31 263.3 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:18.0690903Z #31 263.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:18.0692760Z #31 263.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:18.0694417Z #31 263.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:18.0695367Z #31 263.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:18.0698238Z #31 263.3 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:18.0701715Z #31 263.3 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:18.0703976Z #31 263.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:18.0705773Z #31 263.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:18.0707250Z #31 263.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:18.0708226Z #31 263.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:18.0711098Z #31 263.3 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:18.0714733Z #31 263.3 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:18.0716862Z #31 263.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:18.0718687Z #31 263.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:18.0720145Z #31 263.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:18.0721128Z #31 263.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:18.0724010Z #31 263.3 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:18.0727802Z #31 263.3 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:18.0729977Z #31 263.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:18.0732025Z #31 263.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:18.0733459Z #31 263.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:18.0734493Z #31 263.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:18.0737317Z #31 263.3 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:18.0741115Z #31 263.3 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:18.0743474Z #31 263.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:18.0745315Z #31 263.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:18.0746807Z #31 263.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:18.0747794Z #31 263.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:18.0750661Z #31 263.3 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:18.0754528Z #31 263.3 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:18.0757048Z #31 263.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:18.0758897Z #31 263.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:18.0760416Z #31 263.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:18.0761387Z #31 263.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:18.0765482Z #31 263.3 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.0769408Z #31 263.3 dgetf2_fused_kernel_batched( int m, 2024-08-20T22:18:18.0770237Z #31 263.3 ^ 2024-08-20T22:18:18.0774138Z #31 263.3 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.0781220Z #31 263.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.0787868Z #31 263.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.0794852Z #31 263.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.0801987Z #31 263.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.0808758Z #31 263.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.0815785Z #31 263.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2118412Z #31 263.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2124787Z #31 263.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2131382Z #31 263.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2137828Z #31 263.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2144388Z #31 263.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2151013Z #31 263.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2158149Z #31 263.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2165330Z #31 263.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2172237Z #31 263.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2179235Z #31 263.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2186331Z #31 263.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2193084Z #31 263.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2199966Z #31 263.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2206839Z #31 263.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2213897Z #31 263.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2220631Z #31 263.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2227439Z #31 263.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2234511Z #31 263.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2241263Z #31 263.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2248483Z #31 263.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2255495Z #31 263.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2262299Z #31 263.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2284625Z #31 263.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2291684Z #31 263.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2298467Z #31 263.5 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2305269Z #31 263.5 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2312068Z #31 263.5 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2318916Z #31 263.5 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2325616Z #31 263.5 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.2332660Z #31 263.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3436079Z #31 263.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3442613Z #31 263.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3449473Z #31 263.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3455993Z #31 263.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3462354Z #31 263.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3468784Z #31 263.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3475450Z #31 263.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3482100Z #31 263.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3489225Z #31 263.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3495754Z #31 263.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3502110Z #31 263.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3508362Z #31 263.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3514928Z #31 263.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3521696Z #31 263.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3528540Z #31 263.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3535794Z #31 263.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3542528Z #31 263.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3549554Z #31 263.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3556422Z #31 263.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3563504Z #31 263.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.3570394Z #31 263.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4766798Z #31 263.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4773482Z #31 263.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4780535Z #31 263.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4787419Z #31 263.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4794288Z #31 263.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4801211Z #31 263.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4807897Z #31 263.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4815160Z #31 263.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4821953Z #31 263.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4829000Z #31 263.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4836779Z #31 263.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4843465Z #31 263.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4850830Z #31 263.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4857967Z #31 263.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4864999Z #31 263.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4871897Z #31 263.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4878799Z #31 263.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4885722Z #31 263.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4892590Z #31 263.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4899563Z #31 263.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4906717Z #31 263.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4913503Z #31 263.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4920460Z #31 263.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4927291Z #31 263.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4934578Z #31 263.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.4941596Z #31 263.8 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.5913456Z #31 263.8 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.5920181Z #31 263.8 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.5927162Z #31 263.8 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.5934292Z #31 263.8 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.5941269Z #31 263.8 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.5948084Z #31 263.8 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.5954971Z #31 263.8 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.5961817Z #31 263.8 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.5969016Z #31 263.8 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.5976150Z #31 263.8 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.5982949Z #31 263.8 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.5989837Z #31 263.8 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.5997029Z #31 263.8 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6003878Z #31 263.9 magmablas_hip/cgetf2_kernels.hip.cpp:710: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-08-20T22:18:18.6007934Z #31 263.9 zcomputecolumn_kernel_shared_batched( int m, int paneloffset, int step, 2024-08-20T22:18:18.6009134Z #31 263.9 ^ 2024-08-20T22:18:18.6012882Z #31 263.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6019546Z #31 263.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6026223Z #31 263.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6133564Z #31 263.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6140729Z #31 263.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6147587Z #31 263.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6154839Z #31 263.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6161689Z #31 263.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6168575Z #31 263.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6175557Z #31 263.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6182357Z #31 263.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6189529Z #31 263.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6196245Z #31 263.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6203039Z #31 263.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6209856Z #31 263.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6217400Z #31 263.9 magmablas_hip/dgetf2_kernels.hip.cpp:824:1: magmablas_hip/cgetf2_kernels.hip.cpp:610: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-08-20T22:18:18.6221533Z #31 263.9 cgetf2trsm_2d_kernel( int m, int n, 2024-08-20T22:18:18.6222348Z #31 263.9 ^ 2024-08-20T22:18:18.6225528Z #31 263.9 warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:18:18.6232331Z #31 263.9 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.6238948Z #31 263.9 magmablas_hip/cgetf2_kernels.hip.cpp:610: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-08-20T22:18:18.6245926Z #31 263.9 magmablas_hip/cgetf2_kernels.hip.cpp:610: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-08-20T22:18:18.7258728Z #31 264.0 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7265979Z #31 264.0 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7272802Z #31 264.0 magmablas_hip/cgetf2_kernels.hip.cpp:610: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-08-20T22:18:18.7280027Z #31 264.0 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7286775Z #31 264.0 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7293372Z #31 264.0 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7300118Z #31 264.0 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7307267Z #31 264.0 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7314078Z #31 264.0 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7320722Z #31 264.0 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7327623Z #31 264.0 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7334714Z #31 264.0 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7341866Z #31 264.0 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7348678Z #31 264.0 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7355617Z #31 264.0 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7362395Z #31 264.0 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7369208Z #31 264.0 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7376476Z #31 264.0 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.7383275Z #31 264.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.8610295Z #31 264.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.8617327Z #31 264.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.8624396Z #31 264.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.8631327Z #31 264.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.8638085Z #31 264.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.8645087Z #31 264.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.8652285Z #31 264.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.8659220Z #31 264.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.8666222Z #31 264.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.8673043Z #31 264.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.8679873Z #31 264.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.8687007Z #31 264.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.8693894Z #31 264.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.8700718Z #31 264.1 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.8707690Z #31 264.1 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:18.8713631Z #31 264.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dsyrk_batched.o magmablas_hip/dsyrk_batched.cpp 2024-08-20T22:18:19.0451297Z #31 264.2 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:19.0458141Z #31 264.2 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:19.0464697Z #31 264.2 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:19.0471031Z #31 264.2 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:19.0477849Z #31 264.2 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:19.0484048Z #31 264.2 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:19.0490495Z #31 264.2 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:19.0497062Z #31 264.2 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:19.0503641Z #31 264.2 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:19.0510161Z #31 264.2 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:19.0516453Z #31 264.2 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:19.0522739Z #31 264.2 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:19.0529245Z #31 264.2 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:19.0535874Z #31 264.2 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:18:19.0539643Z #31 264.3 In file included from magmablas_hip/sgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:18:19.0542817Z #31 264.3 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:19.0546131Z #31 264.3 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:19.0548073Z #31 264.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:19.0549819Z #31 264.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:19.0551535Z #31 264.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:19.0552473Z #31 264.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:19.0555136Z #31 264.3 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:19.0558415Z #31 264.3 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:19.0560657Z #31 264.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:19.0562349Z #31 264.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:19.0563692Z #31 264.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:19.0564592Z #31 264.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:19.0567286Z #31 264.3 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:19.0570615Z #31 264.3 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:19.0572637Z #31 264.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:19.0574660Z #31 264.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:19.0576149Z #31 264.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:19.0577056Z #31 264.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:19.0579772Z #31 264.3 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:19.0583579Z #31 264.3 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:19.0585982Z #31 264.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:19.0587555Z #31 264.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:19.0588855Z #31 264.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:19.0589697Z #31 264.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:19.0592276Z #31 264.3 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:19.0595555Z #31 264.3 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:19.0597794Z #31 264.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:19.0599491Z #31 264.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:19.0600825Z #31 264.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:19.0601879Z #31 264.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:19.0604743Z #31 264.3 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:19.0607977Z #31 264.3 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:19.0609942Z #31 264.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:19.0611861Z #31 264.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:19.0613238Z #31 264.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:19.0614350Z #31 264.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:19.0617029Z #31 264.3 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:19.0620448Z #31 264.3 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:19.0622495Z #31 264.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:19.0624215Z #31 264.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:19.0625621Z #31 264.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:19.0626557Z #31 264.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:19.0629236Z #31 264.3 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:19.0733638Z #31 264.3 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:19.0736324Z #31 264.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:19.0738258Z #31 264.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:19.0739639Z #31 264.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:19.0740689Z #31 264.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:19.0743531Z #31 264.3 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:19.0746990Z #31 264.3 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:19.0749178Z #31 264.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:19.0750853Z #31 264.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:19.0752233Z #31 264.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:19.0753276Z #31 264.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:19.0756184Z #31 264.3 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:19.0759811Z #31 264.3 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:19.0761909Z #31 264.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:19.0763581Z #31 264.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:19.0764983Z #31 264.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:19.0765821Z #31 264.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:20.1236486Z #31 265.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.2905252Z #31 265.5 cgetf2_fused_kernel_batched( int m, 2024-08-20T22:18:20.2906089Z #31 265.5 ^ 2024-08-20T22:18:20.2909863Z #31 265.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.2916864Z #31 265.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.2923599Z #31 265.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.2930071Z #31 265.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.2937565Z #31 265.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.2944501Z #31 265.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.2951423Z #31 265.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.2958092Z #31 265.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.2964482Z #31 265.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.2971100Z #31 265.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.2977684Z #31 265.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.2984152Z #31 265.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.2990613Z #31 265.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.3945209Z #31 265.7 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.3952307Z #31 265.7 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.3959627Z #31 265.7 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.3966585Z #31 265.7 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.3973801Z #31 265.7 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.5078358Z #31 265.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.5084989Z #31 265.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.5092050Z #31 265.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.5099299Z #31 265.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.5105970Z #31 265.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.5112453Z #31 265.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.5119318Z #31 265.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.5126256Z #31 265.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.5133243Z #31 265.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.5140138Z #31 265.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.5147257Z #31 265.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.5154338Z #31 265.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.5161141Z #31 265.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.6403461Z #31 265.9 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.6410639Z #31 265.9 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.6417457Z #31 265.9 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.6424398Z #31 265.9 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.6431699Z #31 265.9 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.6438999Z #31 265.9 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.6446191Z #31 265.9 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.6452922Z #31 265.9 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.6460588Z #31 265.9 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.8118531Z #31 266.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.8125155Z #31 266.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.8132077Z #31 266.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.8138633Z #31 266.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.8145385Z #31 266.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.8151724Z #31 266.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.8158058Z #31 266.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.8164658Z #31 266.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.8170227Z #31 266.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.8176068Z #31 266.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.8182290Z #31 266.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.8189312Z #31 266.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.8196290Z #31 266.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.8203599Z #31 266.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.8209798Z #31 266.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cherk_batched.o magmablas_hip/cherk_batched.cpp 2024-08-20T22:18:20.8216105Z #31 266.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:20.8223010Z #31 266.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0134793Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0142266Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0148894Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0155676Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0162798Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0169455Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0176309Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0183407Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0189856Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0197371Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0204134Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0211488Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0218237Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0225463Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0232689Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0239704Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.0246698Z #31 266.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.1643450Z #31 266.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.1650203Z #31 266.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.1656943Z #31 266.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.1663457Z #31 266.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.1669944Z #31 266.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.1676933Z #31 266.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.1683406Z #31 266.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.1692431Z #31 266.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.1699223Z #31 266.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.1706298Z #31 266.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.1713328Z #31 266.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.1720108Z #31 266.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.1727055Z #31 266.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.1734373Z #31 266.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:18:21.7261086Z #31 267.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/slarf_batched_fused_reg.hip.o magmablas_hip/slarf_batched_fused_reg.hip.cpp 2024-08-20T22:18:23.7548680Z #31 269.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dlarf_batched_fused_reg.hip.o magmablas_hip/dlarf_batched_fused_reg.hip.cpp 2024-08-20T22:18:23.9401463Z #31 269.2 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/clarf_batched_fused_reg.hip.o magmablas_hip/clarf_batched_fused_reg.hip.cpp 2024-08-20T22:18:25.4668803Z #31 270.8 magmablas_hip/sgesv_batched_small.hip.cpp:167: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-08-20T22:18:25.4673068Z #31 270.8 sgesv_batched_small_sm_kernel( 2024-08-20T22:18:25.6170166Z #31 270.8 ^ 2024-08-20T22:18:27.1194727Z #31 272.5 10 warnings generated when compiling for gfx900. 2024-08-20T22:18:27.2540196Z #31 272.6 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/slarf_batched_fused_reg_medium.hip.o magmablas_hip/slarf_batched_fused_reg_medium.hip.cpp 2024-08-20T22:18:27.8353991Z #31 273.2 10 warnings generated when compiling for gfx900. 2024-08-20T22:18:28.4843705Z #31 273.9 In file included from magmablas_hip/dgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:18:28.5915022Z #31 273.9 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:28.5918445Z #31 273.9 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:28.5920374Z #31 273.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:28.5922238Z #31 273.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:28.5923620Z #31 273.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:28.5924546Z #31 273.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:28.5927265Z #31 273.9 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:28.5930564Z #31 273.9 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:28.5932849Z #31 273.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:28.5934619Z #31 273.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:28.5935715Z #31 273.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:28.5936469Z #31 273.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:28.5938943Z #31 273.9 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:28.5942299Z #31 273.9 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:28.5944315Z #31 273.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:28.5946104Z #31 273.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:28.5947485Z #31 273.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:28.5948394Z #31 273.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:28.5951084Z #31 273.9 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:28.5955004Z #31 273.9 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:28.5957169Z #31 273.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:28.5958555Z #31 273.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:28.5960056Z #31 273.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:28.5960993Z #31 273.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:28.5963801Z #31 273.9 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:28.5967457Z #31 273.9 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:28.5969769Z #31 273.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:28.5971477Z #31 273.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:28.5972874Z #31 273.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:28.5973793Z #31 273.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:28.5977011Z #31 273.9 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:28.5980020Z #31 273.9 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:28.5981723Z #31 273.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:28.5983403Z #31 273.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:28.5984821Z #31 273.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:28.5985811Z #31 273.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:28.5988761Z #31 273.9 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:28.5992103Z #31 273.9 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:28.5994040Z #31 273.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:28.5995705Z #31 273.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:28.5997065Z #31 273.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:28.5997972Z #31 273.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:28.6000670Z #31 273.9 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:28.6003744Z #31 273.9 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:28.6005583Z #31 273.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:28.6007326Z #31 273.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:28.6008759Z #31 273.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:28.6009904Z #31 273.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:28.6012646Z #31 273.9 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:28.6016455Z #31 273.9 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:28.6018862Z #31 273.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:28.6020704Z #31 273.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:28.6022113Z #31 273.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:28.6023075Z #31 273.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:28.6025874Z #31 273.9 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:28.6028749Z #31 273.9 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:28.6031275Z #31 273.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:28.6033317Z #31 273.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:28.6034847Z #31 273.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:28.6035756Z #31 273.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:28.6036796Z #31 274.0 10 warnings generated when compiling for gfx900. 2024-08-20T22:18:28.7185189Z #31 274.1 10 warnings generated when compiling for gfx906. 2024-08-20T22:18:29.2510335Z #31 274.6 In file included from magmablas_hip/dgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:18:29.2514087Z #31 274.6 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:29.4154021Z #31 274.6 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:29.4160945Z #31 274.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:29.4162891Z #31 274.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:29.4164380Z #31 274.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:29.4165395Z #31 274.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:29.4168295Z #31 274.6 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:29.4172371Z #31 274.6 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:29.4174788Z #31 274.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:29.4176776Z #31 274.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:29.4178344Z #31 274.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:29.4179278Z #31 274.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:29.4182325Z #31 274.6 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:29.4185724Z #31 274.6 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:29.4188412Z #31 274.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:29.4190360Z #31 274.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:29.4191952Z #31 274.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:29.4192939Z #31 274.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:29.4196183Z #31 274.6 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:29.4200310Z #31 274.6 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:29.4202725Z #31 274.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:29.4204556Z #31 274.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:29.4206062Z #31 274.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:29.4207090Z #31 274.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:29.4210291Z #31 274.6 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:29.4214891Z #31 274.6 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:29.4217509Z #31 274.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:29.4219450Z #31 274.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:29.4220991Z #31 274.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:29.4222018Z #31 274.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:29.4225096Z #31 274.6 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:29.4228838Z #31 274.6 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:29.4231281Z #31 274.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:29.4233053Z #31 274.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:29.4234593Z #31 274.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:29.4235609Z #31 274.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:29.4238639Z #31 274.6 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:29.4242465Z #31 274.6 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:29.4244719Z #31 274.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:29.4246665Z #31 274.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:29.4248228Z #31 274.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:29.4249152Z #31 274.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:29.4251396Z #31 274.6 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:29.4255390Z #31 274.6 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:29.4257191Z #31 274.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:29.4258770Z #31 274.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:29.4260395Z #31 274.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:29.4261394Z #31 274.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:29.4263935Z #31 274.6 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:29.4267402Z #31 274.6 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:29.4269958Z #31 274.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:29.4271810Z #31 274.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:29.4273300Z #31 274.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:29.4274250Z #31 274.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:29.4277478Z #31 274.6 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:29.4281094Z #31 274.6 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:29.4283024Z #31 274.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:29.4284570Z #31 274.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:29.4285988Z #31 274.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:29.4286953Z #31 274.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.1002682Z #31 275.5 In file included from magmablas_hip/cgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:18:30.1006346Z #31 275.5 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.2262466Z #31 275.5 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.2264561Z #31 275.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.2266469Z #31 275.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.2267831Z #31 275.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.2268731Z #31 275.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.2271526Z #31 275.5 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.2274628Z #31 275.5 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.2276535Z #31 275.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.2278195Z #31 275.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.2279994Z #31 275.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.2280884Z #31 275.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.2283669Z #31 275.5 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.2286834Z #31 275.5 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.2289201Z #31 275.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.2290986Z #31 275.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.2292272Z #31 275.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.2293129Z #31 275.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.2295917Z #31 275.5 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.2299511Z #31 275.5 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.2301895Z #31 275.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.2304088Z #31 275.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.2305554Z #31 275.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.2306819Z #31 275.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.2309613Z #31 275.5 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.2313323Z #31 275.5 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.2315739Z #31 275.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.2317631Z #31 275.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.2319185Z #31 275.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.2320153Z #31 275.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.2322767Z #31 275.5 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.2325721Z #31 275.5 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.2327657Z #31 275.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.2329392Z #31 275.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.2331066Z #31 275.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.2331878Z #31 275.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.2334793Z #31 275.5 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.2338423Z #31 275.5 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.2340549Z #31 275.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.2342844Z #31 275.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.2344413Z #31 275.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.2345592Z #31 275.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.2348597Z #31 275.5 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.2352279Z #31 275.5 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.2354453Z #31 275.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.2356273Z #31 275.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.2357808Z #31 275.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.2358847Z #31 275.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.2361820Z #31 275.5 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.2365978Z #31 275.5 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.2368640Z #31 275.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.2370522Z #31 275.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.2372066Z #31 275.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.2373078Z #31 275.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.2376141Z #31 275.5 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.2379962Z #31 275.5 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.2382509Z #31 275.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.2384474Z #31 275.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.2386041Z #31 275.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.2387098Z #31 275.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.2388477Z #31 275.6 In file included from magmablas_hip/dgetf2_native_kernel.hip.cpp:17: 2024-08-20T22:18:30.3956720Z #31 275.6 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.3960071Z #31 275.6 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.3962043Z #31 275.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.3963873Z #31 275.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.3965354Z #31 275.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.3966315Z #31 275.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.3969178Z #31 275.6 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.3972904Z #31 275.6 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.3975105Z #31 275.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.3976895Z #31 275.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.3978343Z #31 275.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.3979538Z #31 275.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.3982368Z #31 275.6 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.3985767Z #31 275.6 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.3987791Z #31 275.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.3989597Z #31 275.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.3991032Z #31 275.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.3991966Z #31 275.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.3995116Z #31 275.6 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.3998802Z #31 275.6 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.4001128Z #31 275.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.4002945Z #31 275.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.4004390Z #31 275.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.4005320Z #31 275.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.4008152Z #31 275.6 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.4011899Z #31 275.6 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.4014417Z #31 275.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.4016233Z #31 275.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.4017646Z #31 275.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.4018584Z #31 275.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.4021447Z #31 275.6 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.4024764Z #31 275.6 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.4026792Z #31 275.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.4028631Z #31 275.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.4030076Z #31 275.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.4031324Z #31 275.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.4034594Z #31 275.6 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.4038034Z #31 275.6 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.4040161Z #31 275.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.4041941Z #31 275.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.4043059Z #31 275.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.4043819Z #31 275.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.4046223Z #31 275.6 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.4049174Z #31 275.6 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.4050979Z #31 275.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.4052330Z #31 275.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.4053384Z #31 275.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.4054748Z #31 275.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.4057463Z #31 275.6 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.4061193Z #31 275.6 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.4063327Z #31 275.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.4064954Z #31 275.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.4066195Z #31 275.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.4067075Z #31 275.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.4069588Z #31 275.6 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:30.4072971Z #31 275.6 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:30.4075230Z #31 275.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:30.4076857Z #31 275.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:30.4078121Z #31 275.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:30.4079091Z #31 275.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:30.4132558Z #31 275.8 11 warnings generated when compiling for gfx900. 2024-08-20T22:18:30.9247667Z #31 276.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dlarf_batched_fused_reg_medium.hip.o magmablas_hip/dlarf_batched_fused_reg_medium.hip.cpp 2024-08-20T22:18:31.4248144Z #31 276.8 10 warnings generated when compiling for gfx906. 2024-08-20T22:18:31.6729206Z #31 277.0 1 warning generated when compiling for gfx90a. 2024-08-20T22:18:31.8519046Z #31 277.2 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/clarf_batched_fused_reg_medium.hip.o magmablas_hip/clarf_batched_fused_reg_medium.hip.cpp 2024-08-20T22:18:31.9906504Z #31 277.3 In file included from magmablas_hip/dgesv_batched_small.hip.cpp:22: 2024-08-20T22:18:31.9909761Z #31 277.3 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:31.9912917Z #31 277.3 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:31.9914802Z #31 277.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:31.9916564Z #31 277.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:31.9918024Z #31 277.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:31.9918963Z #31 277.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:31.9922332Z #31 277.3 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:31.9925552Z #31 277.3 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:31.9927485Z #31 277.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:31.9929246Z #31 277.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:31.9930939Z #31 277.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:31.9931848Z #31 277.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:31.9934715Z #31 277.3 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:31.9938015Z #31 277.3 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:31.9939961Z #31 277.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:31.9941661Z #31 277.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:31.9943070Z #31 277.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:31.9943998Z #31 277.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:31.9946649Z #31 277.3 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:31.9950185Z #31 277.3 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:31.9952495Z #31 277.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:31.9954226Z #31 277.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:31.9955589Z #31 277.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:31.9956524Z #31 277.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:31.9959593Z #31 277.3 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:31.9963151Z #31 277.3 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:31.9965284Z #31 277.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:31.9967189Z #31 277.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:31.9968546Z #31 277.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:31.9969517Z #31 277.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:31.9972430Z #31 277.3 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:31.9975962Z #31 277.3 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:31.9977806Z #31 277.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:31.9979405Z #31 277.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:31.9980949Z #31 277.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:31.9982003Z #31 277.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:31.9984758Z #31 277.3 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:31.9988010Z #31 277.3 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:31.9989854Z #31 277.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:31.9991569Z #31 277.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:31.9992931Z #31 277.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:31.9993894Z #31 277.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:31.9996738Z #31 277.3 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:32.0000138Z #31 277.3 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:32.0002218Z #31 277.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:32.0003985Z #31 277.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:32.0005416Z #31 277.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:32.0006368Z #31 277.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:32.0009045Z #31 277.3 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:32.0012724Z #31 277.3 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:32.0015277Z #31 277.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:32.0017076Z #31 277.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:32.0018748Z #31 277.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:32.0019725Z #31 277.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:32.0022412Z #31 277.3 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:32.0026143Z #31 277.3 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:32.0028538Z #31 277.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:32.0030341Z #31 277.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:32.0032134Z #31 277.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:32.0033355Z #31 277.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:32.0034343Z #31 277.4 10 warnings generated when compiling for gfx90a. 2024-08-20T22:18:32.2157310Z #31 277.4 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/slarf_batched_fused_reg_tall.hip.o magmablas_hip/slarf_batched_fused_reg_tall.hip.cpp 2024-08-20T22:18:32.2603237Z #31 277.6 10 warnings generated when compiling for gfx900. 2024-08-20T22:18:32.8229317Z #31 278.2 10 warnings generated when compiling for gfx906. 2024-08-20T22:18:33.0522522Z #31 278.3 In file included from magmablas_hip/sgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:18:33.0526052Z #31 278.3 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.0529595Z #31 278.3 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.0531705Z #31 278.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.0533441Z #31 278.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.0534936Z #31 278.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.0535818Z #31 278.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.0538476Z #31 278.3 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.0541568Z #31 278.3 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.0543490Z #31 278.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.0545184Z #31 278.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.0546559Z #31 278.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.0547474Z #31 278.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.0550406Z #31 278.3 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.0553630Z #31 278.3 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.0555609Z #31 278.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.0557825Z #31 278.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.0559187Z #31 278.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.0560144Z #31 278.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.0562848Z #31 278.3 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.0566692Z #31 278.3 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.0568939Z #31 278.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.0570727Z #31 278.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.0572075Z #31 278.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.0573010Z #31 278.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.0575878Z #31 278.3 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.0579748Z #31 278.3 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.0582103Z #31 278.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.0583816Z #31 278.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.0585231Z #31 278.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.0586158Z #31 278.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.0588864Z #31 278.3 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.0592125Z #31 278.3 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.0594134Z #31 278.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.0595827Z #31 278.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.0597245Z #31 278.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.0598189Z #31 278.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.0600857Z #31 278.3 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.0604186Z #31 278.3 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.0606197Z #31 278.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.0607968Z #31 278.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.0609314Z #31 278.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.0610271Z #31 278.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.0613005Z #31 278.3 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.0616689Z #31 278.3 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.0618713Z #31 278.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.0620406Z #31 278.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.0621733Z #31 278.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.0622681Z #31 278.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.0625659Z #31 278.3 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.0629161Z #31 278.3 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.0631820Z #31 278.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.0633598Z #31 278.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.0634956Z #31 278.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.0635813Z #31 278.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.0638865Z #31 278.3 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.0642442Z #31 278.3 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.0644761Z #31 278.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.0646536Z #31 278.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.0647928Z #31 278.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.0648876Z #31 278.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.2006222Z #31 278.6 In file included from magmablas_hip/ctrtri_lower_batched.hip.cpp:23: 2024-08-20T22:18:33.3774003Z #31 278.6 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:18:33.3775718Z #31 278.6 cgemm_kernel_16( 2024-08-20T22:18:33.3776334Z #31 278.6 ^ 2024-08-20T22:18:33.3776940Z #31 278.6 1 warning generated when compiling for host. 2024-08-20T22:18:33.3782765Z #31 278.7 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dlarf_batched_fused_reg_tall.hip.o magmablas_hip/dlarf_batched_fused_reg_tall.hip.cpp 2024-08-20T22:18:33.3787959Z #31 278.7 In file included from magmablas_hip/zgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:18:33.3790962Z #31 278.7 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.5353436Z #31 278.7 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.5355508Z #31 278.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.5357532Z #31 278.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.5359412Z #31 278.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.5360364Z #31 278.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.5363024Z #31 278.7 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.5366352Z #31 278.7 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.5368667Z #31 278.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.5370422Z #31 278.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.5371865Z #31 278.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.5372810Z #31 278.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.5375744Z #31 278.7 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.5379214Z #31 278.7 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.5381311Z #31 278.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.5383426Z #31 278.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.5384891Z #31 278.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.5385828Z #31 278.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.5388564Z #31 278.7 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.5392138Z #31 278.7 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.5394315Z #31 278.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.5395940Z #31 278.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.5397447Z #31 278.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.5398407Z #31 278.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.5401177Z #31 278.7 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.5404844Z #31 278.7 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.5407373Z #31 278.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.5409031Z #31 278.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.5410409Z #31 278.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.5411361Z #31 278.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.5414313Z #31 278.7 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.5417678Z #31 278.7 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.5419700Z #31 278.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.5421746Z #31 278.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.5423194Z #31 278.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.5424170Z #31 278.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.5427040Z #31 278.7 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.5431029Z #31 278.7 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.5432956Z #31 278.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.5434692Z #31 278.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.5436073Z #31 278.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.5436958Z #31 278.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.5439724Z #31 278.7 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.5442831Z #31 278.7 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.5445180Z #31 278.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.5446964Z #31 278.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.5448380Z #31 278.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.5449326Z #31 278.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.5452109Z #31 278.8 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.5456032Z #31 278.8 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.5458297Z #31 278.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.5460111Z #31 278.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.5461512Z #31 278.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.5462468Z #31 278.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.5465487Z #31 278.8 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.5469138Z #31 278.8 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.5471512Z #31 278.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.5489633Z #31 278.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.5491015Z #31 278.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.5491988Z #31 278.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.6615932Z #31 279.0 In file included from magmablas_hip/cgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:18:33.8956406Z #31 279.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.8960071Z #31 279.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.8962076Z #31 279.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.8963921Z #31 279.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.8965357Z #31 279.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.8966549Z #31 279.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.8969338Z #31 279.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.8972550Z #31 279.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.8974704Z #31 279.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.8976474Z #31 279.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.8977895Z #31 279.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.8978840Z #31 279.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.8981909Z #31 279.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.8985236Z #31 279.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.8987214Z #31 279.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.8989019Z #31 279.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.8990440Z #31 279.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.8991389Z #31 279.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.8994180Z #31 279.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.8997924Z #31 279.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.9000117Z #31 279.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.9001806Z #31 279.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.9003378Z #31 279.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.9004352Z #31 279.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.9007122Z #31 279.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.9010771Z #31 279.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.9013132Z #31 279.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.9015171Z #31 279.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.9016522Z #31 279.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.9017433Z #31 279.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.9020329Z #31 279.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.9023553Z #31 279.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.9025524Z #31 279.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.9027577Z #31 279.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.9029094Z #31 279.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.9029992Z #31 279.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.9033032Z #31 279.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.9036428Z #31 279.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.9038470Z #31 279.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.9040226Z #31 279.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.9041666Z #31 279.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.9042913Z #31 279.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.9045775Z #31 279.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.9049183Z #31 279.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.9051270Z #31 279.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.9053058Z #31 279.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.9054638Z #31 279.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.9055594Z #31 279.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.9058331Z #31 279.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.9061933Z #31 279.0 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.9064289Z #31 279.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.9066103Z #31 279.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.9067525Z #31 279.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.9068471Z #31 279.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.9071215Z #31 279.0 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:33.9074825Z #31 279.0 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:33.9077224Z #31 279.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:33.9079023Z #31 279.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:33.9080755Z #31 279.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:33.9081708Z #31 279.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:33.9082718Z #31 279.1 10 warnings generated when compiling for host. 2024-08-20T22:18:33.9088578Z #31 279.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/clarf_batched_fused_reg_tall.hip.o magmablas_hip/clarf_batched_fused_reg_tall.hip.cpp 2024-08-20T22:18:34.1918128Z #31 279.6 In file included from magmablas_hip/sgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:18:34.3516482Z #31 279.6 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:34.3519770Z #31 279.6 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:34.3521621Z #31 279.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:34.3523299Z #31 279.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:34.3525017Z #31 279.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:34.3526016Z #31 279.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:34.3528672Z #31 279.6 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:34.3532045Z #31 279.6 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:34.3533959Z #31 279.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:34.3535735Z #31 279.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:34.3537079Z #31 279.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:34.3537984Z #31 279.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:34.3540605Z #31 279.6 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:34.3543772Z #31 279.6 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:34.3545693Z #31 279.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:34.3547299Z #31 279.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:34.3548507Z #31 279.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:34.3549441Z #31 279.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:34.3551846Z #31 279.6 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:34.3555213Z #31 279.6 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:34.3557352Z #31 279.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:34.3558966Z #31 279.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:34.3560526Z #31 279.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:34.3561350Z #31 279.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:34.3563732Z #31 279.6 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:34.3567427Z #31 279.6 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:34.3569907Z #31 279.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:34.3571601Z #31 279.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:34.3572976Z #31 279.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:34.3573877Z #31 279.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:34.3576674Z #31 279.6 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:34.3579835Z #31 279.6 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:34.3581717Z #31 279.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:34.3583608Z #31 279.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:34.3584962Z #31 279.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:34.3585877Z #31 279.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:34.3588477Z #31 279.6 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:34.3591663Z #31 279.6 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:34.3593594Z #31 279.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:34.3595236Z #31 279.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:34.3596561Z #31 279.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:34.3597490Z #31 279.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:34.3600076Z #31 279.6 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:34.3603266Z #31 279.6 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:34.3605231Z #31 279.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:34.3606860Z #31 279.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:34.3608164Z #31 279.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:34.3608952Z #31 279.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:34.3611243Z #31 279.6 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:34.3614723Z #31 279.6 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:34.3616869Z #31 279.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:34.3618633Z #31 279.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:34.3619931Z #31 279.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:34.3620805Z #31 279.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:34.3623272Z #31 279.6 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:34.3626735Z #31 279.6 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:34.3628898Z #31 279.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:34.3630496Z #31 279.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:34.3632066Z #31 279.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:34.3632938Z #31 279.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:36.3648487Z #31 281.7 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/slarf_batched_fused_sm.hip.o magmablas_hip/slarf_batched_fused_sm.hip.cpp 2024-08-20T22:18:36.8389729Z #31 282.2 11 warnings generated when compiling for gfx906. 2024-08-20T22:18:38.2837755Z #31 283.7 In file included from magmablas_hip/sgesv_batched_small.hip.cpp:22: 2024-08-20T22:18:38.2840917Z #31 283.7 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:38.4432673Z #31 283.7 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:38.4434714Z #31 283.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:38.4436699Z #31 283.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:38.4438192Z #31 283.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:38.4439169Z #31 283.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:38.4441829Z #31 283.7 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:38.4445029Z #31 283.7 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:38.4447083Z #31 283.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:38.4448937Z #31 283.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:38.4450476Z #31 283.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:38.4451491Z #31 283.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:38.4454566Z #31 283.7 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:38.4458023Z #31 283.7 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:38.4460189Z #31 283.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:38.4462447Z #31 283.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:38.4463893Z #31 283.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:38.4464895Z #31 283.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:38.4467690Z #31 283.7 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:38.4471729Z #31 283.7 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:38.4474060Z #31 283.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:38.4475876Z #31 283.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:38.4477350Z #31 283.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:38.4478296Z #31 283.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:38.4481154Z #31 283.7 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:38.4485276Z #31 283.7 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:38.4487819Z #31 283.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:38.4489557Z #31 283.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:38.4490820Z #31 283.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:38.4491824Z #31 283.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:38.4494501Z #31 283.7 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:38.4497902Z #31 283.7 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:38.4499754Z #31 283.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:38.4501591Z #31 283.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:38.4503075Z #31 283.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:38.4504039Z #31 283.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:38.4507000Z #31 283.7 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:38.4510627Z #31 283.7 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:38.4512757Z #31 283.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:38.4514579Z #31 283.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:38.4516121Z #31 283.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:38.4517151Z #31 283.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:38.4520048Z #31 283.7 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:38.4523443Z #31 283.7 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:38.4525334Z #31 283.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:38.4526991Z #31 283.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:38.4528248Z #31 283.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:38.4529115Z #31 283.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:38.4532045Z #31 283.7 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:38.4535407Z #31 283.7 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:38.4537601Z #31 283.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:38.4539327Z #31 283.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:38.4540706Z #31 283.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:38.4541666Z #31 283.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:38.4544787Z #31 283.7 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:38.4548698Z #31 283.7 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:38.4551002Z #31 283.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:38.4552651Z #31 283.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:38.4554065Z #31 283.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:38.4555022Z #31 283.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:39.5518916Z #31 284.9 11 warnings generated when compiling for gfx900. 2024-08-20T22:18:40.1592264Z #31 285.4 magmablas_hip/dgesv_batched_small.hip.cpp:167: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-08-20T22:18:40.1595939Z #31 285.4 dgesv_batched_small_sm_kernel( 2024-08-20T22:18:40.1596595Z #31 285.4 ^ 2024-08-20T22:18:41.0003126Z #31 286.4 In file included from magmablas_hip/cgesv_batched_small.hip.cpp:22: 2024-08-20T22:18:41.0006741Z #31 286.4 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:41.1586449Z #31 286.4 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:41.1588692Z #31 286.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:41.1590815Z #31 286.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:41.1592424Z #31 286.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:41.1593458Z #31 286.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:41.1596492Z #31 286.4 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:41.1600258Z #31 286.4 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:41.1602780Z #31 286.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:41.1604603Z #31 286.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:41.1606111Z #31 286.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:41.1607105Z #31 286.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:41.1610023Z #31 286.4 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:41.1613574Z #31 286.4 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:41.1615624Z #31 286.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:41.1617512Z #31 286.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:41.1619041Z #31 286.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:41.1620039Z #31 286.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:41.1622988Z #31 286.4 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:41.1627132Z #31 286.4 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:41.1629602Z #31 286.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:41.1631692Z #31 286.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:41.1633223Z #31 286.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:41.1634233Z #31 286.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:41.1637170Z #31 286.4 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:41.1641102Z #31 286.4 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:41.1643625Z #31 286.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:41.1645495Z #31 286.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:41.1646987Z #31 286.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:41.1647988Z #31 286.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:41.1650944Z #31 286.4 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:41.1654594Z #31 286.4 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:41.1656742Z #31 286.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:41.1658666Z #31 286.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:41.1659995Z #31 286.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:41.1660858Z #31 286.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:41.1663859Z #31 286.4 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:41.1667851Z #31 286.4 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:41.1670191Z #31 286.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:41.1672021Z #31 286.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:41.1673667Z #31 286.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:41.1674669Z #31 286.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:41.1677591Z #31 286.4 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:41.1681235Z #31 286.4 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:41.1683437Z #31 286.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:41.1685272Z #31 286.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:41.1686761Z #31 286.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:41.1687746Z #31 286.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:41.1690884Z #31 286.4 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:41.1694935Z #31 286.4 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:41.1697458Z #31 286.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:41.1699317Z #31 286.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:41.1700825Z #31 286.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:41.1701791Z #31 286.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:41.1704458Z #31 286.4 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:41.1708249Z #31 286.4 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:41.1710791Z #31 286.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:41.1712649Z #31 286.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:41.1714165Z #31 286.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:41.1715168Z #31 286.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:42.4004556Z #31 287.8 1 warning generated when compiling for gfx90a. 2024-08-20T22:18:43.9590226Z #31 289.3 In file included from magmablas_hip/ctrtri_upper_batched.hip.cpp:24: 2024-08-20T22:18:43.9592835Z #31 289.3 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:18:44.2041138Z #31 289.3 cgemm_kernel_16( 2024-08-20T22:18:44.2041882Z #31 289.3 ^ 2024-08-20T22:18:44.2042581Z #31 289.4 1 warning generated when compiling for host. 2024-08-20T22:18:44.2050112Z #31 289.4 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dlarf_batched_fused_sm.hip.o magmablas_hip/dlarf_batched_fused_sm.hip.cpp 2024-08-20T22:18:45.1197686Z #31 290.5 10 warnings generated when compiling for gfx908. 2024-08-20T22:18:46.1977165Z #31 291.6 2 warnings generated when compiling for gfx906. 2024-08-20T22:18:46.4223791Z #31 291.6 magmablas_hip/sgesv_batched_small.hip.cpp:167: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-08-20T22:18:46.4227654Z #31 291.6 sgesv_batched_small_sm_kernel( 2024-08-20T22:18:46.4228430Z #31 291.6 ^ 2024-08-20T22:18:46.5449931Z #31 291.9 In file included from magmablas_hip/sgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:18:46.7067202Z #31 291.9 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:46.7070613Z #31 291.9 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:46.7072583Z #31 291.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:46.7074388Z #31 291.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:46.7076290Z #31 291.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:46.7077226Z #31 291.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:46.7080056Z #31 291.9 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:46.7083362Z #31 291.9 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:46.7085338Z #31 291.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:46.7087073Z #31 291.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:46.7088821Z #31 291.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:46.7089814Z #31 291.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:46.7092616Z #31 291.9 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:46.7096038Z #31 291.9 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:46.7098010Z #31 291.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:46.7099785Z #31 291.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:46.7101219Z #31 291.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:46.7102187Z #31 291.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:46.7104998Z #31 291.9 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:46.7108504Z #31 291.9 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:46.7110822Z #31 291.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:46.7112587Z #31 291.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:46.7114374Z #31 291.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:46.7115293Z #31 291.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:46.7118068Z #31 291.9 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:46.7121709Z #31 291.9 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:46.7124475Z #31 291.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:46.7126421Z #31 291.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:46.7127979Z #31 291.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:46.7129010Z #31 291.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:46.7132164Z #31 291.9 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:46.7135624Z #31 291.9 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:46.7137779Z #31 291.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:46.7139723Z #31 291.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:46.7141169Z #31 291.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:46.7142125Z #31 291.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:46.7144911Z #31 291.9 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:46.7148286Z #31 291.9 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:46.7150323Z #31 291.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:46.7152062Z #31 291.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:46.7153508Z #31 291.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:46.7154453Z #31 291.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:46.7157229Z #31 291.9 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:46.7160526Z #31 291.9 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:46.7162581Z #31 291.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:46.7164347Z #31 291.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:46.7165782Z #31 291.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:46.7166732Z #31 291.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:46.7169475Z #31 291.9 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:46.7173104Z #31 291.9 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:46.7175673Z #31 291.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:46.7177770Z #31 291.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:46.7179151Z #31 291.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:46.7180127Z #31 291.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:46.7182855Z #31 291.9 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:46.7186758Z #31 291.9 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:46.7532678Z #31 291.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:46.7534538Z #31 291.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:46.7535630Z #31 291.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:46.7536340Z #31 291.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:47.6275764Z #31 293.0 magmablas_hip/dgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:18:47.6277982Z #31 293.0 default: arginfo = -100; 2024-08-20T22:18:47.6279112Z #31 293.0 ^~~~~~~ 2024-08-20T22:18:47.7956400Z #31 293.0 magmablas_hip/dgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:18:47.7958217Z #31 293.0 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:18:47.7959014Z #31 293.0 ^ 2024-08-20T22:18:47.7960283Z #31 293.0 magmablas_hip/dgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:18:47.7961480Z #31 293.0 hipError_t e; 2024-08-20T22:18:47.7962074Z #31 293.0 ^ 2024-08-20T22:18:47.7964063Z #31 293.0 magmablas_hip/dgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:18:47.7966186Z #31 293.0 default: arginfo = -100; 2024-08-20T22:18:47.7966923Z #31 293.0 ^~~~~~~ 2024-08-20T22:18:47.7968032Z #31 293.0 magmablas_hip/dgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:18:47.7969482Z #31 293.0 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:18:47.7970287Z #31 293.0 ^ 2024-08-20T22:18:47.7971449Z #31 293.0 magmablas_hip/dgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:18:47.7972685Z #31 293.0 hipError_t e; 2024-08-20T22:18:47.7973280Z #31 293.0 ^ 2024-08-20T22:18:48.5067373Z #31 293.9 2 warnings generated when compiling for gfx900. 2024-08-20T22:18:48.6661594Z #31 294.0 10 warnings generated when compiling for gfx908. 2024-08-20T22:18:49.1516975Z #31 294.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/clarf_batched_fused_sm.hip.o magmablas_hip/clarf_batched_fused_sm.hip.cpp 2024-08-20T22:18:50.1999641Z #31 295.3 magmablas_hip/sgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:18:50.2001904Z #31 295.3 default: arginfo = -100; 2024-08-20T22:18:50.2002673Z #31 295.3 ^~~~~~~ 2024-08-20T22:18:50.2003862Z #31 295.3 magmablas_hip/sgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:18:50.2005519Z #31 295.3 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:18:50.2006290Z #31 295.3 ^ 2024-08-20T22:18:50.2007986Z #31 295.3 magmablas_hip/sgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:18:50.2009480Z #31 295.3 hipError_t e; 2024-08-20T22:18:50.2010080Z #31 295.3 ^ 2024-08-20T22:18:50.2012195Z #31 295.3 magmablas_hip/sgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:18:50.2014506Z #31 295.3 default: arginfo = -100; 2024-08-20T22:18:50.2015375Z #31 295.3 ^~~~~~~ 2024-08-20T22:18:50.2016764Z #31 295.3 magmablas_hip/sgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:18:50.2018326Z #31 295.3 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:18:50.2019125Z #31 295.3 ^ 2024-08-20T22:18:50.2020318Z #31 295.3 magmablas_hip/sgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:18:50.2021539Z #31 295.3 hipError_t e; 2024-08-20T22:18:50.2022161Z #31 295.3 ^ 2024-08-20T22:18:50.2023240Z #31 295.4 In file included from magmablas_hip/sgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:18:50.2026743Z #31 295.4 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:50.2030241Z #31 295.4 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:50.2032760Z #31 295.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:50.2034721Z #31 295.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:50.2036149Z #31 295.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:50.2037097Z #31 295.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:50.2040027Z #31 295.4 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:50.2043430Z #31 295.4 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:50.2045467Z #31 295.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:50.2047290Z #31 295.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:50.2048798Z #31 295.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:50.2049763Z #31 295.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:50.2052584Z #31 295.4 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:50.2056268Z #31 295.4 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:50.2058275Z #31 295.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:50.2060080Z #31 295.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:50.2061570Z #31 295.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:50.2062537Z #31 295.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:50.2065334Z #31 295.4 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:50.2069139Z #31 295.4 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:50.2071544Z #31 295.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:50.2073735Z #31 295.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:50.2075206Z #31 295.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:50.2076182Z #31 295.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:50.2078995Z #31 295.4 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:50.2083065Z #31 295.4 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:50.2085511Z #31 295.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:50.2087290Z #31 295.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:50.2088720Z #31 295.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:50.2089706Z #31 295.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:50.2092569Z #31 295.4 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:50.2096142Z #31 295.4 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:50.2097872Z #31 295.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:50.2099613Z #31 295.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:50.2100938Z #31 295.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:50.2101830Z #31 295.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:50.2104601Z #31 295.4 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:50.2108248Z #31 295.4 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:50.2110498Z #31 295.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:50.2112212Z #31 295.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:50.2113657Z #31 295.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:50.2114628Z #31 295.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:50.2117541Z #31 295.4 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:50.2120873Z #31 295.4 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:50.2123095Z #31 295.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:50.2124936Z #31 295.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:50.2126461Z #31 295.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:50.2127367Z #31 295.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:50.2130031Z #31 295.4 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:50.2133803Z #31 295.4 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:50.2136580Z #31 295.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:50.2138286Z #31 295.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:50.2139755Z #31 295.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:50.2140959Z #31 295.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:50.2143933Z #31 295.4 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:50.2147867Z #31 295.4 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:50.2150383Z #31 295.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:50.2151992Z #31 295.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:50.2153411Z #31 295.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:50.2154378Z #31 295.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:50.7373982Z #31 296.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/slaswp_batched.hip.o magmablas_hip/slaswp_batched.hip.cpp 2024-08-20T22:18:51.0431765Z #31 296.4 10 warnings generated when compiling for gfx906. 2024-08-20T22:18:51.6466738Z #31 297.0 10 warnings generated when compiling for gfx906. 2024-08-20T22:18:52.4559651Z #31 297.8 In file included from magmablas_hip/dgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:18:52.6227696Z #31 297.8 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:52.6235394Z #31 297.8 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:52.6237520Z #31 297.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:52.6239368Z #31 297.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:52.6240661Z #31 297.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:52.6241651Z #31 297.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:52.6244357Z #31 297.8 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:52.6247602Z #31 297.8 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:52.6249552Z #31 297.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:52.6251247Z #31 297.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:52.6252555Z #31 297.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:52.6253457Z #31 297.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:52.6256523Z #31 297.8 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:52.6259983Z #31 297.8 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:52.6261857Z #31 297.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:52.6263595Z #31 297.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:52.6265085Z #31 297.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:52.6266301Z #31 297.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:52.6268929Z #31 297.8 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:52.6272425Z #31 297.8 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:52.6274563Z #31 297.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:52.6276228Z #31 297.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:52.6277686Z #31 297.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:52.6278653Z #31 297.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:52.6281697Z #31 297.8 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:52.6285412Z #31 297.8 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:52.6287731Z #31 297.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:52.6289576Z #31 297.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:52.6291012Z #31 297.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:52.6292003Z #31 297.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:52.6294948Z #31 297.8 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:52.6298296Z #31 297.8 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:52.6300199Z #31 297.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:52.6301901Z #31 297.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:52.6303320Z #31 297.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:52.6304291Z #31 297.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:52.6307088Z #31 297.8 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:52.6310539Z #31 297.8 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:52.6312676Z #31 297.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:52.6314518Z #31 297.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:52.6315996Z #31 297.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:52.6316992Z #31 297.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:52.6319941Z #31 297.8 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:52.6323325Z #31 297.8 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:52.6325505Z #31 297.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:52.6327501Z #31 297.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:52.6329016Z #31 297.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:52.6329864Z #31 297.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:52.6332883Z #31 297.8 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:52.6336420Z #31 297.8 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:52.6338799Z #31 297.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:52.6340450Z #31 297.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:52.6342119Z #31 297.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:52.6343156Z #31 297.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:52.6345876Z #31 297.8 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:52.6349655Z #31 297.8 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:52.6352266Z #31 297.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:52.6353989Z #31 297.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:52.6355414Z #31 297.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:52.6356324Z #31 297.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:53.0398626Z #31 298.4 In file included from magmablas_hip/cgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:18:53.0402186Z #31 298.4 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:53.2015976Z #31 298.4 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:53.2018065Z #31 298.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:53.2020146Z #31 298.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:53.2021647Z #31 298.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:53.2022588Z #31 298.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:53.2025227Z #31 298.4 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:53.2028510Z #31 298.4 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:53.2030499Z #31 298.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:53.2032957Z #31 298.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:53.2034359Z #31 298.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:53.2035280Z #31 298.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:53.2037970Z #31 298.4 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:53.2041484Z #31 298.4 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:53.2043447Z #31 298.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:53.2045248Z #31 298.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:53.2046709Z #31 298.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:53.2047736Z #31 298.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:53.2050410Z #31 298.4 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:53.2053942Z #31 298.4 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:53.2056749Z #31 298.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:53.2058613Z #31 298.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:53.2060056Z #31 298.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:53.2060955Z #31 298.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:53.2063781Z #31 298.4 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:53.2067276Z #31 298.4 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:53.2069534Z #31 298.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:53.2071328Z #31 298.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:53.2072778Z #31 298.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:53.2073718Z #31 298.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:53.2076360Z #31 298.4 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:53.2079627Z #31 298.4 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:53.2081624Z #31 298.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:53.2083421Z #31 298.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:53.2084875Z #31 298.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:53.2085859Z #31 298.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:53.2088659Z #31 298.4 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:53.2091763Z #31 298.4 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:53.2094367Z #31 298.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:53.2096126Z #31 298.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:53.2097517Z #31 298.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:53.2098611Z #31 298.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:53.2101371Z #31 298.4 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:53.2104961Z #31 298.4 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:53.2106902Z #31 298.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:53.2108703Z #31 298.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:53.2110150Z #31 298.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:53.2111048Z #31 298.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:53.2113681Z #31 298.4 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:53.2117507Z #31 298.4 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:53.2119811Z #31 298.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:53.2121519Z #31 298.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:53.2122876Z #31 298.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:53.2123831Z #31 298.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:53.2126617Z #31 298.4 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:53.2130229Z #31 298.4 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:53.2132844Z #31 298.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:53.2134697Z #31 298.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:53.2136025Z #31 298.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:53.2137113Z #31 298.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:53.8801609Z #31 299.2 10 warnings generated when compiling for gfx906. 2024-08-20T22:18:55.3225169Z #31 300.7 In file included from magmablas_hip/dgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:18:55.5426932Z #31 300.7 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:55.5430503Z #31 300.7 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:55.5432695Z #31 300.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:55.5434512Z #31 300.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:55.5435962Z #31 300.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:55.5437379Z #31 300.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:55.5440172Z #31 300.7 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:55.5443511Z #31 300.7 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:55.5445579Z #31 300.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:55.5447571Z #31 300.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:55.5449053Z #31 300.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:55.5449962Z #31 300.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:55.5452773Z #31 300.7 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:55.5456388Z #31 300.7 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:55.5458472Z #31 300.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:55.5460210Z #31 300.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:55.5462195Z #31 300.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:55.5463293Z #31 300.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:55.5466084Z #31 300.7 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:55.5469562Z #31 300.7 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:55.5471404Z #31 300.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:55.5473215Z #31 300.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:55.5474582Z #31 300.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:55.5475473Z #31 300.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:55.5478208Z #31 300.7 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:55.5481839Z #31 300.7 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:55.5484084Z #31 300.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:55.5485919Z #31 300.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:55.5487141Z #31 300.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:55.5487985Z #31 300.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:55.5490856Z #31 300.7 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:55.5494528Z #31 300.7 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:55.5496545Z #31 300.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:55.5498380Z #31 300.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:55.5500111Z #31 300.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:55.5501108Z #31 300.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:55.5504026Z #31 300.7 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:55.5507339Z #31 300.7 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:55.5509494Z #31 300.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:55.5511092Z #31 300.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:55.5512629Z #31 300.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:55.5513683Z #31 300.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:55.5516353Z #31 300.7 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:55.5519467Z #31 300.7 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:55.5521810Z #31 300.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:55.5523776Z #31 300.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:55.5525290Z #31 300.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:55.5526279Z #31 300.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:55.5529039Z #31 300.7 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:55.5533752Z #31 300.7 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:55.5536414Z #31 300.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:55.5538338Z #31 300.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:55.5539829Z #31 300.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:55.5540824Z #31 300.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:55.5543774Z #31 300.7 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:55.5547841Z #31 300.7 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:55.5550491Z #31 300.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:55.5552395Z #31 300.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:55.5553943Z #31 300.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:55.5554984Z #31 300.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:55.5559482Z #31 300.8 magmablas_hip/cgesv_batched_small.hip.cpp:167: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-08-20T22:18:55.5563314Z #31 300.8 cgesv_batched_small_sm_kernel( 2024-08-20T22:18:55.5564366Z #31 300.8 ^ 2024-08-20T22:18:56.3174740Z #31 301.7 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dlaswp_batched.hip.o magmablas_hip/dlaswp_batched.hip.cpp 2024-08-20T22:18:57.3635912Z #31 302.7 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/claswp_batched.hip.o magmablas_hip/claswp_batched.hip.cpp 2024-08-20T22:18:57.5315742Z #31 302.9 2 warnings generated when compiling for gfx906. 2024-08-20T22:18:57.7073079Z #31 302.9 11 warnings generated when compiling for gfx908. 2024-08-20T22:18:57.8583308Z #31 303.2 magmablas_hip/slaswp_batched.hip.cpp:21:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:18:57.8586954Z #31 303.2 void slaswp_rowparallel_kernel( 2024-08-20T22:18:57.8587738Z #31 303.2 ^ 2024-08-20T22:18:58.0201401Z #31 303.2 magmablas_hip/slaswp_batched.hip.cpp:33:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:18:58.0205224Z #31 303.2 void slaswp_rowparallel_kernel_batched( 2024-08-20T22:18:58.0206116Z #31 303.2 ^ 2024-08-20T22:18:58.0805516Z #31 303.4 104 warnings generated when compiling for gfx900. 2024-08-20T22:18:58.2322060Z #31 303.4 2 warnings generated when compiling for gfx90a. 2024-08-20T22:18:58.6983049Z #31 304.1 10 warnings generated when compiling for gfx908. 2024-08-20T22:18:58.9220973Z #31 304.3 In file included from magmablas_hip/sgesv_batched_small.hip.cpp:22: 2024-08-20T22:18:58.9224444Z #31 304.3 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.1153038Z #31 304.3 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.1155108Z #31 304.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.1157116Z #31 304.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.1158579Z #31 304.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.1159529Z #31 304.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.1162362Z #31 304.3 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.1165843Z #31 304.3 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.1168089Z #31 304.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.1170056Z #31 304.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.1171541Z #31 304.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.1172546Z #31 304.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.1175774Z #31 304.3 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.1179735Z #31 304.3 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.1181857Z #31 304.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.1183726Z #31 304.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.1185388Z #31 304.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.1186368Z #31 304.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.1189297Z #31 304.3 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.1193160Z #31 304.3 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.1195598Z #31 304.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.1197425Z #31 304.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.1198930Z #31 304.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.1200080Z #31 304.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.1203076Z #31 304.3 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.1207108Z #31 304.3 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.1209520Z #31 304.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.1211463Z #31 304.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.1212898Z #31 304.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.1213878Z #31 304.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.1217062Z #31 304.3 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.1220602Z #31 304.3 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.1222687Z #31 304.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.1224492Z #31 304.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.1225988Z #31 304.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.1226970Z #31 304.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.1229882Z #31 304.3 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.1335727Z #31 304.3 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.1337876Z #31 304.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.1339847Z #31 304.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.1341308Z #31 304.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.1342674Z #31 304.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.1345534Z #31 304.3 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.1349209Z #31 304.3 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.1351591Z #31 304.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.1353586Z #31 304.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.1355070Z #31 304.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.1356067Z #31 304.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.1358983Z #31 304.3 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.1362864Z #31 304.3 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.1365337Z #31 304.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.1367447Z #31 304.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.1368965Z #31 304.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.1369958Z #31 304.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.1372851Z #31 304.3 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.1376941Z #31 304.3 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.1379469Z #31 304.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.1381322Z #31 304.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.1382815Z #31 304.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.1383823Z #31 304.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.1386484Z #31 304.3 magmablas_hip/cgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:18:59.1388708Z #31 304.3 default: arginfo = -100; 2024-08-20T22:18:59.1389489Z #31 304.3 ^~~~~~~ 2024-08-20T22:18:59.1390824Z #31 304.3 magmablas_hip/cgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:18:59.1392383Z #31 304.3 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:18:59.1393203Z #31 304.3 ^ 2024-08-20T22:18:59.1394474Z #31 304.3 magmablas_hip/cgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:18:59.1395774Z #31 304.3 hipError_t e; 2024-08-20T22:18:59.1396389Z #31 304.3 ^ 2024-08-20T22:18:59.1398528Z #31 304.3 magmablas_hip/cgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:18:59.1400768Z #31 304.3 default: arginfo = -100; 2024-08-20T22:18:59.1401548Z #31 304.3 ^~~~~~~ 2024-08-20T22:18:59.1402698Z #31 304.3 magmablas_hip/cgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:18:59.1404252Z #31 304.3 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:18:59.1405069Z #31 304.3 ^ 2024-08-20T22:18:59.1406554Z #31 304.3 magmablas_hip/cgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:18:59.1408072Z #31 304.3 hipError_t e; 2024-08-20T22:18:59.1408695Z #31 304.3 ^ 2024-08-20T22:18:59.5232071Z #31 304.9 In file included from magmablas_hip/cgetf2_kernels.hip.cpp:19: 2024-08-20T22:18:59.5235649Z #31 304.9 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.7730195Z #31 304.9 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.7732936Z #31 304.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.7735112Z #31 304.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.7736613Z #31 304.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.7737624Z #31 304.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.7740521Z #31 304.9 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.7744027Z #31 304.9 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.7746571Z #31 304.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.7748424Z #31 304.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.7749918Z #31 304.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.7750899Z #31 304.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.7753808Z #31 304.9 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.7757391Z #31 304.9 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.7759509Z #31 304.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.7761337Z #31 304.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.7762849Z #31 304.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.7763838Z #31 304.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.7766750Z #31 304.9 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.7770603Z #31 304.9 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.7773053Z #31 304.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.7775049Z #31 304.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.7776523Z #31 304.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.7777543Z #31 304.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.7780480Z #31 304.9 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.7784342Z #31 304.9 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.7787098Z #31 304.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.7788951Z #31 304.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.7790578Z #31 304.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.7791530Z #31 304.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.7794524Z #31 304.9 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.7798124Z #31 304.9 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.7800392Z #31 304.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.7802209Z #31 304.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.7803695Z #31 304.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.7804697Z #31 304.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.7807598Z #31 304.9 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.7811356Z #31 304.9 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.7813528Z #31 304.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.7815494Z #31 304.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.7816948Z #31 304.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.7817965Z #31 304.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.7821103Z #31 304.9 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.7824600Z #31 304.9 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.7826723Z #31 304.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.7828508Z #31 304.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.7830129Z #31 304.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.7831622Z #31 304.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.7834479Z #31 304.9 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.7838371Z #31 304.9 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.7840856Z #31 304.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.7842718Z #31 304.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.7844224Z #31 304.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.7845209Z #31 304.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.7848099Z #31 304.9 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:18:59.7852276Z #31 304.9 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:18:59.7854925Z #31 304.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:18:59.7871789Z #31 304.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:18:59.7873666Z #31 304.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:18:59.7874695Z #31 304.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:18:59.7876623Z #31 304.9 magmablas_hip/cgetf2_kernels.hip.cpp:162:9: warning: unused variable 'chunk' [-Wunused-variable] 2024-08-20T22:18:59.7878340Z #31 304.9 int chunk = magma_ceildiv( length, zamax ); 2024-08-20T22:18:59.7879285Z #31 304.9 ^ 2024-08-20T22:18:59.7884838Z #31 305.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/spotf2_kernels.hip.o magmablas_hip/spotf2_kernels.hip.cpp 2024-08-20T22:19:00.1394759Z #31 305.5 10 warnings generated when compiling for gfx90a. 2024-08-20T22:19:00.3776336Z #31 305.6 In file included from magmablas_hip/dgetf2_native_kernel.hip.cpp:17: 2024-08-20T22:19:00.3780201Z #31 305.6 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:00.3783697Z #31 305.6 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:00.3785762Z #31 305.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:00.3787626Z #31 305.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:00.3789110Z #31 305.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:00.3790113Z #31 305.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:00.3793040Z #31 305.6 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:00.3796582Z #31 305.6 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:00.3798675Z #31 305.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:00.3800623Z #31 305.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:00.3802095Z #31 305.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:00.3803217Z #31 305.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:00.3806102Z #31 305.6 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:00.3809555Z #31 305.6 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:00.3811655Z #31 305.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:00.3813417Z #31 305.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:00.3815008Z #31 305.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:00.3816301Z #31 305.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:00.3819474Z #31 305.6 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:00.3823304Z #31 305.6 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:00.3825765Z #31 305.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:00.3827772Z #31 305.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:00.3829293Z #31 305.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:00.3830261Z #31 305.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:00.3833470Z #31 305.6 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:00.3837347Z #31 305.6 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:00.3839802Z #31 305.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:00.3841796Z #31 305.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:00.3843390Z #31 305.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:00.3844401Z #31 305.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:00.3847276Z #31 305.6 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:00.3850817Z #31 305.6 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:00.3852922Z #31 305.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:00.3854857Z #31 305.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:00.3856312Z #31 305.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:00.3857320Z #31 305.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:00.3860224Z #31 305.6 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:00.3863810Z #31 305.6 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:00.3865956Z #31 305.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:00.3867764Z #31 305.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:00.3869259Z #31 305.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:00.3870244Z #31 305.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:00.3873142Z #31 305.6 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:00.3876749Z #31 305.6 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:00.3878918Z #31 305.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:00.3880711Z #31 305.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:00.3882440Z #31 305.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:00.3883447Z #31 305.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:00.3886338Z #31 305.6 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:00.3890239Z #31 305.6 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:00.3892885Z #31 305.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:00.3894844Z #31 305.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:00.3896317Z #31 305.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:00.3897253Z #31 305.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:00.3900147Z #31 305.6 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:00.3904037Z #31 305.6 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:00.3906723Z #31 305.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:00.3908584Z #31 305.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:00.3910078Z #31 305.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:00.3911059Z #31 305.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:01.3781819Z #31 306.7 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dpotf2_kernels.hip.o magmablas_hip/dpotf2_kernels.hip.cpp 2024-08-20T22:19:01.5152785Z #31 306.9 In file included from magmablas_hip/sgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:19:01.5156559Z #31 306.9 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:01.6184487Z #31 306.9 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:01.6186530Z #31 306.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:01.6188660Z #31 306.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:01.6190116Z #31 306.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:01.6191305Z #31 306.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:01.6194199Z #31 306.9 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:01.6197808Z #31 306.9 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:01.6199792Z #31 306.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:01.6201562Z #31 306.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:01.6203382Z #31 306.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:01.6204277Z #31 306.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:01.6206660Z #31 306.9 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:01.6209785Z #31 306.9 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:01.6211843Z #31 306.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:01.6213573Z #31 306.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:01.6215152Z #31 306.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:01.6216248Z #31 306.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:01.6218916Z #31 306.9 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:01.6222541Z #31 306.9 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:01.6224975Z #31 306.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:01.6227037Z #31 306.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:01.6228496Z #31 306.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:01.6229434Z #31 306.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:01.6232452Z #31 306.9 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:01.6235752Z #31 306.9 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:01.6237670Z #31 306.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:01.6239199Z #31 306.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:01.6240413Z #31 306.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:01.6241227Z #31 306.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:01.6243557Z #31 306.9 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:01.6246952Z #31 306.9 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:01.6249083Z #31 306.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:01.6250927Z #31 306.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:01.6252110Z #31 306.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:01.6252948Z #31 306.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:01.6255985Z #31 306.9 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:01.6259176Z #31 306.9 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:01.6261322Z #31 306.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:01.6263360Z #31 306.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:01.6264760Z #31 306.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:01.6265628Z #31 306.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:01.6268181Z #31 306.9 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:01.6271509Z #31 306.9 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:01.6273370Z #31 306.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:01.6275185Z #31 306.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:01.6276474Z #31 306.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:01.6277414Z #31 306.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:01.6280081Z #31 306.9 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:01.6283570Z #31 306.9 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:01.6286063Z #31 306.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:01.6287781Z #31 306.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:01.6289168Z #31 306.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:01.6290440Z #31 306.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:01.6293323Z #31 306.9 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:01.6297506Z #31 306.9 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:01.6300070Z #31 306.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:01.6301906Z #31 306.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:01.6303392Z #31 306.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:01.6304399Z #31 306.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:01.6305480Z #31 306.9 10 warnings generated when compiling for gfx906. 2024-08-20T22:19:01.7312258Z #31 307.0 magmablas_hip/spotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.7317009Z #31 307.0 __global__ void spotf2_smlpin_fixwidth_kernel(int m, float *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:01.7318764Z #31 307.0 ^ 2024-08-20T22:19:01.7322844Z #31 307.0 magmablas_hip/spotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.7329786Z #31 307.0 magmablas_hip/spotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.7335062Z #31 307.0 __global__ void spotf2_smlpin_anywidth_kernel(int m, float *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:01.7336811Z #31 307.0 ^ 2024-08-20T22:19:01.7340871Z #31 307.0 magmablas_hip/spotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.7348076Z #31 307.0 magmablas_hip/spotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.7355023Z #31 307.0 magmablas_hip/spotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.7361990Z #31 307.0 magmablas_hip/spotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.7366170Z #31 307.0 __global__ void spotf2_smlpin_fixwidth_kernel_batched(int m, 2024-08-20T22:19:01.7367304Z #31 307.0 ^ 2024-08-20T22:19:01.7371276Z #31 307.0 magmablas_hip/spotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.7378370Z #31 307.0 magmablas_hip/spotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.7382314Z #31 307.0 __global__ void spotf2_smlpin_anywidth_kernel_batched(int m, 2024-08-20T22:19:01.7383422Z #31 307.0 ^ 2024-08-20T22:19:01.7387417Z #31 307.0 magmablas_hip/spotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.7394361Z #31 307.0 magmablas_hip/spotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.7401263Z #31 307.0 magmablas_hip/spotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.7408232Z #31 307.1 magmablas_hip/spotf2_kernels.hip.cpp:98:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.7412107Z #31 307.1 __global__ void spotf2_smlpout_fixwidth_kernel(int m, 2024-08-20T22:19:01.7413140Z #31 307.1 ^ 2024-08-20T22:19:01.7417384Z #31 307.1 magmablas_hip/spotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.7421638Z #31 307.1 __global__ void spotf2_smlpout_anywidth_kernel(int m, int n, 2024-08-20T22:19:01.7422755Z #31 307.1 ^ 2024-08-20T22:19:01.7426757Z #31 307.1 magmablas_hip/spotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.7434075Z #31 307.1 magmablas_hip/spotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.8723444Z #31 307.1 magmablas_hip/spotf2_kernels.hip.cpp:117:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.8727517Z #31 307.1 __global__ void spotf2_smlpout_fixwidth_kernel_batched(int m, 2024-08-20T22:19:01.8728649Z #31 307.1 ^ 2024-08-20T22:19:01.8733292Z #31 307.1 magmablas_hip/spotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.8737438Z #31 307.1 __global__ void spotf2_smlpout_anywidth_kernel_batched(int m, int n, 2024-08-20T22:19:01.8738631Z #31 307.1 ^ 2024-08-20T22:19:01.8742646Z #31 307.1 magmablas_hip/spotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.8749598Z #31 307.1 magmablas_hip/spotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:01.8753398Z #31 307.2 10 warnings generated when compiling for host. 2024-08-20T22:19:02.0379504Z #31 307.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cpotf2_kernels.hip.o magmablas_hip/cpotf2_kernels.hip.cpp 2024-08-20T22:19:02.5186575Z #31 307.9 11 warnings generated when compiling for gfx906. 2024-08-20T22:19:02.6559667Z #31 308.0 20 warnings generated when compiling for gfx900. 2024-08-20T22:19:02.8248309Z #31 308.2 104 warnings generated when compiling for gfx900. 2024-08-20T22:19:03.0423897Z #31 308.4 In file included from magmablas_hip/cgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:19:03.0427677Z #31 308.4 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:03.2001326Z #31 308.4 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:03.2003558Z #31 308.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:03.2005624Z #31 308.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:03.2007495Z #31 308.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:03.2008499Z #31 308.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:03.2011450Z #31 308.4 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:03.2015172Z #31 308.4 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:03.2017481Z #31 308.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:03.2019293Z #31 308.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:03.2020816Z #31 308.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:03.2021826Z #31 308.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:03.2024753Z #31 308.4 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:03.2028372Z #31 308.4 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:03.2030535Z #31 308.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:03.2032765Z #31 308.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:03.2034391Z #31 308.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:03.2035266Z #31 308.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:03.2038077Z #31 308.4 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:03.2041909Z #31 308.4 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:03.2044392Z #31 308.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:03.2046256Z #31 308.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:03.2047762Z #31 308.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:03.2048706Z #31 308.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:03.2051608Z #31 308.4 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:03.2055623Z #31 308.4 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:03.2058116Z #31 308.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:03.2059958Z #31 308.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:03.2061458Z #31 308.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:03.2062463Z #31 308.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:03.2065400Z #31 308.4 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:03.2068907Z #31 308.4 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:03.2071047Z #31 308.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:03.2073154Z #31 308.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:03.2074638Z #31 308.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:03.2075668Z #31 308.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:03.2078592Z #31 308.4 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:03.2082327Z #31 308.4 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:03.2084491Z #31 308.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:03.2086334Z #31 308.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:03.2087850Z #31 308.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:03.2088843Z #31 308.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:03.2091801Z #31 308.4 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:03.2095584Z #31 308.4 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:03.2097961Z #31 308.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:03.2099778Z #31 308.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:03.2101293Z #31 308.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:03.2102310Z #31 308.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:03.2105257Z #31 308.4 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:03.2109201Z #31 308.4 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:03.2111725Z #31 308.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:03.2113590Z #31 308.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:03.2217238Z #31 308.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:03.2218325Z #31 308.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:03.2221506Z #31 308.4 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:03.2225512Z #31 308.4 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:03.2228059Z #31 308.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:03.2230167Z #31 308.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:03.2231894Z #31 308.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:03.2232873Z #31 308.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:03.5132304Z #31 308.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sset_pointer.hip.o magmablas_hip/sset_pointer.hip.cpp 2024-08-20T22:19:03.9274606Z #31 309.2 magmablas_hip/dpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:03.9278692Z #31 309.2 __global__ void dpotf2_smlpin_fixwidth_kernel(int m, double *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:03.9280691Z #31 309.2 ^ 2024-08-20T22:19:03.9284578Z #31 309.2 magmablas_hip/dpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:03.9291122Z #31 309.2 magmablas_hip/dpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:03.9295646Z #31 309.2 __global__ void dpotf2_smlpin_anywidth_kernel(int m, double *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:03.9297343Z #31 309.2 ^ 2024-08-20T22:19:03.9301562Z #31 309.2 magmablas_hip/dpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:03.9308183Z #31 309.2 magmablas_hip/dpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:03.9314792Z #31 309.2 magmablas_hip/dpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:03.9321427Z #31 309.2 magmablas_hip/dpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:03.9325010Z #31 309.2 __global__ void dpotf2_smlpin_fixwidth_kernel_batched(int m, 2024-08-20T22:19:03.9326081Z #31 309.2 ^ 2024-08-20T22:19:03.9329899Z #31 309.2 magmablas_hip/dpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:03.9336834Z #31 309.3 magmablas_hip/dpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:03.9340481Z #31 309.3 __global__ void dpotf2_smlpin_anywidth_kernel_batched(int m, 2024-08-20T22:19:03.9341448Z #31 309.3 ^ 2024-08-20T22:19:03.9344870Z #31 309.3 magmablas_hip/dpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:03.9350954Z #31 309.3 magmablas_hip/dpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:03.9357436Z #31 309.3 magmablas_hip/dpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:03.9363777Z #31 309.3 magmablas_hip/dpotf2_kernels.hip.cpp:98:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:03.9367182Z #31 309.3 __global__ void dpotf2_smlpout_fixwidth_kernel(int m, 2024-08-20T22:19:03.9368145Z #31 309.3 ^ 2024-08-20T22:19:03.9369154Z #31 309.3 In file included from magmablas_hip/dgesv_batched_small.hip.cpp:22: 2024-08-20T22:19:03.9372368Z #31 309.3 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:03.9375729Z #31 309.3 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:03.9377731Z #31 309.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:03.9379531Z #31 309.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:03.9380882Z #31 309.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:03.9381778Z #31 309.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:03.9384280Z #31 309.3 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:03.9387374Z #31 309.3 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:03.9389306Z #31 309.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:03.9390955Z #31 309.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:03.9392381Z #31 309.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:03.9393332Z #31 309.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.1228281Z #31 309.3 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.1231843Z #31 309.3 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.1233779Z #31 309.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.1235547Z #31 309.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.1236921Z #31 309.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.1237798Z #31 309.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.1240497Z #31 309.3 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.1243961Z #31 309.3 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.1246217Z #31 309.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.1248296Z #31 309.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.1249713Z #31 309.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.1250622Z #31 309.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.1253294Z #31 309.3 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.1257240Z #31 309.3 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.1259438Z #31 309.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.1261194Z #31 309.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.1262573Z #31 309.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.1263475Z #31 309.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.1270057Z #31 309.3 magmablas_hip/shuffle.hip.hpp:132:112: magmablas_hip/dpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.1274193Z #31 309.3 __global__ void dpotf2_smlpout_anywidth_kernel(int m, int n, 2024-08-20T22:19:04.1275131Z #31 309.3 ^ 2024-08-20T22:19:04.1278799Z #31 309.3 magmablas_hip/dpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.1284024Z #31 309.3 magmablas_hip/dpotf2_kernels.hip.cpp:107:17: warning: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.1288860Z #31 309.3 loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.1292385Z #31 309.3 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.1294401Z #31 309.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.1296105Z #31 309.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.1297533Z #31 309.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.1298432Z #31 309.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.1301108Z #31 309.3 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.1304294Z #31 309.3 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.1306223Z #31 309.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.1308017Z #31 309.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.1309310Z #31 309.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.1310201Z #31 309.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.1312873Z #31 309.3 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.1316219Z #31 309.3 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.1318290Z #31 309.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.1319901Z #31 309.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.1321459Z #31 309.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.1322363Z #31 309.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.1324868Z #31 309.3 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.1328483Z #31 309.3 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.1332503Z #31 309.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.1334420Z #31 309.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.1335749Z #31 309.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.1337143Z #31 309.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.1340078Z #31 309.3 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.1343950Z #31 309.3 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.1346182Z #31 309.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.1348178Z #31 309.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.1349611Z #31 309.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.1350607Z #31 309.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.1354498Z #31 309.3 magmablas_hip/dpotf2_kernels.hip.cpp:117:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.1358285Z #31 309.3 __global__ void dpotf2_smlpout_fixwidth_kernel_batched(int m, 2024-08-20T22:19:04.1359358Z #31 309.3 ^ 2024-08-20T22:19:04.1363057Z #31 309.3 magmablas_hip/dpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.1366866Z #31 309.3 __global__ void dpotf2_smlpout_anywidth_kernel_batched(int m, int n, 2024-08-20T22:19:04.1368001Z #31 309.3 ^ 2024-08-20T22:19:04.1371839Z #31 309.3 magmablas_hip/dpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.1378304Z #31 309.3 magmablas_hip/dpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.1864114Z #31 309.6 10 warnings generated when compiling for gfx906. 2024-08-20T22:19:04.4172304Z #31 309.6 In file included from magmablas_hip/sgetf2_kernels.hip.cpp:19: 2024-08-20T22:19:04.4175707Z #31 309.6 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.4178731Z #31 309.6 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.4181080Z #31 309.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.4182819Z #31 309.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.4184195Z #31 309.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.4185108Z #31 309.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.4187841Z #31 309.6 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.4191100Z #31 309.6 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.4193512Z #31 309.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.4195403Z #31 309.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.4196725Z #31 309.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.4197677Z #31 309.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.4200390Z #31 309.6 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.4203317Z #31 309.6 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.4205438Z #31 309.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.4207389Z #31 309.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.4208817Z #31 309.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.4209701Z #31 309.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.4212448Z #31 309.6 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.4216099Z #31 309.6 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.4218486Z #31 309.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.4220202Z #31 309.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.4221593Z #31 309.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.4222477Z #31 309.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.4225122Z #31 309.6 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.4228643Z #31 309.6 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.4230961Z #31 309.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.4232909Z #31 309.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.4234150Z #31 309.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.4235055Z #31 309.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.4237958Z #31 309.6 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.4241562Z #31 309.6 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.4243382Z #31 309.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.4244998Z #31 309.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.4246418Z #31 309.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.4247275Z #31 309.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.4249954Z #31 309.6 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.4253219Z #31 309.6 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.4255341Z #31 309.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.4256906Z #31 309.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.4258252Z #31 309.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.4259236Z #31 309.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.4262156Z #31 309.6 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.4265516Z #31 309.6 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.4267444Z #31 309.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.4269165Z #31 309.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.4270535Z #31 309.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.4271476Z #31 309.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.4274033Z #31 309.6 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.4277316Z #31 309.6 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.4279550Z #31 309.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.4281466Z #31 309.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.4282986Z #31 309.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.4283934Z #31 309.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.4286693Z #31 309.6 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:04.4290261Z #31 309.6 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:04.4292849Z #31 309.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:04.4294704Z #31 309.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:04.4296029Z #31 309.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:04.4297050Z #31 309.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:04.4298656Z #31 309.6 magmablas_hip/sgetf2_kernels.hip.cpp:162:9: warning: unused variable 'chunk' [-Wunused-variable] 2024-08-20T22:19:04.4300266Z #31 309.6 int chunk = magma_ceildiv( length, zamax ); 2024-08-20T22:19:04.4301202Z #31 309.6 ^ 2024-08-20T22:19:04.5209742Z #31 309.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dset_pointer.hip.o magmablas_hip/dset_pointer.hip.cpp 2024-08-20T22:19:04.6266884Z #31 309.9 magmablas_hip/cpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6271581Z #31 309.9 __global__ void cpotf2_smlpin_fixwidth_kernel(int m, magmaFloatComplex *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:04.6273330Z #31 309.9 ^ 2024-08-20T22:19:04.6276988Z #31 309.9 magmablas_hip/cpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6283400Z #31 309.9 magmablas_hip/spotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6287639Z #31 309.9 __global__ void spotf2_smlpin_fixwidth_kernel(int m, float *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:04.6289408Z #31 309.9 ^ 2024-08-20T22:19:04.6292917Z #31 309.9 magmablas_hip/spotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6299868Z #31 309.9 magmablas_hip/spotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6303616Z #31 309.9 __global__ void spotf2_smlpin_anywidth_kernel(int m, float *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:04.6305152Z #31 309.9 ^ 2024-08-20T22:19:04.6308359Z #31 309.9 magmablas_hip/spotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6314413Z #31 309.9 magmablas_hip/spotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6321222Z #31 309.9 magmablas_hip/spotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6327907Z #31 309.9 magmablas_hip/cpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6332894Z #31 309.9 __global__ void cpotf2_smlpin_anywidth_kernel(int m, magmaFloatComplex *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:04.6334837Z #31 309.9 ^ 2024-08-20T22:19:04.6338733Z #31 309.9 magmablas_hip/cpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6344706Z #31 309.9 magmablas_hip/cpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6350426Z #31 309.9 magmablas_hip/cpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6356709Z #31 310.0 magmablas_hip/spotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6360125Z #31 310.0 __global__ void spotf2_smlpin_fixwidth_kernel_batched(int m, 2024-08-20T22:19:04.6360993Z #31 310.0 ^ 2024-08-20T22:19:04.6364378Z #31 310.0 magmablas_hip/spotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6370353Z #31 310.0 magmablas_hip/spotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6373825Z #31 310.0 __global__ void spotf2_smlpin_anywidth_kernel_batched(int m, 2024-08-20T22:19:04.6375088Z #31 310.0 ^ 2024-08-20T22:19:04.6378531Z #31 310.0 magmablas_hip/spotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6384624Z #31 310.0 magmablas_hip/spotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6390707Z #31 310.0 magmablas_hip/spotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6397101Z #31 310.0 magmablas_hip/cpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.6400545Z #31 310.0 __global__ void cpotf2_smlpin_fixwidth_kernel_batched(int m, 2024-08-20T22:19:04.6401570Z #31 310.0 ^ 2024-08-20T22:19:04.6405159Z #31 310.0 magmablas_hip/cpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.7396110Z #31 310.0 magmablas_hip/spotf2_kernels.hip.cpp:98:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.7399964Z #31 310.0 __global__ void spotf2_smlpout_fixwidth_kernel(int m, 2024-08-20T22:19:04.7400875Z #31 310.0 ^ 2024-08-20T22:19:04.7404673Z #31 310.0 magmablas_hip/spotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.7408722Z #31 310.0 __global__ void spotf2_smlpout_anywidth_kernel(int m, int n, 2024-08-20T22:19:04.7409892Z #31 310.0 ^ 2024-08-20T22:19:04.7413508Z #31 310.0 magmablas_hip/spotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.7419849Z #31 310.0 magmablas_hip/spotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.7426919Z #31 310.0 magmablas_hip/spotf2_kernels.hip.cppmagmablas_hip/cpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.7431105Z #31 310.0 __global__ void cpotf2_smlpin_anywidth_kernel_batched(int m, 2024-08-20T22:19:04.7432200Z #31 310.0 ^ 2024-08-20T22:19:04.7435849Z #31 310.0 magmablas_hip/cpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.7442196Z #31 310.0 magmablas_hip/cpotf2_kernels.hip.cpp:82:17:: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]117 2024-08-20T22:19:04.7448801Z #31 310.0 magmablas_hip/cpotf2_kernels.hip.cpp::1782:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.7454781Z #31 310.0 : warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.7457994Z #31 310.0 __global__ void spotf2_smlpout_fixwidth_kernel_batched(int m, 2024-08-20T22:19:04.7459399Z #31 310.0 ^ 2024-08-20T22:19:04.7463083Z #31 310.0 magmablas_hip/spotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.7466674Z #31 310.0 __global__ void spotf2_smlpout_anywidth_kernel_batched(int m, int n, 2024-08-20T22:19:04.7467811Z #31 310.0 ^ 2024-08-20T22:19:04.7471851Z #31 310.0 magmablas_hip/spotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.7478049Z #31 310.0 magmablas_hip/spotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.7484606Z #31 310.1 magmablas_hip/cpotf2_kernels.hip.cpp:98:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.7487946Z #31 310.1 __global__ void cpotf2_smlpout_fixwidth_kernel(int m, 2024-08-20T22:19:04.7489125Z #31 310.1 ^ 2024-08-20T22:19:04.7492885Z #31 310.1 magmablas_hip/cpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.7496504Z #31 310.1 __global__ void cpotf2_smlpout_anywidth_kernel(int m, int n, 2024-08-20T22:19:04.7497513Z #31 310.1 ^ 2024-08-20T22:19:04.9682729Z #31 310.1 magmablas_hip/cpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.9689388Z #31 310.1 magmablas_hip/cpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.9696074Z #31 310.1 magmablas_hip/cpotf2_kernels.hip.cpp:117:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.9699788Z #31 310.1 __global__ void cpotf2_smlpout_fixwidth_kernel_batched(int m, 2024-08-20T22:19:04.9700832Z #31 310.1 ^ 2024-08-20T22:19:04.9704514Z #31 310.2 magmablas_hip/cpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.9708063Z #31 310.2 __global__ void cpotf2_smlpout_anywidth_kernel_batched(int m, int n, 2024-08-20T22:19:04.9709218Z #31 310.2 ^ 2024-08-20T22:19:04.9712729Z #31 310.2 magmablas_hip/cpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.9718815Z #31 310.2 magmablas_hip/cpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:04.9722742Z #31 310.3 20 warnings generated when compiling for gfx900. 2024-08-20T22:19:05.1814375Z #31 310.4 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cset_pointer.hip.o magmablas_hip/cset_pointer.hip.cpp 2024-08-20T22:19:05.5788176Z #31 310.9 20 warnings generated when compiling for gfx906. 2024-08-20T22:19:05.6795598Z #31 311.0 In file included from magmablas_hip/sgetf2_native_kernel.hip.cpp:17: 2024-08-20T22:19:05.6799004Z #31 311.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:05.6802250Z #31 311.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:05.6804158Z #31 311.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:05.6806084Z #31 311.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:05.6807929Z #31 311.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:05.6808883Z #31 311.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:05.6811559Z #31 311.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:05.6815111Z #31 311.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:05.6817086Z #31 311.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:05.6818794Z #31 311.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:05.6820195Z #31 311.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:05.6821147Z #31 311.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:05.9211576Z #31 311.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:05.9215037Z #31 311.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:05.9217154Z #31 311.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:05.9218945Z #31 311.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:05.9220276Z #31 311.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:05.9221168Z #31 311.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:05.9223966Z #31 311.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:05.9227576Z #31 311.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:05.9229715Z #31 311.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:05.9231825Z #31 311.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:05.9233828Z #31 311.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:05.9234789Z #31 311.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:05.9237547Z #31 311.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:05.9241252Z #31 311.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:05.9243862Z #31 311.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:05.9245651Z #31 311.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:05.9247079Z #31 311.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:05.9248060Z #31 311.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:05.9250867Z #31 311.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:05.9254480Z #31 311.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:05.9256790Z #31 311.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:05.9258585Z #31 311.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:05.9259988Z #31 311.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:05.9260922Z #31 311.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:05.9263734Z #31 311.1 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:05.9267098Z #31 311.1 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:05.9268951Z #31 311.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:05.9270718Z #31 311.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:05.9272197Z #31 311.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:05.9273162Z #31 311.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:05.9275953Z #31 311.1 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:05.9279338Z #31 311.1 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:05.9281486Z #31 311.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:05.9283268Z #31 311.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:05.9284701Z #31 311.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:05.9285675Z #31 311.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:05.9288510Z #31 311.1 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:05.9292234Z #31 311.1 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:05.9294978Z #31 311.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:05.9296793Z #31 311.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:05.9298225Z #31 311.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:05.9299189Z #31 311.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:05.9302033Z #31 311.1 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:05.9305916Z #31 311.1 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:05.9308368Z #31 311.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:05.9310188Z #31 311.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:05.9311642Z #31 311.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:05.9312603Z #31 311.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:05.9315611Z #31 311.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/csyr2k_batched.o magmablas_hip/csyr2k_batched.cpp 2024-08-20T22:19:06.4027011Z #31 311.8 10 warnings generated when compiling for gfx90a. 2024-08-20T22:19:06.7616563Z #31 312.1 20 warnings generated when compiling for gfx900. 2024-08-20T22:19:07.1317915Z #31 312.5 magmablas_hip/sgesv_batched_small.hip.cpp:167: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-08-20T22:19:07.1321525Z #31 312.5 sgesv_batched_small_sm_kernel( 2024-08-20T22:19:07.2819023Z #31 312.5 ^ 2024-08-20T22:19:07.3102943Z #31 312.7 magmablas_hip/dpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.3107292Z #31 312.7 __global__ void dpotf2_smlpin_fixwidth_kernel(int m, double *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:07.4278214Z #31 312.7 ^ 2024-08-20T22:19:07.4282261Z #31 312.7 magmablas_hip/dpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.4288538Z #31 312.7 magmablas_hip/dpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.4292665Z #31 312.7 __global__ void dpotf2_smlpin_anywidth_kernel(int m, double *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:07.4294500Z #31 312.7 ^ 2024-08-20T22:19:07.4298086Z #31 312.7 magmablas_hip/dpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.4304260Z #31 312.7 magmablas_hip/dpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.4310823Z #31 312.7 magmablas_hip/dpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.4317049Z #31 312.7 magmablas_hip/dpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.4320887Z #31 312.7 __global__ void dpotf2_smlpin_fixwidth_kernel_batched(int m, 2024-08-20T22:19:07.4321897Z #31 312.7 ^ 2024-08-20T22:19:07.4325486Z #31 312.7 magmablas_hip/dpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.4332060Z #31 312.7 magmablas_hip/dpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.4335749Z #31 312.7 __global__ void dpotf2_smlpin_anywidth_kernel_batched(int m, 2024-08-20T22:19:07.4337122Z #31 312.7 ^ 2024-08-20T22:19:07.4341005Z #31 312.7 magmablas_hip/dpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.4347268Z #31 312.7 magmablas_hip/dpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.4353480Z #31 312.7 magmablas_hip/dpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.4359812Z #31 312.8 magmablas_hip/dpotf2_kernels.hip.cpp:98:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.4363341Z #31 312.8 __global__ void dpotf2_smlpout_fixwidth_kernel(int m, 2024-08-20T22:19:07.4364234Z #31 312.8 ^ 2024-08-20T22:19:07.4367916Z #31 312.8 magmablas_hip/dpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.4371463Z #31 312.8 __global__ void dpotf2_smlpout_anywidth_kernel(int m, int n, 2024-08-20T22:19:07.4372439Z #31 312.8 ^ 2024-08-20T22:19:07.4376288Z #31 312.8 magmablas_hip/dpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.4382653Z #31 312.8 magmablas_hip/dpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.4389268Z #31 312.8 magmablas_hip/dpotf2_kernels.hip.cpp:117:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.5310152Z #31 312.8 __global__ void dpotf2_smlpout_fixwidth_kernel_batched(int m, 2024-08-20T22:19:07.5311348Z #31 312.8 ^ 2024-08-20T22:19:07.5315089Z #31 312.8 magmablas_hip/dpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.5319418Z #31 312.8 __global__ void dpotf2_smlpout_anywidth_kernel_batched(int m, int n, 2024-08-20T22:19:07.5320551Z #31 312.8 ^ 2024-08-20T22:19:07.5324372Z #31 312.8 magmablas_hip/dpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.5331403Z #31 312.8 magmablas_hip/dpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.5338624Z #31 312.8 magmablas_hip/spotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.5343009Z #31 312.8 __global__ void spotf2_smlpin_fixwidth_kernel(int m, float *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:07.5344710Z #31 312.8 ^ 2024-08-20T22:19:07.5348719Z #31 312.8 magmablas_hip/spotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.5355004Z #31 312.9 magmablas_hip/spotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.5359255Z #31 312.9 __global__ void spotf2_smlpin_anywidth_kernel(int m, float *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:07.5360902Z #31 312.9 ^ 2024-08-20T22:19:07.5364949Z #31 312.9 magmablas_hip/spotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.5371533Z #31 312.9 magmablas_hip/spotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.5378320Z #31 312.9 magmablas_hip/spotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.5384912Z #31 312.9 magmablas_hip/spotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.5388920Z #31 312.9 __global__ void spotf2_smlpin_fixwidth_kernel_batched(int m, 2024-08-20T22:19:07.5389988Z #31 312.9 ^ 2024-08-20T22:19:07.5393836Z #31 312.9 magmablas_hip/spotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.7477077Z #31 312.9 magmablas_hip/spotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.7480822Z #31 312.9 __global__ void spotf2_smlpin_anywidth_kernel_batched(int m, 2024-08-20T22:19:07.7481866Z #31 312.9 ^ 2024-08-20T22:19:07.7485733Z #31 312.9 magmablas_hip/spotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.7492086Z #31 312.9 magmablas_hip/spotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.7498562Z #31 312.9 magmablas_hip/spotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.7504826Z #31 312.9 magmablas_hip/spotf2_kernels.hip.cpp:98:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.7508201Z #31 312.9 __global__ void spotf2_smlpout_fixwidth_kernel(int m, 2024-08-20T22:19:07.7509182Z #31 312.9 ^ 2024-08-20T22:19:07.7512736Z #31 312.9 magmablas_hip/spotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.7516339Z #31 312.9 __global__ void spotf2_smlpout_anywidth_kernel(int m, int n, 2024-08-20T22:19:07.7517358Z #31 312.9 ^ 2024-08-20T22:19:07.7520968Z #31 312.9 magmablas_hip/spotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.7527216Z #31 312.9 magmablas_hip/spotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.7533863Z #31 312.9 magmablas_hip/spotf2_kernels.hip.cpp:117:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.7537628Z #31 312.9 __global__ void spotf2_smlpout_fixwidth_kernel_batched(int m, 2024-08-20T22:19:07.7538664Z #31 312.9 ^ 2024-08-20T22:19:07.7542335Z #31 313.0 magmablas_hip/spotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.7546209Z #31 313.0 __global__ void spotf2_smlpout_anywidth_kernel_batched(int m, int n, 2024-08-20T22:19:07.7547198Z #31 313.0 ^ 2024-08-20T22:19:07.7550570Z #31 313.0 magmablas_hip/spotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.7556808Z #31 313.0 magmablas_hip/spotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:07.8090114Z #31 313.2 In file included from magmablas_hip/sgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:19:07.8093665Z #31 313.2 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:07.9734657Z #31 313.2 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:07.9737211Z #31 313.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:07.9739166Z #31 313.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:07.9740596Z #31 313.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:07.9741529Z #31 313.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:07.9744243Z #31 313.2 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:07.9747443Z #31 313.2 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:07.9749348Z #31 313.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:07.9751064Z #31 313.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:07.9752458Z #31 313.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:07.9753392Z #31 313.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:07.9756063Z #31 313.2 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:07.9759348Z #31 313.2 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:07.9761347Z #31 313.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:07.9763068Z #31 313.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:07.9764429Z #31 313.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:07.9765342Z #31 313.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:07.9768089Z #31 313.2 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:07.9771581Z #31 313.2 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:07.9773869Z #31 313.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:07.9776122Z #31 313.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:07.9777481Z #31 313.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:07.9778381Z #31 313.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:07.9781121Z #31 313.2 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:07.9784867Z #31 313.2 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:07.9787046Z #31 313.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:07.9788789Z #31 313.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:07.9790169Z #31 313.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:07.9791057Z #31 313.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:07.9793694Z #31 313.2 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:07.9797073Z #31 313.2 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:07.9799037Z #31 313.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:07.9800745Z #31 313.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:07.9802129Z #31 313.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:07.9803057Z #31 313.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:07.9805696Z #31 313.2 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:07.9808948Z #31 313.2 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:07.9810920Z #31 313.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:07.9812621Z #31 313.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:07.9813992Z #31 313.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:07.9814973Z #31 313.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:07.9817708Z #31 313.2 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:07.9821038Z #31 313.2 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:07.9823064Z #31 313.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:07.9824760Z #31 313.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:07.9826187Z #31 313.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:07.9827136Z #31 313.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:07.9829845Z #31 313.2 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:07.9833776Z #31 313.2 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:07.9836422Z #31 313.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:07.9838114Z #31 313.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:07.9839480Z #31 313.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:07.9840624Z #31 313.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:07.9843235Z #31 313.2 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:07.9846700Z #31 313.2 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:07.9849006Z #31 313.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:07.9850766Z #31 313.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:07.9852149Z #31 313.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:07.9853077Z #31 313.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:08.2129137Z #31 313.6 10 warnings generated when compiling for host. 2024-08-20T22:19:08.3783085Z #31 313.6 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/strmm_batched_core.hip.o magmablas_hip/strmm_batched_core.hip.cpp 2024-08-20T22:19:08.4424987Z #31 313.8 20 warnings generated when compiling for gfx906. 2024-08-20T22:19:08.6459170Z #31 313.9 20 warnings generated when compiling for gfx908. 2024-08-20T22:19:08.6581592Z #31 314.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dtrmm_batched_core.hip.o magmablas_hip/dtrmm_batched_core.hip.cpp 2024-08-20T22:19:09.1013352Z #31 314.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ctrmm_batched_core.hip.o magmablas_hip/ctrmm_batched_core.hip.cpp 2024-08-20T22:19:09.4824256Z #31 314.7 magmablas_hip/cpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.4828915Z #31 314.7 __global__ void cpotf2_smlpin_fixwidth_kernel(int m, magmaFloatComplex *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:09.4830992Z #31 314.7 ^ 2024-08-20T22:19:09.4834986Z #31 314.7 magmablas_hip/cpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.4842212Z #31 314.8 magmablas_hip/cpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.4846725Z #31 314.8 __global__ void cpotf2_smlpin_anywidth_kernel(int m, magmaFloatComplex *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:09.4848483Z #31 314.8 ^ 2024-08-20T22:19:09.4852394Z #31 314.8 magmablas_hip/cpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.4858904Z #31 314.8 magmablas_hip/cpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.4865159Z #31 314.8 magmablas_hip/cpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.4872269Z #31 314.8 magmablas_hip/cpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.4875684Z #31 314.8 __global__ void cpotf2_smlpin_fixwidth_kernel_batched(int m, 2024-08-20T22:19:09.4876887Z #31 314.8 ^ 2024-08-20T22:19:09.4880509Z #31 314.8 magmablas_hip/cpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.6053268Z #31 314.8 magmablas_hip/cpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.6056768Z #31 314.8 __global__ void cpotf2_smlpin_anywidth_kernel_batched(int m, 2024-08-20T22:19:09.6057806Z #31 314.8 ^ 2024-08-20T22:19:09.6061490Z #31 314.8 magmablas_hip/cpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.6067999Z #31 314.8 magmablas_hip/cpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.6074163Z #31 314.8 magmablas_hip/cpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.6080600Z #31 314.9 magmablas_hip/cpotf2_kernels.hip.cpp:98:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.6084144Z #31 314.9 __global__ void cpotf2_smlpout_fixwidth_kernel(int m, 2024-08-20T22:19:09.6085113Z #31 314.9 ^ 2024-08-20T22:19:09.6089077Z #31 314.9 magmablas_hip/cpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.6092691Z #31 314.9 __global__ void cpotf2_smlpout_anywidth_kernel(int m, int n, 2024-08-20T22:19:09.6093753Z #31 314.9 ^ 2024-08-20T22:19:09.6097695Z #31 314.9 magmablas_hip/cpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.6104255Z #31 314.9 magmablas_hip/cpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.7962779Z #31 315.0 magmablas_hip/cpotf2_kernels.hip.cpp:117:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.7966590Z #31 315.0 __global__ void cpotf2_smlpout_fixwidth_kernel_batched(int m, 2024-08-20T22:19:09.7967548Z #31 315.0 ^ 2024-08-20T22:19:09.7971880Z #31 315.0 magmablas_hip/cpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.7975970Z #31 315.0 __global__ void cpotf2_smlpout_anywidth_kernel_batched(int m, int n, 2024-08-20T22:19:09.7977136Z #31 315.0 ^ 2024-08-20T22:19:09.7981061Z #31 315.0 magmablas_hip/cpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:09.7988061Z #31 315.0 magmablas_hip/cpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.4721137Z #31 315.7 magmablas_hip/spotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.4725631Z #31 315.7 __global__ void spotf2_smlpin_fixwidth_kernel(int m, float *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:10.4727314Z #31 315.7 ^ 2024-08-20T22:19:10.4731406Z #31 315.7 magmablas_hip/spotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.4738189Z #31 315.7 magmablas_hip/spotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.4742570Z #31 315.7 __global__ void spotf2_smlpin_anywidth_kernel(int m, float *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:10.4744254Z #31 315.7 ^ 2024-08-20T22:19:10.4748125Z #31 315.7 magmablas_hip/spotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.4755173Z #31 315.7 magmablas_hip/spotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.4762135Z #31 315.7 magmablas_hip/spotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.4768452Z #31 315.8 magmablas_hip/spotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.4772237Z #31 315.8 __global__ void spotf2_smlpin_fixwidth_kernel_batched(int m, 2024-08-20T22:19:10.4773448Z #31 315.8 ^ 2024-08-20T22:19:10.4777675Z #31 315.8 magmablas_hip/spotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.4784502Z #31 315.8 magmablas_hip/spotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.4788287Z #31 315.8 __global__ void spotf2_smlpin_anywidth_kernel_batched(int m, 2024-08-20T22:19:10.4789375Z #31 315.8 ^ 2024-08-20T22:19:10.4793174Z #31 315.8 magmablas_hip/spotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.4799817Z #31 315.8 magmablas_hip/spotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.4806385Z #31 315.8 magmablas_hip/spotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.4812949Z #31 315.8 magmablas_hip/spotf2_kernels.hip.cpp:98:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.4816773Z #31 315.8 __global__ void spotf2_smlpout_fixwidth_kernel(int m, 2024-08-20T22:19:10.4817787Z #31 315.8 ^ 2024-08-20T22:19:10.6713369Z #31 315.8 magmablas_hip/spotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.6717078Z #31 315.8 __global__ void spotf2_smlpout_anywidth_kernel(int m, int n, 2024-08-20T22:19:10.6718116Z #31 315.8 ^ 2024-08-20T22:19:10.6721814Z #31 315.8 magmablas_hip/spotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.6728534Z #31 315.8 magmablas_hip/spotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.6735288Z #31 315.9 magmablas_hip/spotf2_kernels.hip.cpp:117:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.6739083Z #31 315.9 __global__ void spotf2_smlpout_fixwidth_kernel_batched(int m, 2024-08-20T22:19:10.6740142Z #31 315.9 ^ 2024-08-20T22:19:10.6743761Z #31 315.9 magmablas_hip/spotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.6747456Z #31 315.9 __global__ void spotf2_smlpout_anywidth_kernel_batched(int m, int n, 2024-08-20T22:19:10.6748577Z #31 315.9 ^ 2024-08-20T22:19:10.6752713Z #31 315.9 magmablas_hip/spotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.6759268Z #31 315.9 magmablas_hip/spotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.8212395Z #31 316.2 magmablas_hip/dpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.8217276Z #31 316.2 __global__ void dpotf2_smlpin_fixwidth_kernel(int m, double *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:10.9220410Z #31 316.2 ^ 2024-08-20T22:19:10.9224785Z #31 316.2 magmablas_hip/dpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.9231631Z #31 316.2 magmablas_hip/dpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.9235839Z #31 316.2 __global__ void dpotf2_smlpin_anywidth_kernel(int m, double *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:10.9237207Z #31 316.2 ^ 2024-08-20T22:19:10.9240525Z #31 316.2 magmablas_hip/dpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.9246777Z #31 316.2 magmablas_hip/dpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.9253648Z #31 316.2 magmablas_hip/dpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.9260709Z #31 316.2 magmablas_hip/dpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.9264756Z #31 316.2 __global__ void dpotf2_smlpin_fixwidth_kernel_batched(int m, 2024-08-20T22:19:10.9265841Z #31 316.2 ^ 2024-08-20T22:19:10.9269533Z #31 316.2 magmablas_hip/dpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.9276136Z #31 316.3 magmablas_hip/dpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.9293453Z #31 316.3 __global__ void dpotf2_smlpin_anywidth_kernel_batched(int m, 2024-08-20T22:19:10.9294676Z #31 316.3 ^ 2024-08-20T22:19:10.9298820Z #31 316.3 magmablas_hip/dpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.9305701Z #31 316.3 magmablas_hip/dpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.9312282Z #31 316.3 magmablas_hip/dpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.9318818Z #31 316.3 magmablas_hip/dpotf2_kernels.hip.cpp:98:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:10.9322527Z #31 316.3 __global__ void dpotf2_smlpout_fixwidth_kernel(int m, 2024-08-20T22:19:10.9323494Z #31 316.3 ^ 2024-08-20T22:19:11.1117439Z #31 316.3 magmablas_hip/dpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:11.1121285Z #31 316.3 __global__ void dpotf2_smlpout_anywidth_kernel(int m, int n, 2024-08-20T22:19:11.1122321Z #31 316.3 ^ 2024-08-20T22:19:11.1126196Z #31 316.3 magmablas_hip/dpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:11.1132955Z #31 316.3 magmablas_hip/dpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:11.1139518Z #31 316.3 magmablas_hip/dpotf2_kernels.hip.cpp:117:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:11.1143625Z #31 316.3 __global__ void dpotf2_smlpout_fixwidth_kernel_batched(int m, 2024-08-20T22:19:11.1144717Z #31 316.3 ^ 2024-08-20T22:19:11.1148453Z #31 316.3 magmablas_hip/dpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:11.1152432Z #31 316.3 __global__ void dpotf2_smlpout_anywidth_kernel_batched(int m, int n, 2024-08-20T22:19:11.1153575Z #31 316.3 ^ 2024-08-20T22:19:11.1156747Z #31 316.3 magmablas_hip/dpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:11.1162695Z #31 316.3 magmablas_hip/dpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:11.3077882Z #31 316.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ctrsm_batched.o magmablas_hip/ctrsm_batched.cpp 2024-08-20T22:19:11.4878243Z #31 316.7 20 warnings generated when compiling for gfx90a. 2024-08-20T22:19:11.5770431Z #31 316.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dtrsm_batched.o magmablas_hip/dtrsm_batched.cpp 2024-08-20T22:19:11.7395337Z #31 317.0 20 warnings generated when compiling for gfx906. 2024-08-20T22:19:11.9511874Z #31 317.3 magmablas_hip/dgesv_batched_small.hip.cpp:167: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-08-20T22:19:11.9515371Z #31 317.3 dgesv_batched_small_sm_kernel( 2024-08-20T22:19:11.9516164Z #31 317.3 ^ 2024-08-20T22:19:12.1386333Z #31 317.4 20 warnings generated when compiling for gfx908. 2024-08-20T22:19:12.5249576Z #31 317.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/strsm_batched.o magmablas_hip/strsm_batched.cpp 2024-08-20T22:19:12.6407577Z #31 318.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/strsm_batched_core.o magmablas_hip/strsm_batched_core.cpp 2024-08-20T22:19:12.8536684Z #31 318.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dtrsm_batched_core.o magmablas_hip/dtrsm_batched_core.cpp 2024-08-20T22:19:14.1984528Z #31 319.6 magmablas_hip/cpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.1989389Z #31 319.6 __global__ void cpotf2_smlpin_fixwidth_kernel(int m, magmaFloatComplex *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:14.3292258Z #31 319.6 ^ 2024-08-20T22:19:14.3296554Z #31 319.6 magmablas_hip/cpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.3304077Z #31 319.6 magmablas_hip/cpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.3308973Z #31 319.6 __global__ void cpotf2_smlpin_anywidth_kernel(int m, magmaFloatComplex *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:14.3310848Z #31 319.6 ^ 2024-08-20T22:19:14.3314790Z #31 319.6 magmablas_hip/cpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.3321714Z #31 319.6 magmablas_hip/cpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.3328924Z #31 319.6 magmablas_hip/cpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.3336286Z #31 319.7 magmablas_hip/cpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.3339913Z #31 319.7 __global__ void cpotf2_smlpin_fixwidth_kernel_batched(int m, 2024-08-20T22:19:14.3340999Z #31 319.7 ^ 2024-08-20T22:19:14.3345140Z #31 319.7 magmablas_hip/cpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4295590Z #31 319.7 magmablas_hip/cpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4299650Z #31 319.7 __global__ void cpotf2_smlpin_anywidth_kernel_batched(int m, 2024-08-20T22:19:14.4300768Z #31 319.7 ^ 2024-08-20T22:19:14.4304797Z #31 319.7 magmablas_hip/cpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4311701Z #31 319.7 magmablas_hip/cpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4318633Z #31 319.7 magmablas_hip/cpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4325732Z #31 319.7 magmablas_hip/dpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4330932Z #31 319.7 __global__ void dpotf2_smlpin_fixwidth_kernel(int m, double *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:14.4332692Z #31 319.7 ^ 2024-08-20T22:19:14.4336810Z #31 319.7 magmablas_hip/dpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4343692Z #31 319.7 magmablas_hip/dpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4348310Z #31 319.7 __global__ void dpotf2_smlpin_anywidth_kernel(int m, double *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:14.4350027Z #31 319.7 ^ 2024-08-20T22:19:14.4353934Z #31 319.7 magmablas_hip/dpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4361288Z #31 319.7 magmablas_hip/dpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4368246Z #31 319.7 magmablas_hip/dpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4375445Z #31 319.7 magmablas_hip/cpotf2_kernels.hip.cpp:98:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4379336Z #31 319.7 __global__ void cpotf2_smlpout_fixwidth_kernel(int m, 2024-08-20T22:19:14.4380359Z #31 319.7 ^ 2024-08-20T22:19:14.4384414Z #31 319.8 magmablas_hip/dpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4388361Z #31 319.8 __global__ void dpotf2_smlpin_fixwidth_kernel_batched(int m, 2024-08-20T22:19:14.4389477Z #31 319.8 ^ 2024-08-20T22:19:14.4393465Z #31 319.8 magmablas_hip/dpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4400286Z #31 319.8 magmablas_hip/cpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4404146Z #31 319.8 __global__ void cpotf2_smlpout_anywidth_kernel(int m, int n, 2024-08-20T22:19:14.4405271Z #31 319.8 ^ 2024-08-20T22:19:14.4409303Z #31 319.8 magmablas_hip/cpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4416716Z #31 319.8 magmablas_hip/cpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4423707Z #31 319.8 magmablas_hip/dpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.4427758Z #31 319.8 __global__ void dpotf2_smlpin_anywidth_kernel_batched(int m, 2024-08-20T22:19:14.4428867Z #31 319.8 ^ 2024-08-20T22:19:14.5317763Z #31 319.8 magmablas_hip/dpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.5325098Z #31 319.8 magmablas_hip/dpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.5332642Z #31 319.8 magmablas_hip/dpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.5339692Z #31 319.8 magmablas_hip/dpotf2_kernels.hip.cpp:98:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.5343608Z #31 319.8 __global__ void dpotf2_smlpout_fixwidth_kernel(int m, 2024-08-20T22:19:14.5344638Z #31 319.8 ^ 2024-08-20T22:19:14.5348693Z #31 319.8 magmablas_hip/dpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.5352682Z #31 319.8 __global__ void dpotf2_smlpout_anywidth_kernel(int m, int n, 2024-08-20T22:19:14.5353836Z #31 319.8 ^ 2024-08-20T22:19:14.5357828Z #31 319.8 magmablas_hip/dpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.5364706Z #31 319.8 magmablas_hip/dpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.5370844Z #31 319.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ctrsm_batched_core.o magmablas_hip/ctrsm_batched_core.cpp 2024-08-20T22:19:14.5377425Z #31 319.8 magmablas_hip/cpotf2_kernels.hip.cpp:117:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.5381469Z #31 319.8 __global__ void cpotf2_smlpout_fixwidth_kernel_batched(int m, 2024-08-20T22:19:14.5382555Z #31 319.8 ^ 2024-08-20T22:19:14.5386445Z #31 319.9 magmablas_hip/dpotf2_kernels.hip.cpp:117:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.5390844Z #31 319.9 __global__ void dpotf2_smlpout_fixwidth_kernel_batched(int m, 2024-08-20T22:19:14.5391933Z #31 319.9 ^ 2024-08-20T22:19:14.5395379Z #31 319.9 magmablas_hip/dpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.5398946Z #31 319.9 __global__ void dpotf2_smlpout_anywidth_kernel_batched(int m, int n, 2024-08-20T22:19:14.5399980Z #31 319.9 ^ 2024-08-20T22:19:14.5403372Z #31 319.9 magmablas_hip/dpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.5409169Z #31 319.9 magmablas_hip/dpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.5415421Z #31 319.9 magmablas_hip/cpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.5418878Z #31 319.9 __global__ void cpotf2_smlpout_anywidth_kernel_batched(int m, int n, 2024-08-20T22:19:14.5419903Z #31 319.9 ^ 2024-08-20T22:19:14.5423223Z #31 319.9 magmablas_hip/cpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.5429275Z #31 319.9 magmablas_hip/cpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:14.5433096Z #31 319.9 10 warnings generated when compiling for gfx908. 2024-08-20T22:19:14.7242651Z #31 319.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/strsm_small_batched.hip.o magmablas_hip/strsm_small_batched.hip.cpp 2024-08-20T22:19:15.0051555Z #31 320.4 10 warnings generated when compiling for gfx908. 2024-08-20T22:19:15.5350988Z #31 320.9 20 warnings generated when compiling for gfx90a. 2024-08-20T22:19:15.6711677Z #31 321.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dtrsm_small_batched.hip.o magmablas_hip/dtrsm_small_batched.hip.cpp 2024-08-20T22:19:15.7769491Z #31 321.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ctrsm_small_batched.hip.o magmablas_hip/ctrsm_small_batched.hip.cpp 2024-08-20T22:19:15.9097434Z #31 321.2 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/strsv_batched.hip.o magmablas_hip/strsv_batched.hip.cpp 2024-08-20T22:19:15.9103430Z #31 321.3 In file included from magmablas_hip/dgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:19:15.9106921Z #31 321.3 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.0803739Z #31 321.3 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.0805829Z #31 321.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.0807833Z #31 321.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.0809491Z #31 321.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.0810503Z #31 321.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.0814045Z #31 321.3 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.0817735Z #31 321.3 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.0819902Z #31 321.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.0821753Z #31 321.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.0823283Z #31 321.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.0824307Z #31 321.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.0830978Z #31 321.3 magmablas_hip/shuffle.hip.hpp:hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dtrsv_batched.hip.o magmablas_hip/dtrsv_batched.hip.cpp 2024-08-20T22:19:16.0838181Z #31 321.3 67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.0841449Z #31 321.3 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.0843631Z #31 321.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.0845462Z #31 321.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.0846971Z #31 321.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.0848001Z #31 321.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.0850970Z #31 321.3 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.0854920Z #31 321.3 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.0857403Z #31 321.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.0859236Z #31 321.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.0860665Z #31 321.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.0861633Z #31 321.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.0864557Z #31 321.3 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.0868619Z #31 321.3 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.0871110Z #31 321.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.0872961Z #31 321.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.0874490Z #31 321.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.0875495Z #31 321.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.0878536Z #31 321.3 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.0882191Z #31 321.3 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.0884340Z #31 321.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.0886170Z #31 321.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.0887690Z #31 321.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.0888708Z #31 321.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.0891672Z #31 321.3 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.0895430Z #31 321.3 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.0897643Z #31 321.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.0899474Z #31 321.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.0901004Z #31 321.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.0902003Z #31 321.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.0904978Z #31 321.3 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.0908642Z #31 321.3 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.0910871Z #31 321.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.0912697Z #31 321.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.0914232Z #31 321.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.0915251Z #31 321.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.0918202Z #31 321.3 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.0922299Z #31 321.3 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.0924851Z #31 321.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.0926880Z #31 321.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.0928478Z #31 321.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.0929470Z #31 321.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.0932614Z #31 321.3 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.0936538Z #31 321.3 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.0939209Z #31 321.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.0941257Z #31 321.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.0942752Z #31 321.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.0943758Z #31 321.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.4059446Z #31 321.8 In file included from magmablas_hip/cgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:19:16.5942938Z #31 321.8 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.5946462Z #31 321.8 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.5948534Z #31 321.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.5950364Z #31 321.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.5951832Z #31 321.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.5952777Z #31 321.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.5955672Z #31 321.8 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.5959138Z #31 321.8 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.5961209Z #31 321.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.5963020Z #31 321.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.5964471Z #31 321.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.5965480Z #31 321.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.5968305Z #31 321.8 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.5971804Z #31 321.8 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.5973920Z #31 321.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.5975852Z #31 321.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.5977659Z #31 321.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.5978575Z #31 321.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.5981731Z #31 321.8 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.5985409Z #31 321.8 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.5987972Z #31 321.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.5989692Z #31 321.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.5991162Z #31 321.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.5992132Z #31 321.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.5994880Z #31 321.8 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.5998744Z #31 321.8 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.6001345Z #31 321.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.6003548Z #31 321.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.6004978Z #31 321.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.6005980Z #31 321.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.6008815Z #31 321.8 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.6012277Z #31 321.8 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.6014524Z #31 321.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.6016284Z #31 321.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.6017783Z #31 321.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.6018772Z #31 321.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.6021634Z #31 321.8 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.6025144Z #31 321.8 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.6027272Z #31 321.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.6029082Z #31 321.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.6030538Z #31 321.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.6031843Z #31 321.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.6034711Z #31 321.8 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.6038390Z #31 321.8 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.6040475Z #31 321.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.6042482Z #31 321.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.6043871Z #31 321.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.6044850Z #31 321.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.6047581Z #31 321.8 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.6051467Z #31 321.8 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.6053819Z #31 321.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.6055751Z #31 321.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.6057383Z #31 321.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.6058308Z #31 321.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.6061195Z #31 321.8 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:16.6065189Z #31 321.8 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:16.6067814Z #31 321.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:16.6069599Z #31 321.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:16.6071102Z #31 321.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:16.6072100Z #31 321.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:16.6073109Z #31 321.8 20 warnings generated when compiling for gfx908. 2024-08-20T22:19:17.5093283Z #31 322.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ctrsv_batched.hip.o magmablas_hip/ctrsv_batched.hip.cpp 2024-08-20T22:19:17.6496696Z #31 322.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ctrtri_diag_batched.hip.o magmablas_hip/ctrtri_diag_batched.hip.cpp 2024-08-20T22:19:17.6508730Z #31 323.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dtrtri_diag_batched.hip.o magmablas_hip/dtrtri_diag_batched.hip.cpp 2024-08-20T22:19:17.8316632Z #31 323.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/strtri_diag_batched.hip.o magmablas_hip/strtri_diag_batched.hip.cpp 2024-08-20T22:19:18.1785351Z #31 323.3 magmablas_hip/cgetf2_kernels.hip.cpp:710: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-08-20T22:19:18.1790313Z #31 323.3 zcomputecolumn_kernel_shared_batched( int m, int paneloffset, int step, 2024-08-20T22:19:18.1791721Z #31 323.3 ^ 2024-08-20T22:19:18.1795692Z #31 323.3 magmablas_hip/cgetf2_kernels.hip.cpp:610: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-08-20T22:19:18.1799452Z #31 323.3 cgetf2trsm_2d_kernel( int m, int n, 2024-08-20T22:19:18.1800528Z #31 323.3 ^ 2024-08-20T22:19:18.1805271Z #31 323.4 magmablas_hip/cgetf2_kernels.hip.cpp:610: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-08-20T22:19:18.1812426Z #31 323.4 magmablas_hip/cgetf2_kernels.hip.cpp:610: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-08-20T22:19:18.1820106Z #31 323.4 magmablas_hip/cgetf2_kernels.hip.cpp:610: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-08-20T22:19:18.1829314Z #31 323.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgetf2_nopiv_kernels.hip.o magmablas_hip/sgetf2_nopiv_kernels.hip.cpp 2024-08-20T22:19:19.0082089Z #31 324.4 magmablas_hip/cpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.1159471Z #31 324.4 __global__ void cpotf2_smlpin_fixwidth_kernel(int m, magmaFloatComplex *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:19.1161340Z #31 324.4 ^ 2024-08-20T22:19:19.1165104Z #31 324.4 magmablas_hip/cpotf2_kernels.hip.cpp:44:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.1172999Z #31 324.4 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgetf2_nopiv_kernels.hip.o magmablas_hip/dgetf2_nopiv_kernels.hip.cpp 2024-08-20T22:19:19.1180755Z #31 324.4 magmablas_hip/cpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.1184943Z #31 324.4 __global__ void cpotf2_smlpin_anywidth_kernel(int m, magmaFloatComplex *dA, int ldda, int localstep, int gbstep, magma_int_t *dinfo) 2024-08-20T22:19:19.1186966Z #31 324.4 ^ 2024-08-20T22:19:19.1190440Z #31 324.4 magmablas_hip/cpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.1196508Z #31 324.4 magmablas_hip/cpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.1202783Z #31 324.4 magmablas_hip/cpotf2_kernels.hip.cpp:54:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.2352710Z #31 324.5 magmablas_hip/cpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.2356510Z #31 324.5 __global__ void cpotf2_smlpin_fixwidth_kernel_batched(int m, 2024-08-20T22:19:19.2357526Z #31 324.5 ^ 2024-08-20T22:19:19.2361457Z #31 324.5 magmablas_hip/cpotf2_kernels.hip.cpp:65:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.2367425Z #31 324.5 magmablas_hip/cpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.2370942Z #31 324.5 __global__ void cpotf2_smlpin_anywidth_kernel_batched(int m, 2024-08-20T22:19:19.2371990Z #31 324.5 ^ 2024-08-20T22:19:19.2375548Z #31 324.5 magmablas_hip/cpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.2381704Z #31 324.5 magmablas_hip/cpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.2387965Z #31 324.5 magmablas_hip/cpotf2_kernels.hip.cpp:82:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.2394469Z #31 324.6 magmablas_hip/cpotf2_kernels.hip.cpp:98:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.2397795Z #31 324.6 __global__ void cpotf2_smlpout_fixwidth_kernel(int m, 2024-08-20T22:19:19.2398795Z #31 324.6 ^ 2024-08-20T22:19:19.2399897Z #31 324.6 In file included from magmablas_hip/dtrtri_diag_batched.hip.cpp:23: 2024-08-20T22:19:19.3370009Z #31 324.6 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:19.3371659Z #31 324.6 dgemm_kernel_16( 2024-08-20T22:19:19.3372279Z #31 324.6 ^ 2024-08-20T22:19:19.3376072Z #31 324.6 magmablas_hip/cpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.3379943Z #31 324.6 __global__ void cpotf2_smlpout_anywidth_kernel(int m, int n, 2024-08-20T22:19:19.3380972Z #31 324.6 ^ 2024-08-20T22:19:19.3384643Z #31 324.6 magmablas_hip/cpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.3391173Z #31 324.6 magmablas_hip/cpotf2_kernels.hip.cpp:107:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.3394661Z #31 324.6 1 warning generated when compiling for gfx900. 2024-08-20T22:19:19.3395952Z #31 324.7 In file included from magmablas_hip/strtri_diag_batched.hip.cpp:23: 2024-08-20T22:19:19.3398006Z #31 324.7 magmablas_hip/strtri.hip.hpp:68:1: warning: unused function 'sgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:19.3399375Z #31 324.7 sgemm_kernel_16( 2024-08-20T22:19:19.3399950Z #31 324.7 ^ 2024-08-20T22:19:19.3403835Z #31 324.7 magmablas_hip/cpotf2_kernels.hip.cpp:117:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.3407398Z #31 324.7 __global__ void cpotf2_smlpout_fixwidth_kernel_batched(int m, 2024-08-20T22:19:19.3408432Z #31 324.7 ^ 2024-08-20T22:19:19.3409212Z #31 324.7 1 warning generated when compiling for gfx900. 2024-08-20T22:19:19.4931343Z #31 324.7 magmablas_hip/cpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.4935522Z #31 324.7 __global__ void cpotf2_smlpout_anywidth_kernel_batched(int m, int n, 2024-08-20T22:19:19.4936709Z #31 324.7 ^ 2024-08-20T22:19:19.4940646Z #31 324.7 magmablas_hip/cpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.4947438Z #31 324.7 magmablas_hip/cpotf2_kernels.hip.cpp:129:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:19.4951178Z #31 324.7 11 warnings generated when compiling for gfx90a. 2024-08-20T22:19:19.5571368Z #31 324.9 In file included from magmablas_hip/ctrtri_diag_batched.hip.cpp:23: 2024-08-20T22:19:19.5573816Z #31 324.9 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:19.5575517Z #31 324.9 cgemm_kernel_16( 2024-08-20T22:19:19.6711473Z #31 324.9 ^ 2024-08-20T22:19:19.6712334Z #31 324.9 1 warning generated when compiling for gfx900. 2024-08-20T22:19:19.6716632Z #31 325.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.7711981Z #31 325.0 cgetf2_fused_kernel_batched( int m, 2024-08-20T22:19:19.7713455Z #31 325.0 ^ 2024-08-20T22:19:19.7717517Z #31 325.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.7722155Z #31 325.1 In file included from magmablas_hip/sgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:19:19.7725659Z #31 325.1 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:19.7729379Z #31 325.1 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:19.7731984Z #31 325.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:19.7733930Z #31 325.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:19.7735679Z #31 325.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:19.7736893Z #31 325.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:19.7739827Z #31 325.1 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:19.7743398Z #31 325.1 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:19.7746037Z #31 325.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:19.7747923Z #31 325.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:19.7749485Z #31 325.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:19.7750547Z #31 325.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:19.7753563Z #31 325.1 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:19.7757273Z #31 325.1 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:19.7759490Z #31 325.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:19.7761365Z #31 325.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:19.7762926Z #31 325.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:19.7763955Z #31 325.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:19.7767002Z #31 325.1 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:19.7771012Z #31 325.1 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:19.7773558Z #31 325.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:19.7775573Z #31 325.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:19.7777135Z #31 325.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:19.7778188Z #31 325.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:19.7781158Z #31 325.1 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:19.7785177Z #31 325.1 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:19.7787932Z #31 325.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:19.7789822Z #31 325.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:19.7792008Z #31 325.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:19.7793048Z #31 325.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:19.7796082Z #31 325.1 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:19.7799857Z #31 325.1 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:19.7802050Z #31 325.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:19.7804019Z #31 325.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:19.7805702Z #31 325.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:19.7806682Z #31 325.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:19.7809612Z #31 325.1 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:19.7813364Z #31 325.1 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:19.7815650Z #31 325.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:19.7817459Z #31 325.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:19.7818971Z #31 325.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:19.7819971Z #31 325.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:19.7822902Z #31 325.1 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:19.7826751Z #31 325.1 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:19.7829035Z #31 325.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:19.7831237Z #31 325.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:19.7832783Z #31 325.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:19.7833822Z #31 325.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:19.7836836Z #31 325.1 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:19.7840864Z #31 325.1 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:19.7843431Z #31 325.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:19.7845309Z #31 325.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:19.7846866Z #31 325.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:19.7847901Z #31 325.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:19.7850893Z #31 325.1 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:19.7855325Z #31 325.1 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:19.7857940Z #31 325.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:19.7859841Z #31 325.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:19.7861463Z #31 325.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:19.7862510Z #31 325.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:19.7866819Z #31 325.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.7873923Z #31 325.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.7881104Z #31 325.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.7888350Z #31 325.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.7895889Z #31 325.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.7903107Z #31 325.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.7910171Z #31 325.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.9729669Z #31 325.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.9737118Z #31 325.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.9744210Z #31 325.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.9751292Z #31 325.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.9758571Z #31 325.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.9765607Z #31 325.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.9772747Z #31 325.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.9779885Z #31 325.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.9786935Z #31 325.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:19.9794914Z #31 325.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.0973605Z #31 325.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.0980917Z #31 325.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.0988177Z #31 325.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.0995894Z #31 325.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.1002949Z #31 325.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.1010022Z #31 325.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.1017144Z #31 325.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.1024557Z #31 325.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.1031537Z #31 325.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.1037855Z #31 325.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.1043730Z #31 325.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.1049345Z #31 325.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.1056173Z #31 325.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.2395794Z #31 325.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.2402304Z #31 325.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.2409163Z #31 325.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.2416209Z #31 325.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.2422522Z #31 325.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.2429198Z #31 325.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.2436053Z #31 325.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.2442488Z #31 325.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.2449450Z #31 325.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.3424166Z #31 325.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.3430427Z #31 325.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.3436097Z #31 325.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.3441706Z #31 325.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.3447882Z #31 325.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.3454432Z #31 325.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.3461187Z #31 325.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.3467809Z #31 325.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.3474224Z #31 325.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.3481079Z #31 325.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.3487660Z #31 325.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.3495538Z #31 325.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.3502659Z #31 325.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.3509365Z #31 325.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.3516269Z #31 325.7 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.3522686Z #31 325.7 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.5020917Z #31 325.7 11 warnings generated when compiling for gfx906. 2024-08-20T22:19:20.5025674Z #31 325.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.5033074Z #31 325.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.5039460Z #31 325.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.5045435Z #31 325.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.5051532Z #31 325.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.5058646Z #31 325.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.5065057Z #31 325.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.5071509Z #31 325.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.5077744Z #31 325.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.5084383Z #31 325.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.5091647Z #31 325.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.5097662Z #31 325.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.5103730Z #31 325.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.5110663Z #31 325.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.5117110Z #31 325.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.6464352Z #31 325.9 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.6470606Z #31 325.9 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.6473853Z #31 325.9 10 warnings generated when compiling for gfx908. 2024-08-20T22:19:20.7785288Z #31 326.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.7792222Z #31 326.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.7798696Z #31 326.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.7804714Z #31 326.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.7809968Z #31 326.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.7816750Z #31 326.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.7823941Z #31 326.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.7830924Z #31 326.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.7837618Z #31 326.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.7844650Z #31 326.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.7851715Z #31 326.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:19:20.7856206Z #31 326.0 magmablas_hip/cgetf2_kernels.hip.cpp:824:1: warning: In file included from magmablas_hip/dgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:19:20.7860044Z #31 326.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.7864790Z #31 326.0 loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:20.7868958Z #31 326.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.7871088Z #31 326.0 ~^~~~~~~~~~~~~~magmablas_hip/cgetf2_kernels.hip.cpp: 2024-08-20T22:19:20.7875013Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:824:124:: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:20.7879289Z #31 326.0 magmablas_hip/cgetf2_kernels.hip.cpp:note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.7880799Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.7881866Z #31 326.0 824:1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.7885451Z #31 326.0 : warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:20.7891280Z #31 326.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.7895313Z #31 326.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.7897359Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.7899112Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.7900816Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.7901849Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.7904686Z #31 326.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.7908302Z #31 326.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.7910335Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.7912108Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.7913506Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.7914389Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.7917023Z #31 326.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.7921061Z #31 326.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.7923470Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.7925304Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.7926788Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.7927750Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8020931Z #31 326.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.8025252Z #31 326.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.8027675Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.8029654Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.8031079Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.8032048Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8034485Z #31 326.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.8037535Z #31 326.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.8039337Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.8040900Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.8042510Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.8043734Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8046353Z #31 326.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.8049528Z #31 326.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.8080609Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.8082762Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.8084131Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.8085015Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8087836Z #31 326.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.8091338Z #31 326.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.8093345Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.8095320Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.8097149Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.8098103Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8104369Z #31 326.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion]magmablas_hip/sgetf2_kernels.hip.cpp:710: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-08-20T22:19:20.8133075Z #31 326.0 zcomputecolumn_kernel_shared_batched( int m, int paneloffset, int step, 2024-08-20T22:19:20.8134393Z #31 326.0 ^ 2024-08-20T22:19:20.8134812Z #31 326.0 2024-08-20T22:19:20.8136677Z #31 326.0 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.8139399Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.8141301Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.8142713Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.8143665Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8146522Z #31 326.0 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.8150470Z #31 326.0 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.8153179Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.8155030Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.8156525Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.8157499Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8158651Z #31 326.0 In file included from magmablas_hip/sgesv_batched_small.hip.cpp:22: 2024-08-20T22:19:20.8162185Z #31 326.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.8165577Z #31 326.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.8167566Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.8169727Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.8171248Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.8172265Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8175335Z #31 326.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.8178881Z #31 326.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.8180984Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.8182674Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.8183999Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.8187342Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8190496Z #31 326.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.8194112Z #31 326.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.8196154Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.8197960Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.8199441Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.8200375Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8203286Z #31 326.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.8207088Z #31 326.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.8209494Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.8211344Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.8212785Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.8213789Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8216774Z #31 326.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.8220578Z #31 326.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.8222998Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.8224768Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.8226366Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.8227319Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8230077Z #31 326.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.8233806Z #31 326.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.8236093Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.8237927Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.8239413Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.8240383Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8243238Z #31 326.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.8246718Z #31 326.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.8248745Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.8250831Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.8252333Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.8253318Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8256327Z #31 326.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.8259873Z #31 326.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.8261906Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.8263764Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.8265183Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.8266188Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8269045Z #31 326.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.8272867Z #31 326.0 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.8275367Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.8277193Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.8278682Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.8279665Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8283335Z #31 326.0 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:20.8287016Z #31 326.0 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:20.8289499Z #31 326.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:20.8291692Z #31 326.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:20.8293172Z #31 326.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:20.8294310Z #31 326.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:20.8298333Z #31 326.1 magmablas_hip/sgetf2_kernels.hip.cpp:610: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-08-20T22:19:20.8302197Z #31 326.1 sgetf2trsm_2d_kernel( int m, int n, 2024-08-20T22:19:20.8303022Z #31 326.1 ^ 2024-08-20T22:19:20.8306880Z #31 326.1 magmablas_hip/sgetf2_kernels.hip.cpp:610: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-08-20T22:19:20.8313521Z #31 326.1 magmablas_hip/sgetf2_kernels.hip.cpp:610: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-08-20T22:19:20.8319800Z #31 326.1 magmablas_hip/sgetf2_kernels.hip.cpp:610: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-08-20T22:19:20.8323565Z #31 326.1 In file included from magmablas_hip/dtrtri_diag_batched.hip.cpp:23: 2024-08-20T22:19:20.9290482Z #31 326.1 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:20.9293364Z #31 326.1 dgemm_kernel_16( 2024-08-20T22:19:20.9294154Z #31 326.1 ^ 2024-08-20T22:19:20.9294832Z #31 326.2 1 warning generated when compiling for gfx906. 2024-08-20T22:19:20.9296182Z #31 326.2 In file included from magmablas_hip/strtri_diag_batched.hip.cpp:23: 2024-08-20T22:19:20.9298383Z #31 326.2 magmablas_hip/strtri.hip.hpp:68:1: warning: unused function 'sgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:20.9299880Z #31 326.2 sgemm_kernel_16( 2024-08-20T22:19:20.9300476Z #31 326.2 ^ 2024-08-20T22:19:20.9301181Z #31 326.2 20 warnings generated when compiling for gfx90a. 2024-08-20T22:19:20.9302380Z #31 326.2 1 warning generated when compiling for gfx906. 2024-08-20T22:19:20.9303476Z #31 326.3 10 warnings generated when compiling for host. 2024-08-20T22:19:21.0942530Z #31 326.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgetf2_nopiv_kernels.hip.o magmablas_hip/cgetf2_nopiv_kernels.hip.cpp 2024-08-20T22:19:21.4142809Z #31 326.8 In file included from magmablas_hip/ctrtri_diag_batched.hip.cpp:23: 2024-08-20T22:19:21.5812702Z #31 326.8 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:21.5814390Z #31 326.8 cgemm_kernel_16( 2024-08-20T22:19:21.5815204Z #31 326.8 ^ 2024-08-20T22:19:21.5815892Z #31 326.8 1 warning generated when compiling for gfx906. 2024-08-20T22:19:21.7688931Z #31 327.1 In file included from magmablas_hip/cgesv_batched_small.hip.cpp:22: 2024-08-20T22:19:21.9409968Z #31 327.1 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:21.9413363Z #31 327.1 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:21.9415829Z #31 327.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:21.9417445Z #31 327.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:21.9418769Z #31 327.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:21.9419818Z #31 327.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:21.9422826Z #31 327.1 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:21.9425884Z #31 327.1 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:21.9427714Z #31 327.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:21.9429567Z #31 327.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:21.9431817Z #31 327.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:21.9432770Z #31 327.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:21.9435435Z #31 327.1 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:21.9438965Z #31 327.1 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:21.9440944Z #31 327.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:21.9442653Z #31 327.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:21.9444025Z #31 327.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:21.9444958Z #31 327.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:21.9447641Z #31 327.1 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:21.9451419Z #31 327.1 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:21.9453422Z #31 327.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:21.9455156Z #31 327.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:21.9456417Z #31 327.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:21.9457475Z #31 327.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:21.9460056Z #31 327.1 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:21.9463319Z #31 327.1 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:21.9465298Z #31 327.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:21.9467016Z #31 327.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:21.9468376Z #31 327.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:21.9469285Z #31 327.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:21.9471878Z #31 327.1 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:21.9475331Z #31 327.1 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:21.9477286Z #31 327.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:21.9478981Z #31 327.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:21.9480551Z #31 327.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:21.9481457Z #31 327.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:21.9484182Z #31 327.1 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:21.9487588Z #31 327.1 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:21.9489675Z #31 327.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:21.9491507Z #31 327.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:21.9492794Z #31 327.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:21.9493595Z #31 327.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:21.9496552Z #31 327.1 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:21.9499989Z #31 327.1 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:21.9502135Z #31 327.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:21.9503971Z #31 327.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:21.9505434Z #31 327.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:21.9506417Z #31 327.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:21.9509288Z #31 327.1 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:21.9512958Z #31 327.1 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:21.9515343Z #31 327.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:21.9517050Z #31 327.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:21.9518720Z #31 327.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:21.9519596Z #31 327.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:21.9522203Z #31 327.1 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:21.9525693Z #31 327.1 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:21.9527907Z #31 327.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:21.9529512Z #31 327.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:21.9531065Z #31 327.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:21.9532202Z #31 327.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:21.9537372Z #31 327.2 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ssymm_vbatched_core.hip.o magmablas_hip/ssymm_vbatched_core.hip.cpp 2024-08-20T22:19:21.9543821Z #31 327.3 In file included from magmablas_hip/dgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:19:22.1309224Z #31 327.3 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.1312261Z #31 327.3 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.1314024Z #31 327.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.1315625Z #31 327.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.1316885Z #31 327.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.1317750Z #31 327.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.1320590Z #31 327.3 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.1323692Z #31 327.3 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.1325644Z #31 327.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.1327434Z #31 327.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.1328839Z #31 327.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.1329793Z #31 327.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.1332728Z #31 327.3 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.1336164Z #31 327.3 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.1338156Z #31 327.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.1339872Z #31 327.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.1341278Z #31 327.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.1342234Z #31 327.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.1344961Z #31 327.3 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.1348476Z #31 327.3 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.1350740Z #31 327.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.1352461Z #31 327.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.1353877Z #31 327.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.1354844Z #31 327.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.1357502Z #31 327.3 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.1360878Z #31 327.3 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.1362766Z #31 327.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.1364673Z #31 327.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.1366053Z #31 327.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.1367004Z #31 327.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.1369783Z #31 327.3 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.1373201Z #31 327.3 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.1375426Z #31 327.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.1377225Z #31 327.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.1378699Z #31 327.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.1379852Z #31 327.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.1382649Z #31 327.3 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.1385667Z #31 327.3 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.1387471Z #31 327.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.1389019Z #31 327.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.1390260Z #31 327.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.1391079Z #31 327.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.1393604Z #31 327.3 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.1396448Z #31 327.3 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.1398565Z #31 327.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.1400459Z #31 327.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.1401967Z #31 327.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.1402983Z #31 327.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.1405914Z #31 327.3 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.1409822Z #31 327.3 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.1412345Z #31 327.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.1414337Z #31 327.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.1416083Z #31 327.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.1417102Z #31 327.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.1420011Z #31 327.3 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.1423928Z #31 327.3 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.1426513Z #31 327.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.1428371Z #31 327.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.1429847Z #31 327.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.1431085Z #31 327.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.1435223Z #31 327.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.1438851Z #31 327.4 sgetf2_fused_kernel_batched( int m, 2024-08-20T22:19:22.1439666Z #31 327.4 ^ 2024-08-20T22:19:22.1443669Z #31 327.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.1449925Z #31 327.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.2954331Z #31 327.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.2961271Z #31 327.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.2968247Z #31 327.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.2975292Z #31 327.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.2981849Z #31 327.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.2987731Z #31 327.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.2993238Z #31 327.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.2999453Z #31 327.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.3005551Z #31 327.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.3012865Z #31 327.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.3020201Z #31 327.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.3027339Z #31 327.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.3034961Z #31 327.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.3041933Z #31 327.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.3048788Z #31 327.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.3055867Z #31 327.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.3059905Z #31 327.7 In file included from magmablas_hip/dtrtri_diag_batched.hip.cpp:23: 2024-08-20T22:19:22.3993475Z #31 327.7 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:22.3994898Z #31 327.7 dgemm_kernel_16( 2024-08-20T22:19:22.3995518Z #31 327.7 ^ 2024-08-20T22:19:22.3998797Z #31 327.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.4004332Z #31 327.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.4010299Z #31 327.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.4016641Z #31 327.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.4022624Z #31 327.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.4029323Z #31 327.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.4036110Z #31 327.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.4042314Z #31 327.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.4048981Z #31 327.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.4055775Z #31 327.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.4062168Z #31 327.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.4086110Z #31 327.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.4092540Z #31 327.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.4096314Z #31 327.7 1 warning generated when compiling for gfx908. 2024-08-20T22:19:22.4102326Z #31 327.7 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dsymm_vbatched_core.hip.o magmablas_hip/dsymm_vbatched_core.hip.cpp 2024-08-20T22:19:22.4107584Z #31 327.7 In file included from magmablas_hip/cgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:19:22.4110643Z #31 327.7 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.4114225Z #31 327.7 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.4116015Z #31 327.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.4117755Z #31 327.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.4119185Z #31 327.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.4120389Z #31 327.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.4123157Z #31 327.7 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.4126502Z #31 327.7 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.4128465Z #31 327.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.4130213Z #31 327.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.4131924Z #31 327.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.4132907Z #31 327.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.4134264Z #31 327.7 In file included from magmablas_hip/strtri_diag_batched.hip.cpp:23: 2024-08-20T22:19:22.4138491Z #31 327.7 magmablas_hip/strtri.hip.hpp:68:1: warning: unused function 'sgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:22.4140075Z #31 327.7 sgemm_kernel_16( 2024-08-20T22:19:22.4140703Z #31 327.7 ^ 2024-08-20T22:19:22.4143176Z #31 327.7 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.4146532Z #31 327.7 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.4148367Z #31 327.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.4150193Z #31 327.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.4151552Z #31 327.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.4152538Z #31 327.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.4155379Z #31 327.7 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.4159121Z #31 327.7 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.4161610Z #31 327.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.4163482Z #31 327.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.4164995Z #31 327.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.4165968Z #31 327.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.4168890Z #31 327.8 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.4171829Z #31 327.8 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.4173782Z #31 327.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.4175988Z #31 327.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.4177410Z #31 327.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.4178389Z #31 327.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.4181216Z #31 327.8 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.4184831Z #31 327.8 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.4186876Z #31 327.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.4188626Z #31 327.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.4190070Z #31 327.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.4191040Z #31 327.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.4193893Z #31 327.8 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.4197422Z #31 327.8 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.4199683Z #31 327.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.4201536Z #31 327.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.4203004Z #31 327.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.4203999Z #31 327.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.4206856Z #31 327.8 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.4210426Z #31 327.8 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.4212448Z #31 327.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.4213995Z #31 327.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.4215416Z #31 327.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.4216312Z #31 327.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.4219081Z #31 327.8 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.4222864Z #31 327.8 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.4225000Z #31 327.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.4226468Z #31 327.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.4227667Z #31 327.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.4228468Z #31 327.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.4256617Z #31 327.8 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:22.4260871Z #31 327.8 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:22.4263797Z #31 327.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:22.4265808Z #31 327.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:22.4267369Z #31 327.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:22.4268399Z #31 327.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:22.4269594Z #31 327.8 1 warning generated when compiling for gfx908. 2024-08-20T22:19:22.5348875Z #31 327.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.5355913Z #31 327.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.5363023Z #31 327.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.5370463Z #31 327.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.5377796Z #31 327.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.5384833Z #31 327.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.5391619Z #31 327.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.5398792Z #31 327.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.5405763Z #31 327.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.5409498Z #31 327.9 2 warnings generated when compiling for gfx908. 2024-08-20T22:19:22.7139064Z #31 327.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.7146179Z #31 327.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.7153413Z #31 327.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.7160462Z #31 327.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.7167646Z #31 327.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.7174841Z #31 327.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.7181915Z #31 327.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.7189215Z #31 327.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.7195997Z #31 327.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.7203071Z #31 327.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.7210091Z #31 327.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.7217224Z #31 327.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.7224476Z #31 327.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.7231527Z #31 327.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.7238715Z #31 328.0 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.7245930Z #31 328.0 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.7252924Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.9013815Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.9021232Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.9028076Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.9035896Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.9043169Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.9050248Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.9057436Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.9064529Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.9071597Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.9078669Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.9085720Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.9092429Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.9099767Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.9106968Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.9113997Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:22.9121010Z #31 328.1 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:23.0546082Z #31 328.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:23.0553150Z #31 328.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:23.0560055Z #31 328.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:23.0566754Z #31 328.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:23.0573782Z #31 328.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:23.0580596Z #31 328.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:23.0587605Z #31 328.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:23.0594457Z #31 328.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:23.0601095Z #31 328.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:23.0608195Z #31 328.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:23.0615239Z #31 328.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:23.0621911Z #31 328.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:23.0628581Z #31 328.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:23.0638355Z #31 328.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:19:23.2934273Z #31 328.7 In file included from magmablas_hip/ctrtri_diag_batched.hip.cpp:23: 2024-08-20T22:19:23.4609066Z #31 328.7 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:23.4610711Z #31 328.7 cgemm_kernel_16( 2024-08-20T22:19:23.4611371Z #31 328.7 ^ 2024-08-20T22:19:23.4612106Z #31 328.7 1 warning generated when compiling for gfx908. 2024-08-20T22:19:23.7983461Z #31 329.2 In file included from magmablas_hip/strtri_diag_batched.hip.cpp:23: 2024-08-20T22:19:24.0097904Z #31 329.2 magmablas_hip/strtri.hip.hpp:68:1: warning: unused function 'sgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:24.0099549Z #31 329.2 sgemm_kernel_16( 2024-08-20T22:19:24.0100186Z #31 329.2 ^ 2024-08-20T22:19:24.0100946Z #31 329.2 1 warning generated when compiling for gfx90a. 2024-08-20T22:19:24.0107277Z #31 329.2 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/chemm_vbatched_core.hip.o magmablas_hip/chemm_vbatched_core.hip.cpp 2024-08-20T22:19:24.0113050Z #31 329.2 In file included from magmablas_hip/dtrtri_diag_batched.hip.cpp:23: 2024-08-20T22:19:24.0115301Z #31 329.2 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:24.0116901Z #31 329.2 dgemm_kernel_16( 2024-08-20T22:19:24.0117534Z #31 329.2 ^ 2024-08-20T22:19:24.0118265Z #31 329.2 1 warning generated when compiling for gfx90a. 2024-08-20T22:19:24.0121018Z #31 329.4 magmablas_hip/dgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:19:24.0123369Z #31 329.4 default: arginfo = -100; 2024-08-20T22:19:24.1786339Z #31 329.4 ^~~~~~~ 2024-08-20T22:19:24.1787574Z #31 329.4 magmablas_hip/dgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:19:24.1789451Z #31 329.4 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:19:24.1790327Z #31 329.4 ^ 2024-08-20T22:19:24.1792056Z #31 329.4 magmablas_hip/dgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:19:24.1793591Z #31 329.4 hipError_t e; 2024-08-20T22:19:24.1794203Z #31 329.4 ^ 2024-08-20T22:19:24.1796348Z #31 329.4 magmablas_hip/dgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:19:24.1798535Z #31 329.4 default: arginfo = -100; 2024-08-20T22:19:24.1799319Z #31 329.4 ^~~~~~~ 2024-08-20T22:19:24.1800709Z #31 329.4 magmablas_hip/dgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:19:24.1802319Z #31 329.4 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:19:24.1803157Z #31 329.4 ^ 2024-08-20T22:19:24.1804464Z #31 329.4 magmablas_hip/dgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:19:24.1805827Z #31 329.4 hipError_t e; 2024-08-20T22:19:24.1806618Z #31 329.4 ^ 2024-08-20T22:19:24.8165062Z #31 330.2 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ssymv_vbatched_core.hip.o magmablas_hip/ssymv_vbatched_core.hip.cpp 2024-08-20T22:19:25.1920928Z #31 330.6 In file included from magmablas_hip/ctrtri_diag_batched.hip.cpp:23: 2024-08-20T22:19:25.4273457Z #31 330.6 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:25.4275144Z #31 330.6 cgemm_kernel_16( 2024-08-20T22:19:25.4275980Z #31 330.6 ^ 2024-08-20T22:19:25.4276936Z #31 330.6 In file included from magmablas_hip/dtrtri_diag_batched.hip.cpp:23: 2024-08-20T22:19:25.4279121Z #31 330.6 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:25.4280686Z #31 330.6 dgemm_kernel_16( 2024-08-20T22:19:25.4281322Z #31 330.6 ^ 2024-08-20T22:19:25.4282035Z #31 330.6 1 warning generated when compiling for gfx90a. 2024-08-20T22:19:25.4283170Z #31 330.6 1 warning generated when compiling for host. 2024-08-20T22:19:25.4289728Z #31 330.6 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dsymv_vbatched_core.hip.o magmablas_hip/dsymv_vbatched_core.hip.cpp 2024-08-20T22:19:25.6338750Z #31 331.0 In file included from magmablas_hip/strtri_diag_batched.hip.cpp:23: 2024-08-20T22:19:25.8573669Z #31 331.0 magmablas_hip/strtri.hip.hpp:68:1: warning: unused function 'sgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:25.8575361Z #31 331.0 sgemm_kernel_16( 2024-08-20T22:19:25.8575999Z #31 331.0 ^ 2024-08-20T22:19:25.8576680Z #31 331.1 1 warning generated when compiling for host. 2024-08-20T22:19:25.8582729Z #31 331.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/chemv_vbatched_core.hip.o magmablas_hip/chemv_vbatched_core.hip.cpp 2024-08-20T22:19:25.9678782Z #31 331.3 10 warnings generated when compiling for gfx90a. 2024-08-20T22:19:26.5275997Z #31 331.9 In file included from magmablas_hip/ssymv_vbatched_core.hip.cpp:17: 2024-08-20T22:19:26.6957683Z #31 331.9 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:26.6962027Z #31 331.9 void hemv_diag_template_vbatched_kernel( 2024-08-20T22:19:26.6962873Z #31 331.9 ^ 2024-08-20T22:19:26.6966786Z #31 331.9 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:26.6970657Z #31 331.9 void hemv_lower_template_vbatched_kernel( 2024-08-20T22:19:26.6971701Z #31 331.9 ^ 2024-08-20T22:19:26.6976019Z #31 331.9 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:81:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:26.6979953Z #31 331.9 void hemv_upper_template_vbatched_kernel( 2024-08-20T22:19:26.6980849Z #31 331.9 ^ 2024-08-20T22:19:26.8874931Z #31 332.1 3 warnings generated when compiling for gfx900. 2024-08-20T22:19:27.0267331Z #31 332.4 In file included from magmablas_hip/dsymv_vbatched_core.hip.cpp:17: 2024-08-20T22:19:27.1860617Z #31 332.4 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:27.1864076Z #31 332.4 void hemv_diag_template_vbatched_kernel( 2024-08-20T22:19:27.1864854Z #31 332.4 ^ 2024-08-20T22:19:27.1868054Z #31 332.4 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:27.1870854Z #31 332.4 void hemv_lower_template_vbatched_kernel( 2024-08-20T22:19:27.1871498Z #31 332.4 ^ 2024-08-20T22:19:27.1874995Z #31 332.4 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:81:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:27.1878768Z #31 332.4 void hemv_upper_template_vbatched_kernel( 2024-08-20T22:19:27.1879580Z #31 332.4 ^ 2024-08-20T22:19:27.1880432Z #31 332.4 In file included from magmablas_hip/ctrtri_diag_batched.hip.cpp:23: 2024-08-20T22:19:27.1882360Z #31 332.4 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:27.1883723Z #31 332.4 cgemm_kernel_16( 2024-08-20T22:19:27.1884321Z #31 332.4 ^ 2024-08-20T22:19:27.1884978Z #31 332.4 1 warning generated when compiling for host. 2024-08-20T22:19:27.1890645Z #31 332.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/strmm_vbatched_core.hip.o magmablas_hip/strmm_vbatched_core.hip.cpp 2024-08-20T22:19:27.1895335Z #31 332.6 3 warnings generated when compiling for gfx900. 2024-08-20T22:19:27.3161694Z #31 332.7 In file included from magmablas_hip/dgetf2_native_kernel.hip.cpp:17: 2024-08-20T22:19:27.3165405Z #31 332.7 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:27.4760688Z #31 332.7 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:27.4763125Z #31 332.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:27.4764993Z #31 332.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:27.4766208Z #31 332.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:27.4767081Z #31 332.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:27.4769925Z #31 332.7 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:27.4773354Z #31 332.7 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:27.4775485Z #31 332.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:27.4777240Z #31 332.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:27.4778647Z #31 332.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:27.4779885Z #31 332.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:27.4782747Z #31 332.7 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:27.4786508Z #31 332.7 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:27.4788535Z #31 332.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:27.4790340Z #31 332.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:27.4791833Z #31 332.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:27.4792810Z #31 332.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:27.4795726Z #31 332.7 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:27.4799520Z #31 332.7 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:27.4802018Z #31 332.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:27.4803879Z #31 332.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:27.4805409Z #31 332.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:27.4806420Z #31 332.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:27.4809392Z #31 332.7 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:27.4813370Z #31 332.7 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:27.4816056Z #31 332.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:27.4817929Z #31 332.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:27.4819468Z #31 332.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:27.4820477Z #31 332.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:27.4823444Z #31 332.7 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:27.4827236Z #31 332.7 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:27.4829396Z #31 332.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:27.4831491Z #31 332.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:27.4833169Z #31 332.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:27.4834186Z #31 332.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:27.4837204Z #31 332.7 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:27.4840650Z #31 332.7 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:27.4842712Z #31 332.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:27.4844462Z #31 332.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:27.4845934Z #31 332.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:27.4846902Z #31 332.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:27.4850286Z #31 332.7 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:27.4854289Z #31 332.7 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:27.4856530Z #31 332.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:27.4858391Z #31 332.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:27.4859920Z #31 332.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:27.4860944Z #31 332.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:27.4863929Z #31 332.7 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:27.4867960Z #31 332.7 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:27.4870529Z #31 332.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:27.4872414Z #31 332.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:27.4873942Z #31 332.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:27.4874971Z #31 332.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:27.4877965Z #31 332.7 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:27.4881999Z #31 332.7 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:27.4884603Z #31 332.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:27.4886483Z #31 332.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:27.4888021Z #31 332.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:27.4889211Z #31 332.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:27.8840947Z #31 333.3 In file included from magmablas_hip/chemv_vbatched_core.hip.cpp:17: 2024-08-20T22:19:28.0941173Z #31 333.3 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:28.0945358Z #31 333.3 void hemv_diag_template_vbatched_kernel( 2024-08-20T22:19:28.0946199Z #31 333.3 ^ 2024-08-20T22:19:28.0950217Z #31 333.3 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:28.0954023Z #31 333.3 void hemv_lower_template_vbatched_kernel( 2024-08-20T22:19:28.0954953Z #31 333.3 ^ 2024-08-20T22:19:28.0959037Z #31 333.3 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:81:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:28.0962977Z #31 333.3 void hemv_upper_template_vbatched_kernel( 2024-08-20T22:19:28.0963898Z #31 333.3 ^ 2024-08-20T22:19:28.0966665Z #31 333.3 10 warnings generated when compiling for host. 2024-08-20T22:19:28.0973169Z #31 333.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dtrmm_vbatched_core.hip.o magmablas_hip/dtrmm_vbatched_core.hip.cpp 2024-08-20T22:19:28.0979338Z #31 333.5 3 warnings generated when compiling for gfx900. 2024-08-20T22:19:28.3592367Z #31 333.7 In file included from magmablas_hip/ssymv_vbatched_core.hip.cpp:17: 2024-08-20T22:19:28.5272703Z #31 333.7 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:28.5275865Z #31 333.7 void hemv_diag_template_vbatched_kernel( 2024-08-20T22:19:28.5276608Z #31 333.7 ^ 2024-08-20T22:19:28.5280480Z #31 333.7 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:28.5284331Z #31 333.7 void hemv_lower_template_vbatched_kernel( 2024-08-20T22:19:28.5285185Z #31 333.7 ^ 2024-08-20T22:19:28.5289112Z #31 333.7 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:81:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:28.5292850Z #31 333.7 void hemv_upper_template_vbatched_kernel( 2024-08-20T22:19:28.5293622Z #31 333.7 ^ 2024-08-20T22:19:28.5688185Z #31 333.9 3 warnings generated when compiling for gfx906. 2024-08-20T22:19:28.7821907Z #31 334.1 In file included from magmablas_hip/dsymv_vbatched_core.hip.cpp:17: 2024-08-20T22:19:28.9403345Z #31 334.1 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:28.9407748Z #31 334.1 void hemv_diag_template_vbatched_kernel( 2024-08-20T22:19:28.9408645Z #31 334.1 ^ 2024-08-20T22:19:28.9412638Z #31 334.2 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:28.9416694Z #31 334.2 void hemv_lower_template_vbatched_kernel( 2024-08-20T22:19:28.9417574Z #31 334.2 ^ 2024-08-20T22:19:28.9421732Z #31 334.2 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:81:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:28.9425806Z #31 334.2 void hemv_upper_template_vbatched_kernel( 2024-08-20T22:19:28.9426708Z #31 334.2 ^ 2024-08-20T22:19:29.0906202Z #31 334.3 3 warnings generated when compiling for gfx906. 2024-08-20T22:19:29.8835090Z #31 335.3 10 warnings generated when compiling for gfx900. 2024-08-20T22:19:30.1605494Z #31 335.5 In file included from magmablas_hip/chemv_vbatched_core.hip.cpp:17: 2024-08-20T22:19:30.3742216Z #31 335.5 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:30.3746066Z #31 335.5 void hemv_diag_template_vbatched_kernel( 2024-08-20T22:19:30.3746991Z #31 335.5 ^ 2024-08-20T22:19:30.3750406Z #31 335.5 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:30.3753541Z #31 335.5 void hemv_lower_template_vbatched_kernel( 2024-08-20T22:19:30.3754427Z #31 335.5 ^ 2024-08-20T22:19:30.3755088Z #31 335.5 10 warnings generated when compiling for gfx908. 2024-08-20T22:19:30.3759446Z #31 335.5 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:81:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:30.3763270Z #31 335.5 void hemv_upper_template_vbatched_kernel( 2024-08-20T22:19:30.3764161Z #31 335.5 ^ 2024-08-20T22:19:30.3765149Z #31 335.6 In file included from magmablas_hip/ssymv_vbatched_core.hip.cpp:17: 2024-08-20T22:19:30.3769712Z #31 335.6 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:30.3773431Z #31 335.6 void hemv_diag_template_vbatched_kernel( 2024-08-20T22:19:30.3774516Z #31 335.6 ^ 2024-08-20T22:19:30.3778361Z #31 335.6 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:30.3782065Z #31 335.6 void hemv_lower_template_vbatched_kernel( 2024-08-20T22:19:30.3782948Z #31 335.6 ^ 2024-08-20T22:19:30.3786870Z #31 335.6 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:81:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:30.3791011Z #31 335.6 void hemv_upper_template_vbatched_kernel( 2024-08-20T22:19:30.3791912Z #31 335.6 ^ 2024-08-20T22:19:30.3792684Z #31 335.7 3 warnings generated when compiling for gfx906. 2024-08-20T22:19:30.5619665Z #31 335.8 3 warnings generated when compiling for gfx908. 2024-08-20T22:19:30.5620913Z #31 335.9 In file included from magmablas_hip/dsymv_vbatched_core.hip.cpp:17: 2024-08-20T22:19:30.5625113Z #31 335.9 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:30.7213416Z #31 335.9 void hemv_diag_template_vbatched_kernel( 2024-08-20T22:19:30.7214581Z #31 335.9 ^ 2024-08-20T22:19:30.7218614Z #31 335.9 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:30.7222424Z #31 335.9 void hemv_lower_template_vbatched_kernel( 2024-08-20T22:19:30.7223285Z #31 335.9 ^ 2024-08-20T22:19:30.7227478Z #31 335.9 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:81:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:30.7231478Z #31 335.9 void hemv_upper_template_vbatched_kernel( 2024-08-20T22:19:30.7232181Z #31 335.9 ^ 2024-08-20T22:19:30.7232882Z #31 336.1 3 warnings generated when compiling for gfx908. 2024-08-20T22:19:31.3002185Z #31 336.7 In file included from magmablas_hip/sgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:19:31.4557784Z #31 336.7 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.4561009Z #31 336.7 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.4562882Z #31 336.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.4564638Z #31 336.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.4565980Z #31 336.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.4566874Z #31 336.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.4569450Z #31 336.7 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.4573528Z #31 336.7 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.4575498Z #31 336.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.4577306Z #31 336.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.4578676Z #31 336.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.4579599Z #31 336.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.4582758Z #31 336.7 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.4586018Z #31 336.7 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.4588313Z #31 336.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.4589993Z #31 336.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.4591367Z #31 336.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.4592283Z #31 336.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.4594886Z #31 336.7 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.4598306Z #31 336.7 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.4600395Z #31 336.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.4602185Z #31 336.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.4603567Z #31 336.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.4604466Z #31 336.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.4607095Z #31 336.7 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.4610881Z #31 336.7 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.4613133Z #31 336.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.4614951Z #31 336.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.4616324Z #31 336.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.4617230Z #31 336.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.4619861Z #31 336.7 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.4623124Z #31 336.7 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.4625126Z #31 336.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.4626844Z #31 336.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.4628233Z #31 336.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.4629184Z #31 336.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.4634242Z #31 336.7 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.4638931Z #31 336.7 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.4641789Z #31 336.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.4644305Z #31 336.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.4646205Z #31 336.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.4647441Z #31 336.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.4651357Z #31 336.7 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.4656467Z #31 336.7 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.4659311Z #31 336.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.4661655Z #31 336.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.4663597Z #31 336.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.4665049Z #31 336.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.4668771Z #31 336.7 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.4673767Z #31 336.7 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.4677002Z #31 336.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.4679356Z #31 336.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.4681278Z #31 336.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.4682577Z #31 336.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.4686573Z #31 336.7 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.4691610Z #31 336.7 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.4694955Z #31 336.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.4697323Z #31 336.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.4699368Z #31 336.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.4700606Z #31 336.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.4708311Z #31 336.8 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ctrmm_vbatched_core.hip.o magmablas_hip/ctrmm_vbatched_core.hip.cpp 2024-08-20T22:19:31.6660087Z #31 336.9 117 warnings generated when compiling for gfx906. 2024-08-20T22:19:31.6661656Z #31 336.9 In file included from magmablas_hip/cgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:19:31.6665209Z #31 336.9 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.6668488Z #31 336.9 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.6670472Z #31 336.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.6672250Z #31 336.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.6673635Z #31 336.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.6674572Z #31 336.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.6677306Z #31 336.9 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.6680918Z #31 336.9 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.6682897Z #31 336.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.6684565Z #31 336.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.6685842Z #31 336.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.6687054Z #31 336.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.6689812Z #31 336.9 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.6693165Z #31 336.9 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.6695560Z #31 336.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.6697220Z #31 336.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.6698532Z #31 336.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.6699504Z #31 336.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.6702773Z #31 336.9 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.6706734Z #31 336.9 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.6709147Z #31 336.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.6711008Z #31 336.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.6712509Z #31 336.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.6713498Z #31 336.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.6716423Z #31 336.9 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.6720262Z #31 336.9 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.6722739Z #31 336.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.6724580Z #31 336.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.6726107Z #31 336.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.6727110Z #31 336.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.6730032Z #31 336.9 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.6734403Z #31 336.9 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.6736432Z #31 336.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.6738156Z #31 336.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.6739544Z #31 336.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.6740503Z #31 336.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.6743701Z #31 336.9 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.6747444Z #31 336.9 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.6749491Z #31 336.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.6751496Z #31 336.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.6753177Z #31 336.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.6754132Z #31 336.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.6756927Z #31 336.9 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.6760454Z #31 336.9 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.6762604Z #31 336.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.6764535Z #31 336.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.6766023Z #31 336.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.6767460Z #31 336.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.6770383Z #31 336.9 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.6774424Z #31 336.9 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.6776918Z #31 336.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.6778774Z #31 336.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.6780264Z #31 336.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.6781263Z #31 336.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.6784184Z #31 336.9 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:31.6788119Z #31 336.9 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:31.6790651Z #31 336.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:31.6792506Z #31 336.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:31.6793997Z #31 336.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:31.6794988Z #31 336.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:31.7248768Z #31 337.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/strsm_small_vbatched.hip.o magmablas_hip/strsm_small_vbatched.hip.cpp 2024-08-20T22:19:32.0329861Z #31 337.4 In file included from magmablas_hip/ssymv_vbatched_core.hip.cpp:17: 2024-08-20T22:19:32.0335493Z #31 337.4 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:32.2106784Z #31 337.4 void hemv_diag_template_vbatched_kernel( 2024-08-20T22:19:32.2107774Z #31 337.4 ^ 2024-08-20T22:19:32.2112092Z #31 337.4 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:32.2116329Z #31 337.4 void hemv_lower_template_vbatched_kernel( 2024-08-20T22:19:32.2117233Z #31 337.4 ^ 2024-08-20T22:19:32.2121315Z #31 337.4 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:81:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:32.2125123Z #31 337.4 void hemv_upper_template_vbatched_kernel( 2024-08-20T22:19:32.2126030Z #31 337.4 ^ 2024-08-20T22:19:32.2734460Z #31 337.6 3 warnings generated when compiling for gfx90a. 2024-08-20T22:19:32.4204228Z #31 337.7 1 warning generated when compiling for gfx908. 2024-08-20T22:19:32.4205560Z #31 337.7 In file included from magmablas_hip/dsymv_vbatched_core.hip.cpp:17: 2024-08-20T22:19:32.4210746Z #31 337.7 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:32.4214610Z #31 337.7 void hemv_diag_template_vbatched_kernel( 2024-08-20T22:19:32.4215479Z #31 337.7 ^ 2024-08-20T22:19:32.4219415Z #31 337.7 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:32.4223486Z #31 337.7 void hemv_lower_template_vbatched_kernel( 2024-08-20T22:19:32.4224380Z #31 337.7 ^ 2024-08-20T22:19:32.4228379Z #31 337.7 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:81:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:32.4232523Z #31 337.7 void hemv_upper_template_vbatched_kernel( 2024-08-20T22:19:32.4233429Z #31 337.7 ^ 2024-08-20T22:19:32.4234412Z #31 337.8 In file included from magmablas_hip/chemv_vbatched_core.hip.cpp:17: 2024-08-20T22:19:32.6363412Z #31 337.8 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:32.6366921Z #31 337.8 void hemv_diag_template_vbatched_kernel( 2024-08-20T22:19:32.6367709Z #31 337.8 ^ 2024-08-20T22:19:32.6371339Z #31 337.8 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:32.6374971Z #31 337.8 void hemv_lower_template_vbatched_kernel( 2024-08-20T22:19:32.6375721Z #31 337.8 ^ 2024-08-20T22:19:32.6379276Z #31 337.8 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:81:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:32.6383058Z #31 337.8 void hemv_upper_template_vbatched_kernel( 2024-08-20T22:19:32.6383876Z #31 337.8 ^ 2024-08-20T22:19:32.6384569Z #31 337.9 3 warnings generated when compiling for gfx90a. 2024-08-20T22:19:32.6385606Z #31 338.0 3 warnings generated when compiling for gfx908. 2024-08-20T22:19:33.0155211Z #31 338.4 In file included from magmablas_hip/zgetf2_kernels.hip.cpp:19: 2024-08-20T22:19:33.1947832Z #31 338.4 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:33.1951607Z #31 338.4 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:33.1953744Z #31 338.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:33.1955616Z #31 338.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:33.1957128Z #31 338.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:33.1958055Z #31 338.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:33.1961075Z #31 338.4 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:33.1964580Z #31 338.4 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:33.1966701Z #31 338.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:33.1968536Z #31 338.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:33.1970042Z #31 338.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:33.1970997Z #31 338.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:33.1973838Z #31 338.4 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:33.1977324Z #31 338.4 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:33.1979300Z #31 338.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:33.1980972Z #31 338.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:33.1982231Z #31 338.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:33.1983102Z #31 338.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:33.1985633Z #31 338.4 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:33.1988907Z #31 338.4 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:33.1990936Z #31 338.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:33.1992553Z #31 338.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:33.1993868Z #31 338.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:33.1994755Z #31 338.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:33.1997275Z #31 338.4 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:33.2000958Z #31 338.4 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:33.2003263Z #31 338.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:33.2004894Z #31 338.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:33.2006345Z #31 338.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:33.2007167Z #31 338.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:33.2009747Z #31 338.4 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:33.2013037Z #31 338.4 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:33.2015064Z #31 338.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:33.2016617Z #31 338.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:33.2018027Z #31 338.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:33.2018969Z #31 338.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:33.2021526Z #31 338.4 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:33.2024776Z #31 338.4 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:33.2026715Z #31 338.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:33.2028384Z #31 338.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:33.2029714Z #31 338.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:33.2030600Z #31 338.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:33.2134472Z #31 338.4 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:33.2137294Z #31 338.4 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:33.2139116Z #31 338.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:33.2140675Z #31 338.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:33.2141841Z #31 338.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:33.2142606Z #31 338.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:33.2144681Z #31 338.4 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:33.2147565Z #31 338.4 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:33.2150031Z #31 338.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:33.2151598Z #31 338.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:33.2152804Z #31 338.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:33.2154057Z #31 338.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:33.2156712Z #31 338.4 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:33.2160057Z #31 338.4 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:33.2162069Z #31 338.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:33.2164183Z #31 338.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:33.2165520Z #31 338.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:33.2166400Z #31 338.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:33.2168043Z #31 338.4 magmablas_hip/zgetf2_kernels.hip.cpp:162:9: warning: unused variable 'chunk' [-Wunused-variable] 2024-08-20T22:19:33.2169566Z #31 338.4 int chunk = magma_ceildiv( length, zamax ); 2024-08-20T22:19:33.2170375Z #31 338.4 ^ 2024-08-20T22:19:33.7772418Z #31 339.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dtrsm_small_vbatched.hip.o magmablas_hip/dtrsm_small_vbatched.hip.cpp 2024-08-20T22:19:33.9366754Z #31 339.2 In file included from magmablas_hip/ztrtri_upper.hip.cpp:24: 2024-08-20T22:19:33.9369173Z #31 339.2 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:33.9370724Z #31 339.2 zgemm_kernel_16( 2024-08-20T22:19:33.9371377Z #31 339.2 ^ 2024-08-20T22:19:34.0502984Z #31 339.4 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ctrsm_small_vbatched.hip.o magmablas_hip/ctrsm_small_vbatched.hip.cpp 2024-08-20T22:19:34.4871263Z #31 339.9 11 warnings generated when compiling for gfx908. 2024-08-20T22:19:34.7092918Z #31 340.1 In file included from magmablas_hip/chemv_vbatched_core.hip.cpp:17: 2024-08-20T22:19:34.8874260Z #31 340.1 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:34.8877921Z #31 340.1 void hemv_diag_template_vbatched_kernel( 2024-08-20T22:19:34.8878810Z #31 340.1 ^ 2024-08-20T22:19:34.8882573Z #31 340.1 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:52:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:34.8886330Z #31 340.1 void hemv_lower_template_vbatched_kernel( 2024-08-20T22:19:34.8887230Z #31 340.1 ^ 2024-08-20T22:19:34.8891290Z #31 340.1 magmablas_hip/hemv_template_kernel_vbatched.hip.hpp:81:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:34.8895312Z #31 340.1 void hemv_upper_template_vbatched_kernel( 2024-08-20T22:19:34.8896219Z #31 340.1 ^ 2024-08-20T22:19:34.9355710Z #31 340.3 3 warnings generated when compiling for gfx90a. 2024-08-20T22:19:35.8417929Z #31 341.2 In file included from magmablas_hip/dgesv_batched_small.hip.cpp:22: 2024-08-20T22:19:35.8421035Z #31 341.2 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:36.0649373Z #31 341.2 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:36.0651800Z #31 341.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:36.0653978Z #31 341.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:36.0655458Z #31 341.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:36.0656414Z #31 341.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:36.0659458Z #31 341.2 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:36.0662941Z #31 341.2 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:36.0665027Z #31 341.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:36.0667080Z #31 341.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:36.0668535Z #31 341.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:36.0669496Z #31 341.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:36.0672253Z #31 341.2 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:36.0675869Z #31 341.2 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:36.0677983Z #31 341.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:36.0679825Z #31 341.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:36.0681139Z #31 341.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:36.0682028Z #31 341.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:36.0684776Z #31 341.2 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:36.0687661Z #31 341.2 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:36.0689757Z #31 341.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:36.0691516Z #31 341.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:36.0692957Z #31 341.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:36.0694014Z #31 341.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:36.0696480Z #31 341.2 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:36.0699421Z #31 341.2 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:36.0701605Z #31 341.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:36.0703773Z #31 341.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:36.0705256Z #31 341.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:36.0706259Z #31 341.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:36.0709185Z #31 341.2 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:36.0712506Z #31 341.2 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:36.0714399Z #31 341.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:36.0716164Z #31 341.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:36.0717630Z #31 341.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:36.0718580Z #31 341.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:36.0721398Z #31 341.2 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:36.0724846Z #31 341.2 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:36.0727104Z #31 341.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:36.0728822Z #31 341.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:36.0730264Z #31 341.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:36.0731582Z #31 341.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:36.0734477Z #31 341.2 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:36.0737951Z #31 341.2 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:36.0740142Z #31 341.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:36.0741833Z #31 341.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:36.0743392Z #31 341.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:36.0744322Z #31 341.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:36.0747042Z #31 341.2 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:36.0750897Z #31 341.2 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:36.0753298Z #31 341.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:36.0755036Z #31 341.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:36.0756483Z #31 341.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:36.0757425Z #31 341.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:36.0760239Z #31 341.2 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:36.0764008Z #31 341.2 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:36.0766683Z #31 341.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:36.0768408Z #31 341.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:36.0769836Z #31 341.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:36.0770789Z #31 341.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:36.0777163Z #31 341.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ctrsm_inv_vbatched_core.hip.o magmablas_hip/ctrsm_inv_vbatched_core.hip.cpp 2024-08-20T22:19:36.2632936Z #31 341.5 magmablas_hip/cgesv_batched_small.hip.cpp:167: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-08-20T22:19:36.2636637Z #31 341.5 cgesv_batched_small_sm_kernel( 2024-08-20T22:19:36.2637354Z #31 341.5 ^ 2024-08-20T22:19:36.5640525Z #31 341.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dtrsm_inv_vbatched_core.hip.o magmablas_hip/dtrsm_inv_vbatched_core.hip.cpp 2024-08-20T22:19:36.8090117Z #31 342.2 10 warnings generated when compiling for gfx90a. 2024-08-20T22:19:37.0305027Z #31 342.4 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/strsm_inv_vbatched_core.hip.o magmablas_hip/strsm_inv_vbatched_core.hip.cpp 2024-08-20T22:19:37.7042442Z #31 343.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ctrtri_diag_vbatched.hip.o magmablas_hip/ctrtri_diag_vbatched.hip.cpp 2024-08-20T22:19:37.8972390Z #31 343.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dtrtri_diag_vbatched.hip.o magmablas_hip/dtrtri_diag_vbatched.hip.cpp 2024-08-20T22:19:38.3635030Z #31 343.6 In file included from magmablas_hip/dgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:19:38.3638045Z #31 343.6 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:38.3640864Z #31 343.6 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:38.3642431Z #31 343.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:38.3644280Z #31 343.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:38.3645399Z #31 343.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:38.3646197Z #31 343.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:38.3648400Z #31 343.6 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:38.3651349Z #31 343.6 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:38.3652967Z #31 343.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:38.3654553Z #31 343.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:38.3655736Z #31 343.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:38.3656501Z #31 343.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:38.3658775Z #31 343.6 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:38.3661511Z #31 343.6 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:38.3663301Z #31 343.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:38.3664697Z #31 343.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:38.3665867Z #31 343.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:38.3666690Z #31 343.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:38.3668832Z #31 343.6 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:38.3671517Z #31 343.6 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:38.3673395Z #31 343.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:38.3675053Z #31 343.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:38.3676398Z #31 343.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:38.3677265Z #31 343.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:38.3679655Z #31 343.6 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:38.3682845Z #31 343.6 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:38.3684866Z #31 343.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:38.3686393Z #31 343.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:38.3687641Z #31 343.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:38.3688482Z #31 343.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:38.3691020Z #31 343.6 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:38.3694276Z #31 343.6 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:38.3696241Z #31 343.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:38.3697995Z #31 343.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:38.3699391Z #31 343.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:38.3700300Z #31 343.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:38.3703058Z #31 343.6 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:38.3706525Z #31 343.6 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:38.3708554Z #31 343.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:38.3710244Z #31 343.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:38.3711645Z #31 343.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:38.3712589Z #31 343.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:38.3715296Z #31 343.6 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:38.3718816Z #31 343.6 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:38.3720831Z #31 343.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:38.3722563Z #31 343.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:38.3723942Z #31 343.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:38.3724884Z #31 343.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:38.3727615Z #31 343.6 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:38.3731544Z #31 343.6 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:38.3734009Z #31 343.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:38.3735760Z #31 343.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:38.3737156Z #31 343.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:38.3738080Z #31 343.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:38.3740890Z #31 343.6 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:38.3744662Z #31 343.6 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:38.3747103Z #31 343.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:38.3748896Z #31 343.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:38.3750361Z #31 343.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:38.3751322Z #31 343.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:38.7072240Z #31 343.9 10 warnings generated when compiling for host. 2024-08-20T22:19:38.7078498Z #31 343.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/strtri_diag_vbatched.hip.o magmablas_hip/strtri_diag_vbatched.hip.cpp 2024-08-20T22:19:38.8578157Z #31 344.1 2 warnings generated when compiling for gfx908. 2024-08-20T22:19:39.2403526Z #31 344.6 In file included from magmablas_hip/ctrtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:19:39.4716730Z #31 344.6 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:39.4718104Z #31 344.6 cgemm_kernel_16( 2024-08-20T22:19:39.4718571Z #31 344.6 ^ 2024-08-20T22:19:39.4719097Z #31 344.6 1 warning generated when compiling for gfx900. 2024-08-20T22:19:39.4720115Z #31 344.7 In file included from magmablas_hip/dtrtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:19:39.4722277Z #31 344.7 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:39.4723707Z #31 344.7 dgemm_kernel_16( 2024-08-20T22:19:39.4724270Z #31 344.7 ^ 2024-08-20T22:19:39.4724923Z #31 344.7 1 warning generated when compiling for gfx900. 2024-08-20T22:19:40.0777581Z #31 345.4 In file included from magmablas_hip/strtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:19:40.1923880Z #31 345.4 magmablas_hip/strtri.hip.hpp:68:1: warning: unused function 'sgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:40.1925648Z #31 345.4 sgemm_kernel_16( 2024-08-20T22:19:40.1926199Z #31 345.4 ^ 2024-08-20T22:19:40.1926921Z #31 345.5 1 warning generated when compiling for gfx900. 2024-08-20T22:19:40.1929607Z #31 345.5 magmablas_hip/cgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:19:40.1932239Z #31 345.5 default: arginfo = -100; 2024-08-20T22:19:40.1933025Z #31 345.5 ^~~~~~~ 2024-08-20T22:19:40.1934327Z #31 345.5 magmablas_hip/cgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:19:40.1936050Z #31 345.5 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:19:40.1936924Z #31 345.5 ^ 2024-08-20T22:19:40.1938272Z #31 345.5 magmablas_hip/cgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:19:40.1939685Z #31 345.5 hipError_t e; 2024-08-20T22:19:40.1940333Z #31 345.5 ^ 2024-08-20T22:19:40.1942535Z #31 345.6 magmablas_hip/cgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:19:40.3420834Z #31 345.6 default: arginfo = -100; 2024-08-20T22:19:40.3421680Z #31 345.6 ^~~~~~~ 2024-08-20T22:19:40.3422936Z #31 345.6 magmablas_hip/cgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:19:40.3424612Z #31 345.6 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:19:40.3425351Z #31 345.6 ^ 2024-08-20T22:19:40.3426453Z #31 345.6 magmablas_hip/cgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:19:40.3427568Z #31 345.6 hipError_t e; 2024-08-20T22:19:40.3428120Z #31 345.6 ^ 2024-08-20T22:19:40.4940323Z #31 345.7 10 warnings generated when compiling for gfx900. 2024-08-20T22:19:40.6630001Z #31 346.0 In file included from magmablas_hip/ctrtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:19:40.6632481Z #31 346.0 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:40.6633957Z #31 346.0 cgemm_kernel_16( 2024-08-20T22:19:40.8914265Z #31 346.0 ^ 2024-08-20T22:19:40.8915117Z #31 346.0 1 warning generated when compiling for gfx906. 2024-08-20T22:19:40.8916534Z #31 346.1 In file included from magmablas_hip/dtrtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:19:40.8918726Z #31 346.1 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:40.8920330Z #31 346.1 dgemm_kernel_16( 2024-08-20T22:19:40.8920831Z #31 346.1 ^ 2024-08-20T22:19:40.8921388Z #31 346.1 1 warning generated when compiling for gfx906. 2024-08-20T22:19:40.8924011Z #31 346.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgemm_vbatched.o magmablas_hip/sgemm_vbatched.cpp 2024-08-20T22:19:41.5221688Z #31 346.8 10 warnings generated when compiling for gfx906. 2024-08-20T22:19:41.5223321Z #31 346.9 In file included from magmablas_hip/strtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:19:41.5225550Z #31 346.9 magmablas_hip/strtri.hip.hpp:68:1: warning: unused function 'sgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:41.5226941Z #31 346.9 sgemm_kernel_16( 2024-08-20T22:19:41.5227500Z #31 346.9 ^ 2024-08-20T22:19:41.7507445Z #31 346.9 1 warning generated when compiling for gfx906. 2024-08-20T22:19:41.7511141Z #31 347.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgemm_vbatched.o magmablas_hip/dgemm_vbatched.cpp 2024-08-20T22:19:42.1111413Z #31 347.5 In file included from magmablas_hip/dgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:19:42.2171915Z #31 347.5 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:42.2175687Z #31 347.5 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:42.2177503Z #31 347.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:42.2179194Z #31 347.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:42.2180570Z #31 347.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:42.2181462Z #31 347.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:42.2184124Z #31 347.5 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:42.2187275Z #31 347.5 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:42.2189184Z #31 347.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:42.2190824Z #31 347.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:42.2192167Z #31 347.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:42.2193066Z #31 347.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:42.2195706Z #31 347.5 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:42.2198892Z #31 347.5 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:42.2200810Z #31 347.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:42.2202446Z #31 347.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:42.2203826Z #31 347.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:42.2204732Z #31 347.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:42.2207392Z #31 347.5 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:42.2211126Z #31 347.5 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:42.2213317Z #31 347.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:42.2215135Z #31 347.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:42.2216520Z #31 347.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:42.2217533Z #31 347.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:42.2218761Z #31 347.5 In file included from magmablas_hip/ctrtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:19:42.2220810Z #31 347.5 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:42.2222205Z #31 347.5 cgemm_kernel_16( 2024-08-20T22:19:42.2222771Z #31 347.5 ^ 2024-08-20T22:19:42.2225119Z #31 347.5 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:42.2228613Z #31 347.5 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:42.2231252Z #31 347.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:42.2233158Z #31 347.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:42.2234529Z #31 347.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:42.2235430Z #31 347.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:42.2238067Z #31 347.5 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:42.2241321Z #31 347.5 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:42.2243226Z #31 347.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:42.2244904Z #31 347.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:42.2246248Z #31 347.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:42.2247196Z #31 347.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:42.2249897Z #31 347.5 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:42.2253141Z #31 347.5 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:42.2255197Z #31 347.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:42.2256841Z #31 347.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:42.2258228Z #31 347.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:42.2259111Z #31 347.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:42.2261756Z #31 347.5 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:42.2265052Z #31 347.5 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:42.2267050Z #31 347.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:42.2268847Z #31 347.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:42.2270223Z #31 347.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:42.2271138Z #31 347.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:42.2273843Z #31 347.5 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:42.2277511Z #31 347.5 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:42.2279784Z #31 347.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:42.2281457Z #31 347.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:42.2282835Z #31 347.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:42.2283771Z #31 347.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:42.2286481Z #31 347.5 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:42.2290156Z #31 347.5 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:42.2292554Z #31 347.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:42.2294356Z #31 347.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:42.2295758Z #31 347.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:42.2296684Z #31 347.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:42.2297682Z #31 347.5 1 warning generated when compiling for gfx908. 2024-08-20T22:19:42.2299013Z #31 347.6 In file included from magmablas_hip/dtrtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:19:42.2301071Z #31 347.6 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:42.2302506Z #31 347.6 dgemm_kernel_16( 2024-08-20T22:19:42.2303097Z #31 347.6 ^ 2024-08-20T22:19:42.2303755Z #31 347.6 1 warning generated when compiling for gfx908. 2024-08-20T22:19:42.9020339Z #31 348.3 In file included from magmablas_hip/sgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:19:42.9023089Z #31 348.3 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:43.1110815Z #31 348.3 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:43.1112977Z #31 348.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:43.1114979Z #31 348.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:43.1116354Z #31 348.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:43.1117249Z #31 348.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:43.1119803Z #31 348.3 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:43.1122887Z #31 348.3 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:43.1124853Z #31 348.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:43.1126832Z #31 348.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:43.1128194Z #31 348.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:43.1129216Z #31 348.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:43.1132236Z #31 348.3 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:43.1135471Z #31 348.3 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:43.1137627Z #31 348.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:43.1139268Z #31 348.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:43.1140610Z #31 348.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:43.1141504Z #31 348.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:43.1144132Z #31 348.3 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:43.1147523Z #31 348.3 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:43.1149624Z #31 348.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:43.1151085Z #31 348.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:43.1152280Z #31 348.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:43.1153083Z #31 348.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:43.1155349Z #31 348.3 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:43.1158556Z #31 348.3 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:43.1160846Z #31 348.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:43.1162752Z #31 348.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:43.1164192Z #31 348.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:43.1165167Z #31 348.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:43.1167929Z #31 348.3 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:43.1171444Z #31 348.3 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:43.1173637Z #31 348.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:43.1175537Z #31 348.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:43.1176864Z #31 348.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:43.1177749Z #31 348.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:43.1180290Z #31 348.3 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:43.1183647Z #31 348.3 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:43.1185976Z #31 348.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:43.1187698Z #31 348.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:43.1189060Z #31 348.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:43.1189980Z #31 348.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:43.1192970Z #31 348.3 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:43.1196704Z #31 348.3 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:43.1198910Z #31 348.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:43.1200989Z #31 348.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:43.1202530Z #31 348.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:43.1203538Z #31 348.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:43.1206511Z #31 348.3 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:43.1210628Z #31 348.3 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:43.1213105Z #31 348.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:43.1215082Z #31 348.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:43.1216566Z #31 348.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:43.1217547Z #31 348.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:43.1220329Z #31 348.3 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:43.1224137Z #31 348.3 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:43.1226438Z #31 348.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:43.1228224Z #31 348.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:43.1229587Z #31 348.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:43.1230444Z #31 348.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:43.1231811Z #31 348.3 In file included from magmablas_hip/strtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:19:43.1233690Z #31 348.3 magmablas_hip/strtri.hip.hpp:68:1: warning: unused function 'sgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:43.1235097Z #31 348.3 sgemm_kernel_16( 2024-08-20T22:19:43.1235707Z #31 348.3 ^ 2024-08-20T22:19:43.1236402Z #31 348.3 1 warning generated when compiling for gfx908. 2024-08-20T22:19:43.4522820Z #31 348.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgemm_vbatched.o magmablas_hip/cgemm_vbatched.cpp 2024-08-20T22:19:43.6502912Z #31 348.9 In file included from magmablas_hip/ctrtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:19:43.6505346Z #31 348.9 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:43.6506879Z #31 348.9 cgemm_kernel_16( 2024-08-20T22:19:43.6507836Z #31 348.9 ^ 2024-08-20T22:19:43.6508544Z #31 348.9 1 warning generated when compiling for gfx90a. 2024-08-20T22:19:43.6509932Z #31 349.0 In file included from magmablas_hip/dtrtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:19:43.8172450Z #31 349.0 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:43.8174243Z #31 349.0 dgemm_kernel_16( 2024-08-20T22:19:43.8174905Z #31 349.0 ^ 2024-08-20T22:19:43.8175639Z #31 349.0 1 warning generated when compiling for gfx90a. 2024-08-20T22:19:43.9118993Z #31 349.3 magmablas_hip/dgesv_batched_small.hip.cpp:167: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-08-20T22:19:43.9127499Z #31 349.3 dgesv_batched_small_sm_kernel( 2024-08-20T22:19:43.9128291Z #31 349.3 ^ 2024-08-20T22:19:44.0392800Z #31 349.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgemv_vbatched.o magmablas_hip/sgemv_vbatched.cpp 2024-08-20T22:19:44.1950976Z #31 349.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgemv_vbatched.o magmablas_hip/dgemv_vbatched.cpp 2024-08-20T22:19:44.3897748Z #31 349.8 In file included from magmablas_hip/strtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:19:44.6008395Z #31 349.8 magmablas_hip/strtri.hip.hpp:68:1: warning: unused function 'sgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:44.6010076Z #31 349.8 sgemm_kernel_16( 2024-08-20T22:19:44.6010743Z #31 349.8 ^ 2024-08-20T22:19:44.6011479Z #31 349.8 1 warning generated when compiling for gfx90a. 2024-08-20T22:19:44.6015186Z #31 349.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgemv_vbatched.o magmablas_hip/cgemv_vbatched.cpp 2024-08-20T22:19:44.7190927Z #31 350.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ssymm_vbatched.o magmablas_hip/ssymm_vbatched.cpp 2024-08-20T22:19:44.8890936Z #31 350.1 10 warnings generated when compiling for gfx900. 2024-08-20T22:19:44.9610830Z #31 350.3 In file included from magmablas_hip/ctrtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:19:45.1621079Z #31 350.3 magmablas_hip/ctrtri.hip.hpp:68:1: warning: unused function 'cgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:45.1622670Z #31 350.3 cgemm_kernel_16( 2024-08-20T22:19:45.1623272Z #31 350.3 ^ 2024-08-20T22:19:45.1623952Z #31 350.4 1 warning generated when compiling for host. 2024-08-20T22:19:45.1627262Z #31 350.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dsymm_vbatched.o magmablas_hip/dsymm_vbatched.cpp 2024-08-20T22:19:45.3895837Z #31 350.5 In file included from magmablas_hip/dtrtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:19:45.3898270Z #31 350.5 magmablas_hip/dtrtri.hip.hpp:68:1: warning: unused function 'dgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:45.3899756Z #31 350.5 dgemm_kernel_16( 2024-08-20T22:19:45.3900360Z #31 350.5 ^ 2024-08-20T22:19:45.3901142Z #31 350.6 1 warning generated when compiling for host. 2024-08-20T22:19:45.3904349Z #31 350.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/chemm_vbatched.o magmablas_hip/chemm_vbatched.cpp 2024-08-20T22:19:45.8010344Z #31 351.2 In file included from magmablas_hip/strtri_diag_vbatched.hip.cpp:23: 2024-08-20T22:19:46.0233392Z #31 351.2 magmablas_hip/strtri.hip.hpp:68:1: warning: unused function 'sgemm_kernel_16' [-Wunused-function] 2024-08-20T22:19:46.0235375Z #31 351.2 sgemm_kernel_16( 2024-08-20T22:19:46.0235999Z #31 351.2 ^ 2024-08-20T22:19:46.0236662Z #31 351.2 1 warning generated when compiling for host. 2024-08-20T22:19:46.0240001Z #31 351.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ssymv_vbatched.o magmablas_hip/ssymv_vbatched.cpp 2024-08-20T22:19:46.1891086Z #31 351.6 In file included from magmablas_hip/cgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:19:46.3601589Z #31 351.6 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:46.3604974Z #31 351.6 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:46.3607290Z #31 351.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:46.3609037Z #31 351.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:46.3610434Z #31 351.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:46.3611323Z #31 351.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:46.3614304Z #31 351.6 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:46.3617656Z #31 351.6 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:46.3619564Z #31 351.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:46.3621337Z #31 351.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:46.3622715Z #31 351.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:46.3623620Z #31 351.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:46.3626456Z #31 351.6 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:46.3630079Z #31 351.6 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:46.3632494Z #31 351.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:46.3634374Z #31 351.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:46.3635909Z #31 351.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:46.3636946Z #31 351.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:46.3639923Z #31 351.6 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:46.3643772Z #31 351.6 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:46.3646274Z #31 351.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:46.3648176Z #31 351.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:46.3649712Z #31 351.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:46.3650734Z #31 351.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:46.3653709Z #31 351.6 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:46.3657214Z #31 351.6 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:46.3659065Z #31 351.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:46.3660517Z #31 351.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:46.3661833Z #31 351.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:46.3662689Z #31 351.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:46.3665316Z #31 351.6 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:46.3668395Z #31 351.6 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:46.3670190Z #31 351.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:46.3671789Z #31 351.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:46.3673070Z #31 351.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:46.3673944Z #31 351.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:46.3676703Z #31 351.6 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:46.3679751Z #31 351.6 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:46.3681570Z #31 351.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:46.3683130Z #31 351.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:46.3684402Z #31 351.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:46.3685248Z #31 351.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:46.3687538Z #31 351.6 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:46.3690353Z #31 351.6 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:46.3692408Z #31 351.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:46.3694328Z #31 351.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:46.3695765Z #31 351.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:46.3696697Z #31 351.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:46.3699397Z #31 351.6 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:46.3703011Z #31 351.6 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:46.3705290Z #31 351.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:46.3706978Z #31 351.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:46.3708337Z #31 351.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:46.3709444Z #31 351.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:46.3712111Z #31 351.6 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:46.3715628Z #31 351.6 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:46.3717859Z #31 351.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:46.3719590Z #31 351.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:46.3720964Z #31 351.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:46.3722024Z #31 351.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:46.4802644Z #31 351.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dsymv_vbatched.o magmablas_hip/dsymv_vbatched.cpp 2024-08-20T22:19:46.6705268Z #31 351.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/chemv_vbatched.o magmablas_hip/chemv_vbatched.cpp 2024-08-20T22:19:47.1608695Z #31 352.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ssyr2k_vbatched.o magmablas_hip/ssyr2k_vbatched.cpp 2024-08-20T22:19:47.4706674Z #31 352.8 10 warnings generated when compiling for gfx90a. 2024-08-20T22:19:47.6469278Z #31 352.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dsyr2k_vbatched.o magmablas_hip/dsyr2k_vbatched.cpp 2024-08-20T22:19:47.6474610Z #31 353.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cher2k_vbatched.o magmablas_hip/cher2k_vbatched.cpp 2024-08-20T22:19:47.8125971Z #31 353.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ssyrk_vbatched.o magmablas_hip/ssyrk_vbatched.cpp 2024-08-20T22:19:47.9308449Z #31 353.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dsyrk_vbatched.o magmablas_hip/dsyrk_vbatched.cpp 2024-08-20T22:19:48.1528572Z #31 353.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cherk_vbatched.o magmablas_hip/cherk_vbatched.cpp 2024-08-20T22:19:48.4114813Z #31 353.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/csyr2k_vbatched.o magmablas_hip/csyr2k_vbatched.cpp 2024-08-20T22:19:48.8003414Z #31 354.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/csyrk_vbatched.o magmablas_hip/csyrk_vbatched.cpp 2024-08-20T22:19:48.9002309Z #31 354.2 In file included from magmablas_hip/dgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:19:48.9005846Z #31 354.2 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:48.9009331Z #31 354.2 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:48.9011725Z #31 354.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:48.9013363Z #31 354.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:48.9014853Z #31 354.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:48.9015798Z #31 354.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:48.9018539Z #31 354.2 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:48.9021987Z #31 354.2 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:48.9024201Z #31 354.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:48.9026027Z #31 354.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:48.9027501Z #31 354.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:48.9028481Z #31 354.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:48.9031636Z #31 354.2 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:48.9035485Z #31 354.2 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:48.9037610Z #31 354.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:48.9039653Z #31 354.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:48.9041137Z #31 354.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:48.9042116Z #31 354.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:48.9044980Z #31 354.2 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:48.9048658Z #31 354.2 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:48.9050937Z #31 354.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:48.9052701Z #31 354.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:48.9054156Z #31 354.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:48.9055971Z #31 354.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:48.9059844Z #31 354.3 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:48.9064819Z #31 354.3 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:48.9067962Z #31 354.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:48.9070415Z #31 354.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:48.9072236Z #31 354.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:48.9073506Z #31 354.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:48.9077396Z #31 354.3 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:48.9082112Z #31 354.3 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:48.9084758Z #31 354.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:48.9087161Z #31 354.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:48.9089115Z #31 354.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:48.9090424Z #31 354.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:49.0691147Z #31 354.3 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:49.0695296Z #31 354.3 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:49.0697259Z #31 354.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:49.0699179Z #31 354.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:49.0700709Z #31 354.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:49.0701705Z #31 354.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:49.0704970Z #31 354.3 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:49.0708630Z #31 354.3 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:49.0710884Z #31 354.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:49.0712697Z #31 354.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:49.0714154Z #31 354.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:49.0715131Z #31 354.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:49.0717809Z #31 354.3 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:49.0721647Z #31 354.3 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:49.0724210Z #31 354.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:49.0726112Z #31 354.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:49.0727560Z #31 354.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:49.0728453Z #31 354.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:49.0731725Z #31 354.3 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:49.0735806Z #31 354.3 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:49.0738299Z #31 354.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:49.0740217Z #31 354.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:49.0741777Z #31 354.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:49.0743055Z #31 354.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:49.4750118Z #31 354.7 10 warnings generated when compiling for host. 2024-08-20T22:19:49.4753769Z #31 354.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/strmm_vbatched.o magmablas_hip/strmm_vbatched.cpp 2024-08-20T22:19:49.6800078Z #31 355.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dtrmm_vbatched.o magmablas_hip/dtrmm_vbatched.cpp 2024-08-20T22:19:49.9230571Z #31 355.3 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ctrmm_vbatched.o magmablas_hip/ctrmm_vbatched.cpp 2024-08-20T22:19:50.1700529Z #31 355.5 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/strsm_vbatched_core.o magmablas_hip/strsm_vbatched_core.cpp 2024-08-20T22:19:50.2816747Z #31 355.6 magmablas_hip/zgetf2_kernels.hip.cpp:710: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-08-20T22:19:50.2820348Z #31 355.6 zcomputecolumn_kernel_shared_batched( int m, int paneloffset, int step, 2024-08-20T22:19:50.2821821Z #31 355.6 ^ 2024-08-20T22:19:50.2825478Z #31 355.6 magmablas_hip/zgetf2_kernels.hip.cpp:610: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-08-20T22:19:50.2829015Z #31 355.6 zgetf2trsm_2d_kernel( int m, int n, 2024-08-20T22:19:50.2829678Z #31 355.6 ^ 2024-08-20T22:19:50.2833343Z #31 355.6 magmablas_hip/zgetf2_kernels.hip.cpp:610: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-08-20T22:19:50.2839664Z #31 355.6 magmablas_hip/zgetf2_kernels.hip.cpp:610: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-08-20T22:19:50.4318769Z #31 355.6 magmablas_hip/zgetf2_kernels.hip.cpp:610: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-08-20T22:19:50.6210442Z #31 356.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dtrsm_vbatched_core.o magmablas_hip/dtrsm_vbatched_core.cpp 2024-08-20T22:19:50.7725978Z #31 356.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ctrsm_vbatched_core.o magmablas_hip/ctrsm_vbatched_core.cpp 2024-08-20T22:19:50.7731605Z #31 356.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/strsm_vbatched.o magmablas_hip/strsm_vbatched.cpp 2024-08-20T22:19:50.9963750Z #31 356.4 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dtrsm_vbatched.o magmablas_hip/dtrsm_vbatched.cpp 2024-08-20T22:19:51.2168484Z #31 356.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ctrsm_vbatched.o magmablas_hip/ctrsm_vbatched.cpp 2024-08-20T22:19:51.6592603Z #31 356.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.6596053Z #31 356.9 zgetf2_fused_kernel_batched( int m, 2024-08-20T22:19:51.6596853Z #31 356.9 ^ 2024-08-20T22:19:51.6600738Z #31 356.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.6607897Z #31 356.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.6614061Z #31 356.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.6620311Z #31 356.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.6626121Z #31 356.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.6632426Z #31 356.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.6638100Z #31 357.0 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/strsm_inv_vbatched.o magmablas_hip/strsm_inv_vbatched.cpp 2024-08-20T22:19:51.7654478Z #31 357.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.7660950Z #31 357.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.7667416Z #31 357.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.7673630Z #31 357.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.7679890Z #31 357.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.7686335Z #31 357.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.7692231Z #31 357.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.7698539Z #31 357.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.7704892Z #31 357.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.7710689Z #31 357.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.7717221Z #31 357.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.7723164Z #31 357.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.7729624Z #31 357.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.7736313Z #31 357.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dtrsm_inv_vbatched.o magmablas_hip/dtrsm_inv_vbatched.cpp 2024-08-20T22:19:51.8795099Z #31 357.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.8802171Z #31 357.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.8809093Z #31 357.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.8816152Z #31 357.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.8823390Z #31 357.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.8830385Z #31 357.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.8837384Z #31 357.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.8844572Z #31 357.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.8851712Z #31 357.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.9923849Z #31 357.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.9931903Z #31 357.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.9938917Z #31 357.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.9946055Z #31 357.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:51.9952816Z #31 357.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.1025687Z #31 357.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.1033233Z #31 357.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.1040239Z #31 357.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.1047554Z #31 357.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.1054668Z #31 357.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.1061613Z #31 357.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.1068855Z #31 357.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.1075878Z #31 357.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.1083092Z #31 357.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.1090213Z #31 357.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.1097489Z #31 357.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.1104368Z #31 357.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.1111323Z #31 357.4 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.2357135Z #31 357.5 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.2363207Z #31 357.5 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.2369886Z #31 357.5 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.2376692Z #31 357.5 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.2383844Z #31 357.5 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.2390680Z #31 357.5 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.2397178Z #31 357.5 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.2403790Z #31 357.5 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.2411245Z #31 357.5 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.3940801Z #31 357.6 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.3947631Z #31 357.6 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.3954054Z #31 357.6 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.3960964Z #31 357.6 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.3967481Z #31 357.6 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.3974373Z #31 357.6 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.3980980Z #31 357.6 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.3988504Z #31 357.6 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.3995461Z #31 357.6 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.4002344Z #31 357.6 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.4009457Z #31 357.6 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.4016139Z #31 357.6 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.4023329Z #31 357.6 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.4030413Z #31 357.6 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.4037536Z #31 357.7 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.4044192Z #31 357.7 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.4050310Z #31 357.8 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/ctrsm_inv_vbatched.o magmablas_hip/ctrsm_inv_vbatched.cpp 2024-08-20T22:19:52.6228141Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.6235500Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.6242489Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.6249454Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.6256653Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.6263622Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.6270106Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.6277398Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.6284380Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.6291436Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.6297836Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.6304217Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.6310905Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.6317768Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.6324936Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.6330984Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.6336860Z #31 357.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.7961507Z #31 358.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.7968544Z #31 358.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.7975615Z #31 358.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.7982902Z #31 358.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.7990055Z #31 358.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.7996980Z #31 358.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.8003919Z #31 358.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.8010836Z #31 358.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.8017913Z #31 358.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.8024825Z #31 358.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.8031955Z #31 358.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.8038900Z #31 358.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:19:52.8047714Z #31 358.2 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sgetf2_kernels_var.hip.o magmablas_hip/sgetf2_kernels_var.hip.cpp 2024-08-20T22:19:53.0913985Z #31 358.5 10 warnings generated when compiling for gfx908. 2024-08-20T22:19:53.3072435Z #31 358.5 111 warnings generated when compiling for gfx906. 2024-08-20T22:19:53.3079206Z #31 358.5 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dgetf2_kernels_var.hip.o magmablas_hip/dgetf2_kernels_var.hip.cpp 2024-08-20T22:19:53.4325862Z #31 358.8 10 warnings generated when compiling for gfx908. 2024-08-20T22:19:53.6790164Z #31 359.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cgetf2_kernels_var.hip.o magmablas_hip/cgetf2_kernels_var.hip.cpp 2024-08-20T22:19:53.7907023Z #31 359.1 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/slaswp_vbatched.hip.o magmablas_hip/slaswp_vbatched.hip.cpp 2024-08-20T22:19:53.7916464Z #31 359.2 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dlaswp_vbatched.hip.o magmablas_hip/dlaswp_vbatched.hip.cpp 2024-08-20T22:19:53.9620885Z #31 359.2 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/claswp_vbatched.hip.o magmablas_hip/claswp_vbatched.hip.cpp 2024-08-20T22:19:54.2295102Z #31 359.6 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/spotf2_kernels_var.hip.o magmablas_hip/spotf2_kernels_var.hip.cpp 2024-08-20T22:19:54.3900610Z #31 359.8 In file included from magmablas_hip/sgetf2_kernels_var.hip.cpp:17: 2024-08-20T22:19:54.5269455Z #31 359.8 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.5272905Z #31 359.8 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.5274915Z #31 359.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.5276746Z #31 359.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.5278544Z #31 359.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.5279526Z #31 359.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.5282325Z #31 359.8 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.5285728Z #31 359.8 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.5287800Z #31 359.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.5289601Z #31 359.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.5291252Z #31 359.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.5292232Z #31 359.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.5295242Z #31 359.8 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.5298676Z #31 359.8 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.5300751Z #31 359.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.5302830Z #31 359.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.5304309Z #31 359.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.5305275Z #31 359.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.5308162Z #31 359.8 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.5311868Z #31 359.8 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.5314202Z #31 359.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.5316018Z #31 359.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.5317497Z #31 359.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.5318484Z #31 359.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.5321150Z #31 359.8 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.5324637Z #31 359.8 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.5326952Z #31 359.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.5328833Z #31 359.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.5330309Z #31 359.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.5331561Z #31 359.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.5334521Z #31 359.8 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.5337954Z #31 359.8 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.5340017Z #31 359.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.5342068Z #31 359.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.5343526Z #31 359.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.5344497Z #31 359.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.5347337Z #31 359.8 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.5350828Z #31 359.8 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.5352945Z #31 359.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.5354974Z #31 359.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.5356447Z #31 359.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.5357420Z #31 359.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.5360263Z #31 359.8 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.5363782Z #31 359.8 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.5366161Z #31 359.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.5367956Z #31 359.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.5369395Z #31 359.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.5370351Z #31 359.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.5373194Z #31 359.8 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.5377087Z #31 359.8 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.5379504Z #31 359.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.5381323Z #31 359.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.5382779Z #31 359.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.5383741Z #31 359.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.5386586Z #31 359.8 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.5390380Z #31 359.8 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.5392833Z #31 359.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.5394643Z #31 359.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.5396128Z #31 359.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.5397109Z #31 359.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.5402860Z #31 359.8 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dpotf2_kernels_var.hip.o magmablas_hip/dpotf2_kernels_var.hip.cpp 2024-08-20T22:19:54.5412733Z #31 359.9 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cpotf2_kernels_var.hip.o magmablas_hip/cpotf2_kernels_var.hip.cpp 2024-08-20T22:19:54.7019890Z #31 359.9 In file included from magmablas_hip/zgetf2_kernels_var.hip.cpp:17: 2024-08-20T22:19:54.7023214Z #31 359.9 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7026640Z #31 359.9 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7028506Z #31 359.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7030384Z #31 359.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7032826Z #31 359.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7034106Z #31 359.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7037166Z #31 359.9 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7040777Z #31 359.9 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7042627Z #31 359.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7044251Z #31 359.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7045549Z #31 359.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7046443Z #31 359.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7049041Z #31 359.9 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7052394Z #31 359.9 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7054409Z #31 359.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7056072Z #31 359.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7057371Z #31 359.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7058338Z #31 359.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7060875Z #31 359.9 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7064329Z #31 359.9 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7066461Z #31 359.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7068130Z #31 359.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7069441Z #31 359.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7070639Z #31 359.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7073437Z #31 359.9 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7077013Z #31 359.9 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7079411Z #31 359.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7081260Z #31 359.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7082680Z #31 359.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7083751Z #31 359.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7086318Z #31 359.9 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7089377Z #31 359.9 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7091209Z #31 359.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7093032Z #31 359.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7094652Z #31 359.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7095594Z #31 359.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7098244Z #31 359.9 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7101709Z #31 359.9 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7103445Z #31 359.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7105058Z #31 359.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7106312Z #31 359.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7107169Z #31 359.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7110073Z #31 359.9 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7113393Z #31 359.9 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7115381Z #31 359.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7117103Z #31 359.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7118372Z #31 359.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7119303Z #31 359.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7122085Z #31 359.9 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7125850Z #31 359.9 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7128236Z #31 359.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7130145Z #31 359.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7131663Z #31 359.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7132565Z #31 359.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7135336Z #31 359.9 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7138981Z #31 359.9 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7141292Z #31 359.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7143471Z #31 359.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7144858Z #31 359.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7145757Z #31 359.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7146953Z #31 360.0 In file included from magmablas_hip/sgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:19:54.7150015Z #31 360.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7153707Z #31 360.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7155576Z #31 360.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7157224Z #31 360.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7158662Z #31 360.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7159608Z #31 360.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7162531Z #31 360.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7165691Z #31 360.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7167647Z #31 360.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7169421Z #31 360.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7170843Z #31 360.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7171787Z #31 360.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7174698Z #31 360.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7178255Z #31 360.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7180388Z #31 360.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7182053Z #31 360.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7183355Z #31 360.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7184272Z #31 360.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7187040Z #31 360.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7190539Z #31 360.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7195320Z #31 360.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7197125Z #31 360.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7198540Z #31 360.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7199484Z #31 360.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7202486Z #31 360.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7206221Z #31 360.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7208594Z #31 360.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7210342Z #31 360.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7211769Z #31 360.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7212732Z #31 360.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7215789Z #31 360.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7219097Z #31 360.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7221082Z #31 360.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7222894Z #31 360.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7224299Z #31 360.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7225304Z #31 360.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7228279Z #31 360.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7231888Z #31 360.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7233820Z #31 360.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7235568Z #31 360.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7236974Z #31 360.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7237933Z #31 360.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7240569Z #31 360.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7243906Z #31 360.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7245991Z #31 360.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7247737Z #31 360.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7249153Z #31 360.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7250148Z #31 360.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7253136Z #31 360.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7257142Z #31 360.0 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7259405Z #31 360.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7261189Z #31 360.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7262618Z #31 360.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7263553Z #31 360.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7266090Z #31 360.0 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.7269618Z #31 360.0 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.7271677Z #31 360.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.7273314Z #31 360.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.7274643Z #31 360.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.7275764Z #31 360.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.7278634Z #31 360.1 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/blas_sbatched.o magmablas_hip/blas_sbatched.cpp 2024-08-20T22:19:54.8342044Z #31 360.1 In file included from magmablas_hip/dgetf2_kernels_var.hip.cpp:17: 2024-08-20T22:19:54.8345453Z #31 360.1 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.8348704Z #31 360.1 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.8350673Z #31 360.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.8352426Z #31 360.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.8353798Z #31 360.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.8354768Z #31 360.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.8357502Z #31 360.1 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.8360775Z #31 360.1 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.8362905Z #31 360.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.8364545Z #31 360.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.8365830Z #31 360.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.8366932Z #31 360.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.8369641Z #31 360.1 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.8372989Z #31 360.1 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.8395621Z #31 360.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.8397420Z #31 360.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.8398849Z #31 360.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.8399814Z #31 360.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.8402598Z #31 360.1 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.8406184Z #31 360.1 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.8408468Z #31 360.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.8410511Z #31 360.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.8411929Z #31 360.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.8412778Z #31 360.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.8415494Z #31 360.1 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.8419341Z #31 360.1 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.8421774Z #31 360.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.8423611Z #31 360.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.8424991Z #31 360.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.8425855Z #31 360.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.8428676Z #31 360.1 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.8432363Z #31 360.1 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.8434224Z #31 360.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.8435822Z #31 360.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.8437133Z #31 360.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.8438074Z #31 360.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.8440737Z #31 360.1 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.8443865Z #31 360.1 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.8445775Z #31 360.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.8447447Z #31 360.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.8448782Z #31 360.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.8449677Z #31 360.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.8452403Z #31 360.1 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.8455998Z #31 360.1 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.8457932Z #31 360.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.8459611Z #31 360.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.8461003Z #31 360.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.8461860Z #31 360.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.8464560Z #31 360.1 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.8468259Z #31 360.1 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.8470748Z #31 360.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.8472437Z #31 360.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.8473756Z #31 360.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.8474636Z #31 360.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.8477634Z #31 360.1 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:54.8481035Z #31 360.1 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:54.8483243Z #31 360.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:54.8485060Z #31 360.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:54.8486465Z #31 360.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:54.8487383Z #31 360.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:54.8490174Z #31 360.2 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/blas_dbatched.o magmablas_hip/blas_dbatched.cpp 2024-08-20T22:19:55.0000061Z #31 360.2 In file included from magmablas_hip/sgetf2_native_kernel.hip.cpp:17: 2024-08-20T22:19:55.0003530Z #31 360.2 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.0006941Z #31 360.2 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.0008978Z #31 360.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.0010809Z #31 360.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.0012236Z #31 360.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.0013137Z #31 360.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.0016227Z #31 360.2 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.0019737Z #31 360.2 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.0021805Z #31 360.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.0023999Z #31 360.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.0025453Z #31 360.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.0026414Z #31 360.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.0029202Z #31 360.2 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.0032946Z #31 360.2 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.0035041Z #31 360.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.0037156Z #31 360.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.0038686Z #31 360.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.0039717Z #31 360.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.0042766Z #31 360.2 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.0046819Z #31 360.2 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.0049591Z #31 360.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.0051470Z #31 360.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.0052870Z #31 360.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.0053934Z #31 360.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.0056710Z #31 360.2 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.0060388Z #31 360.2 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.0062814Z #31 360.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.0064646Z #31 360.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.0066162Z #31 360.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.0067123Z #31 360.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.0069854Z #31 360.2 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.0073159Z #31 360.2 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.0075233Z #31 360.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.0077136Z #31 360.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.0078664Z #31 360.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.0079687Z #31 360.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.0082506Z #31 360.2 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.0085950Z #31 360.2 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.0088162Z #31 360.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.0089967Z #31 360.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.0091422Z #31 360.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.0092394Z #31 360.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.0095432Z #31 360.2 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.0098997Z #31 360.2 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.0101246Z #31 360.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.0103076Z #31 360.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.0104382Z #31 360.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.0105379Z #31 360.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.0108155Z #31 360.2 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.0112155Z #31 360.2 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.0114554Z #31 360.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.0116372Z #31 360.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.0117732Z #31 360.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.0118647Z #31 360.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.0121491Z #31 360.2 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.0125373Z #31 360.2 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.0127916Z #31 360.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.0129677Z #31 360.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.0131439Z #31 360.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.0132439Z #31 360.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.1040568Z #31 360.5 In file included from magmablas_hip/cgetf2_kernels_var.hip.cpp:17: 2024-08-20T22:19:55.1043750Z #31 360.5 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.2647576Z #31 360.5 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.2649675Z #31 360.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.2651695Z #31 360.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.2653147Z #31 360.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.2654269Z #31 360.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.2657335Z #31 360.5 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.2660784Z #31 360.5 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.2662674Z #31 360.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.2664390Z #31 360.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.2665782Z #31 360.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.2666755Z #31 360.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.2669711Z #31 360.5 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.2673538Z #31 360.5 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.2675767Z #31 360.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.2677611Z #31 360.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.2679329Z #31 360.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.2680477Z #31 360.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.2683509Z #31 360.5 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.2694272Z #31 360.5 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.2696889Z #31 360.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.2698606Z #31 360.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.2699877Z #31 360.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.2700787Z #31 360.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.2703526Z #31 360.5 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.2707291Z #31 360.5 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.2709750Z #31 360.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.2711609Z #31 360.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.2713035Z #31 360.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.2713971Z #31 360.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.2716774Z #31 360.5 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.2720245Z #31 360.5 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.2722350Z #31 360.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.2724171Z #31 360.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.2725787Z #31 360.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.2726723Z #31 360.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.2729514Z #31 360.5 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.2733056Z #31 360.5 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.2735090Z #31 360.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.2736846Z #31 360.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.2738268Z #31 360.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.2739476Z #31 360.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.2742240Z #31 360.5 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.2745647Z #31 360.5 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.2747715Z #31 360.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.2749595Z #31 360.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.2751079Z #31 360.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.2752085Z #31 360.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.2754870Z #31 360.5 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.2758312Z #31 360.5 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.2760689Z #31 360.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.2762541Z #31 360.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.2764025Z #31 360.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.2764927Z #31 360.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.2767629Z #31 360.5 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:55.2771484Z #31 360.5 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:55.2774236Z #31 360.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:55.2776132Z #31 360.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:55.2777598Z #31 360.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:55.2778516Z #31 360.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:55.4845566Z #31 360.9 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/blas_cbatched.o magmablas_hip/blas_cbatched.cpp 2024-08-20T22:19:55.9928066Z #31 361.4 magmablas_hip/spotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:55.9932831Z #31 361.4 __global__ void spotf2_smlpout_kernel_vbatched_v2(int maxm, magma_int_t *m, 2024-08-20T22:19:56.1785844Z #31 361.4 ^ 2024-08-20T22:19:56.1790369Z #31 361.4 magmablas_hip/spotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.1797484Z #31 361.4 magmablas_hip/spotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.1804906Z #31 361.4 magmablas_hip/spotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.1811982Z #31 361.4 magmablas_hip/spotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.1816340Z #31 361.4 __global__ void spotf2_smlpout_kernel_vbatched(magma_int_t *m, 2024-08-20T22:19:56.1817500Z #31 361.4 ^ 2024-08-20T22:19:56.1821610Z #31 361.4 magmablas_hip/spotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.1828800Z #31 361.4 magmablas_hip/spotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.1836176Z #31 361.4 magmablas_hip/spotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.4057477Z #31 361.6 magmablas_hip/dpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.4061722Z #31 361.6 __global__ void dpotf2_smlpout_kernel_vbatched_v2(int maxm, magma_int_t *m, 2024-08-20T22:19:56.4063044Z #31 361.6 ^ 2024-08-20T22:19:56.4067105Z #31 361.6 magmablas_hip/dpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.4074167Z #31 361.6 magmablas_hip/dpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.4081214Z #31 361.6 magmablas_hip/dpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.4088675Z #31 361.6 magmablas_hip/dpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.4092684Z #31 361.6 __global__ void dpotf2_smlpout_kernel_vbatched(magma_int_t *m, 2024-08-20T22:19:56.4093989Z #31 361.6 ^ 2024-08-20T22:19:56.4098043Z #31 361.6 magmablas_hip/dpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.4105076Z #31 361.6 magmablas_hip/dpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.4112276Z #31 361.6 magmablas_hip/dpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.4258170Z #31 361.8 8 warnings generated when compiling for gfx900. 2024-08-20T22:19:56.7012325Z #31 362.1 8 warnings generated when compiling for gfx900. 2024-08-20T22:19:56.8795004Z #31 362.2 magmablas_hip/cpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.8799062Z #31 362.2 __global__ void cpotf2_smlpout_kernel_vbatched_v2(int maxm, magma_int_t *m, 2024-08-20T22:19:56.8800530Z #31 362.2 ^ 2024-08-20T22:19:56.8804589Z #31 362.2 magmablas_hip/cpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.8811542Z #31 362.2 magmablas_hip/cpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.8818671Z #31 362.2 magmablas_hip/cpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.8825676Z #31 362.2 magmablas_hip/cpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:56.8829663Z #31 362.2 __global__ void cpotf2_smlpout_kernel_vbatched(magma_int_t *m, 2024-08-20T22:19:57.0300296Z #31 362.2 ^ 2024-08-20T22:19:57.0304770Z #31 362.2 magmablas_hip/cpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:57.0311914Z #31 362.2 magmablas_hip/cpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:57.0318919Z #31 362.2 magmablas_hip/cpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:57.2821350Z #31 362.6 10 warnings generated when compiling for gfx90a. 2024-08-20T22:19:57.6556293Z #31 363.0 104 warnings generated when compiling for gfx906. 2024-08-20T22:19:57.7610046Z #31 363.1 8 warnings generated when compiling for gfx900. 2024-08-20T22:19:57.8872445Z #31 363.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/cposv_irgmres_kernels.hip.o magmablas_hip/cposv_irgmres_kernels.hip.cpp 2024-08-20T22:19:58.1150971Z #31 363.3 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/dposv_irgmres_kernels.hip.o magmablas_hip/dposv_irgmres_kernels.hip.cpp 2024-08-20T22:19:58.3019742Z #31 363.5 magmablas_hip/spotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:58.3023391Z #31 363.5 __global__ void spotf2_smlpout_kernel_vbatched_v2(int maxm, magma_int_t *m, 2024-08-20T22:19:58.3024534Z #31 363.5 ^ 2024-08-20T22:19:58.3028266Z #31 363.5 magmablas_hip/spotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:58.3035595Z #31 363.5 magmablas_hip/spotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:58.3041729Z #31 363.5 magmablas_hip/spotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:58.3047878Z #31 363.5 magmablas_hip/spotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:58.3051353Z #31 363.5 __global__ void spotf2_smlpout_kernel_vbatched(magma_int_t *m, 2024-08-20T22:19:58.3052359Z #31 363.5 ^ 2024-08-20T22:19:58.3055944Z #31 363.5 magmablas_hip/spotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:58.3062015Z #31 363.5 magmablas_hip/spotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:58.3068476Z #31 363.5 magmablas_hip/spotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:58.3336696Z #31 363.7 2 warnings generated when compiling for gfx90a. 2024-08-20T22:19:58.4624808Z #31 363.8 magmablas_hip/dpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:58.4629099Z #31 363.8 __global__ void dpotf2_smlpout_kernel_vbatched_v2(int maxm, magma_int_t *m, 2024-08-20T22:19:58.4630414Z #31 363.8 ^ 2024-08-20T22:19:58.4634578Z #31 363.8 magmablas_hip/dpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:58.4641361Z #31 363.8 magmablas_hip/dpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:58.4648748Z #31 363.8 magmablas_hip/dpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:58.4656178Z #31 363.8 magmablas_hip/dpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:58.4660310Z #31 363.8 __global__ void dpotf2_smlpout_kernel_vbatched(magma_int_t *m, 2024-08-20T22:19:58.4661491Z #31 363.8 ^ 2024-08-20T22:19:58.4665629Z #31 363.8 magmablas_hip/dpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:58.4672613Z #31 363.8 magmablas_hip/dpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:58.4679671Z #31 363.8 magmablas_hip/dpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:58.4683607Z #31 363.8 1 warning generated when compiling for gfx90a. 2024-08-20T22:19:58.6447734Z #31 363.9 8 warnings generated when compiling for gfx906. 2024-08-20T22:19:58.6449263Z #31 364.0 In file included from magmablas_hip/cgetrf_batched_smallsq_shfl.hip.cpp:18: 2024-08-20T22:19:58.6452654Z #31 364.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:58.8081704Z #31 364.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:58.8083800Z #31 364.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:58.8086191Z #31 364.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:58.8087653Z #31 364.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:58.8088630Z #31 364.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:58.8091483Z #31 364.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:58.8095038Z #31 364.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:58.8097222Z #31 364.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:58.8098917Z #31 364.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:58.8100522Z #31 364.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:58.8101453Z #31 364.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:58.8104298Z #31 364.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:58.8107653Z #31 364.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:58.8109853Z #31 364.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:58.8111397Z #31 364.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:58.8112595Z #31 364.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:58.8113371Z #31 364.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:58.8116444Z #31 364.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:58.8119513Z #31 364.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:58.8121368Z #31 364.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:58.8122885Z #31 364.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:58.8124060Z #31 364.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:58.8124803Z #31 364.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:58.8127097Z #31 364.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:58.8130404Z #31 364.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:58.8133046Z #31 364.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:58.8134588Z #31 364.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:58.8135617Z #31 364.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:58.8136313Z #31 364.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:58.8138285Z #31 364.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:58.8140674Z #31 364.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:58.8142401Z #31 364.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:58.8143701Z #31 364.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:58.8144732Z #31 364.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:58.8145445Z #31 364.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:58.8147660Z #31 364.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:58.8150388Z #31 364.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:58.8152022Z #31 364.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:58.8153679Z #31 364.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:58.8154817Z #31 364.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:58.8155592Z #31 364.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:58.8157819Z #31 364.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:58.8160705Z #31 364.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:58.8162360Z #31 364.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:58.8163854Z #31 364.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:58.8165218Z #31 364.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:58.8166152Z #31 364.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:58.8168397Z #31 364.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:58.8172185Z #31 364.0 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:58.8174646Z #31 364.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:58.8176344Z #31 364.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:58.8177502Z #31 364.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:58.8178300Z #31 364.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:58.8180720Z #31 364.0 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:58.8183913Z #31 364.0 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:58.8185972Z #31 364.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:58.8187562Z #31 364.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:58.8188810Z #31 364.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:58.8189632Z #31 364.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:58.8194590Z #31 364.0 hipcc -O3 -DNDEBUG -DADD_ -DROCM_VERSION=60000 -fPIC -std=c++11 --gpu-max-threads-per-block=256 --offload-arch=gfx906 --offload-arch=gfx90a --offload-arch=gfx900 --offload-arch=gfx906 --offload-arch=gfx908 -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./control -c -o magmablas_hip/sposv_irgmres_kernels.hip.o magmablas_hip/sposv_irgmres_kernels.hip.cpp 2024-08-20T22:19:58.8846961Z #31 364.3 8 warnings generated when compiling for gfx906. 2024-08-20T22:19:59.0542889Z #31 364.4 In file included from magmablas_hip/cgetf2_kernels.hip.cpp:19: 2024-08-20T22:19:59.1574699Z #31 364.4 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:59.1577979Z #31 364.4 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:59.1580185Z #31 364.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:59.1581889Z #31 364.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:59.1583105Z #31 364.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:59.1584148Z #31 364.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:59.1587007Z #31 364.4 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:59.1590749Z #31 364.4 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:59.1592802Z #31 364.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:59.1594501Z #31 364.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:59.1595964Z #31 364.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:59.1597147Z #31 364.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:59.1599935Z #31 364.4 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:59.1603506Z #31 364.4 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:59.1605473Z #31 364.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:59.1607316Z #31 364.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:59.1608809Z #31 364.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:59.1609766Z #31 364.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:59.1612432Z #31 364.4 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:59.1616108Z #31 364.4 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:59.1618297Z #31 364.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:59.1619969Z #31 364.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:59.1621395Z #31 364.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:59.1622323Z #31 364.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:59.1625228Z #31 364.4 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:59.1629381Z #31 364.4 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:59.1632196Z #31 364.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:59.1633994Z #31 364.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:59.1635378Z #31 364.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:59.1636312Z #31 364.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:59.1639059Z #31 364.4 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:59.1642743Z #31 364.4 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:59.1644847Z #31 364.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:59.1646685Z #31 364.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:59.1648121Z #31 364.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:59.1649079Z #31 364.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:59.1652087Z #31 364.4 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:59.1655722Z #31 364.4 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:59.1657835Z #31 364.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:59.1659790Z #31 364.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:59.1661288Z #31 364.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:59.1662234Z #31 364.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:59.1665086Z #31 364.4 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:59.1668712Z #31 364.4 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:59.1670889Z #31 364.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:59.1672684Z #31 364.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:59.1674082Z #31 364.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:59.1675122Z #31 364.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:59.1678117Z #31 364.4 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:59.1682081Z #31 364.4 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:59.1684570Z #31 364.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:59.1686405Z #31 364.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:59.1687905Z #31 364.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:59.1688899Z #31 364.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:59.1692085Z #31 364.4 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:19:59.1696391Z #31 364.4 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:19:59.1698842Z #31 364.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:19:59.1700611Z #31 364.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:19:59.1702238Z #31 364.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:19:59.1703290Z #31 364.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:19:59.1705295Z #31 364.4 magmablas_hip/cgetf2_kernels.hip.cpp:162:9: warning: unused variable 'chunk' [-Wunused-variable] 2024-08-20T22:19:59.1707092Z #31 364.5 int chunk = magma_ceildiv( length, zamax ); 2024-08-20T22:19:59.1708059Z #31 364.5 ^ 2024-08-20T22:19:59.1708869Z #31 364.5 10 warnings generated when compiling for host. 2024-08-20T22:19:59.1712412Z #31 364.5 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -x f95-cpp-input -I/opt/rocm/include -I./include -I./testing -I./control -Dmagma_devptr_t="integer(kind=8)" -c -o control/magma_param.o control/magma_param.F90 2024-08-20T22:19:59.1715154Z #31 364.5 mv magma_param.mod include/ 2024-08-20T22:19:59.2771347Z #31 364.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -x f95-cpp-input -I/opt/rocm/include -I./include -I./testing -I./control -I./control -Dmagma_devptr_t="integer(kind=8)" -c -o control/magma_zfortran.o control/magma_zfortran.F90 2024-08-20T22:19:59.2774096Z #31 364.6 mv magma_zfortran.mod include/ 2024-08-20T22:19:59.4690789Z #31 364.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -x f95-cpp-input -I/opt/rocm/include -I./include -I./testing -I./control -I./control -Dmagma_devptr_t="integer(kind=8)" -c -o control/magma_cfortran.o control/magma_cfortran.F90 2024-08-20T22:19:59.4694052Z #31 364.7 mv magma_cfortran.mod include/ 2024-08-20T22:19:59.4697461Z #31 364.7 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -x f95-cpp-input -I/opt/rocm/include -I./include -I./testing -I./control -I./control -Dmagma_devptr_t="integer(kind=8)" -c -o control/magma_dfortran.o control/magma_dfortran.F90 2024-08-20T22:19:59.4700518Z #31 364.8 mv magma_dfortran.mod include/ 2024-08-20T22:19:59.5706497Z #31 364.8 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -x f95-cpp-input -I/opt/rocm/include -I./include -I./testing -I./control -I./control -Dmagma_devptr_t="integer(kind=8)" -c -o control/magma_sfortran.o control/magma_sfortran.F90 2024-08-20T22:19:59.5709639Z #31 364.9 mv magma_sfortran.mod include/ 2024-08-20T22:19:59.7177516Z #31 364.9 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -x f95-cpp-input -I/opt/rocm/include -I./include -I./testing -I./control -I./control -Dmagma_devptr_t="integer(kind=8)" -c -o control/magmablas_zfortran.o control/magmablas_zfortran.F90 2024-08-20T22:19:59.7180789Z #31 365.0 mv magmablas_zfortran.mod include/ 2024-08-20T22:19:59.7184566Z #31 365.0 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -x f95-cpp-input -I/opt/rocm/include -I./include -I./testing -I./control -I./control -Dmagma_devptr_t="integer(kind=8)" -c -o control/magmablas_cfortran.o control/magmablas_cfortran.F90 2024-08-20T22:19:59.7187894Z #31 365.1 mv magmablas_cfortran.mod include/ 2024-08-20T22:19:59.8565752Z #31 365.1 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -x f95-cpp-input -I/opt/rocm/include -I./include -I./testing -I./control -I./control -Dmagma_devptr_t="integer(kind=8)" -c -o control/magmablas_dfortran.o control/magmablas_dfortran.F90 2024-08-20T22:19:59.8570186Z #31 365.1 magmablas_hip/dgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:19:59.8572845Z #31 365.1 default: arginfo = -100; 2024-08-20T22:19:59.8573596Z #31 365.1 ^~~~~~~ 2024-08-20T22:19:59.8574823Z #31 365.1 magmablas_hip/dgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:19:59.8576062Z #31 365.1 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:19:59.8576841Z #31 365.1 ^ 2024-08-20T22:19:59.8578089Z #31 365.1 magmablas_hip/dgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:19:59.8579460Z #31 365.1 hipError_t e; 2024-08-20T22:19:59.8580028Z #31 365.1 ^ 2024-08-20T22:19:59.8582471Z #31 365.1 magmablas_hip/dgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:19:59.8585032Z #31 365.1 default: arginfo = -100; 2024-08-20T22:19:59.8585931Z #31 365.1 ^~~~~~~ 2024-08-20T22:19:59.8587066Z #31 365.1 magmablas_hip/dgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:19:59.8588579Z #31 365.1 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:19:59.8589325Z #31 365.1 ^ 2024-08-20T22:19:59.8590281Z #31 365.1 magmablas_hip/dgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:19:59.8591243Z #31 365.1 hipError_t e; 2024-08-20T22:19:59.8591732Z #31 365.1 ^ 2024-08-20T22:19:59.8592229Z #31 365.2 mv magmablas_dfortran.mod include/ 2024-08-20T22:19:59.8595694Z #31 365.2 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -x f95-cpp-input -I/opt/rocm/include -I./include -I./testing -I./control -I./control -Dmagma_devptr_t="integer(kind=8)" -c -o control/magmablas_sfortran.o control/magmablas_sfortran.F90 2024-08-20T22:19:59.8599041Z #31 365.2 mv magmablas_sfortran.mod include/ 2024-08-20T22:19:59.9973192Z #31 365.3 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -x f95-cpp-input -I/opt/rocm/include -I./include -I./testing -I./control -Dmagma_devptr_t="integer(kind=8)" -c -o control/magma.o control/magma.F90 2024-08-20T22:19:59.9978859Z #31 365.3 magmablas_hip/cpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:59.9982292Z #31 365.3 __global__ void cpotf2_smlpout_kernel_vbatched_v2(int maxm, magma_int_t *m, 2024-08-20T22:19:59.9983289Z #31 365.3 ^ 2024-08-20T22:19:59.9986375Z #31 365.3 magmablas_hip/cpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:59.9991660Z #31 365.3 magmablas_hip/cpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:19:59.9997999Z #31 365.3 magmablas_hip/cpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.0001129Z #31 365.4 In file included from magmablas_hip/ztrtri_upper.hip.cpp:24: 2024-08-20T22:20:00.1655727Z #31 365.4 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:20:00.1657248Z #31 365.4 zgemm_kernel_16( 2024-08-20T22:20:00.1657832Z #31 365.4 ^ 2024-08-20T22:20:00.1661352Z #31 365.4 magmablas_hip/cpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.1665195Z #31 365.4 __global__ void cpotf2_smlpout_kernel_vbatched(magma_int_t *m, 2024-08-20T22:20:00.1666142Z #31 365.4 ^ 2024-08-20T22:20:00.1669862Z #31 365.4 magmablas_hip/cpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.1676341Z #31 365.4 magmablas_hip/cpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.1683407Z #31 365.4 magmablas_hip/cpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.1686820Z #31 365.4 1 warning generated when compiling for host. 2024-08-20T22:20:00.1687801Z #31 365.5 mv magma.mod include/ 2024-08-20T22:20:00.2956363Z #31 365.7 2 warnings generated when compiling for host. 2024-08-20T22:20:00.4280368Z #31 365.8 magmablas_hip/spotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.4284438Z #31 365.8 __global__ void spotf2_smlpout_kernel_vbatched_v2(int maxm, magma_int_t *m, 2024-08-20T22:20:00.4285593Z #31 365.8 ^ 2024-08-20T22:20:00.4289600Z #31 365.8 magmablas_hip/spotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.4296775Z #31 365.8 magmablas_hip/spotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.4302414Z #31 365.8 magmablas_hip/spotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.6481701Z #31 365.8 magmablas_hip/spotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.6485300Z #31 365.8 __global__ void spotf2_smlpout_kernel_vbatched(magma_int_t *m, 2024-08-20T22:20:00.6486517Z #31 365.8 ^ 2024-08-20T22:20:00.6490155Z #31 365.8 magmablas_hip/spotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.6496884Z #31 365.8 magmablas_hip/spotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.6503355Z #31 365.8 magmablas_hip/spotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.6510531Z #31 365.8 magmablas_hip/slaswp_vbatched.hip.cpp:136:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.6514199Z #31 365.8 void slaswp_left_rowparallel_kernel_vbatched( 2024-08-20T22:20:00.6515094Z #31 365.8 ^ 2024-08-20T22:20:00.6518825Z #31 365.9 magmablas_hip/slaswp_vbatched.hip.cpp:185:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.6522604Z #31 365.9 __global__ void slaswp_right_rowparallel_kernel_vbatched( 2024-08-20T22:20:00.6523503Z #31 365.9 ^ 2024-08-20T22:20:00.8510968Z #31 366.1 magmablas_hip/dpotf2_kernels_var.hip.cpp2 warnings generated:32 when compiling for gfx90a:17: warning: . 2024-08-20T22:20:00.8515380Z #31 366.1 loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.8519153Z #31 366.1 __global__ void dpotf2_smlpout_kernel_vbatched_v2(int maxm, magma_int_t *m, 2024-08-20T22:20:00.8520406Z #31 366.1 ^ 2024-08-20T22:20:00.8524549Z #31 366.1 magmablas_hip/dpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.8531615Z #31 366.1 magmablas_hip/dpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.8541841Z #31 366.1 magmablas_hip/dpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.8548752Z #31 366.1 magmablas_hip/dpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.8552680Z #31 366.1 __global__ void dpotf2_smlpout_kernel_vbatched(magma_int_t *m, 2024-08-20T22:20:00.8553606Z #31 366.1 ^ 2024-08-20T22:20:00.8557396Z #31 366.1 magmablas_hip/dpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.8564136Z #31 366.1 magmablas_hip/dpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.8571064Z #31 366.1 magmablas_hip/dpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:00.8575266Z #31 366.2 8 warnings generated when compiling for gfx908. 2024-08-20T22:20:01.0505110Z #31 366.3 8 warnings generated when compiling for gfx906. 2024-08-20T22:20:01.1243309Z #31 366.5 11 warnings generated when compiling for gfx908. 2024-08-20T22:20:01.3169287Z #31 366.5 8 warnings generated when compiling for gfx908. 2024-08-20T22:20:02.3006054Z #31 367.7 10 warnings generated when compiling for gfx906. 2024-08-20T22:20:02.5163865Z #31 367.9 In file included from magmablas_hip/cgesv_batched_small.hip.cpp:22: 2024-08-20T22:20:02.6210765Z #31 367.9 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:02.6214438Z #31 367.9 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:02.6216472Z #31 367.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:02.6218348Z #31 367.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:02.6219662Z #31 367.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:02.6220535Z #31 367.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:02.6223093Z #31 367.9 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:02.6226437Z #31 367.9 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:02.6228310Z #31 367.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:02.6229975Z #31 367.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:02.6231740Z #31 367.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:02.6232733Z #31 367.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:02.6235401Z #31 367.9 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:02.6238856Z #31 367.9 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:02.6240834Z #31 367.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:02.6242635Z #31 367.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:02.6244055Z #31 367.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:02.6244971Z #31 367.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:02.6247555Z #31 367.9 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:02.6251009Z #31 367.9 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:02.6253246Z #31 367.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:02.6255134Z #31 367.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:02.6256615Z #31 367.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:02.6257745Z #31 367.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:02.6260368Z #31 367.9 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:02.6264729Z #31 367.9 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:02.6266703Z #31 367.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:02.6268387Z #31 367.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:02.6269700Z #31 367.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:02.6270624Z #31 367.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:02.6273403Z #31 367.9 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:02.6277362Z #31 367.9 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:02.6279454Z #31 367.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:02.6281233Z #31 367.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:02.6282732Z #31 367.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:02.6283712Z #31 367.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:02.6286781Z #31 367.9 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:02.6290280Z #31 367.9 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:02.6292555Z #31 367.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:02.6294602Z #31 367.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:02.6296120Z #31 367.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:02.6297135Z #31 367.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:02.6300093Z #31 367.9 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:02.6303974Z #31 367.9 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:02.6306101Z #31 367.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:02.6307739Z #31 367.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:02.6309124Z #31 367.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:02.6310089Z #31 367.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:02.6312927Z #31 367.9 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:02.6316560Z #31 367.9 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:02.6319012Z #31 367.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:02.6320805Z #31 367.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:02.6322273Z #31 367.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:02.6323420Z #31 367.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:02.6326550Z #31 367.9 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:02.6330408Z #31 367.9 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:02.6333706Z #31 367.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:02.6335640Z #31 367.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:02.6337097Z #31 367.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:02.6338022Z #31 367.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:02.6339176Z #31 368.0 2 warnings generated when compiling for gfx906. 2024-08-20T22:20:02.8177178Z #31 368.0 magmablas_hip/spotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:02.8181027Z #31 368.0 __global__ void spotf2_smlpout_kernel_vbatched_v2(int maxm, magma_int_t *m, 2024-08-20T22:20:02.8182204Z #31 368.0 ^ 2024-08-20T22:20:02.8186396Z #31 368.0 magmablas_hip/spotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:02.8193024Z #31 368.0 magmablas_hip/spotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:02.8199244Z #31 368.0 magmablas_hip/spotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:02.8205132Z #31 368.0 magmablas_hip/spotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:02.8208877Z #31 368.0 __global__ void spotf2_smlpout_kernel_vbatched(magma_int_t *m, 2024-08-20T22:20:02.8209864Z #31 368.0 ^ 2024-08-20T22:20:02.8213404Z #31 368.0 magmablas_hip/spotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:02.8220105Z #31 368.0 magmablas_hip/spotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:02.8226411Z #31 368.0 magmablas_hip/spotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.1615542Z #31 368.4 magmablas_hip/dpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.1620048Z #31 368.4 __global__ void dpotf2_smlpout_kernel_vbatched_v2(int maxm, magma_int_t *m, 2024-08-20T22:20:03.1621352Z #31 368.4 ^ 2024-08-20T22:20:03.1625134Z #31 368.4 magmablas_hip/dpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.1633085Z #31 368.4 magmablas_hip/dpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.1640429Z #31 368.4 magmablas_hip/dpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.1647550Z #31 368.4 magmablas_hip/dpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.1651563Z #31 368.4 __global__ void dpotf2_smlpout_kernel_vbatched(magma_int_t *m, 2024-08-20T22:20:03.1652778Z #31 368.4 ^ 2024-08-20T22:20:03.1656611Z #31 368.4 magmablas_hip/dpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.1663586Z #31 368.4 magmablas_hip/dpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.1670788Z #31 368.4 magmablas_hip/dpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.1674542Z #31 368.4 8 warnings generated when compiling for gfx90a. 2024-08-20T22:20:03.1678823Z #31 368.5 magmablas_hip/cpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.3990281Z #31 368.5 __global__ void cpotf2_smlpout_kernel_vbatched_v2(int maxm, magma_int_t *m, 2024-08-20T22:20:03.3991519Z #31 368.5 ^ 2024-08-20T22:20:03.3995701Z #31 368.5 magmablas_hip/cpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.4003463Z #31 368.5 magmablas_hip/cpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.4010137Z #31 368.5 magmablas_hip/cpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.4017338Z #31 368.6 magmablas_hip/cpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.4021119Z #31 368.6 __global__ void cpotf2_smlpout_kernel_vbatched(magma_int_t *m, 2024-08-20T22:20:03.4022218Z #31 368.6 ^ 2024-08-20T22:20:03.4026083Z #31 368.6 magmablas_hip/cpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.4033504Z #31 368.6 magmablas_hip/cpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.4040650Z #31 368.6 magmablas_hip/cpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:03.4977971Z #31 368.9 8 warnings generated when compiling for gfx90a. 2024-08-20T22:20:03.6763642Z #31 369.0 In file included from magmablas_hip/dgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:20:03.8348214Z #31 369.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:03.8356457Z #31 369.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:03.8358659Z #31 369.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:03.8360587Z #31 369.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:03.8362252Z #31 369.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:03.8363233Z #31 369.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:03.8365571Z #31 369.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:03.8368504Z #31 369.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:03.8370362Z #31 369.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:03.8371873Z #31 369.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:03.8373041Z #31 369.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:03.8374144Z #31 369.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:03.8377048Z #31 369.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:03.8379945Z #31 369.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:03.8381871Z #31 369.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:03.8383675Z #31 369.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:03.8385022Z #31 369.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:03.8386239Z #31 369.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:03.8388841Z #31 369.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:03.8391790Z #31 369.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:03.8393575Z #31 369.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:03.8394969Z #31 369.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:03.8396128Z #31 369.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:03.8397857Z #31 369.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:03.8400711Z #31 369.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:03.8404044Z #31 369.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:03.8406219Z #31 369.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:03.8408090Z #31 369.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:03.8409471Z #31 369.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:03.8410391Z #31 369.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:03.8412859Z #31 369.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:03.8416367Z #31 369.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:03.8418359Z #31 369.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:03.8420085Z #31 369.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:03.8421437Z #31 369.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:03.8422390Z #31 369.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:03.8425261Z #31 369.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:03.8428777Z #31 369.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:03.8431078Z #31 369.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:03.8432802Z #31 369.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:03.8434173Z #31 369.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:03.8435102Z #31 369.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:03.8437980Z #31 369.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:03.8441544Z #31 369.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:03.8443569Z #31 369.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:03.8445618Z #31 369.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:03.8447032Z #31 369.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:03.8447987Z #31 369.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:03.8450760Z #31 369.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:03.8454679Z #31 369.0 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:03.8457182Z #31 369.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:03.8458900Z #31 369.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:03.8460651Z #31 369.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:03.8461577Z #31 369.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:03.8464330Z #31 369.1 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:03.8467997Z #31 369.1 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:03.8470515Z #31 369.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:03.8472228Z #31 369.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:03.8473620Z #31 369.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:03.8474564Z #31 369.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:03.8700085Z #31 369.2 8 warnings generated when compiling for gfx908. 2024-08-20T22:20:04.0225039Z #31 369.4 magmablas_hip/sgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:20:04.0227301Z #31 369.4 default: arginfo = -100; 2024-08-20T22:20:04.0228067Z #31 369.4 ^~~~~~~ 2024-08-20T22:20:04.1914366Z #31 369.4 magmablas_hip/sgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:20:04.1916247Z #31 369.4 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:20:04.1917126Z #31 369.4 ^ 2024-08-20T22:20:04.1918429Z #31 369.4 magmablas_hip/sgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:20:04.1919750Z #31 369.4 hipError_t e; 2024-08-20T22:20:04.1920364Z #31 369.4 ^ 2024-08-20T22:20:04.1922472Z #31 369.4 magmablas_hip/sgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:20:04.1924859Z #31 369.4 default: arginfo = -100; 2024-08-20T22:20:04.1925779Z #31 369.4 ^~~~~~~ 2024-08-20T22:20:04.1926952Z #31 369.4 magmablas_hip/sgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:20:04.1928744Z #31 369.4 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:20:04.1929630Z #31 369.4 ^ 2024-08-20T22:20:04.1931247Z #31 369.4 magmablas_hip/sgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:20:04.1932566Z #31 369.4 hipError_t e; 2024-08-20T22:20:04.1933237Z #31 369.4 ^ 2024-08-20T22:20:05.8453290Z #31 371.2 magmablas_hip/cpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:05.8457566Z #31 371.2 __global__ void cpotf2_smlpout_kernel_vbatched_v2(int maxm, magma_int_t *m, 2024-08-20T22:20:05.8459306Z #31 371.2 ^ 2024-08-20T22:20:05.8463278Z #31 371.2 magmablas_hip/cpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:05.8470109Z #31 371.2 magmablas_hip/cpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:05.8477041Z #31 371.2 magmablas_hip/cpotf2_kernels_var.hip.cpp:32:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:06.0683845Z #31 371.3 magmablas_hip/cpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:06.0687810Z #31 371.3 __global__ void cpotf2_smlpout_kernel_vbatched(magma_int_t *m, 2024-08-20T22:20:06.0688917Z #31 371.3 ^ 2024-08-20T22:20:06.0693185Z #31 371.3 magmablas_hip/cpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:06.0700297Z #31 371.3 magmablas_hip/cpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:06.0706974Z #31 371.3 magmablas_hip/cpotf2_kernels_var.hip.cpp:58:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:06.0710733Z #31 371.3 104 warnings generated when compiling for gfx906. 2024-08-20T22:20:06.2470479Z #31 371.6 10 warnings generated when compiling for gfx90a. 2024-08-20T22:20:06.3993077Z #31 371.7 8 warnings generated when compiling for gfx90a. 2024-08-20T22:20:06.3994438Z #31 371.8 11 warnings generated when compiling for gfx90a. 2024-08-20T22:20:06.8994264Z #31 372.3 10 warnings generated when compiling for gfx906. 2024-08-20T22:20:07.1168032Z #31 372.5 In file included from magmablas_hip/sgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:20:07.1171235Z #31 372.5 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.1174660Z #31 372.5 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.1176447Z #31 372.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.1177923Z #31 372.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.1179119Z #31 372.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.1179961Z #31 372.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.2780810Z #31 372.5 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.2784211Z #31 372.5 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.2786350Z #31 372.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.2788149Z #31 372.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.2789596Z #31 372.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.2790528Z #31 372.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.2792929Z #31 372.5 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.2795826Z #31 372.5 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.2799703Z #31 372.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.2801266Z #31 372.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.2802533Z #31 372.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.2803389Z #31 372.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.2805992Z #31 372.5 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.2809269Z #31 372.5 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.2811246Z #31 372.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.2812809Z #31 372.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.2814115Z #31 372.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.2814902Z #31 372.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.2817315Z #31 372.5 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.2820730Z #31 372.5 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.2823065Z #31 372.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.2824862Z #31 372.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.2826277Z #31 372.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.2827254Z #31 372.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.2829998Z #31 372.5 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.2833573Z #31 372.5 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.2835482Z #31 372.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.2837056Z #31 372.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.2838225Z #31 372.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.2839020Z #31 372.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.2841593Z #31 372.5 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.2845058Z #31 372.5 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.2847180Z #31 372.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.2848960Z #31 372.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.2850218Z #31 372.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.2851021Z #31 372.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.2853898Z #31 372.5 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.2857344Z #31 372.5 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.2859465Z #31 372.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.2860801Z #31 372.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.2861924Z #31 372.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.2862658Z #31 372.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.2865025Z #31 372.5 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.2868352Z #31 372.5 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.2870702Z #31 372.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.2872546Z #31 372.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.2873979Z #31 372.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.2874960Z #31 372.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.2877887Z #31 372.5 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.2881586Z #31 372.5 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.2883967Z #31 372.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.2885720Z #31 372.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.2887287Z #31 372.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.2888255Z #31 372.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.2889298Z #31 372.5 10 warnings generated when compiling for gfx90a. 2024-08-20T22:20:07.3065056Z #31 372.7 In file included from magmablas_hip/dgesv_batched_small.hip.cpp:22: 2024-08-20T22:20:07.3067944Z #31 372.7 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.3070586Z #31 372.7 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.3072270Z #31 372.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.3074146Z #31 372.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.3075414Z #31 372.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.3076192Z #31 372.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.4625933Z #31 372.7 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.4629250Z #31 372.7 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.4651433Z #31 372.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.4652975Z #31 372.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.4654351Z #31 372.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.4655017Z #31 372.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.4656981Z #31 372.7 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.4660070Z #31 372.7 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.4662072Z #31 372.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.4663751Z #31 372.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.4665088Z #31 372.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.4665822Z #31 372.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.4668190Z #31 372.7 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.4671298Z #31 372.7 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.4673273Z #31 372.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.4674803Z #31 372.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.4676028Z #31 372.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.4676867Z #31 372.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.4679311Z #31 372.7 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.4682715Z #31 372.7 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.4684658Z #31 372.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.4686277Z #31 372.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.4687405Z #31 372.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.4688167Z #31 372.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.4690307Z #31 372.7 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.4692971Z #31 372.7 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.4694937Z #31 372.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.4696186Z #31 372.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.4697200Z #31 372.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.4697870Z #31 372.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.4699870Z #31 372.7 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.4702345Z #31 372.7 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.4703753Z #31 372.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.4705121Z #31 372.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.4706106Z #31 372.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.4706787Z #31 372.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.4708906Z #31 372.7 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.4711587Z #31 372.7 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.4713259Z #31 372.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.4714893Z #31 372.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.4716177Z #31 372.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.4716991Z #31 372.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.4719190Z #31 372.7 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.4722116Z #31 372.7 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.4723983Z #31 372.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.4725388Z #31 372.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.4726733Z #31 372.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.4727537Z #31 372.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.4729825Z #31 372.7 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.4733550Z #31 372.7 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.4735734Z #31 372.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.4737200Z #31 372.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.4738546Z #31 372.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.4739377Z #31 372.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.4740329Z #31 372.7 10 warnings generated when compiling for host. 2024-08-20T22:20:07.4741374Z #31 372.8 10 warnings generated when compiling for host. 2024-08-20T22:20:07.6511173Z #31 373.0 In file included from magmablas_hip/sgetf2_kernels.hip.cpp:19: 2024-08-20T22:20:07.6514666Z #31 373.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.6518080Z #31 373.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.6520111Z #31 373.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.6521884Z #31 373.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.6523362Z #31 373.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.6524325Z #31 373.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.8265574Z #31 373.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.8268883Z #31 373.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.8270790Z #31 373.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.8272422Z #31 373.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.8274053Z #31 373.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.8274950Z #31 373.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.8277458Z #31 373.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.8280634Z #31 373.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.8282503Z #31 373.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.8284075Z #31 373.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.8285356Z #31 373.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.8286356Z #31 373.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.8288948Z #31 373.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.8292346Z #31 373.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.8294641Z #31 373.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.8296328Z #31 373.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.8297675Z #31 373.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.8298607Z #31 373.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.8301204Z #31 373.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.8304648Z #31 373.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.8306854Z #31 373.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.8308728Z #31 373.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.8310072Z #31 373.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.8310968Z #31 373.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.8313577Z #31 373.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.8316701Z #31 373.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.8318575Z #31 373.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.8320183Z #31 373.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.8321634Z #31 373.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.8322535Z #31 373.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.8325103Z #31 373.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.8328336Z #31 373.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.8332088Z #31 373.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.8334067Z #31 373.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.8335457Z #31 373.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.8336385Z #31 373.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.8339261Z #31 373.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.8342664Z #31 373.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.8344716Z #31 373.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.8346556Z #31 373.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.8348015Z #31 373.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.8348986Z #31 373.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.8351800Z #31 373.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.8355563Z #31 373.0 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.8357982Z #31 373.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.8359760Z #31 373.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.8361211Z #31 373.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.8362163Z #31 373.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.8364973Z #31 373.0 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:07.8368771Z #31 373.0 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:07.8371378Z #31 373.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:07.8373133Z #31 373.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:07.8374719Z #31 373.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:07.8375685Z #31 373.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:07.8377471Z #31 373.0 magmablas_hip/sgetf2_kernels.hip.cpp:162:9: warning: unused variable 'chunk' [-Wunused-variable] 2024-08-20T22:20:07.8379154Z #31 373.0 int chunk = magma_ceildiv( length, zamax ); 2024-08-20T22:20:07.8380060Z #31 373.0 ^ 2024-08-20T22:20:08.1974320Z #31 373.6 In file included from magmablas_hip/cgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:20:08.1978176Z #31 373.6 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.1981674Z #31 373.6 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.1983692Z #31 373.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.1985498Z #31 373.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.3524614Z #31 373.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.3526080Z #31 373.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.3529221Z #31 373.6 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.3533140Z #31 373.6 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.3535327Z #31 373.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.3537174Z #31 373.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.3538647Z #31 373.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.3539599Z #31 373.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.3542508Z #31 373.6 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.3546078Z #31 373.6 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.3548230Z #31 373.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.3550066Z #31 373.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.3551539Z #31 373.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.3552503Z #31 373.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.3555400Z #31 373.6 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.3559069Z #31 373.6 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.3561248Z #31 373.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.3562921Z #31 373.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.3564568Z #31 373.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.3565767Z #31 373.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.3568441Z #31 373.6 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.3571996Z #31 373.6 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.3574342Z #31 373.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.3576041Z #31 373.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.3577566Z #31 373.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.3578601Z #31 373.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.3581199Z #31 373.6 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.3584369Z #31 373.6 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.3586422Z #31 373.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.3588245Z #31 373.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.3589683Z #31 373.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.3590575Z #31 373.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.3592952Z #31 373.6 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.3595882Z #31 373.6 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.3597846Z #31 373.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.3599409Z #31 373.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.3600701Z #31 373.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.3601594Z #31 373.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.3604220Z #31 373.6 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.3607240Z #31 373.6 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.3608828Z #31 373.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.3610248Z #31 373.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.3611352Z #31 373.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.3612175Z #31 373.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.3615036Z #31 373.6 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.3618764Z #31 373.6 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.3621083Z #31 373.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.3622940Z #31 373.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.3624318Z #31 373.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.3625232Z #31 373.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.3627893Z #31 373.6 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.3631295Z #31 373.6 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.3633309Z #31 373.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.3634969Z #31 373.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.3636278Z #31 373.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.3637108Z #31 373.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.5409692Z #31 373.9 In file included from magmablas_hip/cgetrf_batched_smallsq_noshfl.hip.cpp:22: 2024-08-20T22:20:08.5413241Z #31 373.9 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.5417206Z #31 373.9 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.5419261Z #31 373.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.5421072Z #31 373.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.5422676Z #31 373.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.5423672Z #31 373.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.6777507Z #31 373.9 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.6780903Z #31 373.9 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.6782904Z #31 373.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.6784626Z #31 373.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.6786040Z #31 373.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.6787007Z #31 373.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.6789927Z #31 373.9 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.6793423Z #31 373.9 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.6795501Z #31 373.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.6797243Z #31 373.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.6798697Z #31 373.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.6799712Z #31 373.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.6802560Z #31 373.9 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.6806856Z #31 373.9 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.6809044Z #31 373.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.6810744Z #31 373.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.6812207Z #31 373.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.6813204Z #31 373.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.6816230Z #31 373.9 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.6820098Z #31 373.9 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.6822758Z #31 373.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.6824577Z #31 373.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.6826077Z #31 373.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.6827046Z #31 373.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.6829435Z #31 373.9 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.6832893Z #31 373.9 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.6834961Z #31 373.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.6836590Z #31 373.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.6837798Z #31 373.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.6838566Z #31 373.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.6840771Z #31 373.9 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.6843627Z #31 373.9 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.6845307Z #31 373.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.6846786Z #31 373.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.6848032Z #31 373.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.6848836Z #31 373.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.6851344Z #31 373.9 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.6854803Z #31 373.9 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.6856551Z #31 373.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.6858026Z #31 373.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.6859391Z #31 373.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.6860253Z #31 373.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.6862909Z #31 373.9 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.6866920Z #31 373.9 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.6869132Z #31 373.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.6870772Z #31 373.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.6872129Z #31 373.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.6873083Z #31 373.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.6875772Z #31 373.9 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:08.6879341Z #31 373.9 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:08.6881520Z #31 373.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:08.6883161Z #31 373.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:08.6884611Z #31 373.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:08.6885387Z #31 373.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:08.6888884Z #31 374.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.6892022Z #31 374.0 sgetf2_fused_kernel_vbatched( 2024-08-20T22:20:08.6892609Z #31 374.0 ^ 2024-08-20T22:20:08.6896219Z #31 374.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.7900514Z #31 374.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.7907976Z #31 374.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.7915103Z #31 374.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.7921968Z #31 374.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.7928836Z #31 374.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.7936497Z #31 374.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.7943309Z #31 374.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.7950290Z #31 374.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.7957733Z #31 374.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.7964849Z #31 374.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.7971841Z #31 374.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.7978855Z #31 374.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.7985695Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.7992829Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.7999952Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.8006601Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.8013269Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9293631Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9300863Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9307419Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9313936Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9320641Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9327219Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9334424Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9341153Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9347730Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9354226Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9360734Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9367258Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9373729Z #31 374.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9379853Z #31 374.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9385701Z #31 374.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9392251Z #31 374.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9398780Z #31 374.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9405462Z #31 374.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9411873Z #31 374.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9418738Z #31 374.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9425474Z #31 374.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:08.9432277Z #31 374.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.0626477Z #31 374.4 10 warnings generated when compiling for host. 2024-08-20T22:20:09.0631092Z #31 374.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.0637653Z #31 374.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.0644296Z #31 374.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.0650710Z #31 374.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.0657402Z #31 374.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.0664353Z #31 374.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.0670960Z #31 374.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.0677376Z #31 374.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.0684470Z #31 374.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.0691292Z #31 374.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.0697796Z #31 374.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.0704192Z #31 374.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.0711034Z #31 374.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.0717849Z #31 374.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.0724366Z #31 374.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.0730522Z #31 374.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1869740Z #31 374.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1876474Z #31 374.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1883577Z #31 374.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1889957Z #31 374.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1896628Z #31 374.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1903462Z #31 374.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1910132Z #31 374.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1916715Z #31 374.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1923432Z #31 374.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1930046Z #31 374.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1937023Z #31 374.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1942699Z #31 374.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1949454Z #31 374.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1956283Z #31 374.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1963096Z #31 374.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1969632Z #31 374.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.1975849Z #31 374.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.4224818Z #31 374.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.4232394Z #31 374.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.4239285Z #31 374.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.4246262Z #31 374.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.4253215Z #31 374.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.4260114Z #31 374.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.4266940Z #31 374.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.4273752Z #31 374.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.4280436Z #31 374.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.4286833Z #31 374.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.4293419Z #31 374.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.4300372Z #31 374.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.4307055Z #31 374.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:09.4312722Z #31 374.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.3953523Z #31 375.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.3957125Z #31 375.8 cgetf2_fused_kernel_vbatched( 2024-08-20T22:20:10.3957810Z #31 375.8 ^ 2024-08-20T22:20:10.3961399Z #31 375.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5148535Z #31 375.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5155046Z #31 375.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5161061Z #31 375.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5167629Z #31 375.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5174189Z #31 375.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5180762Z #31 375.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5187529Z #31 375.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5194163Z #31 375.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5200880Z #31 375.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5207538Z #31 375.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5213913Z #31 375.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5221039Z #31 375.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5227889Z #31 375.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5234776Z #31 375.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5241619Z #31 375.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5247994Z #31 375.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.5254660Z #31 375.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6649919Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6656743Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6663235Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6668938Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6675732Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6682316Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6689058Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6696189Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6703142Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6709920Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6716792Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6723584Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6730351Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6737526Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6744287Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6751075Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6757861Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6764323Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6770934Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.6777754Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8014582Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8021826Z #31 376.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8027893Z #31 376.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8034824Z #31 376.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8041513Z #31 376.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8047941Z #31 376.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8054816Z #31 376.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8061545Z #31 376.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8067949Z #31 376.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8074500Z #31 376.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8081227Z #31 376.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8087932Z #31 376.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8094783Z #31 376.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8101346Z #31 376.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8108156Z #31 376.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8114581Z #31 376.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8121205Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.8127886Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9312708Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9319435Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9325881Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9332593Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9339166Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9347584Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9353987Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9360394Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9366904Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9372627Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9378567Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9384444Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9390790Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9396906Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9402812Z #31 376.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9408996Z #31 376.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:10.9414889Z #31 376.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:11.1711044Z #31 376.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:11.1718147Z #31 376.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:11.1724931Z #31 376.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:11.1731955Z #31 376.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:11.1738858Z #31 376.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:11.1745505Z #31 376.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:11.1751950Z #31 376.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:11.1758911Z #31 376.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:11.1765642Z #31 376.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:11.1772346Z #31 376.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:11.1779275Z #31 376.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:11.1785761Z #31 376.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:11.1792288Z #31 376.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:11.1799067Z #31 376.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:11.9679778Z #31 377.3 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:11.9683353Z #31 377.3 dgetf2_fused_kernel_vbatched( 2024-08-20T22:20:11.9684125Z #31 377.3 ^ 2024-08-20T22:20:11.9687894Z #31 377.3 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1574396Z #31 377.4 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1581208Z #31 377.4 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1588024Z #31 377.4 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1594908Z #31 377.4 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1601551Z #31 377.4 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1608273Z #31 377.4 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1615017Z #31 377.4 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1621764Z #31 377.4 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1628278Z #31 377.4 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1635244Z #31 377.4 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1641941Z #31 377.4 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1648907Z #31 377.4 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1655688Z #31 377.5 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1662581Z #31 377.5 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1669146Z #31 377.5 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1675770Z #31 377.5 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.1682313Z #31 377.5 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.2769471Z #31 377.6 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.2776322Z #31 377.6 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.2783034Z #31 377.6 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.2789749Z #31 377.6 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.2796471Z #31 377.6 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.2803210Z #31 377.6 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.3965865Z #31 377.6 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.3972800Z #31 377.6 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.3978669Z #31 377.6 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.3984330Z #31 377.6 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.3990246Z #31 377.6 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.3996010Z #31 377.6 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.4002456Z #31 377.6 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.4009057Z #31 377.8 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.4015374Z #31 377.8 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.4021942Z #31 377.8 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.4027911Z #31 377.8 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.4034432Z #31 377.8 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.4040844Z #31 377.8 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.5371547Z #31 377.8 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.5378665Z #31 377.8 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.5385019Z #31 377.8 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.5391623Z #31 377.9 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.5397999Z #31 377.9 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.5404554Z #31 377.9 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.5411159Z #31 377.9 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.5417666Z #31 377.9 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.5423918Z #31 377.9 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.6883349Z #31 377.9 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.6889257Z #31 377.9 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.6895154Z #31 377.9 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.6901829Z #31 377.9 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.6908574Z #31 377.9 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.6915698Z #31 377.9 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.6921627Z #31 377.9 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.6927310Z #31 377.9 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.6933613Z #31 378.0 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.6940414Z #31 378.0 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.6945666Z #31 378.1 magmablas_hip/cgesv_batched_small.hip.cpp:167: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-08-20T22:20:12.6948417Z #31 378.1 cgesv_batched_small_sm_kernel( 2024-08-20T22:20:12.6949078Z #31 378.1 ^ 2024-08-20T22:20:12.8211512Z #31 378.1 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.8216707Z #31 378.1 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.8222344Z #31 378.1 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.8228195Z #31 378.1 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.8234129Z #31 378.1 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.8239724Z #31 378.1 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.8246286Z #31 378.1 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.8251865Z #31 378.1 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.8258041Z #31 378.1 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.8264354Z #31 378.1 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.8271132Z #31 378.1 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.8277857Z #31 378.1 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.8284455Z #31 378.1 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.8290977Z #31 378.1 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.8297711Z #31 378.1 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.8304218Z #31 378.2 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.8310968Z #31 378.2 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:12.9526335Z #31 378.3 magmablas_hip/cgetf2_kernels.hip.cpp:710: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-08-20T22:20:12.9530291Z #31 378.3 zcomputecolumn_kernel_shared_batched( int m, int paneloffset, int step, 2024-08-20T22:20:12.9531810Z #31 378.3 ^ 2024-08-20T22:20:13.1129085Z #31 378.3 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1136307Z #31 378.3 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1142828Z #31 378.3 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1149320Z #31 378.3 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1155787Z #31 378.3 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1162125Z #31 378.3 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1168465Z #31 378.3 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1174208Z #31 378.3 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1180018Z #31 378.3 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1186384Z #31 378.3 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1192912Z #31 378.3 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1199510Z #31 378.3 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1206096Z #31 378.3 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1212745Z #31 378.3 magmablas_hip/dgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1219925Z #31 378.3 magmablas_hip/cgetf2_kernels.hip.cpp:610: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-08-20T22:20:13.1223341Z #31 378.3 cgetf2trsm_2d_kernel( int m, int n, 2024-08-20T22:20:13.1224130Z #31 378.3 ^ 2024-08-20T22:20:13.1227829Z #31 378.3 magmablas_hip/cgetf2_kernels.hip.cpp:610: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-08-20T22:20:13.1234436Z #31 378.4 magmablas_hip/cgetf2_kernels.hip.cpp:610: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-08-20T22:20:13.1240642Z #31 378.4 magmablas_hip/cgetf2_kernels.hip.cpp:610: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-08-20T22:20:13.1246888Z #31 378.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1250105Z #31 378.4 zgetf2_fused_kernel_vbatched( 2024-08-20T22:20:13.1250771Z #31 378.4 ^ 2024-08-20T22:20:13.1254661Z #31 378.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1261206Z #31 378.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1267837Z #31 378.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1274489Z #31 378.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1281101Z #31 378.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1287709Z #31 378.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1294420Z #31 378.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1301204Z #31 378.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1307713Z #31 378.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1313912Z #31 378.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.1320139Z #31 378.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.2812982Z #31 378.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.2819771Z #31 378.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.2826550Z #31 378.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.2833295Z #31 378.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.2839681Z #31 378.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.2846090Z #31 378.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.2852530Z #31 378.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.2858514Z #31 378.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.2864671Z #31 378.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.2871413Z #31 378.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.2877452Z #31 378.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.2883755Z #31 378.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.2890113Z #31 378.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.2896691Z #31 378.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.4988960Z #31 378.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.4995274Z #31 378.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.5001735Z #31 378.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.5008029Z #31 378.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.5014563Z #31 378.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.5020713Z #31 378.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.5026857Z #31 378.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.5033614Z #31 378.7 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.5040142Z #31 378.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.5046581Z #31 378.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.5052843Z #31 378.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.5059573Z #31 378.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.5066074Z #31 378.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.6245322Z #31 378.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.6251590Z #31 378.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.6258036Z #31 378.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.6264462Z #31 378.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.6270864Z #31 378.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.6277208Z #31 378.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.6283734Z #31 378.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.6290251Z #31 378.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.6297189Z #31 379.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.6303494Z #31 379.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.6310060Z #31 379.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.6316778Z #31 379.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.6323365Z #31 379.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.6329704Z #31 379.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.7749656Z #31 379.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.7755646Z #31 379.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.7761445Z #31 379.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.7798656Z #31 379.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.7803558Z #31 379.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.7809769Z #31 379.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.7815976Z #31 379.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.7821444Z #31 379.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.9253740Z #31 379.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.9260362Z #31 379.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.9267125Z #31 379.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.9273684Z #31 379.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.9280333Z #31 379.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.9289119Z #31 379.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.9295272Z #31 379.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.9301584Z #31 379.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.9308110Z #31 379.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.9314429Z #31 379.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.9320838Z #31 379.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:13.9327288Z #31 379.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:13.9331273Z #31 379.2 cgetf2_fused_kernel_batched( int m, 2024-08-20T22:20:13.9332049Z #31 379.2 ^ 2024-08-20T22:20:13.9335648Z #31 379.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:13.9342073Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:13.9348438Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:13.9355036Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:13.9360560Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:13.9366721Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:13.9373238Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0343352Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0349907Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0356474Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0362916Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0369457Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0376189Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0382189Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0388686Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0395149Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0401928Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0408567Z #31 379.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0415186Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.0421861Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.0428303Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.0435024Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.0441499Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.0448000Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.0454355Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.0460063Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.0466634Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.0473087Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.0479604Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.0486317Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.0493058Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.0499752Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.0506465Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.0512944Z #31 379.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0519446Z #31 379.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0525725Z #31 379.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0532490Z #31 379.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0538954Z #31 379.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0545343Z #31 379.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.0551952Z #31 379.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1757991Z #31 379.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1764566Z #31 379.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1771390Z #31 379.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1778291Z #31 379.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1784776Z #31 379.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1790966Z #31 379.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1797165Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.1803765Z #31 379.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.1810298Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1816941Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1823494Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1829816Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1836869Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1843293Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1849709Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1856429Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1862787Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1869363Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1875905Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1881689Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1887427Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1893621Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1900179Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.1906633Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.2818646Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.2825456Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.2832144Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.2838619Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.2845349Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.2850765Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.2857623Z #31 379.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.2864271Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.2870754Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.2877260Z #31 379.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.2883772Z #31 379.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.2890305Z #31 379.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.2896936Z #31 379.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.2903434Z #31 379.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.2910192Z #31 379.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.2916646Z #31 379.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.2923142Z #31 379.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.2929769Z #31 379.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.2936513Z #31 379.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.2943141Z #31 379.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.2949781Z #31 379.6 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:14.2955550Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.2961240Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.2967481Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.2973852Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.2980418Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.2986789Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.2993256Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4016289Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4022802Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4029524Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4036027Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4041903Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4048382Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4054713Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4060818Z #31 379.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4067079Z #31 379.7 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4073569Z #31 379.7 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4080028Z #31 379.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4086479Z #31 379.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4092945Z #31 379.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4099774Z #31 379.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4106161Z #31 379.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4112387Z #31 379.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.4118986Z #31 379.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.5521105Z #31 379.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.5527272Z #31 379.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.5534126Z #31 379.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.5540709Z #31 379.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.5546902Z #31 379.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.5553226Z #31 379.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:14.5559141Z #31 379.8 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:16.3211307Z #31 381.7 10 warnings generated when compiling for gfx908. 2024-08-20T22:20:17.2107720Z #31 382.6 In file included from magmablas_hip/dgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:20:17.2111096Z #31 382.6 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:17.2114391Z #31 382.6 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:17.2116619Z #31 382.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:17.2118250Z #31 382.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:17.2119480Z #31 382.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:17.2120323Z #31 382.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:17.3311176Z #31 382.6 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:17.3314829Z #31 382.6 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:17.3317262Z #31 382.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:17.3319083Z #31 382.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:17.3320598Z #31 382.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:17.3321598Z #31 382.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:17.3324550Z #31 382.6 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:17.3328222Z #31 382.6 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:17.3330368Z #31 382.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:17.3332418Z #31 382.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:17.3334101Z #31 382.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:17.3352455Z #31 382.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:17.3355422Z #31 382.6 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:17.3359180Z #31 382.6 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:17.3361582Z #31 382.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:17.3363358Z #31 382.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:17.3364812Z #31 382.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:17.3365776Z #31 382.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:17.3368780Z #31 382.6 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:17.3372644Z #31 382.6 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:17.3375261Z #31 382.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:17.3377074Z #31 382.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:17.3378579Z #31 382.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:17.3379562Z #31 382.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:17.3382499Z #31 382.6 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:17.3386343Z #31 382.6 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:17.3388463Z #31 382.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:17.3390242Z #31 382.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:17.3391764Z #31 382.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:17.3392760Z #31 382.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:17.3395654Z #31 382.6 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:17.3399335Z #31 382.6 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:17.3401513Z #31 382.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:17.3403311Z #31 382.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:17.3404777Z #31 382.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:17.3405769Z #31 382.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:17.3408767Z #31 382.6 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:17.3412351Z #31 382.6 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:17.3414753Z #31 382.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:17.3416556Z #31 382.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:17.3418046Z #31 382.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:17.3419030Z #31 382.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:17.3421948Z #31 382.6 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:17.3425847Z #31 382.6 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:17.3428412Z #31 382.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:17.3430169Z #31 382.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:17.3431832Z #31 382.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:17.3432811Z #31 382.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:17.3435739Z #31 382.6 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:17.3439640Z #31 382.6 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:17.3442150Z #31 382.6 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:17.3443958Z #31 382.6 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:17.3445444Z #31 382.6 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:17.3446640Z #31 382.6 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:17.3450776Z #31 382.7 magmablas_hip/sgetf2_kernels.hip.cpp:710: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-08-20T22:20:17.3454896Z #31 382.7 zcomputecolumn_kernel_shared_batched( int m, int paneloffset, int step, 2024-08-20T22:20:17.3456122Z #31 382.7 ^ 2024-08-20T22:20:17.5162105Z #31 382.7 magmablas_hip/sgetf2_kernels.hip.cpp:610: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-08-20T22:20:17.5166114Z #31 382.7 sgetf2trsm_2d_kernel( int m, int n, 2024-08-20T22:20:17.5166947Z #31 382.7 ^ 2024-08-20T22:20:17.5170645Z #31 382.7 magmablas_hip/sgetf2_kernels.hip.cpp:610: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-08-20T22:20:17.5177390Z #31 382.7 magmablas_hip/sgetf2_kernels.hip.cpp:610: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-08-20T22:20:17.5184210Z #31 382.7 magmablas_hip/sgetf2_kernels.hip.cpp:610: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-08-20T22:20:18.1066357Z #31 383.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.1070050Z #31 383.5 sgetf2_fused_kernel_batched( int m, 2024-08-20T22:20:18.1070854Z #31 383.5 ^ 2024-08-20T22:20:18.1074724Z #31 383.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2557106Z #31 383.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2563339Z #31 383.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2569360Z #31 383.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2575507Z #31 383.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2581420Z #31 383.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2587109Z #31 383.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2592985Z #31 383.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2598887Z #31 383.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2604032Z #31 383.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2609003Z #31 383.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2613735Z #31 383.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2619237Z #31 383.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2625435Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2631793Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2637955Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2644755Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2651135Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2657646Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2664440Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2671027Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2677599Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2684408Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2691035Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.2697100Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3838865Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3844841Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3850735Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3856794Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3862646Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3868494Z #31 383.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3874431Z #31 383.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3880445Z #31 383.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3886330Z #31 383.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3892202Z #31 383.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3898248Z #31 383.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3904128Z #31 383.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3910045Z #31 383.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3915921Z #31 383.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3921793Z #31 383.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3927662Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3933745Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3939741Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3945541Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3951440Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.3957316Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5109749Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5115774Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5122047Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5128018Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5134560Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5140596Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5146337Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5152255Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5157985Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5163889Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5169808Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5175842Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5181739Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5187905Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5193804Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5199727Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5205805Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5211846Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5218411Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5224699Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5231658Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5237235Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5243518Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5249651Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5256323Z #31 383.8 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5262802Z #31 383.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.5269371Z #31 383.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.7342943Z #31 383.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.7349314Z #31 383.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.7355612Z #31 383.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.7361918Z #31 383.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.7366665Z #31 383.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.7372710Z #31 383.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.7378967Z #31 383.9 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.7385341Z #31 384.0 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.7391608Z #31 384.0 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.7397991Z #31 384.0 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.7404087Z #31 384.0 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.7410346Z #31 384.0 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.7416963Z #31 384.0 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.7423308Z #31 384.0 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:18.9036980Z #31 384.3 2 warnings generated when compiling for gfx90a. 2024-08-20T22:20:19.8051204Z #31 385.2 magmablas_hip/cgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:20:19.8054161Z #31 385.2 default: arginfo = -100; 2024-08-20T22:20:19.8054912Z #31 385.2 ^~~~~~~ 2024-08-20T22:20:19.8056078Z #31 385.2 magmablas_hip/cgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:20:19.8057723Z #31 385.2 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:20:19.8058590Z #31 385.2 ^ 2024-08-20T22:20:19.8060051Z #31 385.2 magmablas_hip/cgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:20:19.8061516Z #31 385.2 hipError_t e; 2024-08-20T22:20:19.8062130Z #31 385.2 ^ 2024-08-20T22:20:19.9674915Z #31 385.2 magmablas_hip/cgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:20:19.9676943Z #31 385.2 default: arginfo = -100; 2024-08-20T22:20:19.9677642Z #31 385.2 ^~~~~~~ 2024-08-20T22:20:19.9678884Z #31 385.2 magmablas_hip/cgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:20:19.9680520Z #31 385.2 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:20:19.9681316Z #31 385.2 ^ 2024-08-20T22:20:19.9682511Z #31 385.2 magmablas_hip/cgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:20:19.9683755Z #31 385.2 hipError_t e; 2024-08-20T22:20:19.9684333Z #31 385.2 ^ 2024-08-20T22:20:20.1708333Z #31 385.5 2 warnings generated when compiling for host. 2024-08-20T22:20:21.1477872Z #31 386.5 10 warnings generated when compiling for gfx908. 2024-08-20T22:20:22.0538920Z #31 387.4 In file included from magmablas_hip/cgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:20:22.0541837Z #31 387.4 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:22.0544970Z #31 387.4 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:22.0546887Z #31 387.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:22.0548462Z #31 387.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:22.0549732Z #31 387.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:22.0550540Z #31 387.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:22.2079567Z #31 387.4 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:22.2082848Z #31 387.4 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:22.2084351Z #31 387.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:22.2085998Z #31 387.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:22.2087605Z #31 387.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:22.2088518Z #31 387.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:22.2091083Z #31 387.4 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:22.2094277Z #31 387.4 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:22.2096139Z #31 387.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:22.2097807Z #31 387.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:22.2099355Z #31 387.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:22.2100210Z #31 387.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:22.2102769Z #31 387.4 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:22.2106163Z #31 387.4 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:22.2108393Z #31 387.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:22.2109963Z #31 387.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:22.2111232Z #31 387.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:22.2112106Z #31 387.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:22.2114687Z #31 387.4 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:22.2117997Z #31 387.4 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:22.2120186Z #31 387.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:22.2121948Z #31 387.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:22.2123318Z #31 387.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:22.2124255Z #31 387.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:22.2126903Z #31 387.4 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:22.2130217Z #31 387.4 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:22.2132533Z #31 387.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:22.2134418Z #31 387.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:22.2135872Z #31 387.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:22.2136742Z #31 387.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:22.2139377Z #31 387.4 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:22.2142842Z #31 387.4 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:22.2144933Z #31 387.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:22.2146807Z #31 387.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:22.2148097Z #31 387.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:22.2148999Z #31 387.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:22.2151573Z #31 387.4 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:22.2154869Z #31 387.4 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:22.2156802Z #31 387.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:22.2158709Z #31 387.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:22.2160131Z #31 387.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:22.2161080Z #31 387.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:22.2163782Z #31 387.4 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:22.2167378Z #31 387.4 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:22.2169785Z #31 387.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:22.2171556Z #31 387.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:22.2172914Z #31 387.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:22.2173839Z #31 387.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:22.2176310Z #31 387.4 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:22.2179729Z #31 387.4 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:22.2182001Z #31 387.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:22.2183691Z #31 387.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:22.2185012Z #31 387.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:22.2185876Z #31 387.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:29.1990223Z #31 394.6 11 warnings generated when compiling for gfx90a. 2024-08-20T22:20:30.0715911Z #31 395.4 In file included from magmablas_hip/cgesv_batched_small.hip.cpp:22: 2024-08-20T22:20:30.0719424Z #31 395.4 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:30.0722998Z #31 395.4 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:30.0725095Z #31 395.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:30.0726797Z #31 395.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:30.0728244Z #31 395.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:30.0729250Z #31 395.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:30.2291756Z #31 395.4 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:30.2294808Z #31 395.4 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:30.2296559Z #31 395.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:30.2298077Z #31 395.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:30.2299264Z #31 395.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:30.2300075Z #31 395.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:30.2303034Z #31 395.4 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:30.2308417Z #31 395.4 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:30.2310185Z #31 395.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:30.2311679Z #31 395.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:30.2312904Z #31 395.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:30.2313943Z #31 395.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:30.2316367Z #31 395.4 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:30.2319577Z #31 395.4 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:30.2321637Z #31 395.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:30.2323125Z #31 395.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:30.2324261Z #31 395.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:30.2324989Z #31 395.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:30.2327303Z #31 395.4 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:30.2330235Z #31 395.4 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:30.2332673Z #31 395.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:30.2334257Z #31 395.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:30.2335384Z #31 395.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:30.2336149Z #31 395.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:30.2338386Z #31 395.4 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:30.2341219Z #31 395.4 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:30.2342845Z #31 395.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:30.2344354Z #31 395.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:30.2345883Z #31 395.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:30.2346630Z #31 395.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:30.2348866Z #31 395.4 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:30.2351612Z #31 395.4 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:30.2353325Z #31 395.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:30.2354746Z #31 395.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:30.2355926Z #31 395.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:30.2356827Z #31 395.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:30.2359424Z #31 395.4 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:30.2362184Z #31 395.4 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:30.2363904Z #31 395.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:30.2365480Z #31 395.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:30.2366651Z #31 395.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:30.2367463Z #31 395.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:30.2369725Z #31 395.4 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:30.2373220Z #31 395.4 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:30.2375316Z #31 395.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:30.2376793Z #31 395.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:30.2377906Z #31 395.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:30.2378666Z #31 395.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:30.2380951Z #31 395.4 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:30.2383952Z #31 395.4 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:30.2386142Z #31 395.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:30.2387601Z #31 395.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:30.2388715Z #31 395.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:30.2389493Z #31 395.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:30.3111460Z #31 395.7 10 warnings generated when compiling for host. 2024-08-20T22:20:31.8709892Z #31 397.2 98 warnings generated when compiling for gfx900. 2024-08-20T22:20:32.4619328Z #31 397.8 10 warnings generated when compiling for gfx90a. 2024-08-20T22:20:32.7689831Z #31 398.1 In file included from magmablas_hip/cgetf2_kernels_var.hip.cpp:17: 2024-08-20T22:20:32.7692952Z #31 398.1 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:32.7696564Z #31 398.1 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:32.7698294Z #31 398.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:32.7699941Z #31 398.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:32.7701433Z #31 398.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:32.7702337Z #31 398.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:32.9227112Z #31 398.1 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:32.9232622Z #31 398.1 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:32.9234584Z #31 398.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:32.9236299Z #31 398.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:32.9237626Z #31 398.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:32.9238517Z #31 398.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:32.9241382Z #31 398.1 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:32.9244566Z #31 398.1 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:32.9246650Z #31 398.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:32.9248335Z #31 398.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:32.9249673Z #31 398.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:32.9250571Z #31 398.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:32.9253218Z #31 398.1 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:32.9256833Z #31 398.1 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:32.9259043Z #31 398.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:32.9260844Z #31 398.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:32.9262183Z #31 398.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:32.9263051Z #31 398.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:32.9265493Z #31 398.1 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:32.9268889Z #31 398.1 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:32.9271107Z #31 398.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:32.9272734Z #31 398.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:32.9274066Z #31 398.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:32.9275134Z #31 398.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:32.9277713Z #31 398.1 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:32.9280799Z #31 398.1 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:32.9282694Z #31 398.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:32.9284327Z #31 398.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:32.9285624Z #31 398.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:32.9286497Z #31 398.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:32.9289227Z #31 398.1 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:32.9292569Z #31 398.1 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:32.9294649Z #31 398.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:32.9296312Z #31 398.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:32.9297795Z #31 398.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:32.9298705Z #31 398.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:32.9301341Z #31 398.1 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:32.9304740Z #31 398.1 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:32.9306769Z #31 398.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:32.9308430Z #31 398.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:32.9309795Z #31 398.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:32.9310710Z #31 398.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:32.9313332Z #31 398.1 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:32.9316829Z #31 398.1 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:32.9319101Z #31 398.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:32.9320807Z #31 398.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:32.9322240Z #31 398.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:32.9323134Z #31 398.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:32.9325767Z #31 398.1 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:32.9329206Z #31 398.1 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:32.9331635Z #31 398.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:32.9333573Z #31 398.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:32.9334965Z #31 398.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:32.9335813Z #31 398.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:33.1355119Z #31 398.5 In file included from magmablas_hip/strsm_small_batched.hip.cpp:17: 2024-08-20T22:20:33.1359459Z #31 398.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.1362945Z #31 398.5 void trsm_template_batched_lNL_kernel( 2024-08-20T22:20:33.1363687Z #31 398.5 ^ 2024-08-20T22:20:33.1367241Z #31 398.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.1373898Z #31 398.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.2490585Z #31 398.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.2494416Z #31 398.5 void trsm_template_batched_lNU_kernel( 2024-08-20T22:20:33.2495187Z #31 398.5 ^ 2024-08-20T22:20:33.2498990Z #31 398.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.2505437Z #31 398.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.2512022Z #31 398.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.2515539Z #31 398.6 void trsm_template_batched_lTL_kernel( 2024-08-20T22:20:33.2516327Z #31 398.6 ^ 2024-08-20T22:20:33.2520053Z #31 398.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.2526316Z #31 398.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.2532880Z #31 398.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.2536272Z #31 398.6 void trsm_template_batched_lTU_kernel( 2024-08-20T22:20:33.2537270Z #31 398.6 ^ 2024-08-20T22:20:33.2540742Z #31 398.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.2547160Z #31 398.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.3568630Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.3572532Z #31 398.7 void trsm_template_batched_lTL_kernel( 2024-08-20T22:20:33.3573298Z #31 398.7 ^ 2024-08-20T22:20:33.3577049Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.3583718Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.3587369Z #31 398.7 In file included from magmablas_hip/dgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:20:33.3590467Z #31 398.7 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:33.3593630Z #31 398.7 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:33.3595450Z #31 398.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:33.3597218Z #31 398.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:33.3598642Z #31 398.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:33.3599557Z #31 398.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:33.3602185Z #31 398.7 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:33.3605432Z #31 398.7 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:33.3607516Z #31 398.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:33.3609178Z #31 398.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:33.3610494Z #31 398.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:33.3611363Z #31 398.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:33.3614031Z #31 398.7 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:33.3617128Z #31 398.7 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:33.3619180Z #31 398.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:33.3621068Z #31 398.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:33.3622419Z #31 398.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:33.3623311Z #31 398.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:33.3626078Z #31 398.7 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:33.3629551Z #31 398.7 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:33.3632059Z #31 398.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:33.3633751Z #31 398.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:33.3635440Z #31 398.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:33.3636324Z #31 398.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:33.3639002Z #31 398.7 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:33.3642405Z #31 398.7 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:33.3644744Z #31 398.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:33.3646429Z #31 398.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:33.3647786Z #31 398.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:33.3648663Z #31 398.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:33.3651362Z #31 398.7 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:33.3654579Z #31 398.7 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:33.3656678Z #31 398.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:33.3658335Z #31 398.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:33.3659672Z #31 398.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:33.3660561Z #31 398.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:33.3663213Z #31 398.7 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:33.3666455Z #31 398.7 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:33.3668398Z #31 398.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:33.3670066Z #31 398.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:33.3671413Z #31 398.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:33.3672337Z #31 398.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:33.3675077Z #31 398.7 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:33.3678525Z #31 398.7 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:33.3680680Z #31 398.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:33.3682292Z #31 398.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:33.3683617Z #31 398.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:33.3684480Z #31 398.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:33.3687037Z #31 398.7 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:33.3690475Z #31 398.7 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:33.3692808Z #31 398.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:33.3694602Z #31 398.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:33.3695925Z #31 398.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:33.3696782Z #31 398.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:33.3699606Z #31 398.7 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:33.3703271Z #31 398.7 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:33.3705556Z #31 398.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:33.3707249Z #31 398.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:33.3708686Z #31 398.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:33.3709578Z #31 398.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:33.3713532Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.3716893Z #31 398.7 void trsm_template_batched_lTU_kernel( 2024-08-20T22:20:33.3717664Z #31 398.7 ^ 2024-08-20T22:20:33.3721177Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.3727492Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.3734178Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.3737514Z #31 398.7 void trsm_template_batched_rNL_kernel( 2024-08-20T22:20:33.3738279Z #31 398.7 ^ 2024-08-20T22:20:33.3741796Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.3748350Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.3754707Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.3758062Z #31 398.7 void trsm_template_batched_rNU_kernel( 2024-08-20T22:20:33.3758857Z #31 398.7 ^ 2024-08-20T22:20:33.3762312Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.3768829Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.3775466Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.3778809Z #31 398.7 void trsm_template_batched_rTL_kernel( 2024-08-20T22:20:33.3779564Z #31 398.7 ^ 2024-08-20T22:20:33.3783230Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.3789573Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4592230Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4595942Z #31 398.7 void trsm_template_batched_rTU_kernel( 2024-08-20T22:20:33.4596730Z #31 398.7 ^ 2024-08-20T22:20:33.4600516Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4607088Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4613866Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4617390Z #31 398.7 void trsm_template_batched_rTL_kernel( 2024-08-20T22:20:33.4618196Z #31 398.7 ^ 2024-08-20T22:20:33.4622169Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4628805Z #31 398.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4635688Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4639296Z #31 398.8 void trsm_template_batched_rTU_kernel( 2024-08-20T22:20:33.4640039Z #31 398.8 ^ 2024-08-20T22:20:33.4643684Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4650246Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4656828Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4660533Z #31 398.8 void trsm_template_batched_lNL_kernel( 2024-08-20T22:20:33.4661325Z #31 398.8 ^ 2024-08-20T22:20:33.4664961Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4671566Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4678084Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4681567Z #31 398.8 void trsm_template_batched_lNU_kernel( 2024-08-20T22:20:33.4682404Z #31 398.8 ^ 2024-08-20T22:20:33.4686121Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4692571Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4698999Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4704587Z #31 398.8 void trsm_template_batched_lTL_kernel( 2024-08-20T22:20:33.4705448Z #31 398.8 ^ 2024-08-20T22:20:33.4709078Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4715675Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4722079Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4725442Z #31 398.8 void trsm_template_batched_lTU_kernel( 2024-08-20T22:20:33.4726215Z #31 398.8 ^ 2024-08-20T22:20:33.4730071Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.4736827Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5716001Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5719667Z #31 398.8 void trsm_template_batched_lTL_kernel( 2024-08-20T22:20:33.5720502Z #31 398.8 ^ 2024-08-20T22:20:33.5724306Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5731126Z #31 398.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5734707Z #31 398.8 10 warnings generated when compiling for gfx90a. 2024-08-20T22:20:33.5738605Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5742171Z #31 398.9 void trsm_template_batched_lTU_kernel( 2024-08-20T22:20:33.5742958Z #31 398.9 ^ 2024-08-20T22:20:33.5746627Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5753157Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5759985Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5763514Z #31 398.9 void trsm_template_batched_rNL_kernel( 2024-08-20T22:20:33.5764311Z #31 398.9 ^ 2024-08-20T22:20:33.5768051Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5774579Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5778120Z #31 398.9 10 warnings generated when compiling for host. 2024-08-20T22:20:33.5782296Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5785686Z #31 398.9 void trsm_template_batched_rNU_kernel( 2024-08-20T22:20:33.5786471Z #31 398.9 ^ 2024-08-20T22:20:33.5790151Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5796955Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5803698Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5807132Z #31 398.9 void trsm_template_batched_rTL_kernel( 2024-08-20T22:20:33.5807899Z #31 398.9 ^ 2024-08-20T22:20:33.5811569Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5818011Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5824360Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5827885Z #31 398.9 void trsm_template_batched_rTU_kernel( 2024-08-20T22:20:33.5828651Z #31 398.9 ^ 2024-08-20T22:20:33.5832899Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5839688Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5846271Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5850073Z #31 398.9 void trsm_template_batched_rTL_kernel( 2024-08-20T22:20:33.5850821Z #31 398.9 ^ 2024-08-20T22:20:33.5854548Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5861109Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5867417Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5871096Z #31 398.9 void trsm_template_batched_rTU_kernel( 2024-08-20T22:20:33.5871873Z #31 398.9 ^ 2024-08-20T22:20:33.5875667Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5882319Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5888951Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5892493Z #31 398.9 void trsm_template_batched_lNL_kernel( 2024-08-20T22:20:33.5893309Z #31 398.9 ^ 2024-08-20T22:20:33.5897025Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.5903487Z #31 398.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6792945Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6796776Z #31 399.0 void trsm_template_batched_lNU_kernel( 2024-08-20T22:20:33.6797531Z #31 399.0 ^ 2024-08-20T22:20:33.6801081Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6807813Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6814684Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6818278Z #31 399.0 void trsm_template_batched_lTL_kernel( 2024-08-20T22:20:33.6819057Z #31 399.0 ^ 2024-08-20T22:20:33.6823057Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6829382Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6836472Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6840017Z #31 399.0 void trsm_template_batched_lTU_kernel( 2024-08-20T22:20:33.6840821Z #31 399.0 ^ 2024-08-20T22:20:33.6844486Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6850992Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6857540Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6860925Z #31 399.0 void trsm_template_batched_lTL_kernel( 2024-08-20T22:20:33.6861691Z #31 399.0 ^ 2024-08-20T22:20:33.6865254Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6871548Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6878065Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6881457Z #31 399.0 void trsm_template_batched_lTU_kernel( 2024-08-20T22:20:33.6882238Z #31 399.0 ^ 2024-08-20T22:20:33.6885980Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6892575Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6899437Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6902933Z #31 399.0 void trsm_template_batched_rNL_kernel( 2024-08-20T22:20:33.6903732Z #31 399.0 ^ 2024-08-20T22:20:33.6907643Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6914017Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6920316Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6923714Z #31 399.0 void trsm_template_batched_rNU_kernel( 2024-08-20T22:20:33.6924484Z #31 399.0 ^ 2024-08-20T22:20:33.6928013Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6934765Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6941407Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6944934Z #31 399.0 void trsm_template_batched_rTL_kernel( 2024-08-20T22:20:33.6945737Z #31 399.0 ^ 2024-08-20T22:20:33.6949395Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.6956186Z #31 399.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7834761Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7838279Z #31 399.1 void trsm_template_batched_rTU_kernel( 2024-08-20T22:20:33.7839027Z #31 399.1 ^ 2024-08-20T22:20:33.7842574Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7849242Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7855962Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7859331Z #31 399.1 void trsm_template_batched_rTL_kernel( 2024-08-20T22:20:33.7860095Z #31 399.1 ^ 2024-08-20T22:20:33.7863786Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7870144Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7876541Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7879946Z #31 399.1 void trsm_template_batched_rTU_kernel( 2024-08-20T22:20:33.7880727Z #31 399.1 ^ 2024-08-20T22:20:33.7884278Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7890672Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7897168Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7900566Z #31 399.1 void trsm_template_batched_lNL_kernel( 2024-08-20T22:20:33.7901563Z #31 399.1 ^ 2024-08-20T22:20:33.7905115Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7911451Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7917804Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7921368Z #31 399.1 void trsm_template_batched_lNU_kernel( 2024-08-20T22:20:33.7922122Z #31 399.1 ^ 2024-08-20T22:20:33.7925684Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7932434Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7938836Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7942329Z #31 399.1 void trsm_template_batched_lTL_kernel( 2024-08-20T22:20:33.7943073Z #31 399.1 ^ 2024-08-20T22:20:33.7946852Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7953390Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7960009Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7963548Z #31 399.1 void trsm_template_batched_lTU_kernel( 2024-08-20T22:20:33.7964297Z #31 399.1 ^ 2024-08-20T22:20:33.7967962Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.7974469Z #31 399.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8868413Z #31 399.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8872474Z #31 399.2 void trsm_template_batched_lTL_kernel( 2024-08-20T22:20:33.8873293Z #31 399.2 ^ 2024-08-20T22:20:33.8877179Z #31 399.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8884268Z #31 399.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8891032Z #31 399.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8894713Z #31 399.2 void trsm_template_batched_lTU_kernel( 2024-08-20T22:20:33.8895500Z #31 399.2 ^ 2024-08-20T22:20:33.8899351Z #31 399.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8906229Z #31 399.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8913207Z #31 399.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8916894Z #31 399.2 void trsm_template_batched_rNL_kernel( 2024-08-20T22:20:33.8917683Z #31 399.2 ^ 2024-08-20T22:20:33.8921396Z #31 399.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8928441Z #31 399.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8935626Z #31 399.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8939350Z #31 399.2 void trsm_template_batched_rNU_kernel( 2024-08-20T22:20:33.8940147Z #31 399.2 ^ 2024-08-20T22:20:33.8943849Z #31 399.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8950599Z #31 399.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8957757Z #31 399.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8961379Z #31 399.2 void trsm_template_batched_rTL_kernel( 2024-08-20T22:20:33.8962197Z #31 399.2 ^ 2024-08-20T22:20:33.8966017Z #31 399.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8972944Z #31 399.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8979859Z #31 399.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8983673Z #31 399.3 void trsm_template_batched_rTU_kernel( 2024-08-20T22:20:33.8984501Z #31 399.3 ^ 2024-08-20T22:20:33.8988339Z #31 399.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.8995254Z #31 399.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.9907288Z #31 399.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.9911111Z #31 399.3 void trsm_template_batched_rTL_kernel( 2024-08-20T22:20:33.9911914Z #31 399.3 ^ 2024-08-20T22:20:33.9915669Z #31 399.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.9922392Z #31 399.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.9929469Z #31 399.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.9933440Z #31 399.3 void trsm_template_batched_rTU_kernel( 2024-08-20T22:20:33.9934388Z #31 399.3 ^ 2024-08-20T22:20:33.9938325Z #31 399.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.9945418Z #31 399.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.9952261Z #31 399.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.9955840Z #31 399.3 void trsm_template_batched_lNL_kernel( 2024-08-20T22:20:33.9956666Z #31 399.3 ^ 2024-08-20T22:20:33.9960845Z #31 399.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.9967810Z #31 399.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.9974825Z #31 399.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.9978403Z #31 399.4 void trsm_template_batched_lNU_kernel( 2024-08-20T22:20:33.9979207Z #31 399.4 ^ 2024-08-20T22:20:33.9983019Z #31 399.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:33.9989758Z #31 399.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.1062303Z #31 399.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.1066003Z #31 399.4 void trsm_template_batched_lTL_kernel( 2024-08-20T22:20:34.1066889Z #31 399.4 ^ 2024-08-20T22:20:34.1070556Z #31 399.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.1077139Z #31 399.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.1083672Z #31 399.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.1087321Z #31 399.4 void trsm_template_batched_lTU_kernel( 2024-08-20T22:20:34.1088053Z #31 399.4 ^ 2024-08-20T22:20:34.1091762Z #31 399.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.1097835Z #31 399.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.1104045Z #31 399.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.1107536Z #31 399.5 void trsm_template_batched_lTL_kernel( 2024-08-20T22:20:34.1108248Z #31 399.5 ^ 2024-08-20T22:20:34.1111665Z #31 399.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.1118172Z #31 399.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.2139136Z #31 399.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.2142750Z #31 399.5 void trsm_template_batched_lTU_kernel( 2024-08-20T22:20:34.2143590Z #31 399.5 ^ 2024-08-20T22:20:34.2147563Z #31 399.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.2154483Z #31 399.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.2158382Z #31 399.5 98 warnings generated when compiling for gfx900. 2024-08-20T22:20:34.2162617Z #31 399.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.2166223Z #31 399.5 void trsm_template_batched_rNL_kernel( 2024-08-20T22:20:34.2167041Z #31 399.5 ^ 2024-08-20T22:20:34.2170847Z #31 399.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.2177786Z #31 399.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.2184947Z #31 399.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.2188599Z #31 399.6 void trsm_template_batched_rNU_kernel( 2024-08-20T22:20:34.2189439Z #31 399.6 ^ 2024-08-20T22:20:34.2193290Z #31 399.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.2200295Z #31 399.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.3164722Z #31 399.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.3168487Z #31 399.6 void trsm_template_batched_rTL_kernel( 2024-08-20T22:20:34.3169357Z #31 399.6 ^ 2024-08-20T22:20:34.3173506Z #31 399.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.3180762Z #31 399.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.3187985Z #31 399.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.3191638Z #31 399.6 void trsm_template_batched_rTU_kernel( 2024-08-20T22:20:34.3192473Z #31 399.6 ^ 2024-08-20T22:20:34.3196366Z #31 399.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.3203270Z #31 399.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.3210164Z #31 399.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.3213855Z #31 399.7 void trsm_template_batched_rTL_kernel( 2024-08-20T22:20:34.3214748Z #31 399.7 ^ 2024-08-20T22:20:34.3218645Z #31 399.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.3225720Z #31 399.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.5267336Z #31 399.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.5271152Z #31 399.7 void trsm_template_batched_rTU_kernel( 2024-08-20T22:20:34.5271982Z #31 399.7 ^ 2024-08-20T22:20:34.5275833Z #31 399.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.5283039Z #31 399.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:34.5287002Z #31 399.7 In file included from magmablas_hip/sgetf2_native_kernel.hip.cpp:17: 2024-08-20T22:20:34.5290257Z #31 399.7 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:34.5293587Z #31 399.7 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:34.5295667Z #31 399.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:34.5297501Z #31 399.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:34.5298942Z #31 399.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:34.5300048Z #31 399.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:34.5302923Z #31 399.7 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:34.5306377Z #31 399.7 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:34.5308452Z #31 399.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:34.5310208Z #31 399.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:34.5311673Z #31 399.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:34.5312660Z #31 399.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:34.5315518Z #31 399.7 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:34.5319091Z #31 399.7 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:34.5321153Z #31 399.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:34.5322868Z #31 399.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:34.5324309Z #31 399.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:34.5325235Z #31 399.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:34.5328017Z #31 399.7 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:34.5332078Z #31 399.7 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:34.5334495Z #31 399.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:34.5336245Z #31 399.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:34.5337681Z #31 399.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:34.5338632Z #31 399.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:34.5341418Z #31 399.7 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:34.5345231Z #31 399.7 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:34.5347609Z #31 399.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:34.5349354Z #31 399.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:34.5350792Z #31 399.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:34.5351833Z #31 399.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:34.5354621Z #31 399.7 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:34.5358004Z #31 399.7 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:34.5360102Z #31 399.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:34.5361842Z #31 399.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:34.5363284Z #31 399.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:34.5364235Z #31 399.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:34.5367136Z #31 399.7 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:34.5370664Z #31 399.7 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:34.5372784Z #31 399.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:34.5374660Z #31 399.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:34.5376120Z #31 399.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:34.5377104Z #31 399.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:34.5380011Z #31 399.7 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:34.5383444Z #31 399.7 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:34.5385528Z #31 399.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:34.5387399Z #31 399.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:34.5402402Z #31 399.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:34.5403608Z #31 399.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:34.5406470Z #31 399.7 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:34.5410201Z #31 399.7 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:34.5412589Z #31 399.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:34.5414522Z #31 399.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:34.5416061Z #31 399.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:34.5417195Z #31 399.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:34.5420072Z #31 399.7 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:34.5423930Z #31 399.7 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:34.5426513Z #31 399.7 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:34.5428346Z #31 399.7 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:34.5429777Z #31 399.7 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:34.5430928Z #31 399.7 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:35.0212358Z #31 400.4 10 warnings generated when compiling for host. 2024-08-20T22:20:35.2033222Z #31 400.4 In file included from magmablas_hip/sgetf2_kernels_var.hip.cpp:17: 2024-08-20T22:20:35.2036784Z #31 400.4 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:35.2040122Z #31 400.4 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:35.2042080Z #31 400.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:35.2043829Z #31 400.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:35.2045263Z #31 400.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:35.2046208Z #31 400.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:35.2048986Z #31 400.4 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:35.2052360Z #31 400.4 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:35.2054463Z #31 400.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:35.2056175Z #31 400.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:35.2057597Z #31 400.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:35.2058568Z #31 400.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:35.2061359Z #31 400.4 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:35.2064743Z #31 400.4 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:35.2067030Z #31 400.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:35.2068742Z #31 400.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:35.2070175Z #31 400.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:35.2071143Z #31 400.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:35.2073958Z #31 400.4 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:35.2077638Z #31 400.4 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:35.2080087Z #31 400.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:35.2081850Z #31 400.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:35.2083280Z #31 400.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:35.2084223Z #31 400.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:35.2086994Z #31 400.4 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:35.2090788Z #31 400.4 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:35.2093139Z #31 400.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:35.2095115Z #31 400.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:35.2096564Z #31 400.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:35.2097492Z #31 400.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:35.2100327Z #31 400.4 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:35.2103735Z #31 400.4 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:35.2105880Z #31 400.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:35.2107522Z #31 400.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:35.2108895Z #31 400.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:35.2109829Z #31 400.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:35.2112546Z #31 400.4 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:35.2115854Z #31 400.4 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:35.2117840Z #31 400.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:35.2119502Z #31 400.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:35.2121029Z #31 400.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:35.2121971Z #31 400.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:35.2124917Z #31 400.4 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:35.2128457Z #31 400.4 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:35.2130554Z #31 400.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:35.2132562Z #31 400.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:35.2134067Z #31 400.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:35.2135025Z #31 400.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:35.2137808Z #31 400.4 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:35.2141663Z #31 400.4 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:35.2144067Z #31 400.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:35.2145821Z #31 400.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:35.2147212Z #31 400.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:35.2148155Z #31 400.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:35.2151027Z #31 400.4 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:35.2154713Z #31 400.4 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:35.2157232Z #31 400.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:35.2159003Z #31 400.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:35.2160432Z #31 400.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:35.2161400Z #31 400.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:37.9081879Z #31 403.3 104 warnings generated when compiling for gfx908. 2024-08-20T22:20:38.7932081Z #31 404.2 In file included from magmablas_hip/cgetf2_kernels.hip.cpp:19: 2024-08-20T22:20:38.7934700Z #31 404.2 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:38.7937585Z #31 404.2 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:38.7939490Z #31 404.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:38.7941170Z #31 404.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:38.7942536Z #31 404.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:38.7943477Z #31 404.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:38.9592326Z #31 404.2 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:38.9595833Z #31 404.2 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:38.9597872Z #31 404.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:38.9599612Z #31 404.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:38.9601413Z #31 404.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:38.9602381Z #31 404.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:38.9605161Z #31 404.2 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:38.9608594Z #31 404.2 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:38.9610645Z #31 404.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:38.9612498Z #31 404.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:38.9614143Z #31 404.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:38.9615143Z #31 404.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:38.9618055Z #31 404.2 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:38.9621880Z #31 404.2 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:38.9624387Z #31 404.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:38.9626216Z #31 404.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:38.9627706Z #31 404.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:38.9628687Z #31 404.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:38.9631872Z #31 404.2 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:38.9635722Z #31 404.2 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:38.9638181Z #31 404.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:38.9639988Z #31 404.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:38.9641465Z #31 404.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:38.9642559Z #31 404.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:38.9645371Z #31 404.2 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:38.9648763Z #31 404.2 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:38.9650797Z #31 404.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:38.9652528Z #31 404.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:38.9654008Z #31 404.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:38.9654976Z #31 404.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:38.9657803Z #31 404.2 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:38.9661267Z #31 404.2 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:38.9663464Z #31 404.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:38.9665378Z #31 404.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:38.9666869Z #31 404.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:38.9667847Z #31 404.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:38.9670743Z #31 404.2 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:38.9674316Z #31 404.2 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:38.9676492Z #31 404.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:38.9678371Z #31 404.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:38.9679860Z #31 404.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:38.9680847Z #31 404.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:38.9683738Z #31 404.2 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:38.9687659Z #31 404.2 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:38.9690148Z #31 404.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:38.9691964Z #31 404.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:38.9693549Z #31 404.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:38.9694644Z #31 404.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:38.9697455Z #31 404.2 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:38.9701214Z #31 404.2 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:38.9703800Z #31 404.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:38.9705615Z #31 404.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:38.9707100Z #31 404.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:38.9708092Z #31 404.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:38.9709915Z #31 404.2 magmablas_hip/cgetf2_kernels.hip.cpp:162:9: warning: unused variable 'chunk' [-Wunused-variable] 2024-08-20T22:20:38.9711629Z #31 404.2 int chunk = magma_ceildiv( length, zamax ); 2024-08-20T22:20:38.9712664Z #31 404.2 ^ 2024-08-20T22:20:39.2604151Z #31 404.6 10 warnings generated when compiling for gfx90a. 2024-08-20T22:20:40.1179718Z #31 405.5 In file included from magmablas_hip/cgetf2_nopiv_kernels.hip.cpp:18: 2024-08-20T22:20:40.1183055Z #31 405.5 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:40.1186259Z #31 405.5 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:40.1188161Z #31 405.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:40.1189889Z #31 405.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:40.1191581Z #31 405.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:40.1192527Z #31 405.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:40.2715053Z #31 405.5 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:40.2718167Z #31 405.5 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:40.2719952Z #31 405.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:40.2721707Z #31 405.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:40.2723376Z #31 405.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:40.2724256Z #31 405.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:40.2726806Z #31 405.5 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:40.2729884Z #31 405.5 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:40.2732057Z #31 405.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:40.2733868Z #31 405.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:40.2735280Z #31 405.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:40.2736174Z #31 405.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:40.2738912Z #31 405.5 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:40.2742226Z #31 405.5 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:40.2744332Z #31 405.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:40.2745955Z #31 405.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:40.2747265Z #31 405.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:40.2748130Z #31 405.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:40.2750653Z #31 405.5 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:40.2754179Z #31 405.5 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:40.2756567Z #31 405.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:40.2758352Z #31 405.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:40.2759795Z #31 405.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:40.2760759Z #31 405.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:40.2763687Z #31 405.5 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:40.2767074Z #31 405.5 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:40.2768835Z #31 405.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:40.2770697Z #31 405.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:40.2772033Z #31 405.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:40.2772926Z #31 405.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:40.2775674Z #31 405.5 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:40.2778528Z #31 405.5 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:40.2780270Z #31 405.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:40.2782089Z #31 405.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:40.2783305Z #31 405.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:40.2784125Z #31 405.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:40.2786608Z #31 405.5 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:40.2789847Z #31 405.5 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:40.2791878Z #31 405.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:40.2793531Z #31 405.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:40.2794899Z #31 405.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:40.2796088Z #31 405.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:40.2798701Z #31 405.5 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:40.2802148Z #31 405.5 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:40.2804383Z #31 405.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:40.2806035Z #31 405.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:40.2807361Z #31 405.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:40.2808259Z #31 405.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:40.2810897Z #31 405.5 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:40.2814542Z #31 405.5 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:40.2816889Z #31 405.5 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:40.2818524Z #31 405.5 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:40.2819807Z #31 405.5 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:40.2820667Z #31 405.5 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:40.3354160Z #31 405.7 10 warnings generated when compiling for host. 2024-08-20T22:20:40.7583293Z #31 406.1 1 warning generated when compiling for gfx906. 2024-08-20T22:20:41.7130090Z #31 407.1 In file included from magmablas_hip/ztrtri_upper_batched.hip.cpp:24: 2024-08-20T22:20:41.7132982Z #31 407.1 magmablas_hip/ztrtri.hip.hpp:68:1: warning: unused function 'zgemm_kernel_16' [-Wunused-function] 2024-08-20T22:20:41.7134537Z #31 407.1 zgemm_kernel_16( 2024-08-20T22:20:41.7135120Z #31 407.1 ^ 2024-08-20T22:20:43.0580922Z #31 408.4 104 warnings generated when compiling for gfx908. 2024-08-20T22:20:43.6567935Z #31 409.0 180 warnings generated when compiling for gfx90a. 2024-08-20T22:20:43.9682816Z #31 409.3 In file included from magmablas_hip/sgetf2_kernels.hip.cpp:19: 2024-08-20T22:20:43.9685848Z #31 409.3 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:43.9689209Z #31 409.3 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:43.9691206Z #31 409.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:43.9692813Z #31 409.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:43.9694225Z #31 409.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:43.9694995Z #31 409.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:44.1329064Z #31 409.3 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:44.1332798Z #31 409.3 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:44.1334729Z #31 409.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:44.1336404Z #31 409.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:44.1337984Z #31 409.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:44.1338880Z #31 409.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:44.1341532Z #31 409.3 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:44.1344560Z #31 409.3 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:44.1346386Z #31 409.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:44.1348086Z #31 409.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:44.1349378Z #31 409.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:44.1350228Z #31 409.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:44.1352867Z #31 409.3 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:44.1356258Z #31 409.3 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:44.1358473Z #31 409.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:44.1360278Z #31 409.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:44.1361723Z #31 409.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:44.1362672Z #31 409.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:44.1365252Z #31 409.3 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:44.1368995Z #31 409.3 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:44.1371128Z #31 409.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:44.1372943Z #31 409.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:44.1374338Z #31 409.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:44.1375172Z #31 409.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:44.1377707Z #31 409.3 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:44.1380970Z #31 409.3 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:44.1382817Z #31 409.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:44.1384550Z #31 409.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:44.1385940Z #31 409.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:44.1386721Z #31 409.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:44.1389402Z #31 409.3 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:44.1392837Z #31 409.3 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:44.1394855Z #31 409.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:44.1396629Z #31 409.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:44.1398071Z #31 409.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:44.1398962Z #31 409.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:44.1401458Z #31 409.3 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:44.1404698Z #31 409.3 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:44.1406648Z #31 409.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:44.1408349Z #31 409.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:44.1409814Z #31 409.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:44.1410774Z #31 409.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:44.1413229Z #31 409.3 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:44.1416736Z #31 409.3 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:44.1418984Z #31 409.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:44.1420573Z #31 409.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:44.1421857Z #31 409.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:44.1422892Z #31 409.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:44.1425413Z #31 409.3 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:20:44.1428724Z #31 409.3 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:20:44.1431255Z #31 409.3 ~^~~~~~~~~~~~~~ 2024-08-20T22:20:44.1432978Z #31 409.3 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:20:44.1434350Z #31 409.3 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:20:44.1435446Z #31 409.3 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:20:44.1437173Z #31 409.3 magmablas_hip/sgetf2_kernels.hip.cpp:162:9: warning: unused variable 'chunk' [-Wunused-variable] 2024-08-20T22:20:44.1438867Z #31 409.3 int chunk = magma_ceildiv( length, zamax ); 2024-08-20T22:20:44.1439749Z #31 409.3 ^ 2024-08-20T22:20:44.3051620Z #31 409.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.3055074Z #31 409.7 cgetf2_fused_kernel_vbatched( 2024-08-20T22:20:44.3056088Z #31 409.7 ^ 2024-08-20T22:20:44.3059732Z #31 409.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4196990Z #31 409.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4203486Z #31 409.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4209887Z #31 409.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4216278Z #31 409.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4222699Z #31 409.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4228906Z #31 409.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4235073Z #31 409.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4241479Z #31 409.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4247603Z #31 409.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4253709Z #31 409.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4260219Z #31 409.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4266600Z #31 409.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4272895Z #31 409.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4279314Z #31 409.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4285765Z #31 409.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4292255Z #31 409.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.4298994Z #31 409.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5647765Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5654413Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5660878Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5667582Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5674229Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5680728Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5687337Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5694168Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5700440Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5707123Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5713661Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5720012Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5726530Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5733408Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5740026Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5746715Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5753350Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.5759846Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.6973357Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.6979923Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.6985779Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.6991740Z #31 409.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.6998161Z #31 410.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.7004319Z #31 410.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.7010809Z #31 410.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.7017615Z #31 410.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.7024263Z #31 410.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.7030588Z #31 410.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.7037287Z #31 410.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.7043661Z #31 410.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.7049907Z #31 410.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.7055992Z #31 410.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.7062642Z #31 410.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.7069229Z #31 410.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.7075637Z #31 410.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.7082165Z #31 410.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.7088646Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.7094516Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8232910Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8239584Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8246188Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8252755Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8259691Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8266289Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8272752Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8279402Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8286093Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8292635Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8299457Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8305974Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8312592Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8319286Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8325868Z #31 410.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8332569Z #31 410.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:44.8339111Z #31 410.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.0585301Z #31 410.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.0591879Z #31 410.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.0598208Z #31 410.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.0604819Z #31 410.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.0611435Z #31 410.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.0618094Z #31 410.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.0624836Z #31 410.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.0631469Z #31 410.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.0637840Z #31 410.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.0644245Z #31 410.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.0650662Z #31 410.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.0657211Z #31 410.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.0663619Z #31 410.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.0670284Z #31 410.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.0864126Z #31 410.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.0867453Z #31 410.5 sgetf2_fused_kernel_vbatched( 2024-08-20T22:20:45.0868171Z #31 410.5 ^ 2024-08-20T22:20:45.0871653Z #31 410.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.1933794Z #31 410.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.1940720Z #31 410.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.1947118Z #31 410.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.1953687Z #31 410.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.1960084Z #31 410.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.1966483Z #31 410.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.1972891Z #31 410.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.1979417Z #31 410.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.1985805Z #31 410.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.1992239Z #31 410.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.1998812Z #31 410.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.2005221Z #31 410.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.2011617Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.2018172Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.2024643Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.2031247Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.2037764Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3268493Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3275143Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3281779Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3288372Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3295022Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3301604Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3308522Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3315077Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3321647Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3328334Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3335358Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3341940Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3348610Z #31 410.6 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3355161Z #31 410.7 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3361706Z #31 410.7 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3368271Z #31 410.7 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3374905Z #31 410.7 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3381587Z #31 410.7 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3388337Z #31 410.7 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3395184Z #31 410.7 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.3401744Z #31 410.7 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4481623Z #31 410.7 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4487767Z #31 410.8 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4493187Z #31 410.8 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4498855Z #31 410.8 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4505553Z #31 410.8 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4512112Z #31 410.8 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4518662Z #31 410.8 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4525173Z #31 410.8 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4531958Z #31 410.8 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4538861Z #31 410.8 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4545616Z #31 410.8 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4552305Z #31 410.8 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4558855Z #31 410.8 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4565387Z #31 410.8 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4571851Z #31 410.8 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4578558Z #31 410.8 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.4585230Z #31 410.8 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5630260Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5637557Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5643930Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5650399Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5656870Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5662972Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5669627Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5676545Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5683138Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5689784Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5696216Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5702876Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5709392Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5715488Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5721826Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5728414Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.5735614Z #31 410.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.7912001Z #31 411.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.7918557Z #31 411.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.7925451Z #31 411.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.7932933Z #31 411.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.7939454Z #31 411.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.7945914Z #31 411.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.7952517Z #31 411.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.7959052Z #31 411.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.7965805Z #31 411.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.7972350Z #31 411.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.7978560Z #31 411.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.7984944Z #31 411.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.7991355Z #31 411.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:45.7998099Z #31 411.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:20:48.8516007Z #31 414.2 magmablas_hip/cgetf2_kernels.hip.cpp:710: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-08-20T22:20:48.8519948Z #31 414.2 zcomputecolumn_kernel_shared_batched( int m, int paneloffset, int step, 2024-08-20T22:20:48.8521483Z #31 414.2 ^ 2024-08-20T22:20:49.0809696Z #31 414.3 magmablas_hip/cgetf2_kernels.hip.cpp:610: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-08-20T22:20:49.0812904Z #31 414.3 cgetf2trsm_2d_kernel( int m, int n, 2024-08-20T22:20:49.0813523Z #31 414.3 ^ 2024-08-20T22:20:49.0816781Z #31 414.3 magmablas_hip/cgetf2_kernels.hip.cpp:610: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-08-20T22:20:49.0822527Z #31 414.3 magmablas_hip/cgetf2_kernels.hip.cpp:610: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-08-20T22:20:49.0828592Z #31 414.3 magmablas_hip/cgetf2_kernels.hip.cpp:610: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-08-20T22:20:50.3531689Z #31 415.7 In file included from magmablas_hip/strsm_small_vbatched.hip.cpp:17: 2024-08-20T22:20:50.3536948Z #31 415.7 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.3540855Z #31 415.7 void trsm_template_vbatched_lNL_kernel( 2024-08-20T22:20:50.3541635Z #31 415.7 ^ 2024-08-20T22:20:50.3545565Z #31 415.7 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.3552164Z #31 415.7 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.4542221Z #31 415.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.4545900Z #31 415.8 void trsm_template_vbatched_lNU_kernel( 2024-08-20T22:20:50.4546756Z #31 415.8 ^ 2024-08-20T22:20:50.4550542Z #31 415.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.4557293Z #31 415.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.4564421Z #31 415.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.4568074Z #31 415.8 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:20:50.4569263Z #31 415.8 ^ 2024-08-20T22:20:50.4573212Z #31 415.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.4580071Z #31 415.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.4586815Z #31 415.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.4590566Z #31 415.8 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:20:50.4591386Z #31 415.8 ^ 2024-08-20T22:20:50.4595543Z #31 415.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.4602603Z #31 415.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.5637967Z #31 415.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.5641571Z #31 415.9 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:20:50.5642411Z #31 415.9 ^ 2024-08-20T22:20:50.5646216Z #31 415.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.5652944Z #31 415.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.5659209Z #31 415.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.5662660Z #31 415.9 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:20:50.5663373Z #31 415.9 ^ 2024-08-20T22:20:50.5666741Z #31 415.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.5672940Z #31 415.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.5679032Z #31 415.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:147:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.5682510Z #31 415.9 void trsm_template_vbatched_rNL_kernel( 2024-08-20T22:20:50.5683221Z #31 415.9 ^ 2024-08-20T22:20:50.5686939Z #31 415.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:178:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.5689793Z #31 415.9 void trsm_template_vbatched_rNU_kernel( 2024-08-20T22:20:50.5690388Z #31 415.9 ^ 2024-08-20T22:20:50.6652741Z #31 415.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:209:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.6656766Z #31 415.9 void trsm_template_vbatched_rTL_kernel( 2024-08-20T22:20:50.6657577Z #31 415.9 ^ 2024-08-20T22:20:50.6661333Z #31 416.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:240:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.6665046Z #31 416.0 void trsm_template_vbatched_rTU_kernel( 2024-08-20T22:20:50.6665834Z #31 416.0 ^ 2024-08-20T22:20:50.6669586Z #31 416.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:209:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.6673635Z #31 416.0 void trsm_template_vbatched_rTL_kernel( 2024-08-20T22:20:50.6674475Z #31 416.0 ^ 2024-08-20T22:20:50.6677864Z #31 416.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:240:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.6681466Z #31 416.0 void trsm_template_vbatched_rTU_kernel( 2024-08-20T22:20:50.6682282Z #31 416.0 ^ 2024-08-20T22:20:50.6685916Z #31 416.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.6689491Z #31 416.0 void trsm_template_vbatched_lNL_kernel( 2024-08-20T22:20:50.6690229Z #31 416.0 ^ 2024-08-20T22:20:50.6693640Z #31 416.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.6700168Z #31 416.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.6706535Z #31 416.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.6709635Z #31 416.0 cgetf2_fused_kernel_batched( int m, 2024-08-20T22:20:50.6710582Z #31 416.0 ^ 2024-08-20T22:20:50.6714081Z #31 416.0 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7701531Z #31 416.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.7705399Z #31 416.0 void trsm_template_vbatched_lNU_kernel( 2024-08-20T22:20:50.7706148Z #31 416.0 ^ 2024-08-20T22:20:50.7710011Z #31 416.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.7717050Z #31 416.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.7723957Z #31 416.1 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.7727538Z #31 416.1 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:20:50.7728341Z #31 416.1 ^ 2024-08-20T22:20:50.7732807Z #31 416.1 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.7739408Z #31 416.1 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.7746326Z #31 416.1 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.7750094Z #31 416.1 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:20:50.7750919Z #31 416.1 ^ 2024-08-20T22:20:50.7754568Z #31 416.1 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.7761053Z #31 416.1 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.7767929Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7774896Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7781325Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7787392Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7793816Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7800307Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7807090Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7813486Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7820296Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7826927Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7833107Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7839448Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7846007Z #31 416.1 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.7849503Z #31 416.1 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:20:50.7850300Z #31 416.1 ^ 2024-08-20T22:20:50.7854098Z #31 416.1 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.7860751Z #31 416.1 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.7867885Z #31 416.1 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.7871469Z #31 416.1 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:20:50.7872570Z #31 416.1 ^ 2024-08-20T22:20:50.7876182Z #31 416.1 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.7882822Z #31 416.1 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.7889540Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7896197Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7902602Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7909106Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7915933Z #31 416.1 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.7922353Z #31 416.1 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:147:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.7925758Z #31 416.1 void trsm_template_vbatched_rNL_kernel( 2024-08-20T22:20:50.7926552Z #31 416.1 ^ 2024-08-20T22:20:50.8721396Z #31 416.2 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:178:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.8725250Z #31 416.2 void trsm_template_vbatched_rNU_kernel( 2024-08-20T22:20:50.8726097Z #31 416.2 ^ 2024-08-20T22:20:50.8729872Z #31 416.2 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:209:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.8734110Z #31 416.2 void trsm_template_vbatched_rTL_kernel( 2024-08-20T22:20:50.8734960Z #31 416.2 ^ 2024-08-20T22:20:50.8738697Z #31 416.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.8745670Z #31 416.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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]magmablas_hip/trsm_template_kernel_vbatched.hip.hpp 2024-08-20T22:20:50.8752524Z #31 416.2 :240:6:magmablas_hip/cgetf2_kernels.hip.cpp :warning: 824:loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning]1 2024-08-20T22:20:50.8758524Z #31 416.2 : warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.8761866Z #31 416.2 magmablas_hip/cgetf2_kernels.hip.cpp:824void trsm_template_vbatched_rTU_kernel(:1 2024-08-20T22:20:50.8763323Z #31 416.2 : ^ warning: 2024-08-20T22:20:50.8766270Z #31 416.2 loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.8772063Z #31 416.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.8778433Z #31 416.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.8785089Z #31 416.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.8791538Z #31 416.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.8797977Z #31 416.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.8804552Z #31 416.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.8810724Z #31 416.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.8817246Z #31 416.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.8823680Z #31 416.2 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.8829158Z #31 416.2 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:209:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.8832541Z #31 416.2 void trsm_template_vbatched_rTL_kernel( 2024-08-20T22:20:50.8833124Z #31 416.2 ^ 2024-08-20T22:20:50.8835702Z #31 416.2 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:240:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.8838627Z #31 416.2 void trsm_template_vbatched_rTU_kernel( 2024-08-20T22:20:50.8839222Z #31 416.2 ^ 2024-08-20T22:20:50.9745830Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9749812Z #31 416.3 void trsm_template_vbatched_lNL_kernel( 2024-08-20T22:20:50.9750684Z #31 416.3 ^ 2024-08-20T22:20:50.9754676Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9761586Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9767771Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9774208Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9780856Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9787442Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9794238Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9800888Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9807070Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9813397Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9820271Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9827151Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9831094Z #31 416.3 void trsm_template_vbatched_lNU_kernel( 2024-08-20T22:20:50.9831930Z #31 416.3 ^ 2024-08-20T22:20:50.9835646Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9842401Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9848751Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9851830Z #31 416.3 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:20:50.9852639Z #31 416.3 ^ 2024-08-20T22:20:50.9856688Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9863625Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9870430Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9873980Z #31 416.3 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:20:50.9874781Z #31 416.3 ^ 2024-08-20T22:20:50.9878520Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9885391Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9892172Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9895726Z #31 416.3 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:20:50.9896689Z #31 416.3 ^ 2024-08-20T22:20:50.9900573Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9907152Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9913908Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9917661Z #31 416.3 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:20:50.9918481Z #31 416.3 ^ 2024-08-20T22:20:50.9922639Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9929448Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:50.9935785Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9941849Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9948360Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9954989Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9961436Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9967933Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9974388Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9980078Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9986564Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9992958Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:50.9999671Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.0006392Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.0012688Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.0018599Z #31 416.3 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.0024668Z #31 416.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:147:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.0028175Z #31 416.3 void trsm_template_vbatched_rNL_kernel( 2024-08-20T22:20:51.0029006Z #31 416.3 ^ 2024-08-20T22:20:51.0745546Z #31 416.4 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:178:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.0749249Z #31 416.4 void trsm_template_vbatched_rNU_kernel( 2024-08-20T22:20:51.0750085Z #31 416.4 ^ 2024-08-20T22:20:51.0753854Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.0760956Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.0767537Z #31 416.4 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:209:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.0771104Z #31 416.4 void trsm_template_vbatched_rTL_kernel( 2024-08-20T22:20:51.0771917Z #31 416.4 ^ 2024-08-20T22:20:51.0775782Z #31 416.4 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:240:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.0779532Z #31 416.4 void trsm_template_vbatched_rTU_kernel( 2024-08-20T22:20:51.0780312Z #31 416.4 ^ 2024-08-20T22:20:51.0784180Z #31 416.4 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:209:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.0788216Z #31 416.4 void trsm_template_vbatched_rTL_kernel( 2024-08-20T22:20:51.0789056Z #31 416.4 ^ 2024-08-20T22:20:51.0792736Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.0799291Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.0805523Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.0811946Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.0818470Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.0824649Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.0831261Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.0837820Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.0844413Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.0850815Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.1854251Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.1860832Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.1866263Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.1871795Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.1877305Z #31 416.4 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.1883965Z #31 416.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:240:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.1887490Z #31 416.5 void trsm_template_vbatched_rTU_kernel( 2024-08-20T22:20:51.1888299Z #31 416.5 ^ 2024-08-20T22:20:51.1892102Z #31 416.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.1895641Z #31 416.5 void trsm_template_vbatched_lNL_kernel( 2024-08-20T22:20:51.1896603Z #31 416.5 ^ 2024-08-20T22:20:51.1899310Z #31 416.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.1905547Z #31 416.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.1911708Z #31 416.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.1917451Z #31 416.5 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.1923123Z #31 416.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.1926180Z #31 416.5 void trsm_template_vbatched_lNU_kernel( 2024-08-20T22:20:51.1926911Z #31 416.5 ^ 2024-08-20T22:20:51.1930297Z #31 416.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.1936666Z #31 416.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.1942702Z #31 416.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.1946224Z #31 416.5 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:20:51.1947037Z #31 416.5 ^ 2024-08-20T22:20:51.1950812Z #31 416.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.1957671Z #31 416.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.1963974Z #31 416.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.1966626Z #31 416.5 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:20:51.1967332Z #31 416.5 ^ 2024-08-20T22:20:51.1970351Z #31 416.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.1976142Z #31 416.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.1981925Z #31 416.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.1984970Z #31 416.5 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:20:51.1985957Z #31 416.5 ^ 2024-08-20T22:20:51.1989295Z #31 416.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.1995274Z #31 416.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.2001920Z #31 416.6 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.2006016Z #31 416.6 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:20:51.2006867Z #31 416.6 ^ 2024-08-20T22:20:51.2011038Z #31 416.6 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.2018047Z #31 416.6 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.2903296Z #31 416.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.2909831Z #31 416.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.2916411Z #31 416.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.2923088Z #31 416.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.2929685Z #31 416.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.2936290Z #31 416.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.2942656Z #31 416.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.2949055Z #31 416.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.2955862Z #31 416.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.2962557Z #31 416.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.2969152Z #31 416.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.2975298Z #31 416.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.2981430Z #31 416.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.2987823Z #31 416.6 magmablas_hip/cgetf2_kernels.hip.cpp:824: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-08-20T22:20:51.2994376Z #31 416.6 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:147:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.2997783Z #31 416.6 void trsm_template_vbatched_rNL_kernel( 2024-08-20T22:20:51.2998738Z #31 416.6 ^ 2024-08-20T22:20:51.3002418Z #31 416.6 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:178:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.3005951Z #31 416.6 void trsm_template_vbatched_rNU_kernel( 2024-08-20T22:20:51.3006748Z #31 416.6 ^ 2024-08-20T22:20:51.3010446Z #31 416.6 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:209:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.3014108Z #31 416.6 void trsm_template_vbatched_rTL_kernel( 2024-08-20T22:20:51.3014924Z #31 416.6 ^ 2024-08-20T22:20:51.3018406Z #31 416.7 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:240:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.3021821Z #31 416.7 void trsm_template_vbatched_rTU_kernel( 2024-08-20T22:20:51.3022629Z #31 416.7 ^ 2024-08-20T22:20:51.4095330Z #31 416.7 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:209:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.4099246Z #31 416.7 void trsm_template_vbatched_rTL_kernel( 2024-08-20T22:20:51.4100040Z #31 416.7 ^ 2024-08-20T22:20:51.4103647Z #31 416.7 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:240:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.4107466Z #31 416.7 void trsm_template_vbatched_rTU_kernel( 2024-08-20T22:20:51.4108277Z #31 416.7 ^ 2024-08-20T22:20:51.4112050Z #31 416.7 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.4115791Z #31 416.7 void trsm_template_vbatched_lNL_kernel( 2024-08-20T22:20:51.4116603Z #31 416.7 ^ 2024-08-20T22:20:51.4120355Z #31 416.7 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.4127615Z #31 416.7 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.4148816Z #31 416.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.4152532Z #31 416.8 void trsm_template_vbatched_lNU_kernel( 2024-08-20T22:20:51.4153367Z #31 416.8 ^ 2024-08-20T22:20:51.4157194Z #31 416.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.4163879Z #31 416.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.5146901Z #31 416.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.5150466Z #31 416.8 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:20:51.5151323Z #31 416.8 ^ 2024-08-20T22:20:51.5155249Z #31 416.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.5162215Z #31 416.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.5168991Z #31 416.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.5172049Z #31 416.8 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:20:51.5172691Z #31 416.8 ^ 2024-08-20T22:20:51.5175854Z #31 416.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.5181223Z #31 416.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.5187335Z #31 416.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.5190758Z #31 416.9 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:20:51.5191543Z #31 416.9 ^ 2024-08-20T22:20:51.5195347Z #31 416.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.5201826Z #31 416.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.6322159Z #31 416.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.6325394Z #31 416.9 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:20:51.6326191Z #31 416.9 ^ 2024-08-20T22:20:51.6330228Z #31 416.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.6337419Z #31 416.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.6344457Z #31 417.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:147:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.6347999Z #31 417.0 void trsm_template_vbatched_rNL_kernel( 2024-08-20T22:20:51.6348792Z #31 417.0 ^ 2024-08-20T22:20:51.6352527Z #31 417.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:178:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.6356093Z #31 417.0 void trsm_template_vbatched_rNU_kernel( 2024-08-20T22:20:51.6356921Z #31 417.0 ^ 2024-08-20T22:20:51.7602653Z #31 417.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:209:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.7606324Z #31 417.0 void trsm_template_vbatched_rTL_kernel( 2024-08-20T22:20:51.7607153Z #31 417.0 ^ 2024-08-20T22:20:51.7610784Z #31 417.1 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:240:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.7614398Z #31 417.1 void trsm_template_vbatched_rTU_kernel( 2024-08-20T22:20:51.7615240Z #31 417.1 ^ 2024-08-20T22:20:51.7619406Z #31 417.1 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:209:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.7623138Z #31 417.1 void trsm_template_vbatched_rTL_kernel( 2024-08-20T22:20:51.7623962Z #31 417.1 ^ 2024-08-20T22:20:51.9540814Z #31 417.2 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:240:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:51.9544485Z #31 417.2 void trsm_template_vbatched_rTU_kernel( 2024-08-20T22:20:51.9545324Z #31 417.2 ^ 2024-08-20T22:20:52.9046494Z #31 418.3 magmablas_hip/sgetf2_kernels.hip.cpp:484:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:52.9050453Z #31 418.3 void sgetf2trsm_kernel_batched(int ib, int n, float **dA_array, int step, int lda) 2024-08-20T22:20:52.9051729Z #31 418.3 ^ 2024-08-20T22:20:52.9055454Z #31 418.3 magmablas_hip/sgetf2_kernels.hip.cpp:484:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:20:53.0978870Z #31 418.3 magmablas_hip/sgetf2_kernels.hip.cpp:710: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-08-20T22:20:53.0982824Z #31 418.3 zcomputecolumn_kernel_shared_batched( int m, int paneloffset, int step, 2024-08-20T22:20:53.0984066Z #31 418.3 ^ 2024-08-20T22:20:53.0987701Z #31 418.3 magmablas_hip/sgetf2_kernels.hip.cpp:610: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-08-20T22:20:53.0991003Z #31 418.3 sgetf2trsm_2d_kernel( int m, int n, 2024-08-20T22:20:53.0991770Z #31 418.3 ^ 2024-08-20T22:20:53.0994655Z #31 418.3 magmablas_hip/sgetf2_kernels.hip.cpp:610: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-08-20T22:20:53.0999929Z #31 418.3 magmablas_hip/sgetf2_kernels.hip.cpp:610: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-08-20T22:20:53.1005762Z #31 418.3 magmablas_hip/sgetf2_kernels.hip.cpp:610: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-08-20T22:20:53.9044493Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:53.9047762Z #31 419.3 sgetf2_fused_kernel_batched( int m, 2024-08-20T22:20:53.9048490Z #31 419.3 ^ 2024-08-20T22:20:53.9051912Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:53.9058340Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:53.9065198Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:53.9071289Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:53.9077594Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:53.9083957Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0068866Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0075298Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0081881Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0088424Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0094996Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0101855Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0108739Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0114968Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0121772Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0128362Z #31 419.3 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0135334Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0141888Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0148479Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0155104Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0161405Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0167800Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.0174453Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1359844Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1366833Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1373457Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1379955Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1386744Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1393371Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1400137Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1406859Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1413433Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1420148Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1426568Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1433577Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1440211Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1446797Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1453441Z #31 419.4 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1460307Z #31 419.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1466911Z #31 419.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1473460Z #31 419.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1479809Z #31 419.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1486795Z #31 419.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1493515Z #31 419.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1500224Z #31 419.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1506646Z #31 419.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.1513313Z #31 419.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2653477Z #31 419.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2660020Z #31 419.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2666288Z #31 419.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2672501Z #31 419.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2678831Z #31 419.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2685334Z #31 419.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2692029Z #31 419.5 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2698788Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2705020Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2711603Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2718080Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2724538Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2730927Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2737577Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2744104Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2750649Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2757375Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2763972Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2770274Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2777099Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2784068Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2792080Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2798442Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.2804977Z #31 419.6 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.4924661Z #31 419.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.4931444Z #31 419.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.4938311Z #31 419.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.4944889Z #31 419.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.4951508Z #31 419.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.4958078Z #31 419.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.4964775Z #31 419.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.4971188Z #31 419.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.4977650Z #31 419.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.4984428Z #31 419.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.4991084Z #31 419.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.4997764Z #31 419.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.5004197Z #31 419.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:54.5010574Z #31 419.7 magmablas_hip/sgetf2_kernels.hip.cpp:824: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-08-20T22:20:57.1727968Z #31 422.5 2 warnings generated when compiling for gfx908. 2024-08-20T22:20:58.0433344Z #31 423.4 magmablas_hip/sgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:20:58.0435561Z #31 423.4 default: arginfo = -100; 2024-08-20T22:20:58.0436334Z #31 423.4 ^~~~~~~ 2024-08-20T22:20:58.0437465Z #31 423.4 magmablas_hip/sgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:20:58.0438983Z #31 423.4 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:20:58.0439795Z #31 423.4 ^ 2024-08-20T22:20:58.0441027Z #31 423.4 magmablas_hip/sgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:20:58.2031742Z #31 423.4 hipError_t e; 2024-08-20T22:20:58.2032456Z #31 423.4 ^ 2024-08-20T22:20:58.2034718Z #31 423.4 magmablas_hip/sgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:20:58.2036859Z #31 423.4 default: arginfo = -100; 2024-08-20T22:20:58.2037602Z #31 423.4 ^~~~~~~ 2024-08-20T22:20:58.2038659Z #31 423.4 magmablas_hip/sgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:20:58.2040037Z #31 423.4 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:20:58.2040976Z #31 423.4 ^ 2024-08-20T22:20:58.2042153Z #31 423.4 magmablas_hip/sgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:20:58.2043860Z #31 423.4 hipError_t e; 2024-08-20T22:20:58.2044485Z #31 423.4 ^ 2024-08-20T22:21:01.4680433Z #31 426.8 120 warnings generated when compiling for gfx90a. 2024-08-20T22:21:04.7112623Z #31 430.1 98 warnings generated when compiling for gfx906. 2024-08-20T22:21:04.9093755Z #31 430.1 117 warnings generated when compiling for gfx908. 2024-08-20T22:21:05.5481630Z #31 430.9 In file included from magmablas_hip/cgetf2_kernels_var.hip.cpp:17: 2024-08-20T22:21:05.5484970Z #31 430.9 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.5488194Z #31 430.9 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.5490442Z #31 430.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.5492146Z #31 430.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.5493539Z #31 430.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.5494539Z #31 430.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.6542564Z #31 430.9 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.6546263Z #31 430.9 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.6548229Z #31 430.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.6549961Z #31 430.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.6551470Z #31 430.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.6552403Z #31 430.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.6555044Z #31 430.9 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.6558317Z #31 430.9 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.6560272Z #31 430.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.6561930Z #31 430.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.6563293Z #31 430.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.6564218Z #31 430.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.6566906Z #31 430.9 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.6570442Z #31 430.9 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.6572675Z #31 430.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.6574370Z #31 430.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.6575846Z #31 430.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.6576736Z #31 430.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.6579420Z #31 430.9 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.6583129Z #31 430.9 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.6585411Z #31 430.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.6587079Z #31 430.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.6588468Z #31 430.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.6589387Z #31 430.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.6592073Z #31 430.9 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.6595409Z #31 430.9 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.6597346Z #31 430.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.6598998Z #31 430.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.6600361Z #31 430.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.6601269Z #31 430.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.6603994Z #31 430.9 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.6607279Z #31 430.9 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.6609186Z #31 430.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.6610750Z #31 430.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.6612098Z #31 430.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.6612978Z #31 430.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.6615509Z #31 430.9 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.6618636Z #31 430.9 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.6620629Z #31 430.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.6622282Z #31 430.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.6623660Z #31 430.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.6624566Z #31 430.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.6627243Z #31 430.9 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.6630978Z #31 430.9 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.6633290Z #31 430.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.6634961Z #31 430.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.6636346Z #31 430.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.6637250Z #31 430.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.6640102Z #31 430.9 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.6643695Z #31 430.9 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.6646028Z #31 430.9 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.6647692Z #31 430.9 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.6649064Z #31 430.9 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.6649977Z #31 430.9 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.6651190Z #31 431.0 In file included from magmablas_hip/zgetf2_kernels.hip.cpp:19: 2024-08-20T22:21:05.6654145Z #31 431.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.6657381Z #31 431.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.6659257Z #31 431.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.6660983Z #31 431.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.6662377Z #31 431.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.6663311Z #31 431.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.8188076Z #31 431.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.8191732Z #31 431.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.8193672Z #31 431.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.8195350Z #31 431.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.8196727Z #31 431.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.8197636Z #31 431.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.8200299Z #31 431.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.8203558Z #31 431.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.8205530Z #31 431.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.8207178Z #31 431.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.8208551Z #31 431.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.8209474Z #31 431.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.8211841Z #31 431.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.8215301Z #31 431.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.8217622Z #31 431.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.8219695Z #31 431.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.8221093Z #31 431.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.8222041Z #31 431.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.8224804Z #31 431.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.8228454Z #31 431.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.8230997Z #31 431.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.8232870Z #31 431.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.8234294Z #31 431.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.8235225Z #31 431.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.8237981Z #31 431.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.8241333Z #31 431.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.8243412Z #31 431.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.8245127Z #31 431.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.8246546Z #31 431.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.8247487Z #31 431.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.8250381Z #31 431.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.8253781Z #31 431.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.8255911Z #31 431.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.8257637Z #31 431.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.8259028Z #31 431.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.8259974Z #31 431.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.8262726Z #31 431.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.8266140Z #31 431.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.8268205Z #31 431.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.8269899Z #31 431.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.8271309Z #31 431.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.8272240Z #31 431.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.8274999Z #31 431.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.8278692Z #31 431.0 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.8281223Z #31 431.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.8282935Z #31 431.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.8284350Z #31 431.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.8285288Z #31 431.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.8288035Z #31 431.0 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:05.8291761Z #31 431.0 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:05.8294236Z #31 431.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:05.8296113Z #31 431.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:05.8297514Z #31 431.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:05.8298460Z #31 431.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:05.8300185Z #31 431.0 magmablas_hip/zgetf2_kernels.hip.cpp:162:9: warning: unused variable 'chunk' [-Wunused-variable] 2024-08-20T22:21:05.8301810Z #31 431.0 int chunk = magma_ceildiv( length, zamax ); 2024-08-20T22:21:05.8302766Z #31 431.0 ^ 2024-08-20T22:21:09.1560835Z #31 434.5 98 warnings generated when compiling for gfx906. 2024-08-20T22:21:10.0035126Z #31 435.4 In file included from magmablas_hip/sgetf2_kernels_var.hip.cpp:17: 2024-08-20T22:21:10.0037823Z #31 435.4 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:10.0040576Z #31 435.4 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:10.0042416Z #31 435.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:10.0044160Z #31 435.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:10.0045487Z #31 435.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:10.0046389Z #31 435.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:10.1572329Z #31 435.4 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:10.1575666Z #31 435.4 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:10.1577619Z #31 435.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:10.1579227Z #31 435.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:10.1580484Z #31 435.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:10.1581364Z #31 435.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:10.1584031Z #31 435.4 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:10.1587123Z #31 435.4 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:10.1589098Z #31 435.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:10.1590841Z #31 435.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:10.1592574Z #31 435.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:10.1593506Z #31 435.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:10.1596292Z #31 435.4 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:10.1599962Z #31 435.4 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:10.1602287Z #31 435.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:10.1604010Z #31 435.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:10.1605543Z #31 435.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:10.1606403Z #31 435.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:10.1608869Z #31 435.4 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:10.1611981Z #31 435.4 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:10.1613983Z #31 435.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:10.1615438Z #31 435.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:10.1616463Z #31 435.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:10.1617149Z #31 435.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:10.1619696Z #31 435.4 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:10.1622812Z #31 435.4 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:10.1624546Z #31 435.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:10.1626154Z #31 435.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:10.1627194Z #31 435.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:10.1627896Z #31 435.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:10.1629924Z #31 435.4 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:10.1633280Z #31 435.4 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:10.1635215Z #31 435.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:10.1636932Z #31 435.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:10.1638216Z #31 435.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:10.1639032Z #31 435.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:10.1641536Z #31 435.4 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:10.1644657Z #31 435.4 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:10.1646781Z #31 435.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:10.1648187Z #31 435.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:10.1649238Z #31 435.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:10.1649930Z #31 435.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:10.1652211Z #31 435.4 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:10.1655165Z #31 435.4 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:10.1657186Z #31 435.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:10.1659087Z #31 435.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:10.1660395Z #31 435.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:10.1661292Z #31 435.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:10.1663908Z #31 435.4 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:10.1667494Z #31 435.4 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:10.1669665Z #31 435.4 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:10.1671366Z #31 435.4 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:10.1672843Z #31 435.4 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:10.1673743Z #31 435.4 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:14.6497357Z #31 440.0 magmablas_hip/zgetf2_kernels.hip.cpp:710: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-08-20T22:21:14.6500614Z #31 440.0 zcomputecolumn_kernel_shared_batched( int m, int paneloffset, int step, 2024-08-20T22:21:14.6501498Z #31 440.0 ^ 2024-08-20T22:21:14.8393453Z #31 440.0 magmablas_hip/zgetf2_kernels.hip.cpp:610: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-08-20T22:21:14.8396844Z #31 440.0 zgetf2trsm_2d_kernel( int m, int n, 2024-08-20T22:21:14.8397618Z #31 440.0 ^ 2024-08-20T22:21:14.8400824Z #31 440.0 magmablas_hip/zgetf2_kernels.hip.cpp:610: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-08-20T22:21:14.8406805Z #31 440.0 magmablas_hip/zgetf2_kernels.hip.cpp:610: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-08-20T22:21:14.8412776Z #31 440.1 magmablas_hip/zgetf2_kernels.hip.cpp:610: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-08-20T22:21:15.3640545Z #31 440.7 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.3644381Z #31 440.7 zgetf2_fused_kernel_batched( int m, 2024-08-20T22:21:15.3645193Z #31 440.7 ^ 2024-08-20T22:21:15.3648709Z #31 440.7 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.3654152Z #31 440.7 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.3659198Z #31 440.7 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.3664460Z #31 440.7 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.3670124Z #31 440.7 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.3675941Z #31 440.7 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4901347Z #31 440.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4906976Z #31 440.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4912970Z #31 440.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4919074Z #31 440.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4924556Z #31 440.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4930030Z #31 440.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4936960Z #31 440.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4943296Z #31 440.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4949543Z #31 440.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4955973Z #31 440.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4962266Z #31 440.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4968684Z #31 440.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4975185Z #31 440.8 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4981483Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4987500Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4993452Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.4999791Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.5005915Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.5012309Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.5018879Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.5025536Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.5032117Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.5038582Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.5044829Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6445963Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6452268Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6458467Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6464299Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6470532Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6476339Z #31 440.9 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6482667Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6488887Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6495318Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6501844Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6508011Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6513801Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6520142Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6526504Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6532991Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6539261Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6545633Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6552040Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6558474Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6564927Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6571342Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6577850Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6584456Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6590879Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6597286Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6603814Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6610284Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.6616784Z #31 441.0 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8081437Z #31 441.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8087999Z #31 441.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8094494Z #31 441.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8100965Z #31 441.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8107401Z #31 441.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8113822Z #31 441.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8120261Z #31 441.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8126838Z #31 441.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8133466Z #31 441.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8139937Z #31 441.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8148118Z #31 441.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8154677Z #31 441.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8161126Z #31 441.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8167620Z #31 441.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8174042Z #31 441.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8180549Z #31 441.1 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8186949Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8193362Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8199762Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8205873Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8211876Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8218265Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8224544Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8231201Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8237379Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8243608Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8250087Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8256610Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8263026Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8269403Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.8275818Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.9128718Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.9135409Z #31 441.2 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.9141611Z #31 441.3 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.9147615Z #31 441.3 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.9153456Z #31 441.3 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.9159386Z #31 441.3 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.9165277Z #31 441.3 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.9171168Z #31 441.3 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.9177351Z #31 441.3 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.9182949Z #31 441.3 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:15.9188082Z #31 441.3 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:16.0632574Z #31 441.3 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:16.0638835Z #31 441.3 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:16.0645078Z #31 441.3 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:16.0651253Z #31 441.3 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:16.0657519Z #31 441.3 magmablas_hip/zgetf2_kernels.hip.cpp:824: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-08-20T22:21:16.4461448Z #31 441.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.4464977Z #31 441.8 cgetf2_fused_kernel_vbatched( 2024-08-20T22:21:16.4465707Z #31 441.8 ^ 2024-08-20T22:21:16.4469337Z #31 441.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5551667Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5557640Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5562655Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5568201Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5573555Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5579902Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5585612Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5591507Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5597652Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5603654Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5609918Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5616110Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5621702Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5627088Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5632884Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5638327Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.5644145Z #31 441.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.6943305Z #31 442.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.6949977Z #31 442.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.6956450Z #31 442.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.6962916Z #31 442.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.6969377Z #31 442.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.6975908Z #31 442.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.6982706Z #31 442.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.6989139Z #31 442.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.6995563Z #31 442.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.7002131Z #31 442.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.7008651Z #31 442.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.7015167Z #31 442.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.7021716Z #31 442.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.7028165Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.7034797Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.7041215Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.7047653Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.7054089Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.7060593Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.7067170Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8200118Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8206568Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8213233Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8219802Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8226153Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8232809Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8239207Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8245550Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8251902Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8258299Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8264649Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8270957Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8277559Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8283833Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8290143Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8296738Z #31 442.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8303208Z #31 442.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.8309563Z #31 442.2 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9403223Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9409746Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9416459Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9423095Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9429655Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9436538Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9443329Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9450323Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9457046Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9463651Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9470196Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9476669Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9483299Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9489996Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9496672Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9502749Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:16.9509365Z #31 442.3 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:17.1730961Z #31 442.3 104 warnings generated when compiling for gfx90a. 2024-08-20T22:21:17.1735469Z #31 442.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:17.1742062Z #31 442.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:17.1748532Z #31 442.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:17.1755326Z #31 442.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:17.1761828Z #31 442.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:17.1768295Z #31 442.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:17.1774147Z #31 442.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:17.1779810Z #31 442.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:17.1784450Z #31 442.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:17.1790359Z #31 442.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:17.1796496Z #31 442.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:17.1802657Z #31 442.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:17.1809179Z #31 442.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:17.1815755Z #31 442.4 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:17.8100361Z #31 443.2 In file included from magmablas_hip/cgetf2_kernels.hip.cpp:19: 2024-08-20T22:21:17.8103637Z #31 443.2 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:17.8106917Z #31 443.2 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:17.8109211Z #31 443.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:17.8110915Z #31 443.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:17.8112320Z #31 443.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:17.8113246Z #31 443.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:17.9747800Z #31 443.2 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:17.9750784Z #31 443.2 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:17.9752635Z #31 443.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:17.9754594Z #31 443.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:17.9755665Z #31 443.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:17.9756336Z #31 443.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:17.9758313Z #31 443.2 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:17.9761236Z #31 443.2 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:17.9763078Z #31 443.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:17.9764721Z #31 443.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:17.9766055Z #31 443.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:17.9767080Z #31 443.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:17.9769711Z #31 443.2 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:17.9773124Z #31 443.2 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:17.9775422Z #31 443.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:17.9777085Z #31 443.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:17.9778414Z #31 443.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:17.9779308Z #31 443.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:17.9781806Z #31 443.2 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:17.9785244Z #31 443.2 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:17.9787423Z #31 443.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:17.9789079Z #31 443.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:17.9790403Z #31 443.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:17.9791289Z #31 443.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:17.9793907Z #31 443.2 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:17.9797273Z #31 443.2 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:17.9799168Z #31 443.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:17.9800783Z #31 443.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:17.9802119Z #31 443.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:17.9803028Z #31 443.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:17.9805642Z #31 443.2 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:17.9808833Z #31 443.2 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:17.9810874Z #31 443.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:17.9812475Z #31 443.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:17.9813829Z #31 443.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:17.9814878Z #31 443.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:17.9817520Z #31 443.2 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:17.9820727Z #31 443.2 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:17.9822696Z #31 443.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:17.9824293Z #31 443.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:17.9825463Z #31 443.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:17.9826286Z #31 443.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:17.9828663Z #31 443.2 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:17.9832337Z #31 443.2 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:17.9834567Z #31 443.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:17.9836242Z #31 443.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:17.9837619Z #31 443.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:17.9838519Z #31 443.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:17.9841188Z #31 443.2 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:17.9844580Z #31 443.2 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:17.9846891Z #31 443.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:17.9848585Z #31 443.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:17.9849919Z #31 443.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:17.9850850Z #31 443.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:17.9852796Z #31 443.2 magmablas_hip/cgetf2_kernels.hip.cpp:162:9: warning: unused variable 'chunk' [-Wunused-variable] 2024-08-20T22:21:17.9854520Z #31 443.2 int chunk = magma_ceildiv( length, zamax ); 2024-08-20T22:21:17.9855402Z #31 443.2 ^ 2024-08-20T22:21:18.4798474Z #31 443.8 11 warnings generated when compiling for host. 2024-08-20T22:21:18.5998650Z #31 444.0 111 warnings generated when compiling for gfx908. 2024-08-20T22:21:19.4436171Z #31 444.8 In file included from magmablas_hip/zgetf2_kernels_var.hip.cpp:17: 2024-08-20T22:21:19.4439372Z #31 444.8 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:19.4442526Z #31 444.8 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:19.4444698Z #31 444.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:19.4446342Z #31 444.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:19.4447673Z #31 444.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:19.4448565Z #31 444.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:19.5977078Z #31 444.8 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:19.5980529Z #31 444.8 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:19.5982533Z #31 444.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:19.5984216Z #31 444.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:19.5985729Z #31 444.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:19.5986669Z #31 444.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:19.5989352Z #31 444.8 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:19.5992640Z #31 444.8 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:19.5994578Z #31 444.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:19.5996155Z #31 444.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:19.5997462Z #31 444.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:19.5998373Z #31 444.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:19.6001035Z #31 444.8 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:19.6004491Z #31 444.8 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:19.6006644Z #31 444.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:19.6008322Z #31 444.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:19.6009678Z #31 444.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:19.6010615Z #31 444.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:19.6013284Z #31 444.8 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:19.6017151Z #31 444.8 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:19.6019382Z #31 444.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:19.6021063Z #31 444.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:19.6022427Z #31 444.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:19.6023367Z #31 444.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:19.6026008Z #31 444.8 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:19.6029354Z #31 444.8 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:19.6031466Z #31 444.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:19.6033129Z #31 444.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:19.6034382Z #31 444.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:19.6035299Z #31 444.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:19.6038036Z #31 444.8 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:19.6041265Z #31 444.8 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:19.6043361Z #31 444.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:19.6044929Z #31 444.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:19.6046334Z #31 444.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:19.6047206Z #31 444.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:19.6049834Z #31 444.8 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:19.6052889Z #31 444.8 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:19.6054739Z #31 444.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:19.6056148Z #31 444.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:19.6057355Z #31 444.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:19.6058136Z #31 444.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:19.6060394Z #31 444.8 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:19.6063309Z #31 444.8 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:19.6065191Z #31 444.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:19.6066666Z #31 444.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:19.6067766Z #31 444.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:19.6068468Z #31 444.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:19.6070618Z #31 444.8 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:19.6073202Z #31 444.8 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:19.6074989Z #31 444.8 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:19.6076358Z #31 444.8 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:19.6077449Z #31 444.8 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:19.6078174Z #31 444.8 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:19.6154638Z #31 445.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.6157695Z #31 445.0 sgetf2_fused_kernel_vbatched( 2024-08-20T22:21:19.6158235Z #31 445.0 ^ 2024-08-20T22:21:19.6161674Z #31 445.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7179630Z #31 445.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7186606Z #31 445.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7192806Z #31 445.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7199260Z #31 445.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7205749Z #31 445.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7212227Z #31 445.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7218819Z #31 445.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7225134Z #31 445.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7232210Z #31 445.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7237889Z #31 445.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7242359Z #31 445.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7247648Z #31 445.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7252488Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7258049Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7264179Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7269933Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.7275692Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8472638Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8478195Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8483896Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8488987Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8495223Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8501553Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8507559Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8513245Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8519186Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8525380Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8530853Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8536177Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8542164Z #31 445.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8546723Z #31 445.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8552192Z #31 445.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8558103Z #31 445.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8563571Z #31 445.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8569064Z #31 445.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8575226Z #31 445.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8581533Z #31 445.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.8587952Z #31 445.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9635631Z #31 445.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9641804Z #31 445.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9648207Z #31 445.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9654544Z #31 445.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9660254Z #31 445.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9679241Z #31 445.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9685050Z #31 445.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9691117Z #31 445.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9697056Z #31 445.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9703492Z #31 445.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9709055Z #31 445.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9714610Z #31 445.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9720405Z #31 445.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9725608Z #31 445.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9730275Z #31 445.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9736227Z #31 445.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:19.9742217Z #31 445.3 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0727897Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0734230Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0740320Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0746323Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0752300Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0758714Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0764650Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0770559Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0777050Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0783478Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0789878Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0795907Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0801936Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0807924Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0813861Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0819934Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.0825910Z #31 445.4 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.2976394Z #31 445.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.2982733Z #31 445.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.2988671Z #31 445.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.2994641Z #31 445.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.3000717Z #31 445.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.3006784Z #31 445.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.3012609Z #31 445.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.3018742Z #31 445.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.3024585Z #31 445.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.3029950Z #31 445.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.3035578Z #31 445.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.3040991Z #31 445.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.3046509Z #31 445.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:20.3051965Z #31 445.5 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:21.0454976Z #31 446.4 104 warnings generated when compiling for gfx900. 2024-08-20T22:21:21.8606987Z #31 447.2 104 warnings generated when compiling for gfx90a. 2024-08-20T22:21:22.0419063Z #31 447.2 In file included from magmablas_hip/dgetf2_kernels.hip.cpp:19: 2024-08-20T22:21:22.0422040Z #31 447.2 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.0425041Z #31 447.2 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.0426770Z #31 447.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.0428529Z #31 447.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.0429777Z #31 447.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.0430558Z #31 447.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.0433138Z #31 447.2 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.0436054Z #31 447.2 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.0438058Z #31 447.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.0439682Z #31 447.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.0440986Z #31 447.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.0441845Z #31 447.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.0444469Z #31 447.2 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.0447508Z #31 447.2 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.0449364Z #31 447.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.0451001Z #31 447.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.0452285Z #31 447.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.0453153Z #31 447.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.0455793Z #31 447.2 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.0459053Z #31 447.2 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.0461103Z #31 447.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.0462701Z #31 447.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.0463973Z #31 447.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.0464819Z #31 447.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.0467353Z #31 447.2 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.0470624Z #31 447.2 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.0472933Z #31 447.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.0474577Z #31 447.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.0475883Z #31 447.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.0476736Z #31 447.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.0479258Z #31 447.2 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.0482223Z #31 447.2 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.0484190Z #31 447.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.0485768Z #31 447.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.0486985Z #31 447.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.0487803Z #31 447.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.0490274Z #31 447.2 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.0493524Z #31 447.2 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.0495429Z #31 447.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.0497035Z #31 447.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.0498421Z #31 447.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.0499271Z #31 447.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.0501799Z #31 447.2 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.0504898Z #31 447.2 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.0506719Z #31 447.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.0508338Z #31 447.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.0509545Z #31 447.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.0510359Z #31 447.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.0512820Z #31 447.2 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.0516107Z #31 447.2 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.0518206Z #31 447.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.0519756Z #31 447.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.0521039Z #31 447.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.0521914Z #31 447.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.0524455Z #31 447.2 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.0527596Z #31 447.2 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.0529569Z #31 447.2 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.0531461Z #31 447.2 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.0532700Z #31 447.2 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.0533432Z #31 447.2 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.0535037Z #31 447.3 magmablas_hip/dgetf2_kernels.hip.cpp:162:9: warning: unused variable 'chunk' [-Wunused-variable] 2024-08-20T22:21:22.0536459Z #31 447.3 int chunk = magma_ceildiv( length, zamax ); 2024-08-20T22:21:22.0537363Z #31 447.3 ^ 2024-08-20T22:21:22.6895096Z #31 448.1 In file included from magmablas_hip/sgetf2_kernels.hip.cpp:19: 2024-08-20T22:21:22.6897762Z #31 448.1 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.6900529Z #31 448.1 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.6902537Z #31 448.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.6904199Z #31 448.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.6905609Z #31 448.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.6906521Z #31 448.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.8522138Z #31 448.1 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.8525439Z #31 448.1 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.8527414Z #31 448.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.8529042Z #31 448.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.8530367Z #31 448.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.8531465Z #31 448.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.8534076Z #31 448.1 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.8537384Z #31 448.1 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.8539310Z #31 448.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.8540932Z #31 448.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.8542287Z #31 448.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.8543208Z #31 448.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.8545856Z #31 448.1 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.8549330Z #31 448.1 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.8551506Z #31 448.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.8553385Z #31 448.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.8554749Z #31 448.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.8555665Z #31 448.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.8558291Z #31 448.1 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.8561822Z #31 448.1 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.8564047Z #31 448.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.8565826Z #31 448.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.8567174Z #31 448.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.8568079Z #31 448.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.8570724Z #31 448.1 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.8574040Z #31 448.1 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.8576032Z #31 448.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.8577649Z #31 448.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.8579018Z #31 448.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.8580032Z #31 448.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.8582670Z #31 448.1 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.8585878Z #31 448.1 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.8587802Z #31 448.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.8589440Z #31 448.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.8590826Z #31 448.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.8591692Z #31 448.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.8594311Z #31 448.1 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.8597583Z #31 448.1 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.8599576Z #31 448.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.8601196Z #31 448.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.8602537Z #31 448.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.8603429Z #31 448.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.8605841Z #31 448.1 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.8608408Z #31 448.1 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.8610268Z #31 448.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.8611611Z #31 448.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.8612702Z #31 448.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.8613490Z #31 448.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.8616164Z #31 448.1 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:22.8619414Z #31 448.1 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:22.8621505Z #31 448.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:22.8623133Z #31 448.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:22.8624460Z #31 448.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:22.8625334Z #31 448.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:22.8626934Z #31 448.1 magmablas_hip/sgetf2_kernels.hip.cpp:162:9: warning: unused variable 'chunk' [-Wunused-variable] 2024-08-20T22:21:22.8628590Z #31 448.1 int chunk = magma_ceildiv( length, zamax ); 2024-08-20T22:21:22.8629249Z #31 448.1 ^ 2024-08-20T22:21:23.3119102Z #31 448.7 11 warnings generated when compiling for host. 2024-08-20T22:21:29.3908571Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.3911861Z #31 454.8 zgetf2_fused_kernel_vbatched( 2024-08-20T22:21:29.3912549Z #31 454.8 ^ 2024-08-20T22:21:29.3915861Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.3922280Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.3928682Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.3935496Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.3941843Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.4928420Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.4935500Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.4941926Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.4948225Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.4954806Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.4961364Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.4967750Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.4974274Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.4980776Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.4987209Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.4993466Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.4999877Z #31 454.8 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.5006310Z #31 454.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.5012761Z #31 454.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6050165Z #31 454.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6057621Z #31 454.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6064866Z #31 454.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6072427Z #31 454.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6081640Z #31 454.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6089159Z #31 454.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6096869Z #31 454.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6104350Z #31 454.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6111575Z #31 454.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6118236Z #31 454.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6124934Z #31 454.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6131940Z #31 454.9 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6139061Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6146442Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6153931Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6161370Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.6168914Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7470921Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7477474Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7484125Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7490599Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7497214Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7503686Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7510194Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7516678Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7523172Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7529820Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7536589Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7542913Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7549003Z #31 455.0 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7555517Z #31 455.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7561939Z #31 455.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7568468Z #31 455.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7575039Z #31 455.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7581462Z #31 455.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7587894Z #31 455.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7594324Z #31 455.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7600786Z #31 455.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.7607242Z #31 455.1 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.8774698Z #31 455.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.8780773Z #31 455.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.8786768Z #31 455.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.8793044Z #31 455.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.8799167Z #31 455.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.8805183Z #31 455.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.8811353Z #31 455.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.8817489Z #31 455.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.8823487Z #31 455.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.8829515Z #31 455.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.8835711Z #31 455.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.8841710Z #31 455.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.8847734Z #31 455.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.8853802Z #31 455.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.8859839Z #31 455.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:29.8865792Z #31 455.2 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0006884Z #31 455.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0010501Z #31 455.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0013849Z #31 455.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0018805Z #31 455.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0022178Z #31 455.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0025467Z #31 455.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0028747Z #31 455.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0032273Z #31 455.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0035560Z #31 455.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0038831Z #31 455.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0042207Z #31 455.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0045511Z #31 455.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0048788Z #31 455.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0052141Z #31 455.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0055558Z #31 455.3 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0058836Z #31 455.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.0062161Z #31 455.4 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.2353757Z #31 455.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.2359771Z #31 455.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.2365601Z #31 455.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.2371382Z #31 455.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.2377457Z #31 455.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.2383203Z #31 455.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.2389553Z #31 455.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.2395462Z #31 455.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.2401125Z #31 455.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.2407347Z #31 455.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.2413184Z #31 455.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.2419217Z #31 455.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.2424996Z #31 455.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.2430909Z #31 455.5 magmablas_hip/zgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:30.2441411Z #31 455.6 magmablas_hip/dgetf2_kernels.hip.cpp:710: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-08-20T22:21:30.2444837Z #31 455.6 zcomputecolumn_kernel_shared_batched( int m, int paneloffset, int step, 2024-08-20T22:21:30.2445896Z #31 455.6 ^ 2024-08-20T22:21:30.4260823Z #31 455.6 magmablas_hip/dgetf2_kernels.hip.cpp:610: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-08-20T22:21:30.4264369Z #31 455.6 dgetf2trsm_2d_kernel( int m, int n, 2024-08-20T22:21:30.4265137Z #31 455.6 ^ 2024-08-20T22:21:30.4268576Z #31 455.6 magmablas_hip/dgetf2_kernels.hip.cpp:610: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-08-20T22:21:30.4274644Z #31 455.6 magmablas_hip/dgetf2_kernels.hip.cpp:610: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-08-20T22:21:30.4281011Z #31 455.6 magmablas_hip/dgetf2_kernels.hip.cpp:610: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-08-20T22:21:30.9398564Z #31 456.3 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:30.9401915Z #31 456.3 dgetf2_fused_kernel_batched( int m, 2024-08-20T22:21:30.9402678Z #31 456.3 ^ 2024-08-20T22:21:30.9406125Z #31 456.3 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0729444Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0736145Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0742227Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0748319Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0754366Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0760316Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0766280Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0772359Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0778227Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0783517Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0788688Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0794293Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0800087Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0805993Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0811691Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0817697Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0823576Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0829309Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0835249Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0840956Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0846800Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0852536Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0858330Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0864221Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0870028Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0875770Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0881694Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0887408Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0893345Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.0899269Z #31 456.4 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1861988Z #31 456.5 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1868045Z #31 456.5 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1874078Z #31 456.5 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1879648Z #31 456.5 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1885914Z #31 456.5 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1891894Z #31 456.5 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1898133Z #31 456.5 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1904083Z #31 456.5 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1910368Z #31 456.5 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1916505Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1922621Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1928674Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1935256Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1941332Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1947231Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1953290Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1959530Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1965603Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.1971472Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.2999300Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3005177Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3010712Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3016142Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3021761Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3027400Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3033005Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3037944Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3042835Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3047622Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3052616Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3057957Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3063843Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3069223Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3074758Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3079871Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3084822Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3090600Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3095933Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3101165Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3107009Z #31 456.6 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3112858Z #31 456.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.3117968Z #31 456.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.5149074Z #31 456.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.5155630Z #31 456.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.5162100Z #31 456.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.5168529Z #31 456.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.5175334Z #31 456.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.5181722Z #31 456.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.5188141Z #31 456.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.5194709Z #31 456.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.5201247Z #31 456.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.5207686Z #31 456.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.5214203Z #31 456.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.5220688Z #31 456.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.5227111Z #31 456.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:31.5233747Z #31 456.7 magmablas_hip/dgetf2_kernels.hip.cpp:824: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-08-20T22:21:34.6989361Z #31 460.1 In file included from magmablas_hip/ctrsm_small_batched.hip.cpp:17: 2024-08-20T22:21:34.6994112Z #31 460.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.6997741Z #31 460.1 void trsm_template_batched_lNL_kernel( 2024-08-20T22:21:34.6998550Z #31 460.1 ^ 2024-08-20T22:21:34.8146286Z #31 460.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.8150222Z #31 460.1 void trsm_template_batched_lNU_kernel( 2024-08-20T22:21:34.8151035Z #31 460.1 ^ 2024-08-20T22:21:34.8154823Z #31 460.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.8158404Z #31 460.1 void trsm_template_batched_lTL_kernel( 2024-08-20T22:21:34.8159216Z #31 460.1 ^ 2024-08-20T22:21:34.8162963Z #31 460.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.8166681Z #31 460.1 void trsm_template_batched_lTU_kernel( 2024-08-20T22:21:34.8167486Z #31 460.1 ^ 2024-08-20T22:21:34.8171237Z #31 460.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.8174918Z #31 460.2 void trsm_template_batched_lTL_kernel( 2024-08-20T22:21:34.8175708Z #31 460.2 ^ 2024-08-20T22:21:34.8179560Z #31 460.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.8186359Z #31 460.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.8189956Z #31 460.2 void trsm_template_batched_lTU_kernel( 2024-08-20T22:21:34.8190759Z #31 460.2 ^ 2024-08-20T22:21:34.8194489Z #31 460.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.9477824Z #31 460.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.9481451Z #31 460.2 void trsm_template_batched_rNL_kernel( 2024-08-20T22:21:34.9482259Z #31 460.2 ^ 2024-08-20T22:21:34.9486056Z #31 460.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.9489622Z #31 460.2 void trsm_template_batched_rNU_kernel( 2024-08-20T22:21:34.9490436Z #31 460.2 ^ 2024-08-20T22:21:34.9494185Z #31 460.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.9497837Z #31 460.2 void trsm_template_batched_rTL_kernel( 2024-08-20T22:21:34.9498653Z #31 460.2 ^ 2024-08-20T22:21:34.9502379Z #31 460.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.9506293Z #31 460.2 void trsm_template_batched_rTU_kernel( 2024-08-20T22:21:34.9507108Z #31 460.2 ^ 2024-08-20T22:21:34.9510875Z #31 460.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.9514469Z #31 460.2 void trsm_template_batched_rTL_kernel( 2024-08-20T22:21:34.9515258Z #31 460.2 ^ 2024-08-20T22:21:34.9519015Z #31 460.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.9525830Z #31 460.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.9529418Z #31 460.2 void trsm_template_batched_rTU_kernel( 2024-08-20T22:21:34.9530214Z #31 460.2 ^ 2024-08-20T22:21:34.9534298Z #31 460.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.9541124Z #31 460.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.9544731Z #31 460.3 void trsm_template_batched_lNL_kernel( 2024-08-20T22:21:34.9545528Z #31 460.3 ^ 2024-08-20T22:21:34.9549266Z #31 460.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:34.9552842Z #31 460.3 void trsm_template_batched_lNU_kernel( 2024-08-20T22:21:34.9553655Z #31 460.3 ^ 2024-08-20T22:21:35.0667541Z #31 460.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.0670846Z #31 460.4 void trsm_template_batched_lTL_kernel( 2024-08-20T22:21:35.0671566Z #31 460.4 ^ 2024-08-20T22:21:35.0675294Z #31 460.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.0678811Z #31 460.4 void trsm_template_batched_lTU_kernel( 2024-08-20T22:21:35.0679597Z #31 460.4 ^ 2024-08-20T22:21:35.0683297Z #31 460.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.0686826Z #31 460.4 void trsm_template_batched_lTL_kernel( 2024-08-20T22:21:35.0687645Z #31 460.4 ^ 2024-08-20T22:21:35.0691351Z #31 460.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.1756805Z #31 460.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.1760276Z #31 460.5 void trsm_template_batched_lTU_kernel( 2024-08-20T22:21:35.1761037Z #31 460.5 ^ 2024-08-20T22:21:35.1764751Z #31 460.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.1771672Z #31 460.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.1775320Z #31 460.5 void trsm_template_batched_rNL_kernel( 2024-08-20T22:21:35.1776115Z #31 460.5 ^ 2024-08-20T22:21:35.1779981Z #31 460.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.1783509Z #31 460.5 void trsm_template_batched_rNU_kernel( 2024-08-20T22:21:35.1784304Z #31 460.5 ^ 2024-08-20T22:21:35.1788078Z #31 460.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.1791711Z #31 460.5 void trsm_template_batched_rTL_kernel( 2024-08-20T22:21:35.1792498Z #31 460.5 ^ 2024-08-20T22:21:35.1796279Z #31 460.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.1799788Z #31 460.5 void trsm_template_batched_rTU_kernel( 2024-08-20T22:21:35.1800616Z #31 460.5 ^ 2024-08-20T22:21:35.1804158Z #31 460.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.1807571Z #31 460.5 void trsm_template_batched_rTL_kernel( 2024-08-20T22:21:35.1808374Z #31 460.5 ^ 2024-08-20T22:21:35.1812045Z #31 460.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.1818889Z #31 460.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.1822229Z #31 460.5 void trsm_template_batched_rTU_kernel( 2024-08-20T22:21:35.1822958Z #31 460.5 ^ 2024-08-20T22:21:35.1826702Z #31 460.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.2987384Z #31 460.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.2990983Z #31 460.6 void trsm_template_batched_lNL_kernel( 2024-08-20T22:21:35.2991831Z #31 460.6 ^ 2024-08-20T22:21:35.2995585Z #31 460.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.2999530Z #31 460.6 void trsm_template_batched_lNU_kernel( 2024-08-20T22:21:35.3000330Z #31 460.6 ^ 2024-08-20T22:21:35.3004061Z #31 460.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.3007219Z #31 460.7 void trsm_template_batched_lTL_kernel( 2024-08-20T22:21:35.3008173Z #31 460.7 ^ 2024-08-20T22:21:35.4290361Z #31 460.7 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.4293991Z #31 460.7 void trsm_template_batched_lTU_kernel( 2024-08-20T22:21:35.4295178Z #31 460.7 ^ 2024-08-20T22:21:35.4298965Z #31 460.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.4302544Z #31 460.8 void trsm_template_batched_lTL_kernel( 2024-08-20T22:21:35.4303356Z #31 460.8 ^ 2024-08-20T22:21:35.4307118Z #31 460.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.4313818Z #31 460.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.4317398Z #31 460.8 void trsm_template_batched_lTU_kernel( 2024-08-20T22:21:35.4318217Z #31 460.8 ^ 2024-08-20T22:21:35.4321903Z #31 460.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.5487493Z #31 460.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.5491141Z #31 460.8 void trsm_template_batched_rNL_kernel( 2024-08-20T22:21:35.5491948Z #31 460.8 ^ 2024-08-20T22:21:35.5496129Z #31 460.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.5499726Z #31 460.8 void trsm_template_batched_rNU_kernel( 2024-08-20T22:21:35.5500523Z #31 460.8 ^ 2024-08-20T22:21:35.5504195Z #31 460.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.5507779Z #31 460.8 void trsm_template_batched_rTL_kernel( 2024-08-20T22:21:35.5508584Z #31 460.8 ^ 2024-08-20T22:21:35.5512512Z #31 460.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.5516101Z #31 460.9 void trsm_template_batched_rTU_kernel( 2024-08-20T22:21:35.5516904Z #31 460.9 ^ 2024-08-20T22:21:35.5520757Z #31 460.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.5524345Z #31 460.9 void trsm_template_batched_rTL_kernel( 2024-08-20T22:21:35.5525154Z #31 460.9 ^ 2024-08-20T22:21:35.5529010Z #31 460.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.5536023Z #31 460.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.5539556Z #31 460.9 void trsm_template_batched_rTU_kernel( 2024-08-20T22:21:35.5540363Z #31 460.9 ^ 2024-08-20T22:21:35.5544129Z #31 460.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.5550817Z #31 460.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.5554403Z #31 460.9 void trsm_template_batched_lNL_kernel( 2024-08-20T22:21:35.5555197Z #31 460.9 ^ 2024-08-20T22:21:35.6601908Z #31 461.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.6605545Z #31 461.0 void trsm_template_batched_lNU_kernel( 2024-08-20T22:21:35.6606365Z #31 461.0 ^ 2024-08-20T22:21:35.6610052Z #31 461.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.6613922Z #31 461.0 void trsm_template_batched_lTL_kernel( 2024-08-20T22:21:35.6614831Z #31 461.0 ^ 2024-08-20T22:21:35.6618594Z #31 461.0 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.6622156Z #31 461.0 void trsm_template_batched_lTU_kernel( 2024-08-20T22:21:35.6622959Z #31 461.0 ^ 2024-08-20T22:21:35.7636126Z #31 461.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.7640056Z #31 461.1 void trsm_template_batched_lTL_kernel( 2024-08-20T22:21:35.7640854Z #31 461.1 ^ 2024-08-20T22:21:35.7644616Z #31 461.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.7651419Z #31 461.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.7655078Z #31 461.1 void trsm_template_batched_lTU_kernel( 2024-08-20T22:21:35.7655872Z #31 461.1 ^ 2024-08-20T22:21:35.7659718Z #31 461.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.7666417Z #31 461.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.7669972Z #31 461.1 void trsm_template_batched_rNL_kernel( 2024-08-20T22:21:35.7670770Z #31 461.1 ^ 2024-08-20T22:21:35.8860741Z #31 461.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.8864263Z #31 461.2 void trsm_template_batched_rNU_kernel( 2024-08-20T22:21:35.8865111Z #31 461.2 ^ 2024-08-20T22:21:35.8868676Z #31 461.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.8872133Z #31 461.2 void trsm_template_batched_rTL_kernel( 2024-08-20T22:21:35.8872915Z #31 461.2 ^ 2024-08-20T22:21:35.8876566Z #31 461.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.8880005Z #31 461.2 void trsm_template_batched_rTU_kernel( 2024-08-20T22:21:35.8880782Z #31 461.2 ^ 2024-08-20T22:21:35.8884416Z #31 461.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.8888185Z #31 461.2 void trsm_template_batched_rTL_kernel( 2024-08-20T22:21:35.8888940Z #31 461.2 ^ 2024-08-20T22:21:35.8892548Z #31 461.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.8899144Z #31 461.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:35.8902747Z #31 461.3 void trsm_template_batched_rTU_kernel( 2024-08-20T22:21:35.8903523Z #31 461.3 ^ 2024-08-20T22:21:35.8906989Z #31 461.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:36.0087530Z #31 461.3 98 warnings generated when compiling for gfx908. 2024-08-20T22:21:36.0091751Z #31 461.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:36.0095333Z #31 461.4 void trsm_template_batched_lNL_kernel( 2024-08-20T22:21:36.0096141Z #31 461.4 ^ 2024-08-20T22:21:36.1438993Z #31 461.5 magmablas_hip/trsm_template_kernel_batched.hip.hpp:40:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:36.1442631Z #31 461.5 void trsm_template_batched_lNU_kernel( 2024-08-20T22:21:36.1443450Z #31 461.5 ^ 2024-08-20T22:21:36.2801158Z #31 461.6 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:36.2804782Z #31 461.6 void trsm_template_batched_lTL_kernel( 2024-08-20T22:21:36.2805609Z #31 461.6 ^ 2024-08-20T22:21:36.4159723Z #31 461.8 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:36.4163403Z #31 461.8 void trsm_template_batched_lTU_kernel( 2024-08-20T22:21:36.4164235Z #31 461.8 ^ 2024-08-20T22:21:36.5531116Z #31 461.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:36.5534805Z #31 461.9 void trsm_template_batched_lTL_kernel( 2024-08-20T22:21:36.5535646Z #31 461.9 ^ 2024-08-20T22:21:36.5539406Z #31 461.9 magmablas_hip/trsm_template_kernel_batched.hip.hpp:57:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:36.6908177Z #31 462.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:36.6912069Z #31 462.1 void trsm_template_batched_lTU_kernel( 2024-08-20T22:21:36.6912894Z #31 462.1 ^ 2024-08-20T22:21:36.6916674Z #31 462.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:74:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:36.8099260Z #31 462.1 magmablas_hip/trsm_template_kernel_batched.hip.hpp:91:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:36.8103280Z #31 462.1 void trsm_template_batched_rNL_kernel( 2024-08-20T22:21:36.8104090Z #31 462.1 ^ 2024-08-20T22:21:36.8104987Z #31 462.1 In file included from magmablas_hip/cgetf2_kernels_var.hip.cpp:17: 2024-08-20T22:21:36.8108075Z #31 462.1 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:36.8111458Z #31 462.1 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:36.8113359Z #31 462.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:36.8115062Z #31 462.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:36.8116467Z #31 462.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:36.8117394Z #31 462.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:36.8120206Z #31 462.1 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:36.8123516Z #31 462.1 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:36.8125491Z #31 462.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:36.8127190Z #31 462.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:36.8128570Z #31 462.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:36.8129500Z #31 462.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:36.8132404Z #31 462.1 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:36.8135912Z #31 462.1 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:36.8137921Z #31 462.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:36.8139635Z #31 462.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:36.8141033Z #31 462.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:36.8141952Z #31 462.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:36.8144687Z #31 462.1 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:36.8148287Z #31 462.1 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:36.8150694Z #31 462.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:36.8152397Z #31 462.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:36.8153794Z #31 462.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:36.8154720Z #31 462.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:36.8157425Z #31 462.1 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:36.8161046Z #31 462.1 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:36.8163403Z #31 462.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:36.8165115Z #31 462.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:36.8166473Z #31 462.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:36.8167393Z #31 462.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:36.8170217Z #31 462.1 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:36.8173508Z #31 462.1 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:36.8175564Z #31 462.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:36.8177263Z #31 462.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:36.8178758Z #31 462.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:36.8179673Z #31 462.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:36.8182391Z #31 462.1 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:36.8185770Z #31 462.1 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:36.8187804Z #31 462.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:36.8189490Z #31 462.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:36.8190898Z #31 462.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:36.8191830Z #31 462.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:36.8194549Z #31 462.1 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:36.8197935Z #31 462.1 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:36.8199985Z #31 462.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:36.8201690Z #31 462.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:36.8203074Z #31 462.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:36.8204006Z #31 462.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:36.8206738Z #31 462.1 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:36.8210449Z #31 462.1 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:36.8212776Z #31 462.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:36.8214570Z #31 462.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:36.8215976Z #31 462.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:36.8216887Z #31 462.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:36.8219607Z #31 462.1 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:36.8223368Z #31 462.1 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:36.8225743Z #31 462.1 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:36.8227438Z #31 462.1 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:36.8228820Z #31 462.1 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:36.8229736Z #31 462.1 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:36.8233981Z #31 462.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:108:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:36.8237568Z #31 462.2 void trsm_template_batched_rNU_kernel( 2024-08-20T22:21:36.8238384Z #31 462.2 ^ 2024-08-20T22:21:36.9314484Z #31 462.2 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:36.9318083Z #31 462.2 void trsm_template_batched_rTL_kernel( 2024-08-20T22:21:36.9318890Z #31 462.2 ^ 2024-08-20T22:21:36.9322692Z #31 462.3 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:36.9326283Z #31 462.3 void trsm_template_batched_rTU_kernel( 2024-08-20T22:21:36.9327090Z #31 462.3 ^ 2024-08-20T22:21:37.0577861Z #31 462.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:37.0581519Z #31 462.4 void trsm_template_batched_rTL_kernel( 2024-08-20T22:21:37.0582333Z #31 462.4 ^ 2024-08-20T22:21:37.0586161Z #31 462.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:125:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:37.0592844Z #31 462.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:37.0596754Z #31 462.4 void trsm_template_batched_rTU_kernel( 2024-08-20T22:21:37.0597563Z #31 462.4 ^ 2024-08-20T22:21:37.0601321Z #31 462.4 magmablas_hip/trsm_template_kernel_batched.hip.hpp:142:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:38.6304656Z #31 464.0 2 warnings generated when compiling for gfx90a. 2024-08-20T22:21:39.4452793Z #31 464.8 magmablas_hip/sgbtrs_kernels.hip.cpp:547:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:21:39.4455133Z #31 464.8 default: arginfo = -100; 2024-08-20T22:21:39.4455880Z #31 464.8 ^~~~~~~ 2024-08-20T22:21:39.4456980Z #31 464.8 magmablas_hip/sgbtrs_kernels.hip.cpp:550:8: note: uninitialized use occurs here 2024-08-20T22:21:39.4458770Z #31 464.8 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:21:39.4459574Z #31 464.8 ^ 2024-08-20T22:21:39.4460780Z #31 464.8 magmablas_hip/sgbtrs_kernels.hip.cpp:513:5: note: variable 'e' is declared here 2024-08-20T22:21:39.4462037Z #31 464.8 hipError_t e; 2024-08-20T22:21:39.4462629Z #31 464.8 ^ 2024-08-20T22:21:39.6069471Z #31 464.8 magmablas_hip/sgbtrs_kernels.hip.cpp:617:9: warning: variable 'e' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] 2024-08-20T22:21:39.6071542Z #31 464.8 default: arginfo = -100; 2024-08-20T22:21:39.6072258Z #31 464.8 ^~~~~~~ 2024-08-20T22:21:39.6073647Z #31 464.8 magmablas_hip/sgbtrs_kernels.hip.cpp:620:8: note: uninitialized use occurs here 2024-08-20T22:21:39.6075135Z #31 464.8 if(e != hipSuccess) arginfo = -100; 2024-08-20T22:21:39.6075893Z #31 464.8 ^ 2024-08-20T22:21:39.6077062Z #31 464.8 magmablas_hip/sgbtrs_kernels.hip.cpp:583:5: note: variable 'e' is declared here 2024-08-20T22:21:39.6078268Z #31 464.8 hipError_t e; 2024-08-20T22:21:39.6078834Z #31 464.8 ^ 2024-08-20T22:21:39.7488062Z #31 465.1 2 warnings generated when compiling for host. 2024-08-20T22:21:42.7425346Z #31 468.1 98 warnings generated when compiling for gfx908. 2024-08-20T22:21:43.1309561Z #31 468.5 In file included from magmablas_hip/ctrsm_small_vbatched.hip.cpp:17: 2024-08-20T22:21:43.1314113Z #31 468.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.1317646Z #31 468.5 void trsm_template_vbatched_lNL_kernel( 2024-08-20T22:21:43.1318439Z #31 468.5 ^ 2024-08-20T22:21:43.2500207Z #31 468.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.2503893Z #31 468.5 void trsm_template_vbatched_lNU_kernel( 2024-08-20T22:21:43.2504740Z #31 468.5 ^ 2024-08-20T22:21:43.2508514Z #31 468.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.2512086Z #31 468.5 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:21:43.2512915Z #31 468.5 ^ 2024-08-20T22:21:43.2516678Z #31 468.6 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.2520281Z #31 468.6 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:21:43.2521394Z #31 468.6 ^ 2024-08-20T22:21:43.2525077Z #31 468.6 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.2528388Z #31 468.6 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:21:43.2529184Z #31 468.6 ^ 2024-08-20T22:21:43.2533131Z #31 468.6 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.2539963Z #31 468.6 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.2543760Z #31 468.6 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:21:43.2544563Z #31 468.6 ^ 2024-08-20T22:21:43.2548353Z #31 468.6 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.4044332Z #31 468.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:209:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.4047964Z #31 468.8 void trsm_template_vbatched_rTL_kernel( 2024-08-20T22:21:43.4048789Z #31 468.8 ^ 2024-08-20T22:21:43.5180454Z #31 468.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:240:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.5184106Z #31 468.8 void trsm_template_vbatched_rTU_kernel( 2024-08-20T22:21:43.5184922Z #31 468.8 ^ 2024-08-20T22:21:43.5188632Z #31 468.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.5192170Z #31 468.8 void trsm_template_vbatched_lNL_kernel( 2024-08-20T22:21:43.5192966Z #31 468.8 ^ 2024-08-20T22:21:43.5196649Z #31 468.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.5200197Z #31 468.9 void trsm_template_vbatched_lNU_kernel( 2024-08-20T22:21:43.5200998Z #31 468.9 ^ 2024-08-20T22:21:43.6404983Z #31 468.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.6408576Z #31 468.9 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:21:43.6409378Z #31 468.9 ^ 2024-08-20T22:21:43.6410321Z #31 469.0 In file included from magmablas_hip/sgetf2_kernels_var.hip.cpp:17: 2024-08-20T22:21:43.6413322Z #31 469.0 magmablas_hip/shuffle.hip.hpp:21:107: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:43.6416854Z #31 469.0 __device__ static inline int magmablas_ishfl(int var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:43.6418727Z #31 469.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:43.6420409Z #31 469.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:43.6421768Z #31 469.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:43.6422670Z #31 469.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:43.6425312Z #31 469.0 magmablas_hip/shuffle.hip.hpp:44:111: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:43.6429959Z #31 469.0 __device__ static inline float magmablas_sshfl(float var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:43.6432044Z #31 469.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:43.6433710Z #31 469.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:43.6435062Z #31 469.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:43.6435950Z #31 469.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:43.6438738Z #31 469.0 magmablas_hip/shuffle.hip.hpp:67:113: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:43.6441959Z #31 469.0 __device__ static inline double magmablas_dshfl(double var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:43.6444025Z #31 469.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:43.6445663Z #31 469.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:43.6447021Z #31 469.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:43.6447913Z #31 469.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:43.6450563Z #31 469.0 magmablas_hip/shuffle.hip.hpp:110:135: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:43.6454088Z #31 469.0 __device__ static inline magmaFloatComplex magmablas_cshfl(magmaFloatComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:43.6456441Z #31 469.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:43.6458129Z #31 469.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:43.6459484Z #31 469.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:43.6460380Z #31 469.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:43.6463026Z #31 469.0 magmablas_hip/shuffle.hip.hpp:120:137: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:43.6466585Z #31 469.0 __device__ static inline magmaDoubleComplex magmablas_zshfl(magmaDoubleComplex var, int srcLane, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:43.6468861Z #31 469.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:43.6470551Z #31 469.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:43.6471916Z #31 469.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:43.6472821Z #31 469.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:43.6475589Z #31 469.0 magmablas_hip/shuffle.hip.hpp:132:112: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:43.6478806Z #31 469.0 __device__ static inline int magmablas_ishfl_xor(int var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:43.6480737Z #31 469.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:43.6482388Z #31 469.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:43.6483746Z #31 469.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:43.6484643Z #31 469.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:43.6487319Z #31 469.0 magmablas_hip/shuffle.hip.hpp:156:116: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:43.6490678Z #31 469.0 __device__ static inline float magmablas_sshfl_xor(float var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:43.6492668Z #31 469.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:43.6494321Z #31 469.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:43.6495890Z #31 469.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:43.6497143Z #31 469.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:43.6499908Z #31 469.0 magmablas_hip/shuffle.hip.hpp:180:118: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:43.6515026Z #31 469.0 __device__ static inline double magmablas_dshfl_xor(double var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:43.6517032Z #31 469.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:43.6518665Z #31 469.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:43.6520005Z #31 469.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:43.6520880Z #31 469.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:43.6523503Z #31 469.0 magmablas_hip/shuffle.hip.hpp:224:140: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:43.6526946Z #31 469.0 __device__ static inline magmaFloatComplex magmablas_cshfl_xor(magmaFloatComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:43.6529181Z #31 469.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:43.6531074Z #31 469.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:43.6532451Z #31 469.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:43.6533365Z #31 469.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:43.6536101Z #31 469.0 magmablas_hip/shuffle.hip.hpp:234:142: warning: implicit conversion from 'unsigned long' to 'unsigned int' changes value from 18446744073709551615 to 4294967295 [-Wconstant-conversion] 2024-08-20T22:21:43.6539757Z #31 469.0 __device__ static inline magmaDoubleComplex magmablas_zshfl_xor(magmaDoubleComplex var, int laneMask, int width=DEFAULT_WIDTH, unsigned mask=SHFL_FULL_MASK) 2024-08-20T22:21:43.6542118Z #31 469.0 ~^~~~~~~~~~~~~~ 2024-08-20T22:21:43.6543985Z #31 469.0 magmablas_hip/shuffle.hip.hpp:7:24: note: expanded from macro 'SHFL_FULL_MASK' 2024-08-20T22:21:43.6545373Z #31 469.0 #define SHFL_FULL_MASK 0xffffffffffffffff 2024-08-20T22:21:43.6546288Z #31 469.0 ^~~~~~~~~~~~~~~~~~ 2024-08-20T22:21:43.6550305Z #31 469.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.6553879Z #31 469.0 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:21:43.6554681Z #31 469.0 ^ 2024-08-20T22:21:43.6558327Z #31 469.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.6561965Z #31 469.0 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:21:43.6562773Z #31 469.0 ^ 2024-08-20T22:21:43.6566448Z #31 469.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.8327862Z #31 469.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.8331647Z #31 469.0 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:21:43.8332356Z #31 469.0 ^ 2024-08-20T22:21:43.8336038Z #31 469.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.8418729Z #31 469.2 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:209:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.8422302Z #31 469.2 void trsm_template_vbatched_rTL_kernel( 2024-08-20T22:21:43.8423114Z #31 469.2 ^ 2024-08-20T22:21:43.9601921Z #31 469.2 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:240:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.9605604Z #31 469.2 void trsm_template_vbatched_rTU_kernel( 2024-08-20T22:21:43.9606415Z #31 469.2 ^ 2024-08-20T22:21:43.9610123Z #31 469.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.9613673Z #31 469.3 void trsm_template_vbatched_lNL_kernel( 2024-08-20T22:21:43.9614574Z #31 469.3 ^ 2024-08-20T22:21:43.9618231Z #31 469.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:43.9621751Z #31 469.3 void trsm_template_vbatched_lNU_kernel( 2024-08-20T22:21:43.9622569Z #31 469.3 ^ 2024-08-20T22:21:44.0889945Z #31 469.4 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.0893902Z #31 469.4 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:21:44.0894832Z #31 469.4 ^ 2024-08-20T22:21:44.0898570Z #31 469.4 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.0902116Z #31 469.4 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:21:44.0902930Z #31 469.4 ^ 2024-08-20T22:21:44.0906629Z #31 469.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.0910334Z #31 469.5 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:21:44.0911143Z #31 469.5 ^ 2024-08-20T22:21:44.0914929Z #31 469.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.2837340Z #31 469.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.2840969Z #31 469.5 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:21:44.2842085Z #31 469.5 ^ 2024-08-20T22:21:44.2845757Z #31 469.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.3076846Z #31 469.7 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:209:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.3080446Z #31 469.7 void trsm_template_vbatched_rTL_kernel( 2024-08-20T22:21:44.3081260Z #31 469.7 ^ 2024-08-20T22:21:44.4183695Z #31 469.7 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:240:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.4187390Z #31 469.7 void trsm_template_vbatched_rTU_kernel( 2024-08-20T22:21:44.4188185Z #31 469.7 ^ 2024-08-20T22:21:44.4191884Z #31 469.7 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.4195480Z #31 469.7 void trsm_template_vbatched_lNL_kernel( 2024-08-20T22:21:44.4196297Z #31 469.7 ^ 2024-08-20T22:21:44.4199983Z #31 469.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.4203803Z #31 469.8 void trsm_template_vbatched_lNU_kernel( 2024-08-20T22:21:44.4204613Z #31 469.8 ^ 2024-08-20T22:21:44.5328631Z #31 469.8 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.5332452Z #31 469.8 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:21:44.5333259Z #31 469.8 ^ 2024-08-20T22:21:44.5337038Z #31 469.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.5340876Z #31 469.9 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:21:44.5341675Z #31 469.9 ^ 2024-08-20T22:21:44.5345400Z #31 469.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.5348880Z #31 469.9 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:21:44.5349662Z #31 469.9 ^ 2024-08-20T22:21:44.5353370Z #31 469.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.7222574Z #31 469.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.7226192Z #31 469.9 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:21:44.7226995Z #31 469.9 ^ 2024-08-20T22:21:44.7230907Z #31 469.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.7970038Z #31 470.2 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:209:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.7973656Z #31 470.2 void trsm_template_vbatched_rTL_kernel( 2024-08-20T22:21:44.7974594Z #31 470.2 ^ 2024-08-20T22:21:44.9713606Z #31 470.2 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:240:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.9717249Z #31 470.2 void trsm_template_vbatched_rTU_kernel( 2024-08-20T22:21:44.9718082Z #31 470.2 ^ 2024-08-20T22:21:44.9721801Z #31 470.3 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:23:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:44.9725349Z #31 470.3 void trsm_template_vbatched_lNL_kernel( 2024-08-20T22:21:44.9726149Z #31 470.3 ^ 2024-08-20T22:21:45.1059984Z #31 470.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:54:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:45.1063937Z #31 470.5 void trsm_template_vbatched_lNU_kernel( 2024-08-20T22:21:45.1064746Z #31 470.5 ^ 2024-08-20T22:21:45.2411530Z #31 470.6 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:45.2415258Z #31 470.6 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:21:45.2416054Z #31 470.6 ^ 2024-08-20T22:21:45.3771317Z #31 470.7 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:45.3775515Z #31 470.7 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:21:45.3776304Z #31 470.7 ^ 2024-08-20T22:21:45.5176014Z #31 470.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:45.5179557Z #31 470.9 void trsm_template_vbatched_lTL_kernel( 2024-08-20T22:21:45.5180657Z #31 470.9 ^ 2024-08-20T22:21:45.5184326Z #31 470.9 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:85:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:45.6563414Z #31 471.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:45.6567063Z #31 471.0 void trsm_template_vbatched_lTU_kernel( 2024-08-20T22:21:45.6567872Z #31 471.0 ^ 2024-08-20T22:21:45.6571605Z #31 471.0 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:116:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:46.0665488Z #31 471.4 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:209:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:46.0669175Z #31 471.4 void trsm_template_vbatched_rTL_kernel( 2024-08-20T22:21:46.0669979Z #31 471.4 ^ 2024-08-20T22:21:46.3039857Z #31 471.5 magmablas_hip/trsm_template_kernel_vbatched.hip.hpp:240:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-08-20T22:21:46.3043476Z #31 471.5 void trsm_template_vbatched_rTU_kernel( 2024-08-20T22:21:46.3044294Z #31 471.5 ^ 2024-08-20T22:21:48.1654155Z #31 473.5 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.1657634Z #31 473.5 cgetf2_fused_kernel_vbatched( 2024-08-20T22:21:48.1658300Z #31 473.5 ^ 2024-08-20T22:21:48.1661815Z #31 473.5 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2805159Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2811546Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2818257Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2824498Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2831129Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2837446Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2843668Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2850014Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2856360Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2862575Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2868865Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2875172Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2881453Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2887844Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2894146Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2900580Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.2906862Z #31 473.6 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4256870Z #31 473.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4263316Z #31 473.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4269589Z #31 473.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4275910Z #31 473.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4282139Z #31 473.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4288297Z #31 473.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4294589Z #31 473.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4300822Z #31 473.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4307121Z #31 473.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4313480Z #31 473.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4319770Z #31 473.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4326123Z #31 473.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4332577Z #31 473.7 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4338967Z #31 473.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4345282Z #31 473.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4351562Z #31 473.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4357793Z #31 473.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4364078Z #31 473.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4370366Z #31 473.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4376726Z #31 473.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4383002Z #31 473.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.4389275Z #31 473.8 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.5564415Z #31 473.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.5570872Z #31 473.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.5577558Z #31 473.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.5583671Z #31 473.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.5590062Z #31 473.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.5596333Z #31 473.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.5602615Z #31 473.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.5608893Z #31 473.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.5615257Z #31 473.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.5621540Z #31 473.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.5627818Z #31 473.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.5634296Z #31 473.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.5640562Z #31 473.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.5647062Z #31 473.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.5653339Z #31 473.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.5659728Z #31 473.9 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6833615Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6840270Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6846623Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6852897Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6859236Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6865519Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6871802Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6878097Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6884382Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6890667Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6897233Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6903469Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6909812Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6916083Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6922442Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6928784Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.6935282Z #31 474.0 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.9221613Z #31 474.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.9227992Z #31 474.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.9234476Z #31 474.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.9240793Z #31 474.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.9247082Z #31 474.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.9253395Z #31 474.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.9259983Z #31 474.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.9266251Z #31 474.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.9272702Z #31 474.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.9278969Z #31 474.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.9285382Z #31 474.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.9291734Z #31 474.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.9298081Z #31 474.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:48.9304355Z #31 474.1 magmablas_hip/cgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.5157770Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.5161283Z #31 478.9 sgetf2_fused_kernel_vbatched( 2024-08-20T22:21:53.5161990Z #31 478.9 ^ 2024-08-20T22:21:53.5165493Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.5171773Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.5178186Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.5184824Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.5191090Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.5197317Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.5203772Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.5210183Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.5216582Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.5222922Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6380268Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6386121Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6391428Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6396678Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6401919Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6407207Z #31 478.9 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6412896Z #31 479.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6418373Z #31 479.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6423556Z #31 479.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6428438Z #31 479.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6434725Z #31 479.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6440408Z #31 479.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6446000Z #31 479.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6451638Z #31 479.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6456900Z #31 479.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6462017Z #31 479.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6467197Z #31 479.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6472435Z #31 479.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.6477770Z #31 479.0 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7895861Z #31 479.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7901877Z #31 479.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7907754Z #31 479.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7913868Z #31 479.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7919912Z #31 479.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7925816Z #31 479.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7932087Z #31 479.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7937787Z #31 479.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7944262Z #31 479.1 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7950727Z #31 479.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7957202Z #31 479.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7963677Z #31 479.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7970148Z #31 479.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7976878Z #31 479.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7983345Z #31 479.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7989823Z #31 479.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.7996428Z #31 479.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.8003059Z #31 479.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.9820705Z #31 479.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.9827058Z #31 479.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.9833323Z #31 479.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.9839335Z #31 479.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.9845421Z #31 479.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393: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-08-20T22:21:53.9850266Z #31 479.2 magmablas_hip/sgetf2_kernels_var.hip.cpp:393:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as par 2024-08-20T22:21:53.9852771Z #31 479.2 [output clipped, log limit 2MiB reached] 2024-08-20T22:28:23.4527761Z #31 868.8 ===== shared library lib/libmagma.so 2024-08-20T22:28:23.6035480Z #31 868.8 hipcc -fPIC -shared -o lib/libmagma.so \ 2024-08-20T22:28:23.6256828Z #31 868.8 control/magma_f77.o control/magma_param.o control/magma.o control/abs.o control/affinity.o control/auxiliary.o control/constants.o control/get_batched_crossover.o control/get_batched_gemm_decision.o control/get_batched_gbtrf_params.o control/get_nb.o control/get_ntcol.o control/magma_bulge.o control/magma_threadsetting.o control/magma_timer.o control/magma_winthread.o control/magma_yield.o control/magma_zauxiliary.o control/magma_zbulge.o control/magma_znan_inf.o control/pthread_barrier.o control/sqrt.o control/strlcpy.o control/thread_queue.o control/trace.o control/xerbla.o control/zpanel_to_q.o control/zprint.o control/iprint.o control/magma_sf77.o control/magma_df77.o control/magma_cf77.o control/magma_zf77.o control/magma_sfortran.o control/magma_dfortran.o control/magma_cfortran.o control/magma_zfortran.o control/magmablas_sf77.o control/magmablas_df77.o control/magmablas_cf77.o control/magmablas_zf77.o control/magmablas_sfortran.o control/magmablas_dfortran.o control/magmablas_cfortran.o control/magmablas_zfortran.o src/cblas_z.o src/zcposv_gpu.o src/zposv_gpu.o src/zpotrf_gpu.o src/zpotri_gpu.o src/zpotrs_gpu.o src/zlauum_gpu.o src/ztrtri_gpu.o src/zpotrf_mgpu.o src/zpotrf_mgpu_right.o src/zpotrf3_mgpu.o src/zposv.o src/zpotrf.o src/zpotri.o src/zlauum.o src/ztrtri.o src/zpotrf_m.o src/shpotrf_gpu.o src/dfgmres_spd_gpu.o src/dshposv_gmres_gpu.o src/zcgesv_gpu.o src/zcgetrs_gpu.o src/dgmres_plu_gpu.o src/dxgesv_gmres_gpu.o src/xshgetrf_gpu.o src/xhsgetrf_gpu.o src/zgerfs_nopiv_gpu.o src/zgesv_gpu.o src/zgesv_nopiv_gpu.o src/zgetrf_gpu.o src/zgetrf_nopiv_gpu.o src/zgetri_gpu.o src/zgetrs_gpu.o src/zgetrs_nopiv_gpu.o src/zgetrf_mgpu.o src/zgetrf2_mgpu.o src/zgerbt_gpu.o src/zgbsv_gpu.o src/zgbtrf_gpu.o src/zgesv.o src/zgesv_rbt.o src/zgetrf.o src/zgetf2_nopiv.o src/zgetrf_nopiv.o src/zgetrf_m.o src/zcgeqrsv_gpu.o src/zgelqf_gpu.o src/zgels3_gpu.o src/zgels_gpu.o src/zgegqr_gpu.o src/zgeqrf2_gpu.o src/zgeqrf3_gpu.o src/zgeqrf_gpu.o src/zgeqr2x_gpu.o src/zgeqr2x_gpu-v2.o src/zgeqr2x_gpu-v3.o src/zgeqrs3_gpu.o src/zgeqrs_gpu.o src/zlarfb_gpu.o src/zlarfb_gpu_gemm.o src/zungqr_gpu.o src/zunmql2_gpu.o src/zunmqr2_gpu.o src/zunmqr_gpu.o src/zgeqrf_mgpu.o src/zgeqp3_gpu.o src/zlaqps_gpu.o src/zgelqf.o src/zgels.o src/zgeqlf.o src/zgeqrf.o src/zgeqrf_ooc.o src/zgglse.o src/zggrqf.o src/zunglq.o src/zungqr.o src/zungqr2.o src/zunmlq.o src/zunmql.o src/zunmqr.o src/zunmrq.o src/zgeqp3.o src/zlaqps.o src/zgeqrf_m.o src/zungqr_m.o src/zunmqr_m.o src/zhetrf_gpu.o src/zchesv_gpu.o src/zhesv.o src/zhetrf.o src/dsidi.o src/zhetrf_aasen.o src/zhetrf_nopiv.o src/zhetrf_nopiv_cpu.o src/zsytrf_nopiv_cpu.o src/zhetrf_nopiv_gpu.o src/zsytrf_nopiv_gpu.o src/zhetrs_nopiv_gpu.o src/zsytrs_nopiv_gpu.o src/zhesv_nopiv_gpu.o src/zsysv_nopiv_gpu.o src/zlahef_gpu.o src/dsyevd_gpu.o src/dsyevdx_gpu.o src/zheevd_gpu.o src/zheevdx_gpu.o src/zheevr_gpu.o src/zheevx_gpu.o src/zhetrd2_gpu.o src/zhetrd_gpu.o src/zunmtr_gpu.o src/dsyevd.o src/dsyevdx.o src/zheevd.o src/zheevdx.o src/zheevr.o src/zheevx.o src/dlaex0.o src/dlaex1.o src/dlaex3.o src/dmove_eig.o src/dstedx.o src/zhetrd.o src/zlatrd.o src/zlatrd2.o src/zstedx.o src/zungtr.o src/zunmtr.o src/zhetrd_mgpu.o src/zlatrd_mgpu.o src/dsyevd_m.o src/zheevd_m.o src/dsyevdx_m.o src/zheevdx_m.o src/dlaex0_m.o src/dlaex1_m.o src/dlaex3_m.o src/dstedx_m.o src/zstedx_m.o src/zunmtr_m.o src/zbulge_applyQ_v2.o src/zhetrd_he2hb.o src/zhetrd_hb2st.o src/zbulge_back.o src/zungqr_2stage_gpu.o src/zunmqr_2stage_gpu.o src/zhegvdx_2stage.o src/zheevdx_2stage.o src/zbulge_back_m.o src/zbulge_applyQ_v2_m.o src/zheevdx_2stage_m.o src/zhegvdx_2stage_m.o src/zhetrd_he2hb_mgpu.o src/core_zlarfy.o src/core_zhbtype1cb.o src/core_zhbtype2cb.o src/core_zhbtype3cb.o src/dsygvd.o src/dsygvdx.o src/zhegst.o src/zhegvd.o src/zhegvdx.o src/zhegvr.o src/zhegvx.o src/zhegst_gpu.o src/zhegst_m.o src/dsygvd_m.o src/zhegvd_m.o src/dsygvdx_m.o src/zhegvdx_m.o src/ztrsm_m.o src/dgeev.o src/zgeev.o src/zgehrd.o src/zgehrd2.o src/zlahr2.o src/zlahru.o src/dlaln2.o src/dlaqtrsd.o src/zlatrsd.o src/dtrevc3.o src/dtrevc3_mt.o src/ztrevc3.o src/ztrevc3_mt.o src/zunghr.o src/dgeev_m.o src/zgeev_m.o src/zgehrd_m.o src/zlahr2_m.o src/zlahru_m.o src/zunghr_m.o src/dgesdd.o src/zgesdd.o src/dgesvd.o src/zgesvd.o src/zgebrd.o src/zlabrd_gpu.o src/zungbr.o src/zunmbr.o src/zgbsv_batched.o src/zgbtrf_batched.o src/zgbtrs_batched.o src/zgetf2_batched.o src/zgetf2_nopiv_batched.o src/zgetrf_panel_batched.o src/zgetrf_panel_nopiv_batched.o src/zgetrf_batched.o src/zgetrf_nopiv_batched.o src/zgetrs_batched.o src/zgetrs_nopiv_batched.o src/zgesv_batched.o src/zgesv_nopiv_batched.o src/zgerbt_batched.o src/zgesv_rbt_batched.o src/zgetri_outofplace_batched.o src/zpotf2_batched.o src/zpotrf_batched.o src/zpotrf_panel_batched.o src/zpotrs_batched.o src/zposv_batched.o src/zlarft_batched.o src/zlarfb_gemm_batched.o src/zgeqrf_panel_batched.o src/zgeqrf_batched.o src/zgeqrf_expert_batched.o src/zgetf2_vbatched.o src/zgetrf_panel_vbatched.o src/zgetrf_vbatched.o src/zpotf2_vbatched.o src/zpotrf_panel_vbatched.o src/zpotrf_vbatched.o src/zgetf2_native.o src/zgetrf_panel_native.o src/zpotrf_panel_native.o interface_hip/alloc.o interface_hip/blas_h_v2.o interface_hip/blas_z_v1.o interface_hip/blas_z_v2.o interface_hip/copy_v1.o interface_hip/copy_v2.o interface_hip/error.o interface_hip/connection_mgpu.o interface_hip/interface.o interface_hip/interface_v1.o magmablas_hip/zaxpycp.hip.o magmablas_hip/zcaxpycp.hip.o magmablas_hip/zdiinertia.hip.o magmablas_hip/zgeadd.hip.o magmablas_hip/zgeadd2.hip.o magmablas_hip/zgeam.hip.o magmablas_hip/sgemm.hip.o magmablas_hip/dgemm.hip.o magmablas_hip/cgemm.hip.o magmablas_hip/zgemm.hip.o magmablas_hip/zgemm_reduce.hip.o magmablas_hip/zgemv_conj.hip.o magmablas_hip/zgemv_fermi.hip.o magmablas_hip/zgerbt.hip.o magmablas_hip/zgerbt_kernels.hip.o magmablas_hip/zgetmatrix_transpose.o magmablas_hip/zheinertia.hip.o magmablas_hip/zhemm.hip.o magmablas_hip/zhemv.hip.o magmablas_hip/zhemv_upper.hip.o magmablas_hip/zher2k.o magmablas_hip/zherk.o magmablas_hip/zherk_small_reduce.hip.o magmablas_hip/zlacpy.hip.o magmablas_hip/zlacpy_conj.hip.o magmablas_hip/zlacpy_sym_in.hip.o magmablas_hip/zlacpy_sym_out.hip.o magmablas_hip/zlag2c.hip.o magmablas_hip/clag2z.hip.o magmablas_hip/zlange.hip.o magmablas_hip/zlanhe.hip.o magmablas_hip/zlaqps2_gpu.hip.o magmablas_hip/zlarf.hip.o magmablas_hip/zlarfbx.hip.o magmablas_hip/zlarfg-v2.hip.o magmablas_hip/zlarfg.hip.o magmablas_hip/zlarfgx-v2.hip.o magmablas_hip/zlarft_kernels.hip.o magmablas_hip/zlarfx.hip.o magmablas_hip/zlascl.hip.o magmablas_hip/zlascl2.hip.o magmablas_hip/zlascl_2x2.hip.o magmablas_hip/zlascl_diag.hip.o magmablas_hip/zlaset.hip.o magmablas_hip/zlaset_band.hip.o magmablas_hip/zlaswp.hip.o magmablas_hip/zclaswp.hip.o magmablas_hip/zlaswp_sym.hip.o magmablas_hip/zlat2c.hip.o magmablas_hip/clat2z.hip.o magmablas_hip/dznrm2.hip.o magmablas_hip/zsetmatrix_transpose.o magmablas_hip/zswap.hip.o magmablas_hip/zswapblk.hip.o magmablas_hip/zswapdblk.hip.o magmablas_hip/zsymm.hip.o magmablas_hip/zsymmetrize.hip.o magmablas_hip/zsymmetrize_tiles.hip.o magmablas_hip/zsymv.hip.o magmablas_hip/zsymv_upper.hip.o magmablas_hip/ztranspose.hip.o magmablas_hip/ztranspose_conj.hip.o magmablas_hip/ztranspose_conj_inplace.hip.o magmablas_hip/ztranspose_inplace.hip.o magmablas_hip/ztrmm.hip.o magmablas_hip/ztrmv.hip.o magmablas_hip/ztrsm.hip.o magmablas_hip/ztrsv.hip.o magmablas_hip/ztrtri_diag.hip.o magmablas_hip/ztrtri_lower.hip.o magmablas_hip/ztrtri_lower_batched.hip.o magmablas_hip/ztrtri_upper.hip.o magmablas_hip/ztrtri_upper_batched.hip.o magmablas_hip/magmablas_z_v1.o magmablas_hip/magmablas_zc_v1.o magmablas_hip/zbcyclic.o magmablas_hip/zgetmatrix_transpose_mgpu.o magmablas_hip/zsetmatrix_transpose_mgpu.o magmablas_hip/zhemv_mgpu.hip.o magmablas_hip/zhemv_mgpu_upper.hip.o magmablas_hip/zhemm_mgpu.o magmablas_hip/zher2k_mgpu.o magmablas_hip/zherk_mgpu.o magmablas_hip/zgetf2.hip.o magmablas_hip/zgeqr2.o magmablas_hip/zgeqr2x_gpu-v4.hip.o magmablas_hip/zpotf2.hip.o magmablas_hip/zgetf2_native_kernel.hip.o magmablas_hip/zhetrs.hip.o magmablas_hip/zgbsv_kernels.hip.o magmablas_hip/zgbtf2_kernels.hip.o magmablas_hip/zgbtrf_batched_fused_sm.hip.o magmablas_hip/zgbtrf_batched_sliding_window_sm.hip.o magmablas_hip/zgbtrs_kernels.hip.o magmablas_hip/zgeadd_batched.hip.o magmablas_hip/zgemm_batched.o magmablas_hip/cgemm_batched_core.hip.o magmablas_hip/dgemm_batched_core.hip.o magmablas_hip/sgemm_batched_core.hip.o magmablas_hip/zgemm_batched_core.hip.o magmablas_hip/zgemm_batched_smallsq.hip.o magmablas_hip/zgemv_batched.o magmablas_hip/cgemv_batched_core.hip.o magmablas_hip/dgemv_batched_core.hip.o magmablas_hip/sgemv_batched_core.hip.o magmablas_hip/zgemv_batched_core.hip.o magmablas_hip/zgemv_batched_smallsq.hip.o magmablas_hip/zhemv_batched_core.hip.o magmablas_hip/zgeqr2_batched.hip.o magmablas_hip/zgeqr2_batched_fused_reg.hip.o magmablas_hip/zgeqr2_batched_fused_reg_medium.hip.o magmablas_hip/zgeqr2_batched_fused_reg_tall.hip.o magmablas_hip/zgeqr2_batched_fused_sm.hip.o magmablas_hip/zgeqrf_batched_smallsq.hip.o magmablas_hip/zgerbt_func_batched.hip.o magmablas_hip/zgesv_batched_small.hip.o magmablas_hip/zgetf2_kernels.hip.o magmablas_hip/zgetrf_batched_smallsq_noshfl.hip.o magmablas_hip/zgetrf_batched_smallsq_shfl.hip.o magmablas_hip/getrf_setup_pivinfo.hip.o magmablas_hip/zhemm_batched_core.hip.o magmablas_hip/zher2k_batched.o magmablas_hip/zherk_batched.o magmablas_hip/cherk_batched_core.hip.o magmablas_hip/zherk_batched_core.hip.o magmablas_hip/zlarf_batched_fused_reg.hip.o magmablas_hip/zlarf_batched_fused_reg_medium.hip.o magmablas_hip/zlarf_batched_fused_reg_tall.hip.o magmablas_hip/zlarf_batched_fused_sm.hip.o magmablas_hip/zlaswp_batched.hip.o magmablas_hip/zpotf2_kernels.hip.o magmablas_hip/set_pointer.hip.o magmablas_hip/zset_pointer.hip.o magmablas_hip/zsyr2k_batched.o magmablas_hip/dsyrk_batched_core.hip.o magmablas_hip/ssyrk_batched_core.hip.o magmablas_hip/ztrmm_batched_core.hip.o magmablas_hip/ztrsm_batched.o magmablas_hip/ztrsm_batched_core.o magmablas_hip/ztrsm_small_batched.hip.o magmablas_hip/ztrsv_batched.hip.o magmablas_hip/ztrtri_diag_batched.hip.o magmablas_hip/zgetf2_nopiv_kernels.hip.o magmablas_hip/zgemm_vbatched_core.hip.o magmablas_hip/cgemm_vbatched_core.hip.o magmablas_hip/dgemm_vbatched_core.hip.o magmablas_hip/sgemm_vbatched_core.hip.o magmablas_hip/zgemv_vbatched_core.hip.o magmablas_hip/cgemv_vbatched_core.hip.o magmablas_hip/dgemv_vbatched_core.hip.o magmablas_hip/sgemv_vbatched_core.hip.o magmablas_hip/zhemm_vbatched_core.hip.o magmablas_hip/zhemv_vbatched_core.hip.o magmablas_hip/cherk_vbatched_core.hip.o magmablas_hip/zherk_vbatched_core.hip.o magmablas_hip/ssyrk_vbatched_core.hip.o magmablas_hip/dsyrk_vbatched_core.hip.o magmablas_hip/ztrmm_vbatched_core.hip.o magmablas_hip/ztrsm_small_vbatched.hip.o magmablas_hip/ztrsm_inv_vbatched_core.hip.o magmablas_hip/ztrtri_diag_vbatched.hip.o magmablas_hip/zgemm_vbatched.o magmablas_hip/zgemv_vbatched.o magmablas_hip/zhemm_vbatched.o magmablas_hip/zhemv_vbatched.o magmablas_hip/zher2k_vbatched.o magmablas_hip/zherk_vbatched.o magmablas_hip/zsyr2k_vbatched.o magmablas_hip/zsyrk_vbatched.o magmablas_hip/ztrmm_vbatched.o magmablas_hip/ztrsm_vbatched_core.o magmablas_hip/ztrsm_vbatched.o magmablas_hip/ztrsm_inv_vbatched.o magmablas_hip/zgetf2_kernels_var.hip.o magmablas_hip/zlaswp_vbatched.hip.o magmablas_hip/zpotf2_kernels_var.hip.o magmablas_hip/prefix_sum.hip.o magmablas_hip/vbatched_aux.hip.o magmablas_hip/vbatched_check.hip.o magmablas_hip/blas_zbatched.o magmablas_hip/hgemm_batched_core.hip.o magmablas_hip/slag2h.hip.o magmablas_hip/hlag2s.hip.o magmablas_hip/hlaconvert.hip.o magmablas_hip/hlaswp.hip.o magmablas_hip/hset_pointer.hip.o magmablas_hip/zposv_irgmres_kernels.hip.o control/magma_sauxiliary.o control/magma_dauxiliary.o control/magma_cauxiliary.o control/magma_cbulge.o control/magma_dbulge.o control/magma_sbulge.o control/magma_snan_inf.o control/magma_dnan_inf.o control/magma_cnan_inf.o control/spanel_to_q.o control/dpanel_to_q.o control/cpanel_to_q.o control/sprint.o control/dprint.o control/cprint.o src/cblas_s.o src/cblas_d.o src/cblas_c.o src/dsposv_gpu.o src/sposv_gpu.o src/dposv_gpu.o src/cposv_gpu.o src/spotrf_gpu.o src/dpotrf_gpu.o src/cpotrf_gpu.o src/spotri_gpu.o src/dpotri_gpu.o src/cpotri_gpu.o src/spotrs_gpu.o src/dpotrs_gpu.o src/cpotrs_gpu.o src/slauum_gpu.o src/dlauum_gpu.o src/clauum_gpu.o src/strtri_gpu.o src/dtrtri_gpu.o src/ctrtri_gpu.o src/spotrf_mgpu.o src/dpotrf_mgpu.o src/cpotrf_mgpu.o src/spotrf_mgpu_right.o src/dpotrf_mgpu_right.o src/cpotrf_mgpu_right.o src/spotrf3_mgpu.o src/dpotrf3_mgpu.o src/cpotrf3_mgpu.o src/sposv.o src/dposv.o src/cposv.o src/spotrf.o src/dpotrf.o src/cpotrf.o src/spotri.o src/dpotri.o src/cpotri.o src/slauum.o src/dlauum.o src/clauum.o src/strtri.o src/dtrtri.o src/ctrtri.o src/spotrf_m.o src/dpotrf_m.o src/cpotrf_m.o src/dsgesv_gpu.o src/dsgetrs_gpu.o src/sgerfs_nopiv_gpu.o src/dgerfs_nopiv_gpu.o src/cgerfs_nopiv_gpu.o src/sgesv_gpu.o src/dgesv_gpu.o src/cgesv_gpu.o src/sgesv_nopiv_gpu.o src/dgesv_nopiv_gpu.o src/cgesv_nopiv_gpu.o src/sgetrf_gpu.o src/dgetrf_gpu.o src/cgetrf_gpu.o src/sgetrf_nopiv_gpu.o src/dgetrf_nopiv_gpu.o src/cgetrf_nopiv_gpu.o src/sgetri_gpu.o src/dgetri_gpu.o src/cgetri_gpu.o src/sgetrs_gpu.o src/dgetrs_gpu.o src/cgetrs_gpu.o src/sgetrs_nopiv_gpu.o src/dgetrs_nopiv_gpu.o src/cgetrs_nopiv_gpu.o src/sgetrf_mgpu.o src/dgetrf_mgpu.o src/cgetrf_mgpu.o src/sgetrf2_mgpu.o src/dgetrf2_mgpu.o src/cgetrf2_mgpu.o src/sgerbt_gpu.o src/dgerbt_gpu.o src/cgerbt_gpu.o src/sgbsv_gpu.o src/dgbsv_gpu.o src/cgbsv_gpu.o src/sgbtrf_gpu.o src/dgbtrf_gpu.o src/cgbtrf_gpu.o src/sgesv.o src/dgesv.o src/cgesv.o src/sgesv_rbt.o src/dgesv_rbt.o src/cgesv_rbt.o src/sgetrf.o src/dgetrf.o src/cgetrf.o src/sgetf2_nopiv.o src/dgetf2_nopiv.o src/cgetf2_nopiv.o src/sgetrf_nopiv.o src/dgetrf_nopiv.o src/cgetrf_nopiv.o src/sgetrf_m.o src/dgetrf_m.o src/cgetrf_m.o src/dsgeqrsv_gpu.o src/sgelqf_gpu.o src/dgelqf_gpu.o src/cgelqf_gpu.o src/sgels3_gpu.o src/dgels3_gpu.o src/cgels3_gpu.o src/sgels_gpu.o src/dgels_gpu.o src/cgels_gpu.o src/sgegqr_gpu.o src/dgegqr_gpu.o src/cgegqr_gpu.o src/sgeqrf2_gpu.o src/dgeqrf2_gpu.o src/cgeqrf2_gpu.o src/sgeqrf3_gpu.o src/dgeqrf3_gpu.o src/cgeqrf3_gpu.o src/sgeqrf_gpu.o src/dgeqrf_gpu.o src/cgeqrf_gpu.o src/sgeqr2x_gpu.o src/dgeqr2x_gpu.o src/cgeqr2x_gpu.o src/sgeqr2x_gpu-v2.o src/dgeqr2x_gpu-v2.o src/cgeqr2x_gpu-v2.o src/sgeqr2x_gpu-v3.o src/dgeqr2x_gpu-v3.o src/cgeqr2x_gpu-v3.o src/sgeqrs3_gpu.o src/dgeqrs3_gpu.o src/cgeqrs3_gpu.o src/sgeqrs_gpu.o src/dgeqrs_gpu.o src/cgeqrs_gpu.o src/slarfb_gpu.o src/dlarfb_gpu.o src/clarfb_gpu.o src/slarfb_gpu_gemm.o src/dlarfb_gpu_gemm.o src/clarfb_gpu_gemm.o src/sorgqr_gpu.o src/dorgqr_gpu.o src/cungqr_gpu.o src/sormql2_gpu.o src/dormql2_gpu.o src/cunmql2_gpu.o src/sormqr2_gpu.o src/dormqr2_gpu.o src/cunmqr2_gpu.o src/sormqr_gpu.o src/dormqr_gpu.o src/cunmqr_gpu.o src/sgeqrf_mgpu.o src/dgeqrf_mgpu.o src/cgeqrf_mgpu.o src/cgeqp3_gpu.o src/dgeqp3_gpu.o src/sgeqp3_gpu.o src/slaqps_gpu.o src/dlaqps_gpu.o src/claqps_gpu.o src/sgelqf.o src/dgelqf.o src/cgelqf.o src/sgels.o src/dgels.o src/cgels.o src/sgeqlf.o src/dgeqlf.o src/cgeqlf.o src/sgeqrf.o src/dgeqrf.o src/cgeqrf.o src/sgeqrf_ooc.o src/dgeqrf_ooc.o src/cgeqrf_ooc.o src/sgglse.o src/dgglse.o src/cgglse.o src/sggrqf.o src/dggrqf.o src/cggrqf.o src/sorglq.o src/dorglq.o src/cunglq.o src/sorgqr.o src/dorgqr.o src/cungqr.o src/sorgqr2.o src/dorgqr2.o src/cungqr2.o src/sormlq.o src/dormlq.o src/cunmlq.o src/sormql.o src/dormql.o src/cunmql.o src/sormqr.o src/dormqr.o src/cunmqr.o src/sormrq.o src/dormrq.o src/cunmrq.o src/cgeqp3.o src/dgeqp3.o src/sgeqp3.o src/slaqps.o src/dlaqps.o src/claqps.o src/sgeqrf_m.o src/dgeqrf_m.o src/cgeqrf_m.o src/sorgqr_m.o src/dorgqr_m.o src/cungqr_m.o src/sormqr_m.o src/dormqr_m.o src/cunmqr_m.o src/ssytrf_gpu.o src/dsytrf_gpu.o src/chetrf_gpu.o src/dssysv_gpu.o src/ssysv.o src/dsysv.o src/chesv.o src/ssytrf.o src/dsytrf.o src/chetrf.o src/ssidi.o src/ssytrf_aasen.o src/dsytrf_aasen.o src/chetrf_aasen.o src/ssytrf_nopiv.o src/dsytrf_nopiv.o src/chetrf_nopiv.o src/ssytrf_nopiv_cpu.o src/dsytrf_nopiv_cpu.o src/chetrf_nopiv_cpu.o src/csytrf_nopiv_cpu.o src/ssytrf_nopiv_gpu.o src/dsytrf_nopiv_gpu.o src/chetrf_nopiv_gpu.o src/csytrf_nopiv_gpu.o src/ssytrs_nopiv_gpu.o src/dsytrs_nopiv_gpu.o src/chetrs_nopiv_gpu.o src/csytrs_nopiv_gpu.o src/ssysv_nopiv_gpu.o src/dsysv_nopiv_gpu.o src/chesv_nopiv_gpu.o src/csysv_nopiv_gpu.o src/slasyf_gpu.o src/dlasyf_gpu.o src/clahef_gpu.o src/ssyevd_gpu.o src/ssyevdx_gpu.o src/cheevd_gpu.o src/cheevdx_gpu.o src/cheevr_gpu.o src/cheevx_gpu.o src/ssytrd2_gpu.o src/dsytrd2_gpu.o src/chetrd2_gpu.o src/ssytrd_gpu.o src/dsytrd_gpu.o src/chetrd_gpu.o src/sormtr_gpu.o src/dormtr_gpu.o src/cunmtr_gpu.o src/ssyevd.o src/ssyevdx.o src/cheevd.o src/cheevdx.o src/cheevr.o src/cheevx.o src/slaex0.o src/slaex1.o src/slaex3.o src/smove_eig.o src/sstedx.o src/ssytrd.o src/dsytrd.o src/chetrd.o src/slatrd.o src/dlatrd.o src/clatrd.o src/slatrd2.o src/dlatrd2.o src/clatrd2.o src/cstedx.o src/sorgtr.o src/dorgtr.o src/cungtr.o src/sormtr.o src/dormtr.o src/cunmtr.o src/ssytrd_mgpu.o src/dsytrd_mgpu.o src/chetrd_mgpu.o src/slatrd_mgpu.o src/dlatrd_mgpu.o src/clatrd_mgpu.o src/ssyevd_m.o src/cheevd_m.o src/ssyevdx_m.o src/cheevdx_m.o src/slaex0_m.o src/slaex1_m.o src/slaex3_m.o src/sstedx_m.o src/cstedx_m.o src/sormtr_m.o src/dormtr_m.o src/cunmtr_m.o src/sbulge_applyQ_v2.o src/dbulge_applyQ_v2.o src/cbulge_applyQ_v2.o src/ssytrd_sy2sb.o src/dsytrd_sy2sb.o src/chetrd_he2hb.o src/ssytrd_sb2st.o src/dsytrd_sb2st.o src/chetrd_hb2st.o src/sbulge_back.o src/dbulge_back.o src/cbulge_back.o src/sorgqr_2stage_gpu.o src/dorgqr_2stage_gpu.o src/cungqr_2stage_gpu.o src/sormqr_2stage_gpu.o src/dormqr_2stage_gpu.o src/cunmqr_2stage_gpu.o src/ssygvdx_2stage.o src/dsygvdx_2stage.o src/chegvdx_2stage.o src/cheevdx_2stage.o src/dsyevdx_2stage.o src/ssyevdx_2stage.o src/sbulge_back_m.o src/dbulge_back_m.o src/cbulge_back_m.o src/sbulge_applyQ_v2_m.o src/dbulge_applyQ_v2_m.o src/cbulge_applyQ_v2_m.o src/cheevdx_2stage_m.o src/dsyevdx_2stage_m.o src/ssyevdx_2stage_m.o src/ssygvdx_2stage_m.o src/dsygvdx_2stage_m.o src/chegvdx_2stage_m.o src/ssytrd_sy2sb_mgpu.o src/dsytrd_sy2sb_mgpu.o src/chetrd_he2hb_mgpu.o src/core_slarfy.o src/core_dlarfy.o src/core_clarfy.o src/core_ssbtype1cb.o src/core_dsbtype1cb.o src/core_chbtype1cb.o src/core_ssbtype2cb.o src/core_dsbtype2cb.o src/core_chbtype2cb.o src/core_ssbtype3cb.o src/core_dsbtype3cb.o src/core_chbtype3cb.o src/ssygvd.o src/ssygvdx.o src/ssygst.o src/dsygst.o src/chegst.o src/chegvd.o src/chegvdx.o src/chegvr.o src/chegvx.o src/ssygst_gpu.o src/dsygst_gpu.o src/chegst_gpu.o src/ssygst_m.o src/dsygst_m.o src/chegst_m.o src/ssygvd_m.o src/chegvd_m.o src/ssygvdx_m.o src/chegvdx_m.o src/strsm_m.o src/dtrsm_m.o src/ctrsm_m.o src/sgeev.o src/cgeev.o src/sgehrd.o src/dgehrd.o src/cgehrd.o src/sgehrd2.o src/dgehrd2.o src/cgehrd2.o src/slahr2.o src/dlahr2.o src/clahr2.o src/slahru.o src/dlahru.o src/clahru.o src/slaln2.o src/slaqtrsd.o src/clatrsd.o src/strevc3.o src/strevc3_mt.o src/ctrevc3.o src/ctrevc3_mt.o src/sorghr.o src/dorghr.o src/cunghr.o src/sgeev_m.o src/cgeev_m.o src/sgehrd_m.o src/dgehrd_m.o src/cgehrd_m.o src/slahr2_m.o src/dlahr2_m.o src/clahr2_m.o src/slahru_m.o src/dlahru_m.o src/clahru_m.o src/sorghr_m.o src/dorghr_m.o src/cunghr_m.o src/sgesdd.o src/cgesdd.o src/sgesvd.o src/cgesvd.o src/sgebrd.o src/dgebrd.o src/cgebrd.o src/slabrd_gpu.o src/dlabrd_gpu.o src/clabrd_gpu.o src/sorgbr.o src/dorgbr.o src/cungbr.o src/sormbr.o src/dormbr.o src/cunmbr.o src/sgbsv_batched.o src/dgbsv_batched.o src/cgbsv_batched.o src/sgbtrf_batched.o src/dgbtrf_batched.o src/cgbtrf_batched.o src/sgbtrs_batched.o src/dgbtrs_batched.o src/cgbtrs_batched.o src/sgetf2_batched.o src/dgetf2_batched.o src/cgetf2_batched.o src/sgetf2_nopiv_batched.o src/dgetf2_nopiv_batched.o src/cgetf2_nopiv_batched.o src/sgetrf_panel_batched.o src/dgetrf_panel_batched.o src/cgetrf_panel_batched.o src/sgetrf_panel_nopiv_batched.o src/dgetrf_panel_nopiv_batched.o src/cgetrf_panel_nopiv_batched.o src/sgetrf_batched.o src/dgetrf_batched.o src/cgetrf_batched.o src/sgetrf_nopiv_batched.o src/dgetrf_nopiv_batched.o src/cgetrf_nopiv_batched.o src/sgetrs_batched.o src/dgetrs_batched.o src/cgetrs_batched.o src/sgetrs_nopiv_batched.o src/dgetrs_nopiv_batched.o src/cgetrs_nopiv_batched.o src/sgesv_batched.o src/dgesv_batched.o src/cgesv_batched.o src/sgesv_nopiv_batched.o src/dgesv_nopiv_batched.o src/cgesv_nopiv_batched.o src/sgerbt_batched.o src/dgerbt_batched.o src/cgerbt_batched.o src/sgesv_rbt_batched.o src/dgesv_rbt_batched.o src/cgesv_rbt_batched.o src/sgetri_outofplace_batched.o src/dgetri_outofplace_batched.o src/cgetri_outofplace_batched.o src/spotf2_batched.o src/dpotf2_batched.o src/cpotf2_batched.o src/spotrf_batched.o src/dpotrf_batched.o src/cpotrf_batched.o src/spotrf_panel_batched.o src/dpotrf_panel_batched.o src/cpotrf_panel_batched.o src/spotrs_batched.o src/dpotrs_batched.o src/cpotrs_batched.o src/sposv_batched.o src/dposv_batched.o src/cposv_batched.o src/slarft_batched.o src/dlarft_batched.o src/clarft_batched.o src/slarfb_gemm_batched.o src/dlarfb_gemm_batched.o src/clarfb_gemm_batched.o src/sgeqrf_panel_batched.o src/dgeqrf_panel_batched.o src/cgeqrf_panel_batched.o src/sgeqrf_batched.o src/dgeqrf_batched.o src/cgeqrf_batched.o src/sgeqrf_expert_batched.o src/dgeqrf_expert_batched.o src/cgeqrf_expert_batched.o src/sgetf2_vbatched.o src/dgetf2_vbatched.o src/cgetf2_vbatched.o src/sgetrf_panel_vbatched.o src/dgetrf_panel_vbatched.o src/cgetrf_panel_vbatched.o src/sgetrf_vbatched.o src/dgetrf_vbatched.o src/cgetrf_vbatched.o src/spotf2_vbatched.o src/dpotf2_vbatched.o src/cpotf2_vbatched.o src/spotrf_panel_vbatched.o src/dpotrf_panel_vbatched.o src/cpotrf_panel_vbatched.o src/spotrf_vbatched.o src/dpotrf_vbatched.o src/cpotrf_vbatched.o src/sgetf2_native.o src/dgetf2_native.o src/cgetf2_native.o src/sgetrf_panel_native.o src/dgetrf_panel_native.o src/cgetrf_panel_native.o src/spotrf_panel_native.o src/dpotrf_panel_native.o src/cpotrf_panel_native.o interface_hip/blas_s_v1.o interface_hip/blas_d_v1.o interface_hip/blas_c_v1.o interface_hip/blas_s_v2.o interface_hip/blas_d_v2.o interface_hip/blas_c_v2.o magmablas_hip/saxpycp.hip.o magmablas_hip/daxpycp.hip.o magmablas_hip/caxpycp.hip.o magmablas_hip/dsaxpycp.hip.o magmablas_hip/sdiinertia.hip.o magmablas_hip/ddiinertia.hip.o magmablas_hip/cdiinertia.hip.o magmablas_hip/sgeadd.hip.o magmablas_hip/dgeadd.hip.o magmablas_hip/cgeadd.hip.o magmablas_hip/sgeadd2.hip.o magmablas_hip/dgeadd2.hip.o magmablas_hip/cgeadd2.hip.o magmablas_hip/sgeam.hip.o magmablas_hip/dgeam.hip.o magmablas_hip/cgeam.hip.o magmablas_hip/sgemm_reduce.hip.o magmablas_hip/dgemm_reduce.hip.o magmablas_hip/cgemm_reduce.hip.o magmablas_hip/sgemv_conj.hip.o magmablas_hip/dgemv_conj.hip.o magmablas_hip/cgemv_conj.hip.o magmablas_hip/sgemv_fermi.hip.o magmablas_hip/dgemv_fermi.hip.o magmablas_hip/cgemv_fermi.hip.o magmablas_hip/sgerbt.hip.o magmablas_hip/dgerbt.hip.o magmablas_hip/cgerbt.hip.o magmablas_hip/sgerbt_kernels.hip.o magmablas_hip/dgerbt_kernels.hip.o magmablas_hip/cgerbt_kernels.hip.o magmablas_hip/sgetmatrix_transpose.o magmablas_hip/dgetmatrix_transpose.o magmablas_hip/cgetmatrix_transpose.o magmablas_hip/ssiinertia.hip.o magmablas_hip/dsiinertia.hip.o magmablas_hip/cheinertia.hip.o magmablas_hip/chemm.hip.o magmablas_hip/ssymv.hip.o magmablas_hip/dsymv.hip.o magmablas_hip/chemv.hip.o magmablas_hip/ssymv_upper.hip.o magmablas_hip/dsymv_upper.hip.o magmablas_hip/chemv_upper.hip.o magmablas_hip/ssyr2k.o magmablas_hip/dsyr2k.o magmablas_hip/cher2k.o magmablas_hip/ssyrk.o magmablas_hip/dsyrk.o magmablas_hip/cherk.o magmablas_hip/ssyrk_small_reduce.hip.o magmablas_hip/dsyrk_small_reduce.hip.o magmablas_hip/cherk_small_reduce.hip.o magmablas_hip/slacpy.hip.o magmablas_hip/dlacpy.hip.o magmablas_hip/clacpy.hip.o magmablas_hip/slacpy_conj.hip.o magmablas_hip/dlacpy_conj.hip.o magmablas_hip/clacpy_conj.hip.o magmablas_hip/slacpy_sym_in.hip.o magmablas_hip/dlacpy_sym_in.hip.o magmablas_hip/clacpy_sym_in.hip.o magmablas_hip/slacpy_sym_out.hip.o magmablas_hip/dlacpy_sym_out.hip.o magmablas_hip/clacpy_sym_out.hip.o magmablas_hip/dlag2s.hip.o magmablas_hip/slag2d.hip.o magmablas_hip/slange.hip.o magmablas_hip/dlange.hip.o magmablas_hip/clange.hip.o magmablas_hip/slansy.hip.o magmablas_hip/dlansy.hip.o magmablas_hip/clanhe.hip.o magmablas_hip/slaqps2_gpu.hip.o magmablas_hip/dlaqps2_gpu.hip.o magmablas_hip/claqps2_gpu.hip.o magmablas_hip/slarf.hip.o magmablas_hip/dlarf.hip.o magmablas_hip/clarf.hip.o magmablas_hip/slarfbx.hip.o magmablas_hip/dlarfbx.hip.o magmablas_hip/clarfbx.hip.o magmablas_hip/slarfg-v2.hip.o magmablas_hip/dlarfg-v2.hip.o magmablas_hip/clarfg-v2.hip.o magmablas_hip/slarfg.hip.o magmablas_hip/dlarfg.hip.o magmablas_hip/clarfg.hip.o magmablas_hip/slarfgx-v2.hip.o magmablas_hip/dlarfgx-v2.hip.o magmablas_hip/clarfgx-v2.hip.o magmablas_hip/slarft_kernels.hip.o magmablas_hip/dlarft_kernels.hip.o magmablas_hip/clarft_kernels.hip.o magmablas_hip/slarfx.hip.o magmablas_hip/dlarfx.hip.o magmablas_hip/clarfx.hip.o magmablas_hip/slascl.hip.o magmablas_hip/dlascl.hip.o magmablas_hip/clascl.hip.o magmablas_hip/slascl2.hip.o magmablas_hip/dlascl2.hip.o magmablas_hip/clascl2.hip.o magmablas_hip/slascl_2x2.hip.o magmablas_hip/dlascl_2x2.hip.o magmablas_hip/clascl_2x2.hip.o magmablas_hip/slascl_diag.hip.o magmablas_hip/dlascl_diag.hip.o magmablas_hip/clascl_diag.hip.o magmablas_hip/slaset.hip.o magmablas_hip/dlaset.hip.o magmablas_hip/claset.hip.o magmablas_hip/slaset_band.hip.o magmablas_hip/dlaset_band.hip.o magmablas_hip/claset_band.hip.o magmablas_hip/slaswp.hip.o magmablas_hip/dlaswp.hip.o magmablas_hip/claswp.hip.o magmablas_hip/dslaswp.hip.o magmablas_hip/slaswp_sym.hip.o magmablas_hip/dlaswp_sym.hip.o magmablas_hip/claswp_sym.hip.o magmablas_hip/dlat2s.hip.o magmablas_hip/slat2d.hip.o magmablas_hip/snrm2.hip.o magmablas_hip/dnrm2.hip.o magmablas_hip/scnrm2.hip.o magmablas_hip/ssetmatrix_transpose.o magmablas_hip/dsetmatrix_transpose.o magmablas_hip/csetmatrix_transpose.o magmablas_hip/sswap.hip.o magmablas_hip/dswap.hip.o magmablas_hip/cswap.hip.o magmablas_hip/sswapblk.hip.o magmablas_hip/dswapblk.hip.o magmablas_hip/cswapblk.hip.o magmablas_hip/sswapdblk.hip.o magmablas_hip/dswapdblk.hip.o magmablas_hip/cswapdblk.hip.o magmablas_hip/ssymm.hip.o magmablas_hip/dsymm.hip.o magmablas_hip/csymm.hip.o magmablas_hip/ssymmetrize.hip.o magmablas_hip/dsymmetrize.hip.o magmablas_hip/csymmetrize.hip.o magmablas_hip/ssymmetrize_tiles.hip.o magmablas_hip/dsymmetrize_tiles.hip.o magmablas_hip/csymmetrize_tiles.hip.o magmablas_hip/csymv.hip.o magmablas_hip/csymv_upper.hip.o magmablas_hip/stranspose.hip.o magmablas_hip/dtranspose.hip.o magmablas_hip/ctranspose.hip.o magmablas_hip/ctranspose_conj.hip.o magmablas_hip/ctranspose_conj_inplace.hip.o magmablas_hip/stranspose_inplace.hip.o magmablas_hip/dtranspose_inplace.hip.o magmablas_hip/ctranspose_inplace.hip.o magmablas_hip/strmm.hip.o magmablas_hip/dtrmm.hip.o magmablas_hip/ctrmm.hip.o magmablas_hip/strmv.hip.o magmablas_hip/dtrmv.hip.o magmablas_hip/ctrmv.hip.o magmablas_hip/ctrsm.hip.o magmablas_hip/dtrsm.hip.o magmablas_hip/strsm.hip.o magmablas_hip/strsv.hip.o magmablas_hip/dtrsv.hip.o magmablas_hip/ctrsv.hip.o magmablas_hip/ctrtri_diag.hip.o magmablas_hip/dtrtri_diag.hip.o magmablas_hip/strtri_diag.hip.o magmablas_hip/ctrtri_lower.hip.o magmablas_hip/dtrtri_lower.hip.o magmablas_hip/strtri_lower.hip.o magmablas_hip/ctrtri_lower_batched.hip.o magmablas_hip/dtrtri_lower_batched.hip.o magmablas_hip/strtri_lower_batched.hip.o magmablas_hip/ctrtri_upper.hip.o magmablas_hip/dtrtri_upper.hip.o magmablas_hip/strtri_upper.hip.o magmablas_hip/ctrtri_upper_batched.hip.o magmablas_hip/dtrtri_upper_batched.hip.o magmablas_hip/strtri_upper_batched.hip.o magmablas_hip/magmablas_c_v1.o magmablas_hip/magmablas_d_v1.o magmablas_hip/magmablas_s_v1.o magmablas_hip/magmablas_ds_v1.o magmablas_hip/sbcyclic.o magmablas_hip/dbcyclic.o magmablas_hip/cbcyclic.o magmablas_hip/sgetmatrix_transpose_mgpu.o magmablas_hip/dgetmatrix_transpose_mgpu.o magmablas_hip/cgetmatrix_transpose_mgpu.o magmablas_hip/ssetmatrix_transpose_mgpu.o magmablas_hip/dsetmatrix_transpose_mgpu.o magmablas_hip/csetmatrix_transpose_mgpu.o magmablas_hip/ssymv_mgpu.hip.o magmablas_hip/dsymv_mgpu.hip.o magmablas_hip/chemv_mgpu.hip.o magmablas_hip/ssymv_mgpu_upper.hip.o magmablas_hip/dsymv_mgpu_upper.hip.o magmablas_hip/chemv_mgpu_upper.hip.o magmablas_hip/ssymm_mgpu.o magmablas_hip/dsymm_mgpu.o magmablas_hip/chemm_mgpu.o magmablas_hip/ssyr2k_mgpu.o magmablas_hip/dsyr2k_mgpu.o magmablas_hip/cher2k_mgpu.o magmablas_hip/ssyrk_mgpu.o magmablas_hip/dsyrk_mgpu.o magmablas_hip/cherk_mgpu.o magmablas_hip/sgetf2.hip.o magmablas_hip/dgetf2.hip.o magmablas_hip/cgetf2.hip.o magmablas_hip/sgeqr2.o magmablas_hip/dgeqr2.o magmablas_hip/cgeqr2.o magmablas_hip/sgeqr2x_gpu-v4.hip.o magmablas_hip/dgeqr2x_gpu-v4.hip.o magmablas_hip/cgeqr2x_gpu-v4.hip.o magmablas_hip/spotf2.hip.o magmablas_hip/dpotf2.hip.o magmablas_hip/cpotf2.hip.o magmablas_hip/sgetf2_native_kernel.hip.o magmablas_hip/dgetf2_native_kernel.hip.o magmablas_hip/cgetf2_native_kernel.hip.o magmablas_hip/ssytrs.hip.o magmablas_hip/dsytrs.hip.o magmablas_hip/chetrs.hip.o magmablas_hip/sgbsv_kernels.hip.o magmablas_hip/dgbsv_kernels.hip.o magmablas_hip/cgbsv_kernels.hip.o magmablas_hip/sgbtf2_kernels.hip.o magmablas_hip/dgbtf2_kernels.hip.o magmablas_hip/cgbtf2_kernels.hip.o magmablas_hip/sgbtrf_batched_fused_sm.hip.o magmablas_hip/dgbtrf_batched_fused_sm.hip.o magmablas_hip/cgbtrf_batched_fused_sm.hip.o magmablas_hip/sgbtrf_batched_sliding_window_sm.hip.o magmablas_hip/dgbtrf_batched_sliding_window_sm.hip.o magmablas_hip/cgbtrf_batched_sliding_window_sm.hip.o magmablas_hip/sgbtrs_kernels.hip.o magmablas_hip/dgbtrs_kernels.hip.o magmablas_hip/cgbtrs_kernels.hip.o magmablas_hip/sgeadd_batched.hip.o magmablas_hip/dgeadd_batched.hip.o magmablas_hip/cgeadd_batched.hip.o magmablas_hip/sgemm_batched.o magmablas_hip/dgemm_batched.o magmablas_hip/cgemm_batched.o magmablas_hip/sgemm_batched_smallsq.hip.o magmablas_hip/dgemm_batched_smallsq.hip.o magmablas_hip/cgemm_batched_smallsq.hip.o magmablas_hip/sgemv_batched.o magmablas_hip/dgemv_batched.o magmablas_hip/cgemv_batched.o magmablas_hip/sgemv_batched_smallsq.hip.o magmablas_hip/dgemv_batched_smallsq.hip.o magmablas_hip/cgemv_batched_smallsq.hip.o magmablas_hip/ssymv_batched_core.hip.o magmablas_hip/dsymv_batched_core.hip.o magmablas_hip/chemv_batched_core.hip.o magmablas_hip/sgeqr2_batched.hip.o magmablas_hip/dgeqr2_batched.hip.o magmablas_hip/cgeqr2_batched.hip.o magmablas_hip/sgeqr2_batched_fused_reg.hip.o magmablas_hip/dgeqr2_batched_fused_reg.hip.o magmablas_hip/cgeqr2_batched_fused_reg.hip.o magmablas_hip/sgeqr2_batched_fused_reg_medium.hip.o magmablas_hip/dgeqr2_batched_fused_reg_medium.hip.o magmablas_hip/cgeqr2_batched_fused_reg_medium.hip.o magmablas_hip/sgeqr2_batched_fused_reg_tall.hip.o magmablas_hip/dgeqr2_batched_fused_reg_tall.hip.o magmablas_hip/cgeqr2_batched_fused_reg_tall.hip.o magmablas_hip/sgeqr2_batched_fused_sm.hip.o magmablas_hip/dgeqr2_batched_fused_sm.hip.o magmablas_hip/cgeqr2_batched_fused_sm.hip.o magmablas_hip/sgeqrf_batched_smallsq.hip.o magmablas_hip/dgeqrf_batched_smallsq.hip.o magmablas_hip/cgeqrf_batched_smallsq.hip.o magmablas_hip/sgerbt_func_batched.hip.o magmablas_hip/dgerbt_func_batched.hip.o magmablas_hip/cgerbt_func_batched.hip.o magmablas_hip/sgesv_batched_small.hip.o magmablas_hip/dgesv_batched_small.hip.o magmablas_hip/cgesv_batched_small.hip.o magmablas_hip/sgetf2_kernels.hip.o magmablas_hip/dgetf2_kernels.hip.o magmablas_hip/cgetf2_kernels.hip.o magmablas_hip/sgetrf_batched_smallsq_noshfl.hip.o magmablas_hip/dgetrf_batched_smallsq_noshfl.hip.o magmablas_hip/cgetrf_batched_smallsq_noshfl.hip.o magmablas_hip/sgetrf_batched_smallsq_shfl.hip.o magmablas_hip/dgetrf_batched_smallsq_shfl.hip.o magmablas_hip/cgetrf_batched_smallsq_shfl.hip.o magmablas_hip/ssymm_batched_core.hip.o magmablas_hip/dsymm_batched_core.hip.o magmablas_hip/chemm_batched_core.hip.o magmablas_hip/ssyr2k_batched.o magmablas_hip/dsyr2k_batched.o magmablas_hip/cher2k_batched.o magmablas_hip/ssyrk_batched.o magmablas_hip/dsyrk_batched.o magmablas_hip/cherk_batched.o magmablas_hip/slarf_batched_fused_reg.hip.o magmablas_hip/dlarf_batched_fused_reg.hip.o magmablas_hip/clarf_batched_fused_reg.hip.o magmablas_hip/slarf_batched_fused_reg_medium.hip.o magmablas_hip/dlarf_batched_fused_reg_medium.hip.o magmablas_hip/clarf_batched_fused_reg_medium.hip.o magmablas_hip/slarf_batched_fused_reg_tall.hip.o magmablas_hip/dlarf_batched_fused_reg_tall.hip.o magmablas_hip/clarf_batched_fused_reg_tall.hip.o magmablas_hip/slarf_batched_fused_sm.hip.o magmablas_hip/dlarf_batched_fused_sm.hip.o magmablas_hip/clarf_batched_fused_sm.hip.o magmablas_hip/slaswp_batched.hip.o magmablas_hip/dlaswp_batched.hip.o magmablas_hip/claswp_batched.hip.o magmablas_hip/spotf2_kernels.hip.o magmablas_hip/dpotf2_kernels.hip.o magmablas_hip/cpotf2_kernels.hip.o magmablas_hip/sset_pointer.hip.o magmablas_hip/dset_pointer.hip.o magmablas_hip/cset_pointer.hip.o magmablas_hip/csyr2k_batched.o magmablas_hip/strmm_batched_core.hip.o magmablas_hip/dtrmm_batched_core.hip.o magmablas_hip/ctrmm_batched_core.hip.o magmablas_hip/ctrsm_batched.o magmablas_hip/dtrsm_batched.o magmablas_hip/strsm_batched.o magmablas_hip/strsm_batched_core.o magmablas_hip/dtrsm_batched_core.o magmablas_hip/ctrsm_batched_core.o magmablas_hip/strsm_small_batched.hip.o magmablas_hip/dtrsm_small_batched.hip.o magmablas_hip/ctrsm_small_batched.hip.o magmablas_hip/strsv_batched.hip.o magmablas_hip/dtrsv_batched.hip.o magmablas_hip/ctrsv_batched.hip.o magmablas_hip/ctrtri_diag_batched.hip.o magmablas_hip/dtrtri_diag_batched.hip.o magmablas_hip/strtri_diag_batched.hip.o magmablas_hip/sgetf2_nopiv_kernels.hip.o magmablas_hip/dgetf2_nopiv_kernels.hip.o magmablas_hip/cgetf2_nopiv_kernels.hip.o magmablas_hip/ssymm_vbatched_core.hip.o magmablas_hip/dsymm_vbatched_core.hip.o magmablas_hip/chemm_vbatched_core.hip.o magmablas_hip/ssymv_vbatched_core.hip.o magmablas_hip/dsymv_vbatched_core.hip.o magmablas_hip/chemv_vbatched_core.hip.o magmablas_hip/strmm_vbatched_core.hip.o magmablas_hip/dtrmm_vbatched_core.hip.o magmablas_hip/ctrmm_vbatched_core.hip.o magmablas_hip/strsm_small_vbatched.hip.o magmablas_hip/dtrsm_small_vbatched.hip.o magmablas_hip/ctrsm_small_vbatched.hip.o magmablas_hip/ctrsm_inv_vbatched_core.hip.o magmablas_hip/dtrsm_inv_vbatched_core.hip.o magmablas_hip/strsm_inv_vbatched_core.hip.o magmablas_hip/ctrtri_diag_vbatched.hip.o magmablas_hip/dtrtri_diag_vbatched.hip.o magmablas_hip/strtri_diag_vbatched.hip.o magmablas_hip/sgemm_vbatched.o magmablas_hip/dgemm_vbatched.o magmablas_hip/cgemm_vbatched.o magmablas_hip/sgemv_vbatched.o magmablas_hip/dgemv_vbatched.o magmablas_hip/cgemv_vbatched.o magmablas_hip/ssymm_vbatched.o magmablas_hip/dsymm_vbatched.o magmablas_hip/chemm_vbatched.o magmablas_hip/ssymv_vbatched.o magmablas_hip/dsymv_vbatched.o magmablas_hip/chemv_vbatched.o magmablas_hip/ssyr2k_vbatched.o magmablas_hip/dsyr2k_vbatched.o magmablas_hip/cher2k_vbatched.o magmablas_hip/ssyrk_vbatched.o magmablas_hip/dsyrk_vbatched.o magmablas_hip/cherk_vbatched.o magmablas_hip/csyr2k_vbatched.o magmablas_hip/csyrk_vbatched.o magmablas_hip/strmm_vbatched.o magmablas_hip/dtrmm_vbatched.o magmablas_hip/ctrmm_vbatched.o magmablas_hip/strsm_vbatched_core.o magmablas_hip/dtrsm_vbatched_core.o magmablas_hip/ctrsm_vbatched_core.o magmablas_hip/strsm_vbatched.o magmablas_hip/dtrsm_vbatched.o magmablas_hip/ctrsm_vbatched.o magmablas_hip/strsm_inv_vbatched.o magmablas_hip/dtrsm_inv_vbatched.o magmablas_hip/ctrsm_inv_vbatched.o magmablas_hip/sgetf2_kernels_var.hip.o magmablas_hip/dgetf2_kernels_var.hip.o magmablas_hip/cgetf2_kernels_var.hip.o magmablas_hip/slaswp_vbatched.hip.o magmablas_hip/dlaswp_vbatched.hip.o magmablas_hip/claswp_vbatched.hip.o magmablas_hip/spotf2_kernels_var.hip.o magmablas_hip/dpotf2_kernels_var.hip.o magmablas_hip/cpotf2_kernels_var.hip.o magmablas_hip/blas_sbatched.o magmablas_hip/blas_dbatched.o magmablas_hip/blas_cbatched.o magmablas_hip/cposv_irgmres_kernels.hip.o magmablas_hip/dposv_irgmres_kernels.hip.o magmablas_hip/sposv_irgmres_kernels.hip.o \ 2024-08-20T22:28:23.6459286Z #31 868.8 -L./lib -L/opt/rocm/lib -L/opt/conda/envs/py_3.8/lib/intel64 -L/opt/conda/envs/py_3.8/lib -lpthread -lstdc++ -lm -lgomp -lmkl_gf_lp64 -lmkl_gnu_thread -lmkl_core -lhipblas -lhipsparse -Wl,--enable-new-dtags -Wl,--rpath,/opt/rocm/lib -Wl,--rpath,/opt/conda/envs/py_3.8/lib -Wl,--rpath,/opt/rocm/magma/lib -ldl 2024-08-20T22:28:23.7498521Z #31 869.1 2024-08-20T22:28:24.1965009Z #31 869.6 ./tools/codegen.py -p d testing/testing_zgemm.cpp 2024-08-20T22:28:24.3051604Z #31 869.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./testing -c -o testing/magma_util.o testing/magma_util.cpp 2024-08-20T22:28:24.3054307Z #31 869.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./testing -c -o testing/magma_zutil.o testing/magma_zutil.cpp 2024-08-20T22:28:24.3057332Z #31 869.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./testing -c -o testing/magma_zgesvd_check.o testing/magma_zgesvd_check.cpp 2024-08-20T22:28:24.3059790Z #31 869.6 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./testing -c -o testing/magma_generate.o testing/magma_generate.cpp 2024-08-20T22:28:24.3061261Z #31 869.6 ./tools/codegen.py -p c testing/magma_zutil.cpp 2024-08-20T22:28:24.3061977Z #31 869.6 ./tools/codegen.py -p d testing/magma_zutil.cpp 2024-08-20T22:28:24.3062741Z #31 869.6 ./tools/codegen.py -p s testing/magma_zutil.cpp 2024-08-20T22:28:24.3063538Z #31 869.6 ./tools/codegen.py -p s testing/magma_zgesvd_check.cpp 2024-08-20T22:28:24.3064276Z #31 869.6 ./tools/codegen.py -p d testing/magma_zgesvd_check.cpp 2024-08-20T22:28:24.3064996Z #31 869.6 ./tools/codegen.py -p c testing/magma_zgesvd_check.cpp 2024-08-20T22:28:24.3066135Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/zbdt01.o testing/lin/zbdt01.f 2024-08-20T22:28:24.3067568Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/zget22.o testing/lin/zget22.f 2024-08-20T22:28:24.3069069Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/zhet21.o testing/lin/zhet21.f 2024-08-20T22:28:24.3070497Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/zhet22.o testing/lin/zhet22.f 2024-08-20T22:28:24.3071928Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/zhst01.o testing/lin/zhst01.f 2024-08-20T22:28:24.3073412Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/zunt01.o testing/lin/zunt01.f 2024-08-20T22:28:24.3074852Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/zqpt01.o testing/lin/zqpt01.f 2024-08-20T22:28:24.3076270Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/zqrt02.o testing/lin/zqrt02.f 2024-08-20T22:28:24.3077692Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/zlarfy.o testing/lin/zlarfy.f 2024-08-20T22:28:24.3079121Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/zstt21.o testing/lin/zstt21.f 2024-08-20T22:28:24.3080540Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/cbdt01.o testing/lin/cbdt01.f 2024-08-20T22:28:24.3081954Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/cget22.o testing/lin/cget22.f 2024-08-20T22:28:24.3083387Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/chet21.o testing/lin/chet21.f 2024-08-20T22:28:24.3084816Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/chet22.o testing/lin/chet22.f 2024-08-20T22:28:24.3086247Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/chst01.o testing/lin/chst01.f 2024-08-20T22:28:24.3087665Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/cunt01.o testing/lin/cunt01.f 2024-08-20T22:28:24.3089093Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/cqpt01.o testing/lin/cqpt01.f 2024-08-20T22:28:24.3090525Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/cqrt02.o testing/lin/cqrt02.f 2024-08-20T22:28:24.3091935Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/clarfy.o testing/lin/clarfy.f 2024-08-20T22:28:24.3093423Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/cstt21.o testing/lin/cstt21.f 2024-08-20T22:28:24.3094997Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/dbdt01.o testing/lin/dbdt01.f 2024-08-20T22:28:24.3096432Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/dget22.o testing/lin/dget22.f 2024-08-20T22:28:24.3097851Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/dsyt21.o testing/lin/dsyt21.f 2024-08-20T22:28:24.3099414Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/dsyt22.o testing/lin/dsyt22.f 2024-08-20T22:28:24.3100838Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/dhst01.o testing/lin/dhst01.f 2024-08-20T22:28:24.3102325Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/dort01.o testing/lin/dort01.f 2024-08-20T22:28:24.3103735Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/dqpt01.o testing/lin/dqpt01.f 2024-08-20T22:28:24.3105158Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/dqrt02.o testing/lin/dqrt02.f 2024-08-20T22:28:24.3106586Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/dlarfy.o testing/lin/dlarfy.f 2024-08-20T22:28:24.3108055Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/dstt21.o testing/lin/dstt21.f 2024-08-20T22:28:24.3109470Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/sbdt01.o testing/lin/sbdt01.f 2024-08-20T22:28:24.3110895Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/sget22.o testing/lin/sget22.f 2024-08-20T22:28:24.3112370Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/ssyt21.o testing/lin/ssyt21.f 2024-08-20T22:28:24.3113786Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/ssyt22.o testing/lin/ssyt22.f 2024-08-20T22:28:24.3115206Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/shst01.o testing/lin/shst01.f 2024-08-20T22:28:24.3116626Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/sort01.o testing/lin/sort01.f 2024-08-20T22:28:24.3118055Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/sqpt01.o testing/lin/sqpt01.f 2024-08-20T22:28:24.3119474Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/sqrt02.o testing/lin/sqrt02.f 2024-08-20T22:28:24.3120905Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/slarfy.o testing/lin/slarfy.f 2024-08-20T22:28:24.3122332Z #31 869.6 gfortran -O3 -fPIC -DNDEBUG -DADD_ -Wall -Wno-unused-dummy-argument -c -o testing/lin/sstt21.o testing/lin/sstt21.f 2024-08-20T22:28:24.3123231Z #31 869.7 ===== static library lib/libmagma.a 2024-08-20T22:28:24.5942779Z #31 869.7 ar cr lib/libmagma.a control/magma_f77.o control/magma_param.o control/magma.o control/abs.o control/affinity.o control/auxiliary.o control/constants.o control/get_batched_crossover.o control/get_batched_gemm_decision.o control/get_batched_gbtrf_params.o control/get_nb.o control/get_ntcol.o control/magma_bulge.o control/magma_threadsetting.o control/magma_timer.o control/magma_winthread.o control/magma_yield.o control/magma_zauxiliary.o control/magma_zbulge.o control/magma_znan_inf.o control/pthread_barrier.o control/sqrt.o control/strlcpy.o control/thread_queue.o control/trace.o control/xerbla.o control/zpanel_to_q.o control/zprint.o control/iprint.o control/magma_sf77.o control/magma_df77.o control/magma_cf77.o control/magma_zf77.o control/magma_sfortran.o control/magma_dfortran.o control/magma_cfortran.o control/magma_zfortran.o control/magmablas_sf77.o control/magmablas_df77.o control/magmablas_cf77.o control/magmablas_zf77.o control/magmablas_sfortran.o control/magmablas_dfortran.o control/magmablas_cfortran.o control/magmablas_zfortran.o src/cblas_z.o src/zcposv_gpu.o src/zposv_gpu.o src/zpotrf_gpu.o src/zpotri_gpu.o src/zpotrs_gpu.o src/zlauum_gpu.o src/ztrtri_gpu.o src/zpotrf_mgpu.o src/zpotrf_mgpu_right.o src/zpotrf3_mgpu.o src/zposv.o src/zpotrf.o src/zpotri.o src/zlauum.o src/ztrtri.o src/zpotrf_m.o src/shpotrf_gpu.o src/dfgmres_spd_gpu.o src/dshposv_gmres_gpu.o src/zcgesv_gpu.o src/zcgetrs_gpu.o src/dgmres_plu_gpu.o src/dxgesv_gmres_gpu.o src/xshgetrf_gpu.o src/xhsgetrf_gpu.o src/zgerfs_nopiv_gpu.o src/zgesv_gpu.o src/zgesv_nopiv_gpu.o src/zgetrf_gpu.o src/zgetrf_nopiv_gpu.o src/zgetri_gpu.o src/zgetrs_gpu.o src/zgetrs_nopiv_gpu.o src/zgetrf_mgpu.o src/zgetrf2_mgpu.o src/zgerbt_gpu.o src/zgbsv_gpu.o src/zgbtrf_gpu.o src/zgesv.o src/zgesv_rbt.o src/zgetrf.o src/zgetf2_nopiv.o src/zgetrf_nopiv.o src/zgetrf_m.o src/zcgeqrsv_gpu.o src/zgelqf_gpu.o src/zgels3_gpu.o src/zgels_gpu.o src/zgegqr_gpu.o src/zgeqrf2_gpu.o src/zgeqrf3_gpu.o src/zgeqrf_gpu.o src/zgeqr2x_gpu.o src/zgeqr2x_gpu-v2.o src/zgeqr2x_gpu-v3.o src/zgeqrs3_gpu.o src/zgeqrs_gpu.o src/zlarfb_gpu.o src/zlarfb_gpu_gemm.o src/zungqr_gpu.o src/zunmql2_gpu.o src/zunmqr2_gpu.o src/zunmqr_gpu.o src/zgeqrf_mgpu.o src/zgeqp3_gpu.o src/zlaqps_gpu.o src/zgelqf.o src/zgels.o src/zgeqlf.o src/zgeqrf.o src/zgeqrf_ooc.o src/zgglse.o src/zggrqf.o src/zunglq.o src/zungqr.o src/zungqr2.o src/zunmlq.o src/zunmql.o src/zunmqr.o src/zunmrq.o src/zgeqp3.o src/zlaqps.o src/zgeqrf_m.o src/zungqr_m.o src/zunmqr_m.o src/zhetrf_gpu.o src/zchesv_gpu.o src/zhesv.o src/zhetrf.o src/dsidi.o src/zhetrf_aasen.o src/zhetrf_nopiv.o src/zhetrf_nopiv_cpu.o src/zsytrf_nopiv_cpu.o src/zhetrf_nopiv_gpu.o src/zsytrf_nopiv_gpu.o src/zhetrs_nopiv_gpu.o src/zsytrs_nopiv_gpu.o src/zhesv_nopiv_gpu.o src/zsysv_nopiv_gpu.o src/zlahef_gpu.o src/dsyevd_gpu.o src/dsyevdx_gpu.o src/zheevd_gpu.o src/zheevdx_gpu.o src/zheevr_gpu.o src/zheevx_gpu.o src/zhetrd2_gpu.o src/zhetrd_gpu.o src/zunmtr_gpu.o src/dsyevd.o src/dsyevdx.o src/zheevd.o src/zheevdx.o src/zheevr.o src/zheevx.o src/dlaex0.o src/dlaex1.o src/dlaex3.o src/dmove_eig.o src/dstedx.o src/zhetrd.o src/zlatrd.o src/zlatrd2.o src/zstedx.o src/zungtr.o src/zunmtr.o src/zhetrd_mgpu.o src/zlatrd_mgpu.o src/dsyevd_m.o src/zheevd_m.o src/dsyevdx_m.o src/zheevdx_m.o src/dlaex0_m.o src/dlaex1_m.o src/dlaex3_m.o src/dstedx_m.o src/zstedx_m.o src/zunmtr_m.o src/zbulge_applyQ_v2.o src/zhetrd_he2hb.o src/zhetrd_hb2st.o src/zbulge_back.o src/zungqr_2stage_gpu.o src/zunmqr_2stage_gpu.o src/zhegvdx_2stage.o src/zheevdx_2stage.o src/zbulge_back_m.o src/zbulge_applyQ_v2_m.o src/zheevdx_2stage_m.o src/zhegvdx_2stage_m.o src/zhetrd_he2hb_mgpu.o src/core_zlarfy.o src/core_zhbtype1cb.o src/core_zhbtype2cb.o src/core_zhbtype3cb.o src/dsygvd.o src/dsygvdx.o src/zhegst.o src/zhegvd.o src/zhegvdx.o src/zhegvr.o src/zhegvx.o src/zhegst_gpu.o src/zhegst_m.o src/dsygvd_m.o src/zhegvd_m.o src/dsygvdx_m.o src/zhegvdx_m.o src/ztrsm_m.o src/dgeev.o src/zgeev.o src/zgehrd.o src/zgehrd2.o src/zlahr2.o src/zlahru.o src/dlaln2.o src/dlaqtrsd.o src/zlatrsd.o src/dtrevc3.o src/dtrevc3_mt.o src/ztrevc3.o src/ztrevc3_mt.o src/zunghr.o src/dgeev_m.o src/zgeev_m.o src/zgehrd_m.o src/zlahr2_m.o src/zlahru_m.o src/zunghr_m.o src/dgesdd.o src/zgesdd.o src/dgesvd.o src/zgesvd.o src/zgebrd.o src/zlabrd_gpu.o src/zungbr.o src/zunmbr.o src/zgbsv_batched.o src/zgbtrf_batched.o src/zgbtrs_batched.o src/zgetf2_batched.o src/zgetf2_nopiv_batched.o src/zgetrf_panel_batched.o src/zgetrf_panel_nopiv_batched.o src/zgetrf_batched.o src/zgetrf_nopiv_batched.o src/zgetrs_batched.o src/zgetrs_nopiv_batched.o src/zgesv_batched.o src/zgesv_nopiv_batched.o src/zgerbt_batched.o src/zgesv_rbt_batched.o src/zgetri_outofplace_batched.o src/zpotf2_batched.o src/zpotrf_batched.o src/zpotrf_panel_batched.o src/zpotrs_batched.o src/zposv_batched.o src/zlarft_batched.o src/zlarfb_gemm_batched.o src/zgeqrf_panel_batched.o src/zgeqrf_batched.o src/zgeqrf_expert_batched.o src/zgetf2_vbatched.o src/zgetrf_panel_vbatched.o src/zgetrf_vbatched.o src/zpotf2_vbatched.o src/zpotrf_panel_vbatched.o src/zpotrf_vbatched.o src/zgetf2_native.o src/zgetrf_panel_native.o src/zpotrf_panel_native.o interface_hip/alloc.o interface_hip/blas_h_v2.o interface_hip/blas_z_v1.o interface_hip/blas_z_v2.o interface_hip/copy_v1.o interface_hip/copy_v2.o interface_hip/error.o interface_hip/connection_mgpu.o interface_hip/interface.o interface_hip/interface_v1.o magmablas_hip/zaxpycp.hip.o magmablas_hip/zcaxpycp.hip.o magmablas_hip/zdiinertia.hip.o magmablas_hip/zgeadd.hip.o magmablas_hip/zgeadd2.hip.o magmablas_hip/zgeam.hip.o magmablas_hip/sgemm.hip.o magmablas_hip/dgemm.hip.o magmablas_hip/cgemm.hip.o magmablas_hip/zgemm.hip.o magmablas_hip/zgemm_reduce.hip.o magmablas_hip/zgemv_conj.hip.o magmablas_hip/zgemv_fermi.hip.o magmablas_hip/zgerbt.hip.o magmablas_hip/zgerbt_kernels.hip.o magmablas_hip/zgetmatrix_transpose.o magmablas_hip/zheinertia.hip.o magmablas_hip/zhemm.hip.o magmablas_hip/zhemv.hip.o magmablas_hip/zhemv_upper.hip.o magmablas_hip/zher2k.o magmablas_hip/zherk.o magmablas_hip/zherk_small_reduce.hip.o magmablas_hip/zlacpy.hip.o magmablas_hip/zlacpy_conj.hip.o magmablas_hip/zlacpy_sym_in.hip.o magmablas_hip/zlacpy_sym_out.hip.o magmablas_hip/zlag2c.hip.o magmablas_hip/clag2z.hip.o magmablas_hip/zlange.hip.o magmablas_hip/zlanhe.hip.o magmablas_hip/zlaqps2_gpu.hip.o magmablas_hip/zlarf.hip.o magmablas_hip/zlarfbx.hip.o magmablas_hip/zlarfg-v2.hip.o magmablas_hip/zlarfg.hip.o magmablas_hip/zlarfgx-v2.hip.o magmablas_hip/zlarft_kernels.hip.o magmablas_hip/zlarfx.hip.o magmablas_hip/zlascl.hip.o magmablas_hip/zlascl2.hip.o magmablas_hip/zlascl_2x2.hip.o magmablas_hip/zlascl_diag.hip.o magmablas_hip/zlaset.hip.o magmablas_hip/zlaset_band.hip.o magmablas_hip/zlaswp.hip.o magmablas_hip/zclaswp.hip.o magmablas_hip/zlaswp_sym.hip.o magmablas_hip/zlat2c.hip.o magmablas_hip/clat2z.hip.o magmablas_hip/dznrm2.hip.o magmablas_hip/zsetmatrix_transpose.o magmablas_hip/zswap.hip.o magmablas_hip/zswapblk.hip.o magmablas_hip/zswapdblk.hip.o magmablas_hip/zsymm.hip.o magmablas_hip/zsymmetrize.hip.o magmablas_hip/zsymmetrize_tiles.hip.o magmablas_hip/zsymv.hip.o magmablas_hip/zsymv_upper.hip.o magmablas_hip/ztranspose.hip.o magmablas_hip/ztranspose_conj.hip.o magmablas_hip/ztranspose_conj_inplace.hip.o magmablas_hip/ztranspose_inplace.hip.o magmablas_hip/ztrmm.hip.o magmablas_hip/ztrmv.hip.o magmablas_hip/ztrsm.hip.o magmablas_hip/ztrsv.hip.o magmablas_hip/ztrtri_diag.hip.o magmablas_hip/ztrtri_lower.hip.o magmablas_hip/ztrtri_lower_batched.hip.o magmablas_hip/ztrtri_upper.hip.o magmablas_hip/ztrtri_upper_batched.hip.o magmablas_hip/magmablas_z_v1.o magmablas_hip/magmablas_zc_v1.o magmablas_hip/zbcyclic.o magmablas_hip/zgetmatrix_transpose_mgpu.o magmablas_hip/zsetmatrix_transpose_mgpu.o magmablas_hip/zhemv_mgpu.hip.o magmablas_hip/zhemv_mgpu_upper.hip.o magmablas_hip/zhemm_mgpu.o magmablas_hip/zher2k_mgpu.o magmablas_hip/zherk_mgpu.o magmablas_hip/zgetf2.hip.o magmablas_hip/zgeqr2.o magmablas_hip/zgeqr2x_gpu-v4.hip.o magmablas_hip/zpotf2.hip.o magmablas_hip/zgetf2_native_kernel.hip.o magmablas_hip/zhetrs.hip.o magmablas_hip/zgbsv_kernels.hip.o magmablas_hip/zgbtf2_kernels.hip.o magmablas_hip/zgbtrf_batched_fused_sm.hip.o magmablas_hip/zgbtrf_batched_sliding_window_sm.hip.o magmablas_hip/zgbtrs_kernels.hip.o magmablas_hip/zgeadd_batched.hip.o magmablas_hip/zgemm_batched.o magmablas_hip/cgemm_batched_core.hip.o magmablas_hip/dgemm_batched_core.hip.o magmablas_hip/sgemm_batched_core.hip.o magmablas_hip/zgemm_batched_core.hip.o magmablas_hip/zgemm_batched_smallsq.hip.o magmablas_hip/zgemv_batched.o magmablas_hip/cgemv_batched_core.hip.o magmablas_hip/dgemv_batched_core.hip.o magmablas_hip/sgemv_batched_core.hip.o magmablas_hip/zgemv_batched_core.hip.o magmablas_hip/zgemv_batched_smallsq.hip.o magmablas_hip/zhemv_batched_core.hip.o magmablas_hip/zgeqr2_batched.hip.o magmablas_hip/zgeqr2_batched_fused_reg.hip.o magmablas_hip/zgeqr2_batched_fused_reg_medium.hip.o magmablas_hip/zgeqr2_batched_fused_reg_tall.hip.o magmablas_hip/zgeqr2_batched_fused_sm.hip.o magmablas_hip/zgeqrf_batched_smallsq.hip.o magmablas_hip/zgerbt_func_batched.hip.o magmablas_hip/zgesv_batched_small.hip.o magmablas_hip/zgetf2_kernels.hip.o magmablas_hip/zgetrf_batched_smallsq_noshfl.hip.o magmablas_hip/zgetrf_batched_smallsq_shfl.hip.o magmablas_hip/getrf_setup_pivinfo.hip.o magmablas_hip/zhemm_batched_core.hip.o magmablas_hip/zher2k_batched.o magmablas_hip/zherk_batched.o magmablas_hip/cherk_batched_core.hip.o magmablas_hip/zherk_batched_core.hip.o magmablas_hip/zlarf_batched_fused_reg.hip.o magmablas_hip/zlarf_batched_fused_reg_medium.hip.o magmablas_hip/zlarf_batched_fused_reg_tall.hip.o magmablas_hip/zlarf_batched_fused_sm.hip.o magmablas_hip/zlaswp_batched.hip.o magmablas_hip/zpotf2_kernels.hip.o magmablas_hip/set_pointer.hip.o magmablas_hip/zset_pointer.hip.o magmablas_hip/zsyr2k_batched.o magmablas_hip/dsyrk_batched_core.hip.o magmablas_hip/ssyrk_batched_core.hip.o magmablas_hip/ztrmm_batched_core.hip.o magmablas_hip/ztrsm_batched.o magmablas_hip/ztrsm_batched_core.o magmablas_hip/ztrsm_small_batched.hip.o magmablas_hip/ztrsv_batched.hip.o magmablas_hip/ztrtri_diag_batched.hip.o magmablas_hip/zgetf2_nopiv_kernels.hip.o magmablas_hip/zgemm_vbatched_core.hip.o magmablas_hip/cgemm_vbatched_core.hip.o magmablas_hip/dgemm_vbatched_core.hip.o magmablas_hip/sgemm_vbatched_core.hip.o magmablas_hip/zgemv_vbatched_core.hip.o magmablas_hip/cgemv_vbatched_core.hip.o magmablas_hip/dgemv_vbatched_core.hip.o magmablas_hip/sgemv_vbatched_core.hip.o magmablas_hip/zhemm_vbatched_core.hip.o magmablas_hip/zhemv_vbatched_core.hip.o magmablas_hip/cherk_vbatched_core.hip.o magmablas_hip/zherk_vbatched_core.hip.o magmablas_hip/ssyrk_vbatched_core.hip.o magmablas_hip/dsyrk_vbatched_core.hip.o magmablas_hip/ztrmm_vbatched_core.hip.o magmablas_hip/ztrsm_small_vbatched.hip.o magmablas_hip/ztrsm_inv_vbatched_core.hip.o magmablas_hip/ztrtri_diag_vbatched.hip.o magmablas_hip/zgemm_vbatched.o magmablas_hip/zgemv_vbatched.o magmablas_hip/zhemm_vbatched.o magmablas_hip/zhemv_vbatched.o magmablas_hip/zher2k_vbatched.o magmablas_hip/zherk_vbatched.o magmablas_hip/zsyr2k_vbatched.o magmablas_hip/zsyrk_vbatched.o magmablas_hip/ztrmm_vbatched.o magmablas_hip/ztrsm_vbatched_core.o magmablas_hip/ztrsm_vbatched.o magmablas_hip/ztrsm_inv_vbatched.o magmablas_hip/zgetf2_kernels_var.hip.o magmablas_hip/zlaswp_vbatched.hip.o magmablas_hip/zpotf2_kernels_var.hip.o magmablas_hip/prefix_sum.hip.o magmablas_hip/vbatched_aux.hip.o magmablas_hip/vbatched_check.hip.o magmablas_hip/blas_zbatched.o magmablas_hip/hgemm_batched_core.hip.o magmablas_hip/slag2h.hip.o magmablas_hip/hlag2s.hip.o magmablas_hip/hlaconvert.hip.o magmablas_hip/hlaswp.hip.o magmablas_hip/hset_pointer.hip.o magmablas_hip/zposv_irgmres_kernels.hip.o control/magma_sauxiliary.o control/magma_dauxiliary.o control/magma_cauxiliary.o control/magma_cbulge.o control/magma_dbulge.o control/magma_sbulge.o control/magma_snan_inf.o control/magma_dnan_inf.o control/magma_cnan_inf.o control/spanel_to_q.o control/dpanel_to_q.o control/cpanel_to_q.o control/sprint.o control/dprint.o control/cprint.o src/cblas_s.o src/cblas_d.o src/cblas_c.o src/dsposv_gpu.o src/sposv_gpu.o src/dposv_gpu.o src/cposv_gpu.o src/spotrf_gpu.o src/dpotrf_gpu.o src/cpotrf_gpu.o src/spotri_gpu.o src/dpotri_gpu.o src/cpotri_gpu.o src/spotrs_gpu.o src/dpotrs_gpu.o src/cpotrs_gpu.o src/slauum_gpu.o src/dlauum_gpu.o src/clauum_gpu.o src/strtri_gpu.o src/dtrtri_gpu.o src/ctrtri_gpu.o src/spotrf_mgpu.o src/dpotrf_mgpu.o src/cpotrf_mgpu.o src/spotrf_mgpu_right.o src/dpotrf_mgpu_right.o src/cpotrf_mgpu_right.o src/spotrf3_mgpu.o src/dpotrf3_mgpu.o src/cpotrf3_mgpu.o src/sposv.o src/dposv.o src/cposv.o src/spotrf.o src/dpotrf.o src/cpotrf.o src/spotri.o src/dpotri.o src/cpotri.o src/slauum.o src/dlauum.o src/clauum.o src/strtri.o src/dtrtri.o src/ctrtri.o src/spotrf_m.o src/dpotrf_m.o src/cpotrf_m.o src/dsgesv_gpu.o src/dsgetrs_gpu.o src/sgerfs_nopiv_gpu.o src/dgerfs_nopiv_gpu.o src/cgerfs_nopiv_gpu.o src/sgesv_gpu.o src/dgesv_gpu.o src/cgesv_gpu.o src/sgesv_nopiv_gpu.o src/dgesv_nopiv_gpu.o src/cgesv_nopiv_gpu.o src/sgetrf_gpu.o src/dgetrf_gpu.o src/cgetrf_gpu.o src/sgetrf_nopiv_gpu.o src/dgetrf_nopiv_gpu.o src/cgetrf_nopiv_gpu.o src/sgetri_gpu.o src/dgetri_gpu.o src/cgetri_gpu.o src/sgetrs_gpu.o src/dgetrs_gpu.o src/cgetrs_gpu.o src/sgetrs_nopiv_gpu.o src/dgetrs_nopiv_gpu.o src/cgetrs_nopiv_gpu.o src/sgetrf_mgpu.o src/dgetrf_mgpu.o src/cgetrf_mgpu.o src/sgetrf2_mgpu.o src/dgetrf2_mgpu.o src/cgetrf2_mgpu.o src/sgerbt_gpu.o src/dgerbt_gpu.o src/cgerbt_gpu.o src/sgbsv_gpu.o src/dgbsv_gpu.o src/cgbsv_gpu.o src/sgbtrf_gpu.o src/dgbtrf_gpu.o src/cgbtrf_gpu.o src/sgesv.o src/dgesv.o src/cgesv.o src/sgesv_rbt.o src/dgesv_rbt.o src/cgesv_rbt.o src/sgetrf.o src/dgetrf.o src/cgetrf.o src/sgetf2_nopiv.o src/dgetf2_nopiv.o src/cgetf2_nopiv.o src/sgetrf_nopiv.o src/dgetrf_nopiv.o src/cgetrf_nopiv.o src/sgetrf_m.o src/dgetrf_m.o src/cgetrf_m.o src/dsgeqrsv_gpu.o src/sgelqf_gpu.o src/dgelqf_gpu.o src/cgelqf_gpu.o src/sgels3_gpu.o src/dgels3_gpu.o src/cgels3_gpu.o src/sgels_gpu.o src/dgels_gpu.o src/cgels_gpu.o src/sgegqr_gpu.o src/dgegqr_gpu.o src/cgegqr_gpu.o src/sgeqrf2_gpu.o src/dgeqrf2_gpu.o src/cgeqrf2_gpu.o src/sgeqrf3_gpu.o src/dgeqrf3_gpu.o src/cgeqrf3_gpu.o src/sgeqrf_gpu.o src/dgeqrf_gpu.o src/cgeqrf_gpu.o src/sgeqr2x_gpu.o src/dgeqr2x_gpu.o src/cgeqr2x_gpu.o src/sgeqr2x_gpu-v2.o src/dgeqr2x_gpu-v2.o src/cgeqr2x_gpu-v2.o src/sgeqr2x_gpu-v3.o src/dgeqr2x_gpu-v3.o src/cgeqr2x_gpu-v3.o src/sgeqrs3_gpu.o src/dgeqrs3_gpu.o src/cgeqrs3_gpu.o src/sgeqrs_gpu.o src/dgeqrs_gpu.o src/cgeqrs_gpu.o src/slarfb_gpu.o src/dlarfb_gpu.o src/clarfb_gpu.o src/slarfb_gpu_gemm.o src/dlarfb_gpu_gemm.o src/clarfb_gpu_gemm.o src/sorgqr_gpu.o src/dorgqr_gpu.o src/cungqr_gpu.o src/sormql2_gpu.o src/dormql2_gpu.o src/cunmql2_gpu.o src/sormqr2_gpu.o src/dormqr2_gpu.o src/cunmqr2_gpu.o src/sormqr_gpu.o src/dormqr_gpu.o src/cunmqr_gpu.o src/sgeqrf_mgpu.o src/dgeqrf_mgpu.o src/cgeqrf_mgpu.o src/cgeqp3_gpu.o src/dgeqp3_gpu.o src/sgeqp3_gpu.o src/slaqps_gpu.o src/dlaqps_gpu.o src/claqps_gpu.o src/sgelqf.o src/dgelqf.o src/cgelqf.o src/sgels.o src/dgels.o src/cgels.o src/sgeqlf.o src/dgeqlf.o src/cgeqlf.o src/sgeqrf.o src/dgeqrf.o src/cgeqrf.o src/sgeqrf_ooc.o src/dgeqrf_ooc.o src/cgeqrf_ooc.o src/sgglse.o src/dgglse.o src/cgglse.o src/sggrqf.o src/dggrqf.o src/cggrqf.o src/sorglq.o src/dorglq.o src/cunglq.o src/sorgqr.o src/dorgqr.o src/cungqr.o src/sorgqr2.o src/dorgqr2.o src/cungqr2.o src/sormlq.o src/dormlq.o src/cunmlq.o src/sormql.o src/dormql.o src/cunmql.o src/sormqr.o src/dormqr.o src/cunmqr.o src/sormrq.o src/dormrq.o src/cunmrq.o src/cgeqp3.o src/dgeqp3.o src/sgeqp3.o src/slaqps.o src/dlaqps.o src/claqps.o src/sgeqrf_m.o src/dgeqrf_m.o src/cgeqrf_m.o src/sorgqr_m.o src/dorgqr_m.o src/cungqr_m.o src/sormqr_m.o src/dormqr_m.o src/cunmqr_m.o src/ssytrf_gpu.o src/dsytrf_gpu.o src/chetrf_gpu.o src/dssysv_gpu.o src/ssysv.o src/dsysv.o src/chesv.o src/ssytrf.o src/dsytrf.o src/chetrf.o src/ssidi.o src/ssytrf_aasen.o src/dsytrf_aasen.o src/chetrf_aasen.o src/ssytrf_nopiv.o src/dsytrf_nopiv.o src/chetrf_nopiv.o src/ssytrf_nopiv_cpu.o src/dsytrf_nopiv_cpu.o src/chetrf_nopiv_cpu.o src/csytrf_nopiv_cpu.o src/ssytrf_nopiv_gpu.o src/dsytrf_nopiv_gpu.o src/chetrf_nopiv_gpu.o src/csytrf_nopiv_gpu.o src/ssytrs_nopiv_gpu.o src/dsytrs_nopiv_gpu.o src/chetrs_nopiv_gpu.o src/csytrs_nopiv_gpu.o src/ssysv_nopiv_gpu.o src/dsysv_nopiv_gpu.o src/chesv_nopiv_gpu.o src/csysv_nopiv_gpu.o src/slasyf_gpu.o src/dlasyf_gpu.o src/clahef_gpu.o src/ssyevd_gpu.o src/ssyevdx_gpu.o src/cheevd_gpu.o src/cheevdx_gpu.o src/cheevr_gpu.o src/cheevx_gpu.o src/ssytrd2_gpu.o src/dsytrd2_gpu.o src/chetrd2_gpu.o src/ssytrd_gpu.o src/dsytrd_gpu.o src/chetrd_gpu.o src/sormtr_gpu.o src/dormtr_gpu.o src/cunmtr_gpu.o src/ssyevd.o src/ssyevdx.o src/cheevd.o src/cheevdx.o src/cheevr.o src/cheevx.o src/slaex0.o src/slaex1.o src/slaex3.o src/smove_eig.o src/sstedx.o src/ssytrd.o src/dsytrd.o src/chetrd.o src/slatrd.o src/dlatrd.o src/clatrd.o src/slatrd2.o src/dlatrd2.o src/clatrd2.o src/cstedx.o src/sorgtr.o src/dorgtr.o src/cungtr.o src/sormtr.o src/dormtr.o src/cunmtr.o src/ssytrd_mgpu.o src/dsytrd_mgpu.o src/chetrd_mgpu.o src/slatrd_mgpu.o src/dlatrd_mgpu.o src/clatrd_mgpu.o src/ssyevd_m.o src/cheevd_m.o src/ssyevdx_m.o src/cheevdx_m.o src/slaex0_m.o src/slaex1_m.o src/slaex3_m.o src/sstedx_m.o src/cstedx_m.o src/sormtr_m.o src/dormtr_m.o src/cunmtr_m.o src/sbulge_applyQ_v2.o src/dbulge_applyQ_v2.o src/cbulge_applyQ_v2.o src/ssytrd_sy2sb.o src/dsytrd_sy2sb.o src/chetrd_he2hb.o src/ssytrd_sb2st.o src/dsytrd_sb2st.o src/chetrd_hb2st.o src/sbulge_back.o src/dbulge_back.o src/cbulge_back.o src/sorgqr_2stage_gpu.o src/dorgqr_2stage_gpu.o src/cungqr_2stage_gpu.o src/sormqr_2stage_gpu.o src/dormqr_2stage_gpu.o src/cunmqr_2stage_gpu.o src/ssygvdx_2stage.o src/dsygvdx_2stage.o src/chegvdx_2stage.o src/cheevdx_2stage.o src/dsyevdx_2stage.o src/ssyevdx_2stage.o src/sbulge_back_m.o src/dbulge_back_m.o src/cbulge_back_m.o src/sbulge_applyQ_v2_m.o src/dbulge_applyQ_v2_m.o src/cbulge_applyQ_v2_m.o src/cheevdx_2stage_m.o src/dsyevdx_2stage_m.o src/ssyevdx_2stage_m.o src/ssygvdx_2stage_m.o src/dsygvdx_2stage_m.o src/chegvdx_2stage_m.o src/ssytrd_sy2sb_mgpu.o src/dsytrd_sy2sb_mgpu.o src/chetrd_he2hb_mgpu.o src/core_slarfy.o src/core_dlarfy.o src/core_clarfy.o src/core_ssbtype1cb.o src/core_dsbtype1cb.o src/core_chbtype1cb.o src/core_ssbtype2cb.o src/core_dsbtype2cb.o src/core_chbtype2cb.o src/core_ssbtype3cb.o src/core_dsbtype3cb.o src/core_chbtype3cb.o src/ssygvd.o src/ssygvdx.o src/ssygst.o src/dsygst.o src/chegst.o src/chegvd.o src/chegvdx.o src/chegvr.o src/chegvx.o src/ssygst_gpu.o src/dsygst_gpu.o src/chegst_gpu.o src/ssygst_m.o src/dsygst_m.o src/chegst_m.o src/ssygvd_m.o src/chegvd_m.o src/ssygvdx_m.o src/chegvdx_m.o src/strsm_m.o src/dtrsm_m.o src/ctrsm_m.o src/sgeev.o src/cgeev.o src/sgehrd.o src/dgehrd.o src/cgehrd.o src/sgehrd2.o src/dgehrd2.o src/cgehrd2.o src/slahr2.o src/dlahr2.o src/clahr2.o src/slahru.o src/dlahru.o src/clahru.o src/slaln2.o src/slaqtrsd.o src/clatrsd.o src/strevc3.o src/strevc3_mt.o src/ctrevc3.o src/ctrevc3_mt.o src/sorghr.o src/dorghr.o src/cunghr.o src/sgeev_m.o src/cgeev_m.o src/sgehrd_m.o src/dgehrd_m.o src/cgehrd_m.o src/slahr2_m.o src/dlahr2_m.o src/clahr2_m.o src/slahru_m.o src/dlahru_m.o src/clahru_m.o src/sorghr_m.o src/dorghr_m.o src/cunghr_m.o src/sgesdd.o src/cgesdd.o src/sgesvd.o src/cgesvd.o src/sgebrd.o src/dgebrd.o src/cgebrd.o src/slabrd_gpu.o src/dlabrd_gpu.o src/clabrd_gpu.o src/sorgbr.o src/dorgbr.o src/cungbr.o src/sormbr.o src/dormbr.o src/cunmbr.o src/sgbsv_batched.o src/dgbsv_batched.o src/cgbsv_batched.o src/sgbtrf_batched.o src/dgbtrf_batched.o src/cgbtrf_batched.o src/sgbtrs_batched.o src/dgbtrs_batched.o src/cgbtrs_batched.o src/sgetf2_batched.o src/dgetf2_batched.o src/cgetf2_batched.o src/sgetf2_nopiv_batched.o src/dgetf2_nopiv_batched.o src/cgetf2_nopiv_batched.o src/sgetrf_panel_batched.o src/dgetrf_panel_batched.o src/cgetrf_panel_batched.o src/sgetrf_panel_nopiv_batched.o src/dgetrf_panel_nopiv_batched.o src/cgetrf_panel_nopiv_batched.o src/sgetrf_batched.o src/dgetrf_batched.o src/cgetrf_batched.o src/sgetrf_nopiv_batched.o src/dgetrf_nopiv_batched.o src/cgetrf_nopiv_batched.o src/sgetrs_batched.o src/dgetrs_batched.o src/cgetrs_batched.o src/sgetrs_nopiv_batched.o src/dgetrs_nopiv_batched.o src/cgetrs_nopiv_batched.o src/sgesv_batched.o src/dgesv_batched.o src/cgesv_batched.o src/sgesv_nopiv_batched.o src/dgesv_nopiv_batched.o src/cgesv_nopiv_batched.o src/sgerbt_batched.o src/dgerbt_batched.o src/cgerbt_batched.o src/sgesv_rbt_batched.o src/dgesv_rbt_batched.o src/cgesv_rbt_batched.o src/sgetri_outofplace_batched.o src/dgetri_outofplace_batched.o src/cgetri_outofplace_batched.o src/spotf2_batched.o src/dpotf2_batched.o src/cpotf2_batched.o src/spotrf_batched.o src/dpotrf_batched.o src/cpotrf_batched.o src/spotrf_panel_batched.o src/dpotrf_panel_batched.o src/cpotrf_panel_batched.o src/spotrs_batched.o src/dpotrs_batched.o src/cpotrs_batched.o src/sposv_batched.o src/dposv_batched.o src/cposv_batched.o src/slarft_batched.o src/dlarft_batched.o src/clarft_batched.o src/slarfb_gemm_batched.o src/dlarfb_gemm_batched.o src/clarfb_gemm_batched.o src/sgeqrf_panel_batched.o src/dgeqrf_panel_batched.o src/cgeqrf_panel_batched.o src/sgeqrf_batched.o src/dgeqrf_batched.o src/cgeqrf_batched.o src/sgeqrf_expert_batched.o src/dgeqrf_expert_batched.o src/cgeqrf_expert_batched.o src/sgetf2_vbatched.o src/dgetf2_vbatched.o src/cgetf2_vbatched.o src/sgetrf_panel_vbatched.o src/dgetrf_panel_vbatched.o src/cgetrf_panel_vbatched.o src/sgetrf_vbatched.o src/dgetrf_vbatched.o src/cgetrf_vbatched.o src/spotf2_vbatched.o src/dpotf2_vbatched.o src/cpotf2_vbatched.o src/spotrf_panel_vbatched.o src/dpotrf_panel_vbatched.o src/cpotrf_panel_vbatched.o src/spotrf_vbatched.o src/dpotrf_vbatched.o src/cpotrf_vbatched.o src/sgetf2_native.o src/dgetf2_native.o src/cgetf2_native.o src/sgetrf_panel_native.o src/dgetrf_panel_native.o src/cgetrf_panel_native.o src/spotrf_panel_native.o src/dpotrf_panel_native.o src/cpotrf_panel_native.o interface_hip/blas_s_v1.o interface_hip/blas_d_v1.o interface_hip/blas_c_v1.o interface_hip/blas_s_v2.o interface_hip/blas_d_v2.o interface_hip/blas_c_v2.o magmablas_hip/saxpycp.hip.o magmablas_hip/daxpycp.hip.o magmablas_hip/caxpycp.hip.o magmablas_hip/dsaxpycp.hip.o magmablas_hip/sdiinertia.hip.o magmablas_hip/ddiinertia.hip.o magmablas_hip/cdiinertia.hip.o magmablas_hip/sgeadd.hip.o magmablas_hip/dgeadd.hip.o magmablas_hip/cgeadd.hip.o magmablas_hip/sgeadd2.hip.o magmablas_hip/dgeadd2.hip.o magmablas_hip/cgeadd2.hip.o magmablas_hip/sgeam.hip.o magmablas_hip/dgeam.hip.o magmablas_hip/cgeam.hip.o magmablas_hip/sgemm_reduce.hip.o magmablas_hip/dgemm_reduce.hip.o magmablas_hip/cgemm_reduce.hip.o magmablas_hip/sgemv_conj.hip.o magmablas_hip/dgemv_conj.hip.o magmablas_hip/cgemv_conj.hip.o magmablas_hip/sgemv_fermi.hip.o magmablas_hip/dgemv_fermi.hip.o magmablas_hip/cgemv_fermi.hip.o magmablas_hip/sgerbt.hip.o magmablas_hip/dgerbt.hip.o magmablas_hip/cgerbt.hip.o magmablas_hip/sgerbt_kernels.hip.o magmablas_hip/dgerbt_kernels.hip.o magmablas_hip/cgerbt_kernels.hip.o magmablas_hip/sgetmatrix_transpose.o magmablas_hip/dgetmatrix_transpose.o magmablas_hip/cgetmatrix_transpose.o magmablas_hip/ssiinertia.hip.o magmablas_hip/dsiinertia.hip.o magmablas_hip/cheinertia.hip.o magmablas_hip/chemm.hip.o magmablas_hip/ssymv.hip.o magmablas_hip/dsymv.hip.o magmablas_hip/chemv.hip.o magmablas_hip/ssymv_upper.hip.o magmablas_hip/dsymv_upper.hip.o magmablas_hip/chemv_upper.hip.o magmablas_hip/ssyr2k.o magmablas_hip/dsyr2k.o magmablas_hip/cher2k.o magmablas_hip/ssyrk.o magmablas_hip/dsyrk.o magmablas_hip/cherk.o magmablas_hip/ssyrk_small_reduce.hip.o magmablas_hip/dsyrk_small_reduce.hip.o magmablas_hip/cherk_small_reduce.hip.o magmablas_hip/slacpy.hip.o magmablas_hip/dlacpy.hip.o magmablas_hip/clacpy.hip.o magmablas_hip/slacpy_conj.hip.o magmablas_hip/dlacpy_conj.hip.o magmablas_hip/clacpy_conj.hip.o magmablas_hip/slacpy_sym_in.hip.o magmablas_hip/dlacpy_sym_in.hip.o magmablas_hip/clacpy_sym_in.hip.o magmablas_hip/slacpy_sym_out.hip.o magmablas_hip/dlacpy_sym_out.hip.o magmablas_hip/clacpy_sym_out.hip.o magmablas_hip/dlag2s.hip.o magmablas_hip/slag2d.hip.o magmablas_hip/slange.hip.o magmablas_hip/dlange.hip.o magmablas_hip/clange.hip.o magmablas_hip/slansy.hip.o magmablas_hip/dlansy.hip.o magmablas_hip/clanhe.hip.o magmablas_hip/slaqps2_gpu.hip.o magmablas_hip/dlaqps2_gpu.hip.o magmablas_hip/claqps2_gpu.hip.o magmablas_hip/slarf.hip.o magmablas_hip/dlarf.hip.o magmablas_hip/clarf.hip.o magmablas_hip/slarfbx.hip.o magmablas_hip/dlarfbx.hip.o magmablas_hip/clarfbx.hip.o magmablas_hip/slarfg-v2.hip.o magmablas_hip/dlarfg-v2.hip.o magmablas_hip/clarfg-v2.hip.o magmablas_hip/slarfg.hip.o magmablas_hip/dlarfg.hip.o magmablas_hip/clarfg.hip.o magmablas_hip/slarfgx-v2.hip.o magmablas_hip/dlarfgx-v2.hip.o magmablas_hip/clarfgx-v2.hip.o magmablas_hip/slarft_kernels.hip.o magmablas_hip/dlarft_kernels.hip.o magmablas_hip/clarft_kernels.hip.o magmablas_hip/slarfx.hip.o magmablas_hip/dlarfx.hip.o magmablas_hip/clarfx.hip.o magmablas_hip/slascl.hip.o magmablas_hip/dlascl.hip.o magmablas_hip/clascl.hip.o magmablas_hip/slascl2.hip.o magmablas_hip/dlascl2.hip.o magmablas_hip/clascl2.hip.o magmablas_hip/slascl_2x2.hip.o magmablas_hip/dlascl_2x2.hip.o magmablas_hip/clascl_2x2.hip.o magmablas_hip/slascl_diag.hip.o magmablas_hip/dlascl_diag.hip.o magmablas_hip/clascl_diag.hip.o magmablas_hip/slaset.hip.o magmablas_hip/dlaset.hip.o magmablas_hip/claset.hip.o magmablas_hip/slaset_band.hip.o magmablas_hip/dlaset_band.hip.o magmablas_hip/claset_band.hip.o magmablas_hip/slaswp.hip.o magmablas_hip/dlaswp.hip.o magmablas_hip/claswp.hip.o magmablas_hip/dslaswp.hip.o magmablas_hip/slaswp_sym.hip.o magmablas_hip/dlaswp_sym.hip.o magmablas_hip/claswp_sym.hip.o magmablas_hip/dlat2s.hip.o magmablas_hip/slat2d.hip.o magmablas_hip/snrm2.hip.o magmablas_hip/dnrm2.hip.o magmablas_hip/scnrm2.hip.o magmablas_hip/ssetmatrix_transpose.o magmablas_hip/dsetmatrix_transpose.o magmablas_hip/csetmatrix_transpose.o magmablas_hip/sswap.hip.o magmablas_hip/dswap.hip.o magmablas_hip/cswap.hip.o magmablas_hip/sswapblk.hip.o magmablas_hip/dswapblk.hip.o magmablas_hip/cswapblk.hip.o magmablas_hip/sswapdblk.hip.o magmablas_hip/dswapdblk.hip.o magmablas_hip/cswapdblk.hip.o magmablas_hip/ssymm.hip.o magmablas_hip/dsymm.hip.o magmablas_hip/csymm.hip.o magmablas_hip/ssymmetrize.hip.o magmablas_hip/dsymmetrize.hip.o magmablas_hip/csymmetrize.hip.o magmablas_hip/ssymmetrize_tiles.hip.o magmablas_hip/dsymmetrize_tiles.hip.o magmablas_hip/csymmetrize_tiles.hip.o magmablas_hip/csymv.hip.o magmablas_hip/csymv_upper.hip.o magmablas_hip/stranspose.hip.o magmablas_hip/dtranspose.hip.o magmablas_hip/ctranspose.hip.o magmablas_hip/ctranspose_conj.hip.o magmablas_hip/ctranspose_conj_inplace.hip.o magmablas_hip/stranspose_inplace.hip.o magmablas_hip/dtranspose_inplace.hip.o magmablas_hip/ctranspose_inplace.hip.o magmablas_hip/strmm.hip.o magmablas_hip/dtrmm.hip.o magmablas_hip/ctrmm.hip.o magmablas_hip/strmv.hip.o magmablas_hip/dtrmv.hip.o magmablas_hip/ctrmv.hip.o magmablas_hip/ctrsm.hip.o magmablas_hip/dtrsm.hip.o magmablas_hip/strsm.hip.o magmablas_hip/strsv.hip.o magmablas_hip/dtrsv.hip.o magmablas_hip/ctrsv.hip.o magmablas_hip/ctrtri_diag.hip.o magmablas_hip/dtrtri_diag.hip.o magmablas_hip/strtri_diag.hip.o magmablas_hip/ctrtri_lower.hip.o magmablas_hip/dtrtri_lower.hip.o magmablas_hip/strtri_lower.hip.o magmablas_hip/ctrtri_lower_batched.hip.o magmablas_hip/dtrtri_lower_batched.hip.o magmablas_hip/strtri_lower_batched.hip.o magmablas_hip/ctrtri_upper.hip.o magmablas_hip/dtrtri_upper.hip.o magmablas_hip/strtri_upper.hip.o magmablas_hip/ctrtri_upper_batched.hip.o magmablas_hip/dtrtri_upper_batched.hip.o magmablas_hip/strtri_upper_batched.hip.o magmablas_hip/magmablas_c_v1.o magmablas_hip/magmablas_d_v1.o magmablas_hip/magmablas_s_v1.o magmablas_hip/magmablas_ds_v1.o magmablas_hip/sbcyclic.o magmablas_hip/dbcyclic.o magmablas_hip/cbcyclic.o magmablas_hip/sgetmatrix_transpose_mgpu.o magmablas_hip/dgetmatrix_transpose_mgpu.o magmablas_hip/cgetmatrix_transpose_mgpu.o magmablas_hip/ssetmatrix_transpose_mgpu.o magmablas_hip/dsetmatrix_transpose_mgpu.o magmablas_hip/csetmatrix_transpose_mgpu.o magmablas_hip/ssymv_mgpu.hip.o magmablas_hip/dsymv_mgpu.hip.o magmablas_hip/chemv_mgpu.hip.o magmablas_hip/ssymv_mgpu_upper.hip.o magmablas_hip/dsymv_mgpu_upper.hip.o magmablas_hip/chemv_mgpu_upper.hip.o magmablas_hip/ssymm_mgpu.o magmablas_hip/dsymm_mgpu.o magmablas_hip/chemm_mgpu.o magmablas_hip/ssyr2k_mgpu.o magmablas_hip/dsyr2k_mgpu.o magmablas_hip/cher2k_mgpu.o magmablas_hip/ssyrk_mgpu.o magmablas_hip/dsyrk_mgpu.o magmablas_hip/cherk_mgpu.o magmablas_hip/sgetf2.hip.o magmablas_hip/dgetf2.hip.o magmablas_hip/cgetf2.hip.o magmablas_hip/sgeqr2.o magmablas_hip/dgeqr2.o magmablas_hip/cgeqr2.o magmablas_hip/sgeqr2x_gpu-v4.hip.o magmablas_hip/dgeqr2x_gpu-v4.hip.o magmablas_hip/cgeqr2x_gpu-v4.hip.o magmablas_hip/spotf2.hip.o magmablas_hip/dpotf2.hip.o magmablas_hip/cpotf2.hip.o magmablas_hip/sgetf2_native_kernel.hip.o magmablas_hip/dgetf2_native_kernel.hip.o magmablas_hip/cgetf2_native_kernel.hip.o magmablas_hip/ssytrs.hip.o magmablas_hip/dsytrs.hip.o magmablas_hip/chetrs.hip.o magmablas_hip/sgbsv_kernels.hip.o magmablas_hip/dgbsv_kernels.hip.o magmablas_hip/cgbsv_kernels.hip.o magmablas_hip/sgbtf2_kernels.hip.o magmablas_hip/dgbtf2_kernels.hip.o magmablas_hip/cgbtf2_kernels.hip.o magmablas_hip/sgbtrf_batched_fused_sm.hip.o magmablas_hip/dgbtrf_batched_fused_sm.hip.o magmablas_hip/cgbtrf_batched_fused_sm.hip.o magmablas_hip/sgbtrf_batched_sliding_window_sm.hip.o magmablas_hip/dgbtrf_batched_sliding_window_sm.hip.o magmablas_hip/cgbtrf_batched_sliding_window_sm.hip.o magmablas_hip/sgbtrs_kernels.hip.o magmablas_hip/dgbtrs_kernels.hip.o magmablas_hip/cgbtrs_kernels.hip.o magmablas_hip/sgeadd_batched.hip.o magmablas_hip/dgeadd_batched.hip.o magmablas_hip/cgeadd_batched.hip.o magmablas_hip/sgemm_batched.o magmablas_hip/dgemm_batched.o magmablas_hip/cgemm_batched.o magmablas_hip/sgemm_batched_smallsq.hip.o magmablas_hip/dgemm_batched_smallsq.hip.o magmablas_hip/cgemm_batched_smallsq.hip.o magmablas_hip/sgemv_batched.o magmablas_hip/dgemv_batched.o magmablas_hip/cgemv_batched.o magmablas_hip/sgemv_batched_smallsq.hip.o magmablas_hip/dgemv_batched_smallsq.hip.o magmablas_hip/cgemv_batched_smallsq.hip.o magmablas_hip/ssymv_batched_core.hip.o magmablas_hip/dsymv_batched_core.hip.o magmablas_hip/chemv_batched_core.hip.o magmablas_hip/sgeqr2_batched.hip.o magmablas_hip/dgeqr2_batched.hip.o magmablas_hip/cgeqr2_batched.hip.o magmablas_hip/sgeqr2_batched_fused_reg.hip.o magmablas_hip/dgeqr2_batched_fused_reg.hip.o magmablas_hip/cgeqr2_batched_fused_reg.hip.o magmablas_hip/sgeqr2_batched_fused_reg_medium.hip.o magmablas_hip/dgeqr2_batched_fused_reg_medium.hip.o magmablas_hip/cgeqr2_batched_fused_reg_medium.hip.o magmablas_hip/sgeqr2_batched_fused_reg_tall.hip.o magmablas_hip/dgeqr2_batched_fused_reg_tall.hip.o magmablas_hip/cgeqr2_batched_fused_reg_tall.hip.o magmablas_hip/sgeqr2_batched_fused_sm.hip.o magmablas_hip/dgeqr2_batched_fused_sm.hip.o magmablas_hip/cgeqr2_batched_fused_sm.hip.o magmablas_hip/sgeqrf_batched_smallsq.hip.o magmablas_hip/dgeqrf_batched_smallsq.hip.o magmablas_hip/cgeqrf_batched_smallsq.hip.o magmablas_hip/sgerbt_func_batched.hip.o magmablas_hip/dgerbt_func_batched.hip.o magmablas_hip/cgerbt_func_batched.hip.o magmablas_hip/sgesv_batched_small.hip.o magmablas_hip/dgesv_batched_small.hip.o magmablas_hip/cgesv_batched_small.hip.o magmablas_hip/sgetf2_kernels.hip.o magmablas_hip/dgetf2_kernels.hip.o magmablas_hip/cgetf2_kernels.hip.o magmablas_hip/sgetrf_batched_smallsq_noshfl.hip.o magmablas_hip/dgetrf_batched_smallsq_noshfl.hip.o magmablas_hip/cgetrf_batched_smallsq_noshfl.hip.o magmablas_hip/sgetrf_batched_smallsq_shfl.hip.o magmablas_hip/dgetrf_batched_smallsq_shfl.hip.o magmablas_hip/cgetrf_batched_smallsq_shfl.hip.o magmablas_hip/ssymm_batched_core.hip.o magmablas_hip/dsymm_batched_core.hip.o magmablas_hip/chemm_batched_core.hip.o magmablas_hip/ssyr2k_batched.o magmablas_hip/dsyr2k_batched.o magmablas_hip/cher2k_batched.o magmablas_hip/ssyrk_batched.o magmablas_hip/dsyrk_batched.o magmablas_hip/cherk_batched.o magmablas_hip/slarf_batched_fused_reg.hip.o magmablas_hip/dlarf_batched_fused_reg.hip.o magmablas_hip/clarf_batched_fused_reg.hip.o magmablas_hip/slarf_batched_fused_reg_medium.hip.o magmablas_hip/dlarf_batched_fused_reg_medium.hip.o magmablas_hip/clarf_batched_fused_reg_medium.hip.o magmablas_hip/slarf_batched_fused_reg_tall.hip.o magmablas_hip/dlarf_batched_fused_reg_tall.hip.o magmablas_hip/clarf_batched_fused_reg_tall.hip.o magmablas_hip/slarf_batched_fused_sm.hip.o magmablas_hip/dlarf_batched_fused_sm.hip.o magmablas_hip/clarf_batched_fused_sm.hip.o magmablas_hip/slaswp_batched.hip.o magmablas_hip/dlaswp_batched.hip.o magmablas_hip/claswp_batched.hip.o magmablas_hip/spotf2_kernels.hip.o magmablas_hip/dpotf2_kernels.hip.o magmablas_hip/cpotf2_kernels.hip.o magmablas_hip/sset_pointer.hip.o magmablas_hip/dset_pointer.hip.o magmablas_hip/cset_pointer.hip.o magmablas_hip/csyr2k_batched.o magmablas_hip/strmm_batched_core.hip.o magmablas_hip/dtrmm_batched_core.hip.o magmablas_hip/ctrmm_batched_core.hip.o magmablas_hip/ctrsm_batched.o magmablas_hip/dtrsm_batched.o magmablas_hip/strsm_batched.o magmablas_hip/strsm_batched_core.o magmablas_hip/dtrsm_batched_core.o magmablas_hip/ctrsm_batched_core.o magmablas_hip/strsm_small_batched.hip.o magmablas_hip/dtrsm_small_batched.hip.o magmablas_hip/ctrsm_small_batched.hip.o magmablas_hip/strsv_batched.hip.o magmablas_hip/dtrsv_batched.hip.o magmablas_hip/ctrsv_batched.hip.o magmablas_hip/ctrtri_diag_batched.hip.o magmablas_hip/dtrtri_diag_batched.hip.o magmablas_hip/strtri_diag_batched.hip.o magmablas_hip/sgetf2_nopiv_kernels.hip.o magmablas_hip/dgetf2_nopiv_kernels.hip.o magmablas_hip/cgetf2_nopiv_kernels.hip.o magmablas_hip/ssymm_vbatched_core.hip.o magmablas_hip/dsymm_vbatched_core.hip.o magmablas_hip/chemm_vbatched_core.hip.o magmablas_hip/ssymv_vbatched_core.hip.o magmablas_hip/dsymv_vbatched_core.hip.o magmablas_hip/chemv_vbatched_core.hip.o magmablas_hip/strmm_vbatched_core.hip.o magmablas_hip/dtrmm_vbatched_core.hip.o magmablas_hip/ctrmm_vbatched_core.hip.o magmablas_hip/strsm_small_vbatched.hip.o magmablas_hip/dtrsm_small_vbatched.hip.o magmablas_hip/ctrsm_small_vbatched.hip.o magmablas_hip/ctrsm_inv_vbatched_core.hip.o magmablas_hip/dtrsm_inv_vbatched_core.hip.o magmablas_hip/strsm_inv_vbatched_core.hip.o magmablas_hip/ctrtri_diag_vbatched.hip.o magmablas_hip/dtrtri_diag_vbatched.hip.o magmablas_hip/strtri_diag_vbatched.hip.o magmablas_hip/sgemm_vbatched.o magmablas_hip/dgemm_vbatched.o magmablas_hip/cgemm_vbatched.o magmablas_hip/sgemv_vbatched.o magmablas_hip/dgemv_vbatched.o magmablas_hip/cgemv_vbatched.o magmablas_hip/ssymm_vbatched.o magmablas_hip/dsymm_vbatched.o magmablas_hip/chemm_vbatched.o magmablas_hip/ssymv_vbatched.o magmablas_hip/dsymv_vbatched.o magmablas_hip/chemv_vbatched.o magmablas_hip/ssyr2k_vbatched.o magmablas_hip/dsyr2k_vbatched.o magmablas_hip/cher2k_vbatched.o magmablas_hip/ssyrk_vbatched.o magmablas_hip/dsyrk_vbatched.o magmablas_hip/cherk_vbatched.o magmablas_hip/csyr2k_vbatched.o magmablas_hip/csyrk_vbatched.o magmablas_hip/strmm_vbatched.o magmablas_hip/dtrmm_vbatched.o magmablas_hip/ctrmm_vbatched.o magmablas_hip/strsm_vbatched_core.o magmablas_hip/dtrsm_vbatched_core.o magmablas_hip/ctrsm_vbatched_core.o magmablas_hip/strsm_vbatched.o magmablas_hip/dtrsm_vbatched.o magmablas_hip/ctrsm_vbatched.o magmablas_hip/strsm_inv_vbatched.o magmablas_hip/dtrsm_inv_vbatched.o magmablas_hip/ctrsm_inv_vbatched.o magmablas_hip/sgetf2_kernels_var.hip.o magmablas_hip/dgetf2_kernels_var.hip.o magmablas_hip/cgetf2_kernels_var.hip.o magmablas_hip/slaswp_vbatched.hip.o magmablas_hip/dlaswp_vbatched.hip.o magmablas_hip/claswp_vbatched.hip.o magmablas_hip/spotf2_kernels_var.hip.o magmablas_hip/dpotf2_kernels_var.hip.o magmablas_hip/cpotf2_kernels_var.hip.o magmablas_hip/blas_sbatched.o magmablas_hip/blas_dbatched.o magmablas_hip/blas_cbatched.o magmablas_hip/cposv_irgmres_kernels.hip.o magmablas_hip/dposv_irgmres_kernels.hip.o magmablas_hip/sposv_irgmres_kernels.hip.o 2024-08-20T22:28:24.6273875Z #31 869.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./testing -c -o testing/testing_dgemm.o testing/testing_dgemm.cpp 2024-08-20T22:28:24.6276265Z #31 869.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./testing -c -o testing/magma_cutil.o testing/magma_cutil.cpp 2024-08-20T22:28:24.6278607Z #31 869.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./testing -c -o testing/magma_dutil.o testing/magma_dutil.cpp 2024-08-20T22:28:24.6280914Z #31 869.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./testing -c -o testing/magma_sutil.o testing/magma_sutil.cpp 2024-08-20T22:28:24.6283296Z #31 869.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./testing -c -o testing/magma_sgesvd_check.o testing/magma_sgesvd_check.cpp 2024-08-20T22:28:24.6286043Z #31 869.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./testing -c -o testing/magma_dgesvd_check.o testing/magma_dgesvd_check.cpp 2024-08-20T22:28:24.6288475Z #31 869.7 hipcc -O3 -fPIC -DNDEBUG -DADD_ -Wall -std=c++11 -D__HIP_PLATFORM_HCC__ -DROCM_VERSION=60000 -I/opt/rocm/include -I./include -I./testing -I./testing -c -o testing/magma_cgesvd_check.o testing/magma_cgesvd_check.cpp 2024-08-20T22:28:24.6289918Z #31 869.8 ===== static library testing/lin/liblapacktest.a 2024-08-20T22:28:24.6295380Z #31 869.8 ar cr testing/lin/liblapacktest.a testing/lin/zbdt01.o testing/lin/zget22.o testing/lin/zhet21.o testing/lin/zhet22.o testing/lin/zhst01.o testing/lin/zunt01.o testing/lin/zqpt01.o testing/lin/zqrt02.o testing/lin/zlarfy.o testing/lin/zstt21.o testing/lin/cbdt01.o testing/lin/cget22.o testing/lin/chet21.o testing/lin/chet22.o testing/lin/chst01.o testing/lin/cunt01.o testing/lin/cqpt01.o testing/lin/cqrt02.o testing/lin/clarfy.o testing/lin/cstt21.o testing/lin/dbdt01.o testing/lin/dget22.o testing/lin/dsyt21.o testing/lin/dsyt22.o testing/lin/dhst01.o testing/lin/dort01.o testing/lin/dqpt01.o testing/lin/dqrt02.o testing/lin/dlarfy.o testing/lin/dstt21.o testing/lin/sbdt01.o testing/lin/sget22.o testing/lin/ssyt21.o testing/lin/ssyt22.o testing/lin/shst01.o testing/lin/sort01.o testing/lin/sqpt01.o testing/lin/sqrt02.o testing/lin/slarfy.o testing/lin/sstt21.o 2024-08-20T22:28:24.6300851Z #31 869.8 ranlib testing/lin/liblapacktest.a 2024-08-20T22:28:24.6301265Z #31 869.8 2024-08-20T22:28:24.8778525Z #31 870.2 ranlib lib/libmagma.a 2024-08-20T22:28:25.3958927Z #31 870.8 2024-08-20T22:28:26.9917358Z #31 872.4 ===== static library testing/libtest.a 2024-08-20T22:28:26.9919549Z #31 872.4 ar cr testing/libtest.a testing/magma_util.o testing/magma_zutil.o testing/magma_zgesvd_check.o testing/magma_generate.o testing/magma_cutil.o testing/magma_dutil.o testing/magma_sutil.o testing/magma_sgesvd_check.o testing/magma_dgesvd_check.o testing/magma_cgesvd_check.o 2024-08-20T22:28:27.1419175Z #31 872.4 ranlib testing/libtest.a 2024-08-20T22:28:27.1419639Z #31 872.4 2024-08-20T22:28:27.1420232Z #31 872.4 hipcc -fPIC -Wl,-rpath,/magma/lib \ 2024-08-20T22:28:27.1420885Z #31 872.4 -o testing/testing_dgemm testing/testing_dgemm.o \ 2024-08-20T22:28:27.1421448Z #31 872.4 -L./testing -ltest \ 2024-08-20T22:28:27.1421852Z #31 872.4 -L./lib -lmagma \ 2024-08-20T22:28:27.1422289Z #31 872.4 -L./testing/lin -llapacktest \ 2024-08-20T22:28:27.1424451Z #31 872.4 -L/opt/rocm/lib -L/opt/conda/envs/py_3.8/lib/intel64 -L/opt/conda/envs/py_3.8/lib -lpthread -lstdc++ -lm -lgomp -lmkl_gf_lp64 -lmkl_gnu_thread -lmkl_core -lhipblas -lhipsparse -Wl,--enable-new-dtags -Wl,--rpath,/opt/rocm/lib -Wl,--rpath,/opt/conda/envs/py_3.8/lib -Wl,--rpath,/opt/rocm/magma/lib -ldl 2024-08-20T22:28:27.1426339Z #31 872.5 / 2024-08-20T22:28:31.6677284Z #31 DONE 877.0s 2024-08-20T22:28:31.8210242Z 2024-08-20T22:28:31.8210888Z #32 [28/49] RUN rm install_rocm_magma.sh 2024-08-20T22:28:32.1363973Z #32 DONE 0.5s 2024-08-20T22:28:32.3214106Z 2024-08-20T22:28:32.3215092Z #33 [29/49] COPY ./common/install_amdsmi.sh install_amdsmi.sh 2024-08-20T22:28:32.3215754Z #33 DONE 0.0s 2024-08-20T22:28:32.3215929Z 2024-08-20T22:28:32.3216092Z #34 [30/49] RUN bash ./install_amdsmi.sh 2024-08-20T22:28:32.9593789Z #34 0.789 + cd /opt/rocm/share/amd_smi 2024-08-20T22:28:32.9594321Z #34 0.789 + pip install . 2024-08-20T22:28:33.2972150Z #34 1.127 Processing /opt/rocm-6.0.0/share/amd_smi 2024-08-20T22:28:33.4515573Z #34 1.131 Installing build dependencies: started 2024-08-20T22:28:34.9196221Z #34 2.749 Installing build dependencies: finished with status 'done' 2024-08-20T22:28:35.0709725Z #34 2.750 Getting requirements to build wheel: started 2024-08-20T22:28:35.1245060Z #34 2.954 Getting requirements to build wheel: finished with status 'done' 2024-08-20T22:28:35.2762226Z #34 2.955 Preparing metadata (pyproject.toml): started 2024-08-20T22:28:35.3375085Z #34 3.167 Preparing metadata (pyproject.toml): finished with status 'done' 2024-08-20T22:28:35.5633820Z #34 3.179 Requirement already satisfied: PyYAML>=5.0 in /opt/conda/envs/py_3.8/lib/python3.8/site-packages (from amdsmi==23.4.2+3f96bd1) (6.0.1) 2024-08-20T22:28:35.5634962Z #34 3.213 Collecting clang>=14.0 (from amdsmi==23.4.2+3f96bd1) 2024-08-20T22:28:35.5635755Z #34 3.224 Downloading clang-17.0.6-py3-none-any.whl.metadata (1.0 kB) 2024-08-20T22:28:35.5636511Z #34 3.234 Downloading clang-17.0.6-py3-none-any.whl (32 kB) 2024-08-20T22:28:35.5637146Z #34 3.242 Building wheels for collected packages: amdsmi 2024-08-20T22:28:35.5637773Z #34 3.242 Building wheel for amdsmi (pyproject.toml): started 2024-08-20T22:28:35.7299599Z #34 3.559 Building wheel for amdsmi (pyproject.toml): finished with status 'done' 2024-08-20T22:28:35.8893066Z #34 3.562 Created wheel for amdsmi: filename=amdsmi-23.4.2+3f96bd1-py3-none-any.whl size=601865 sha256=f7e8d8e1b3d619fbc1f791c9bb47321d99bcd4b71d2267b509ba3fdd3f98e403 2024-08-20T22:28:35.8895092Z #34 3.562 Stored in directory: /tmp/pip-ephem-wheel-cache-ou0q_4zz/wheels/d9/75/2d/e36a1223027896015cac3a787064ba5923ef733b712db3ef06 2024-08-20T22:28:35.8896093Z #34 3.568 Successfully built amdsmi 2024-08-20T22:28:36.0455800Z #34 3.875 Installing collected packages: clang, amdsmi 2024-08-20T22:28:36.2864830Z #34 3.965 Successfully installed amdsmi-23.4.2+3f96bd1 clang-17.0.6 2024-08-20T22:28:36.2867833Z #34 3.966 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 2024-08-20T22:28:36.3102381Z #34 DONE 4.1s 2024-08-20T22:28:36.4632880Z 2024-08-20T22:28:36.4633426Z #35 [31/49] RUN rm install_amdsmi.sh 2024-08-20T22:28:37.3923213Z #35 DONE 1.1s 2024-08-20T22:28:37.5781648Z 2024-08-20T22:28:37.5783050Z #36 [32/49] COPY ./common/install_cmake.sh install_cmake.sh 2024-08-20T22:28:37.5784515Z #36 DONE 0.0s 2024-08-20T22:28:37.5785028Z 2024-08-20T22:28:37.5786095Z #37 [33/49] RUN if [ -n "3.18.5" ]; then bash ./install_cmake.sh; fi 2024-08-20T22:28:38.1093537Z #37 0.682 + '[' -n 3.18.5 ']' 2024-08-20T22:28:38.2916955Z #37 0.683 ++ grep -oP '(?<=^ID=).+' /etc/os-release 2024-08-20T22:28:38.2917497Z #37 0.683 ++ tr -d '"' 2024-08-20T22:28:38.2917834Z #37 0.684 + ID=ubuntu 2024-08-20T22:28:38.2918162Z #37 0.684 + case "$ID" in 2024-08-20T22:28:38.2918563Z #37 0.684 + apt-get remove cmake -y 2024-08-20T22:28:38.2918958Z #37 0.692 Reading package lists... 2024-08-20T22:28:38.2919359Z #37 0.707 Building dependency tree... 2024-08-20T22:28:38.2919775Z #37 0.709 Reading state information... 2024-08-20T22:28:38.2920464Z #37 0.713 The following packages were automatically installed and are no longer required: 2024-08-20T22:28:38.2921239Z #37 0.713 cmake-data librhash0 libuv1 2024-08-20T22:28:38.2921759Z #37 0.713 Use 'apt autoremove' to remove them. 2024-08-20T22:28:38.2922261Z #37 0.714 The following packages will be REMOVED: 2024-08-20T22:28:38.2922711Z #37 0.714 cmake 2024-08-20T22:28:38.3018637Z #37 0.875 0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded. 2024-08-20T22:28:38.3019386Z #37 0.875 After this operation, 19.2 MB disk space will be freed. 2024-08-20T22:28:38.4020089Z #37 0.887 (Reading database ... 2024-08-20T22:28:38.4020584Z (Reading database ... 5% 2024-08-20T22:28:38.4020934Z (Reading database ... 10% 2024-08-20T22:28:38.4021297Z (Reading database ... 15% 2024-08-20T22:28:38.4021636Z (Reading database ... 20% 2024-08-20T22:28:38.4021956Z (Reading database ... 25% 2024-08-20T22:28:38.4022290Z (Reading database ... 30% 2024-08-20T22:28:38.4022624Z (Reading database ... 35% 2024-08-20T22:28:38.4022952Z (Reading database ... 40% 2024-08-20T22:28:38.4023281Z (Reading database ... 45% 2024-08-20T22:28:38.4023809Z (Reading database ... 50% 2024-08-20T22:28:38.4024143Z (Reading database ... 55% 2024-08-20T22:28:38.4024472Z (Reading database ... 60% 2024-08-20T22:28:38.4024804Z (Reading database ... 65% 2024-08-20T22:28:38.4025120Z (Reading database ... 70% 2024-08-20T22:28:38.4025453Z (Reading database ... 75% 2024-08-20T22:28:38.4025784Z (Reading database ... 80% 2024-08-20T22:28:38.4026101Z (Reading database ... 85% 2024-08-20T22:28:38.4026430Z (Reading database ... 90% 2024-08-20T22:28:38.4026761Z (Reading database ... 95% 2024-08-20T22:28:38.4027084Z (Reading database ... 100% 2024-08-20T22:28:38.4027617Z (Reading database ... 61482 files and directories currently installed.) 2024-08-20T22:28:38.4028515Z #37 0.916 Removing cmake (3.16.3-1ubuntu1.20.04.1) ... 2024-08-20T22:28:38.4028977Z #37 0.975 ++ echo 3.18.5 2024-08-20T22:28:38.5541061Z #37 0.975 ++ sed -e 's/\([0-9].[0-9]\+\).*/v\1/' 2024-08-20T22:28:38.5542649Z #37 0.976 + path=v3.18 2024-08-20T22:28:38.5543990Z #37 0.976 + file=cmake-3.18.5-Linux-x86_64.tar.gz 2024-08-20T22:28:38.5545311Z #37 0.976 + pushd /tmp 2024-08-20T22:28:38.5546149Z #37 0.976 /tmp / 2024-08-20T22:28:38.5547098Z #37 0.976 + curl -Os --retry 3 https://cmake.org/files/v3.18/cmake-3.18.5-Linux-x86_64.tar.gz 2024-08-20T22:28:39.1567019Z #37 1.729 + tar -C /usr/local --strip-components 1 --no-same-owner -zxf cmake-3.18.5-Linux-x86_64.tar.gz 2024-08-20T22:28:39.9718005Z #37 2.544 + rm -f cmake-3.18.5-Linux-x86_64.tar.gz 2024-08-20T22:28:40.1270967Z #37 2.549 / 2024-08-20T22:28:40.1271800Z #37 2.549 + popd 2024-08-20T22:28:40.3460112Z #37 DONE 2.9s 2024-08-20T22:28:40.4979977Z 2024-08-20T22:28:40.4980521Z #38 [34/49] RUN rm install_cmake.sh 2024-08-20T22:28:40.9835576Z #38 DONE 0.6s 2024-08-20T22:28:41.1705628Z 2024-08-20T22:28:41.1706463Z #39 [35/49] COPY ./common/install_ninja.sh install_ninja.sh 2024-08-20T22:28:41.1707000Z #39 DONE 0.0s 2024-08-20T22:28:41.1707201Z 2024-08-20T22:28:41.1707788Z #40 [36/49] RUN if [ -n "1.9.0" ]; then bash ./install_ninja.sh; fi 2024-08-20T22:28:41.5694424Z #40 0.549 /tmp / 2024-08-20T22:28:41.6700622Z #40 0.549 + '[' -n 1.9.0 ']' 2024-08-20T22:28:41.6701522Z #40 0.549 + url=https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-linux.zip 2024-08-20T22:28:41.6702249Z #40 0.549 + pushd /tmp 2024-08-20T22:28:41.6703292Z #40 0.549 + wget --no-verbose --output-document=ninja-linux.zip https://github.com/ninja-build/ninja/releases/download/v1.9.0/ninja-linux.zip 2024-08-20T22:28:41.6708087Z #40 0.649 2024-08-20 22:28:41 URL:https://objects.githubusercontent.com/github-production-release-asset-2e65be/1335132/87438280-6041-11e9-96ac-52003f278cc6?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240820%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240820T222841Z&X-Amz-Expires=300&X-Amz-Signature=0001a29360c6a842b07c3640d421b3d83bd0cb3cd8b6830a5bc183f0a2501b91&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=1335132&response-content-disposition=attachment%3B%20filename%3Dninja-linux.zip&response-content-type=application%2Foctet-stream [85212/85212] -> "ninja-linux.zip" [1] 2024-08-20T22:28:41.6712051Z #40 0.650 + unzip ninja-linux.zip -d /usr/local/bin 2024-08-20T22:28:41.8470396Z #40 0.652 Archive: ninja-linux.zip 2024-08-20T22:28:41.8471849Z #40 0.652 inflating: /usr/local/bin/ninja 2024-08-20T22:28:41.8473333Z #40 0.654 + rm -f ninja-linux.zip 2024-08-20T22:28:41.8474386Z #40 0.655 + popd 2024-08-20T22:28:41.8475135Z #40 0.655 / 2024-08-20T22:28:41.8475847Z #40 DONE 0.7s 2024-08-20T22:28:41.8476310Z 2024-08-20T22:28:41.8476679Z #41 [37/49] RUN rm install_ninja.sh 2024-08-20T22:28:42.4293406Z #41 DONE 0.7s 2024-08-20T22:28:42.5471969Z 2024-08-20T22:28:42.5473047Z #42 [38/49] COPY ./common/install_triton.sh install_triton.sh 2024-08-20T22:28:42.5474532Z #42 DONE 0.0s 2024-08-20T22:28:42.5475033Z 2024-08-20T22:28:42.5475647Z #43 [39/49] COPY ./common/common_utils.sh common_utils.sh 2024-08-20T22:28:42.5476997Z #43 DONE 0.0s 2024-08-20T22:28:42.5477475Z 2024-08-20T22:28:42.5478629Z #44 [40/49] COPY ci_commit_pins/triton-rocm.txt triton-rocm.txt 2024-08-20T22:28:42.5480408Z #44 DONE 0.0s 2024-08-20T22:28:42.5480859Z 2024-08-20T22:28:42.5481382Z #45 [41/49] COPY triton_version.txt triton_version.txt 2024-08-20T22:28:42.5481847Z #45 DONE 0.0s 2024-08-20T22:28:42.6996630Z 2024-08-20T22:28:42.6997860Z #46 [42/49] RUN if [ -n "yes" ]; then bash ./install_triton.sh; fi 2024-08-20T22:28:43.1697695Z #46 0.621 ++ dirname ./install_triton.sh 2024-08-20T22:28:43.2799649Z #46 0.621 + source ./common_utils.sh 2024-08-20T22:28:43.2800471Z #46 0.622 ++ '[' -n '' ']' 2024-08-20T22:28:43.2800854Z #46 0.622 ++ export SUDO=sudo 2024-08-20T22:28:43.2801209Z #46 0.622 ++ SUDO=sudo 2024-08-20T22:28:43.2801564Z #46 0.622 + '[' -n 6.0 ']' 2024-08-20T22:28:43.2801998Z #46 0.622 + TRITON_REPO=https://github.com/openai/triton 2024-08-20T22:28:43.2802583Z #46 0.622 + TRITON_TEXT_FILE=triton-rocm 2024-08-20T22:28:43.2803083Z #46 0.622 ++ get_pinned_commit triton-rocm 2024-08-20T22:28:43.2803744Z #46 0.622 ++ cat triton-rocm.txt 2024-08-20T22:28:43.2804305Z #46 0.623 + TRITON_PINNED_COMMIT=21eae954efa5bf584da70324b640288c3ee7aede 2024-08-20T22:28:43.2804927Z #46 0.623 + '[' -n 20.04 ']' 2024-08-20T22:28:43.2805257Z #46 0.623 + apt update 2024-08-20T22:28:43.2805559Z #46 0.627 2024-08-20T22:28:43.2806100Z #46 0.627 WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2024-08-20T22:28:43.2806739Z #46 0.627 2024-08-20T22:28:43.2807350Z #46 0.694 Get:1 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB] 2024-08-20T22:28:43.2808285Z #46 0.701 Get:2 http://repo.radeon.com/rocm/apt/6.0 focal InRelease [2615 B] 2024-08-20T22:28:43.2809120Z #46 0.731 Get:3 https://repo.radeon.com/amdgpu/6.0/ubuntu focal InRelease [5433 B] 2024-08-20T22:28:43.4380234Z #46 0.808 Get:4 http://archive.ubuntu.com/ubuntu focal InRelease [265 kB] 2024-08-20T22:28:43.4381181Z #46 0.814 Get:5 http://repo.radeon.com/rocm/apt/6.0 focal/main amd64 Packages [43.6 kB] 2024-08-20T22:28:43.4382330Z #46 0.889 Get:6 https://repo.radeon.com/amdgpu/6.0/ubuntu focal/main amd64 Packages [13.4 kB] 2024-08-20T22:28:43.5924711Z #46 0.940 Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [3887 kB] 2024-08-20T22:28:43.5925915Z #46 1.043 Get:8 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.9 kB] 2024-08-20T22:28:43.7506658Z #46 1.044 Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1257 kB] 2024-08-20T22:28:43.7507866Z #46 1.049 Get:10 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal InRelease [24.6 kB] 2024-08-20T22:28:43.7509082Z #46 1.051 Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [3867 kB] 2024-08-20T22:28:43.7579650Z #46 1.209 Get:12 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB] 2024-08-20T22:28:43.9538250Z #46 1.280 Get:13 http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu focal/main amd64 Packages [28.7 kB] 2024-08-20T22:28:43.9539447Z #46 1.307 Get:14 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB] 2024-08-20T22:28:43.9540404Z #46 1.405 Get:15 http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages [11.3 MB] 2024-08-20T22:28:44.4424627Z #46 1.893 Get:16 http://archive.ubuntu.com/ubuntu focal/multiverse amd64 Packages [177 kB] 2024-08-20T22:28:44.6021538Z #46 1.895 Get:17 http://archive.ubuntu.com/ubuntu focal/restricted amd64 Packages [33.4 kB] 2024-08-20T22:28:44.6022524Z #46 1.895 Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages [1275 kB] 2024-08-20T22:28:44.6023742Z #46 1.967 Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4356 kB] 2024-08-20T22:28:44.6024893Z #46 2.053 Get:20 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [4023 kB] 2024-08-20T22:28:44.7478973Z #46 2.151 Get:21 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [33.5 kB] 2024-08-20T22:28:44.7480182Z #46 2.151 Get:22 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1544 kB] 2024-08-20T22:28:44.7481525Z #46 2.199 Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [55.2 kB] 2024-08-20T22:28:44.8985056Z #46 2.199 Get:24 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [28.6 kB] 2024-08-20T22:28:45.4496538Z #46 2.901 Fetched 32.7 MB in 2s (14.5 MB/s) 2024-08-20T22:28:46.2976299Z #46 2.901 Reading package lists... 2024-08-20T22:28:46.4622063Z #46 3.768 Building dependency tree... 2024-08-20T22:28:46.6652252Z #46 3.913 Reading state information... 2024-08-20T22:28:46.6653414Z #46 3.929 12 packages can be upgraded. Run 'apt list --upgradable' to see them. 2024-08-20T22:28:46.6654218Z #46 3.929 + apt-get install -y gpg-agent 2024-08-20T22:28:47.3648841Z #46 3.966 Reading package lists... 2024-08-20T22:28:47.5329778Z #46 4.836 Building dependency tree... 2024-08-20T22:28:47.6745754Z #46 4.984 Reading state information... 2024-08-20T22:28:47.6746956Z #46 5.126 gpg-agent is already the newest version (2.2.19-3ubuntu2.2). 2024-08-20T22:28:47.6747837Z #46 5.126 The following packages were automatically installed and are no longer required: 2024-08-20T22:28:47.8491626Z #46 5.126 cmake-data librhash0 libuv1 2024-08-20T22:28:47.8492278Z #46 5.126 Use 'apt autoremove' to remove them. 2024-08-20T22:28:47.8492932Z #46 5.148 0 upgraded, 0 newly installed, 0 to remove and 12 not upgraded. 2024-08-20T22:28:47.8493558Z #46 5.149 + '[' -n yes ']' 2024-08-20T22:28:47.8493889Z #46 5.149 ++ get_conda_version cmake 2024-08-20T22:28:47.8494488Z #46 5.150 ++ as_jenkins conda list -n py_3.8 2024-08-20T22:28:47.8497005Z #46 5.150 ++ sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/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 LD_LIBRARY_PATH= conda list -n py_3.8 2024-08-20T22:28:47.8499059Z #46 5.150 ++ grep -w cmake 2024-08-20T22:28:47.8499411Z #46 5.150 ++ head -n 1 2024-08-20T22:28:47.8499781Z #46 5.150 ++ awk '{print $2}' 2024-08-20T22:28:48.9140317Z #46 6.365 + CMAKE_VERSION=3.26.4 2024-08-20T22:28:49.0652420Z #46 6.365 ++ get_conda_version numpy 2024-08-20T22:28:49.0653261Z #46 6.366 ++ as_jenkins conda list -n py_3.8 2024-08-20T22:28:49.0655716Z #46 6.366 ++ sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/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 LD_LIBRARY_PATH= conda list -n py_3.8 2024-08-20T22:28:49.0657785Z #46 6.366 ++ grep -w numpy 2024-08-20T22:28:49.0658142Z #46 6.366 ++ head -n 1 2024-08-20T22:28:49.0658500Z #46 6.366 ++ awk '{print $2}' 2024-08-20T22:28:50.1266536Z #46 7.578 + NUMPY_VERSION=1.21.2 2024-08-20T22:28:50.1267273Z #46 7.578 + '[' -z '' ']' 2024-08-20T22:28:50.2881300Z #46 7.578 ++ nproc 2024-08-20T22:28:50.2881685Z #46 7.579 + export MAX_JOBS=48 2024-08-20T22:28:50.2882085Z #46 7.579 + MAX_JOBS=48 2024-08-20T22:28:50.2882546Z #46 7.579 + mkdir /var/lib/jenkins/triton 2024-08-20T22:28:50.2883238Z #46 7.580 + chown -R jenkins /var/lib/jenkins/triton 2024-08-20T22:28:50.2883835Z #46 7.581 + chgrp -R jenkins /var/lib/jenkins/triton 2024-08-20T22:28:50.2884312Z #46 7.582 + pushd /var/lib/jenkins/ 2024-08-20T22:28:50.2884868Z #46 7.583 + as_jenkins git clone https://github.com/openai/triton triton 2024-08-20T22:28:50.2887586Z #46 7.583 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/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 LD_LIBRARY_PATH= git clone https://github.com/openai/triton triton 2024-08-20T22:28:50.2889638Z #46 7.583 /var/lib/jenkins / 2024-08-20T22:28:50.2890021Z #46 7.589 Cloning into 'triton'... 2024-08-20T22:29:00.6420412Z #46 18.09 + cd triton 2024-08-20T22:29:00.6421046Z #46 18.09 + as_jenkins git checkout 21eae954efa5bf584da70324b640288c3ee7aede 2024-08-20T22:29:00.8897914Z #46 18.09 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/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 LD_LIBRARY_PATH= git checkout 21eae954efa5bf584da70324b640288c3ee7aede 2024-08-20T22:29:00.8900445Z #46 18.18 Note: switching to '21eae954efa5bf584da70324b640288c3ee7aede'. 2024-08-20T22:29:00.8901036Z #46 18.18 2024-08-20T22:29:00.8901617Z #46 18.18 You are in 'detached HEAD' state. You can look around, make experimental 2024-08-20T22:29:00.8902499Z #46 18.18 changes and commit them, and you can discard any commits you make in this 2024-08-20T22:29:00.8903347Z #46 18.18 state without impacting any branches by switching back to a branch. 2024-08-20T22:29:00.8904178Z #46 18.18 2024-08-20T22:29:00.8904679Z #46 18.18 If you want to create a new branch to retain commits you create, you may 2024-08-20T22:29:00.8905586Z #46 18.18 do so (now or later) by using -c with the switch command. Example: 2024-08-20T22:29:00.8906140Z #46 18.18 2024-08-20T22:29:00.8906499Z #46 18.18 git switch -c 2024-08-20T22:29:00.8906908Z #46 18.18 2024-08-20T22:29:00.8907175Z #46 18.18 Or undo this operation with: 2024-08-20T22:29:00.8907550Z #46 18.18 2024-08-20T22:29:00.8907803Z #46 18.18 git switch - 2024-08-20T22:29:00.8908097Z #46 18.18 2024-08-20T22:29:00.8908684Z #46 18.18 Turn off this advice by setting config variable advice.detachedHead to false 2024-08-20T22:29:00.8909322Z #46 18.18 2024-08-20T22:29:00.8909910Z #46 18.18 HEAD is now at 21eae954e [RELEASE] [AMD] Additional AMD cherry-picks (#4175) 2024-08-20T22:29:00.8910544Z #46 18.18 + cd python 2024-08-20T22:29:00.8911731Z #46 18.18 + as_jenkins sed -i -e 's/https:\/\/tritonlang.blob.core.windows.net\/llvm-builds/https:\/\/oaitriton.blob.core.windows.net\/public\/llvm-builds/g' setup.py 2024-08-20T22:29:00.8915577Z #46 18.18 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/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 LD_LIBRARY_PATH= sed -i -e 's/https:\/\/tritonlang.blob.core.windows.net\/llvm-builds/https:\/\/oaitriton.blob.core.windows.net\/public\/llvm-builds/g' setup.py 2024-08-20T22:29:00.8918268Z #46 18.19 + '[' -n 20.04 ']' 2024-08-20T22:29:00.8918643Z #46 18.19 + '[' -n 9 ']' 2024-08-20T22:29:00.8918956Z #46 18.19 + [[ 9 == \7 ]] 2024-08-20T22:29:00.8919302Z #46 18.19 + '[' -n 20.04 ']' 2024-08-20T22:29:00.8919667Z #46 18.19 + '[' -n '' ']' 2024-08-20T22:29:00.8920026Z #46 18.19 + pip_install -e . 2024-08-20T22:29:00.8920639Z #46 18.19 + as_jenkins conda run -n py_3.8 pip install --progress-bar off -e . 2024-08-20T22:29:00.8923300Z #46 18.19 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/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 LD_LIBRARY_PATH= conda run -n py_3.8 pip install --progress-bar off -e . 2024-08-20T22:31:54.0429590Z #46 191.5 Obtaining file:///var/lib/jenkins/triton/python 2024-08-20T22:31:54.0430210Z #46 191.5 Installing build dependencies: started 2024-08-20T22:31:54.0432128Z #46 191.5 Installing build dependencies: finished with status 'done' 2024-08-20T22:31:54.0432898Z #46 191.5 Checking if build backend supports build_editable: started 2024-08-20T22:31:54.0433854Z #46 191.5 Checking if build backend supports build_editable: finished with status 'done' 2024-08-20T22:31:54.0434643Z #46 191.5 Getting requirements to build editable: started 2024-08-20T22:31:54.0435448Z #46 191.5 Getting requirements to build editable: finished with status 'done' 2024-08-20T22:31:54.0436389Z #46 191.5 Preparing editable metadata (pyproject.toml): started 2024-08-20T22:31:54.0437272Z #46 191.5 Preparing editable metadata (pyproject.toml): finished with status 'done' 2024-08-20T22:31:54.0438585Z #46 191.5 Requirement already satisfied: filelock in /opt/conda/envs/py_3.8/lib/python3.8/site-packages (from triton==3.0.0) (3.13.1) 2024-08-20T22:31:54.0439593Z #46 191.5 Building wheels for collected packages: triton 2024-08-20T22:31:54.0440240Z #46 191.5 Building editable for triton (pyproject.toml): started 2024-08-20T22:31:54.0440974Z #46 191.5 Building editable for triton (pyproject.toml): still running... 2024-08-20T22:31:54.0441760Z #46 191.5 Building editable for triton (pyproject.toml): still running... 2024-08-20T22:31:54.0442674Z #46 191.5 Building editable for triton (pyproject.toml): finished with status 'done' 2024-08-20T22:31:54.0444296Z #46 191.5 Created wheel for triton: filename=triton-3.0.0-0.editable-cp38-cp38-linux_x86_64.whl size=3585 sha256=de3fd651b34249eb626658d46bcfcd20ba5e6442fbe5107530a7f4cf966271a3 2024-08-20T22:31:54.0446283Z #46 191.5 Stored in directory: /tmp/pip-ephem-wheel-cache-rsmvp_tp/wheels/ef/83/b3/4df556a7a29d835e7932eb7b813c4b3335eba0a2a002f31074 2024-08-20T22:31:54.0447310Z #46 191.5 Successfully built triton 2024-08-20T22:31:54.0447761Z #46 191.5 Installing collected packages: triton 2024-08-20T22:31:54.0448322Z #46 191.5 Successfully installed triton-3.0.0 2024-08-20T22:31:54.0448745Z #46 191.5 2024-08-20T22:31:54.2342600Z #46 191.5 + '[' -n yes ']' 2024-08-20T22:31:54.2343086Z #46 191.5 + conda_reinstall cmake=3.26.4 2024-08-20T22:31:54.2344098Z #46 191.5 + as_jenkins conda install -q -n py_3.8 -y --force-reinstall cmake=3.26.4 2024-08-20T22:31:54.2346944Z #46 191.5 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/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 LD_LIBRARY_PATH= conda install -q -n py_3.8 -y --force-reinstall cmake=3.26.4 2024-08-20T22:31:55.6041220Z #46 193.1 Channels: 2024-08-20T22:31:55.6041879Z #46 193.1 - defaults 2024-08-20T22:31:55.6042245Z #46 193.1 - conda-forge 2024-08-20T22:31:55.6042626Z #46 193.1 Platform: linux-64 2024-08-20T22:32:10.7891977Z #46 193.1 Collecting package metadata (repodata.json): ...working... done 2024-08-20T22:32:12.1777746Z #46 208.2 Solving environment: ...working... done 2024-08-20T22:32:12.2815915Z #46 209.7 2024-08-20T22:32:12.2816255Z #46 209.7 ## Package Plan ## 2024-08-20T22:32:12.2816631Z #46 209.7 2024-08-20T22:32:12.2817019Z #46 209.7 environment location: /opt/conda/envs/py_3.8 2024-08-20T22:32:12.2817484Z #46 209.7 2024-08-20T22:32:12.2817769Z #46 209.7 added / updated specs: 2024-08-20T22:32:12.2818358Z #46 209.7 - cmake=3.26.4 2024-08-20T22:32:12.2818670Z #46 209.7 2024-08-20T22:32:12.2818922Z #46 209.7 2024-08-20T22:32:12.2819170Z #46 209.7 2024-08-20T22:32:12.2819499Z #46 209.7 Preparing transaction: ...working... done 2024-08-20T22:32:12.4986014Z #46 209.7 Verifying transaction: ...working... done 2024-08-20T22:32:51.7575854Z #46 210.0 Executing transaction: ...working... done 2024-08-20T22:32:53.2544382Z #46 250.7 + pip_install --force-reinstall numpy==1.21.2 2024-08-20T22:32:53.2545398Z #46 250.7 + as_jenkins conda run -n py_3.8 pip install --progress-bar off --force-reinstall numpy==1.21.2 2024-08-20T22:32:53.2548467Z #46 250.7 + sudo -E -H -u jenkins env -u SUDO_UID -u SUDO_GID -u SUDO_COMMAND -u SUDO_USER env PATH=/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 LD_LIBRARY_PATH= conda run -n py_3.8 pip install --progress-bar off --force-reinstall numpy==1.21.2 2024-08-20T22:32:57.6577495Z #46 255.1 Collecting numpy==1.21.2 2024-08-20T22:32:57.6578738Z #46 255.1 Downloading numpy-1.21.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (2.1 kB) 2024-08-20T22:32:57.6580275Z #46 255.1 Downloading numpy-1.21.2-cp38-cp38-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.8 MB) 2024-08-20T22:32:57.6581107Z #46 255.1 Installing collected packages: numpy 2024-08-20T22:32:57.6581576Z #46 255.1 Attempting uninstall: numpy 2024-08-20T22:32:57.6582077Z #46 255.1 Found existing installation: numpy 1.21.2 2024-08-20T22:32:57.6582649Z #46 255.1 Uninstalling numpy-1.21.2: 2024-08-20T22:32:57.6583198Z #46 255.1 Successfully uninstalled numpy-1.21.2 2024-08-20T22:32:57.6583768Z #46 255.1 Successfully installed numpy-1.21.2 2024-08-20T22:32:57.6584189Z #46 255.1 2024-08-20T22:32:57.9494412Z #46 DONE 255.4s 2024-08-20T22:32:58.1017930Z 2024-08-20T22:32:58.1020001Z #47 [43/49] RUN rm install_triton.sh common_utils.sh triton-rocm.txt triton_version.txt 2024-08-20T22:32:58.4909747Z #47 DONE 0.5s 2024-08-20T22:32:58.6921407Z 2024-08-20T22:32:58.6922363Z #48 [44/49] COPY ./aotriton_version.txt aotriton_version.txt 2024-08-20T22:32:58.6923325Z #48 DONE 0.0s 2024-08-20T22:32:58.6923535Z 2024-08-20T22:32:58.6923755Z #49 [45/49] COPY ./common/common_utils.sh common_utils.sh 2024-08-20T22:32:58.7804497Z #49 DONE 0.2s 2024-08-20T22:32:58.9797085Z 2024-08-20T22:32:58.9797902Z #50 [46/49] COPY ./common/install_aotriton.sh install_aotriton.sh 2024-08-20T22:32:58.9798653Z #50 DONE 0.0s 2024-08-20T22:32:58.9798837Z 2024-08-20T22:32:58.9799841Z #51 [47/49] RUN ["/bin/bash", "-c", "./install_aotriton.sh /opt/rocm && rm -rf install_aotriton.sh aotriton_version.txt common_utils.sh"] 2024-08-20T22:32:59.3401719Z #51 0.511 ++ dirname ./install_aotriton.sh 2024-08-20T22:32:59.4624105Z #51 0.512 + source ./common_utils.sh 2024-08-20T22:32:59.4624888Z #51 0.512 ++ '[' -n '' ']' 2024-08-20T22:32:59.4625313Z #51 0.512 ++ export SUDO=sudo 2024-08-20T22:32:59.4625739Z #51 0.512 ++ SUDO=sudo 2024-08-20T22:32:59.4626079Z #51 0.512 + TARBALL=aotriton.tar.bz2 2024-08-20T22:32:59.4626759Z #51 0.512 + read -d '\n' VER MANYLINUX ROCMBASE PINNED_COMMIT SHA256 2024-08-20T22:32:59.4627557Z #51 0.512 + true 2024-08-20T22:32:59.4627868Z #51 0.513 ++ uname -m 2024-08-20T22:32:59.4628214Z #51 0.514 + ARCH=x86_64 2024-08-20T22:32:59.4628583Z #51 0.514 + AOTRITON_INSTALL_PREFIX=/opt/rocm 2024-08-20T22:32:59.4629777Z #51 0.514 + AOTRITON_URL=https://github.com/ROCm/aotriton/releases/download/0.6b/aotriton-0.6b-manylinux_2_17_x86_64-rocm6.2-shared.tar.bz2 2024-08-20T22:32:59.4631068Z #51 0.514 + cd /opt/rocm 2024-08-20T22:32:59.4632307Z #51 0.514 + curl -L --retry 3 -o aotriton.tar.bz2 https://github.com/ROCm/aotriton/releases/download/0.6b/aotriton-0.6b-manylinux_2_17_x86_64-rocm6.2-shared.tar.bz2 2024-08-20T22:32:59.4633656Z #51 0.527 % Total % Received % Xferd Average Speed Time Time Time Current 2024-08-20T22:32:59.4634444Z #51 0.527 Dload Upload Total Spent Left Speed 2024-08-20T22:32:59.4634983Z #51 0.527 2024-08-20T22:32:59.4635437Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-20T22:32:59.4636129Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-20T22:32:59.8443196Z #51 1.016 2024-08-20T22:32:59.8444001Z 100 153M 100 153M 0 0 314M 0 --:--:-- --:--:-- --:--:-- 314M 2024-08-20T22:32:59.9978362Z #51 1.019 ++ sha256sum aotriton.tar.bz2 2024-08-20T22:32:59.9978944Z #51 1.019 ++ cut -d ' ' -f 1 2024-08-20T22:33:00.5529447Z #51 1.724 + ACTUAL_SHA256=e4ab195d2bd19e939c675a13280c29714c6ef9f2cf420690da150fa0cac043b1 2024-08-20T22:33:00.5531166Z #51 1.724 + '[' e4ab195d2bd19e939c675a13280c29714c6ef9f2cf420690da150fa0cac043b1 '!=' e4ab195d2bd19e939c675a13280c29714c6ef9f2cf420690da150fa0cac043b1 ']' 2024-08-20T22:33:00.5532196Z #51 1.724 + tar xf aotriton.tar.bz2 2024-08-20T22:33:19.4854938Z #51 20.66 + rm -rf aotriton.tar.bz2 2024-08-20T22:33:20.5009364Z #51 DONE 21.7s 2024-08-20T22:33:20.7018890Z 2024-08-20T22:33:20.7020125Z #52 [48/49] COPY ./common/install_cache.sh install_cache.sh 2024-08-20T22:33:20.7023389Z #52 DONE 0.0s 2024-08-20T22:33:20.7023971Z 2024-08-20T22:33:20.7024276Z #53 [49/49] RUN bash ./install_cache.sh && rm install_cache.sh 2024-08-20T22:33:21.0596874Z #53 0.508 + mkdir -p /opt/cache/bin 2024-08-20T22:33:21.2220368Z #53 0.510 + mkdir -p /opt/cache/lib 2024-08-20T22:33:21.2221157Z #53 0.512 + sed -e 's|PATH="\(.*\)"|PATH="/opt/cache/bin:\1"|g' -i /etc/environment 2024-08-20T22:33:21.2223013Z #53 0.513 + export PATH=/opt/cache/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 2024-08-20T22:33:21.2225804Z #53 0.513 + PATH=/opt/cache/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 2024-08-20T22:33:21.2227588Z #53 0.513 + '[' -n 6.0 ']' 2024-08-20T22:33:21.2228367Z #53 0.513 + curl --retry 3 http://repo.radeon.com/misc/.sccache_amd/sccache -o /opt/cache/bin/sccache 2024-08-20T22:33:21.2229344Z #53 0.520 % Total % Received % Xferd Average Speed Time Time Time Current 2024-08-20T22:33:21.2230120Z #53 0.520 Dload Upload Total Spent Left Speed 2024-08-20T22:33:21.2230802Z #53 0.520 2024-08-20T22:33:21.2585258Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-20T22:33:21.5002345Z 29 61.9M 29 18.0M 0 0 97.2M 0 --:--:-- --:--:-- --:--:-- 96.7M 2024-08-20T22:33:21.5003321Z 100 61.9M 100 61.9M 0 0 144M 0 --:--:-- --:--:-- --:--:-- 144M 2024-08-20T22:33:21.6789567Z #53 0.950 + chmod a+x /opt/cache/bin/sccache 2024-08-20T22:33:21.6790914Z #53 0.952 + write_sccache_stub cc 2024-08-20T22:33:21.6791945Z #53 0.952 ++ which cc 2024-08-20T22:33:21.6792598Z #53 0.953 ++ which cc 2024-08-20T22:33:21.6794078Z #53 0.954 + printf '#!/bin/sh\nif [ $(env -u LD_PRELOAD ps -p $PPID -o comm=) != sccache ]; then\n exec sccache /usr/bin/cc "$@"\nelse\n exec /usr/bin/cc "$@"\nfi' 2024-08-20T22:33:21.6795128Z #53 0.954 + chmod a+x /opt/cache/bin/cc 2024-08-20T22:33:21.6795557Z #53 0.955 + write_sccache_stub c++ 2024-08-20T22:33:21.6795918Z #53 0.955 ++ which c++ 2024-08-20T22:33:21.6796224Z #53 0.956 ++ which c++ 2024-08-20T22:33:21.6800894Z #53 0.957 + printf '#!/bin/sh\nif [ $(env -u LD_PRELOAD ps -p $PPID -o comm=) != sccache ]; then\n exec sccache /usr/bin/c++ "$@"\nelse\n exec /usr/bin/c++ "$@"\nfi' 2024-08-20T22:33:21.6801973Z #53 0.957 + chmod a+x /opt/cache/bin/c++ 2024-08-20T22:33:21.6802407Z #53 0.958 + write_sccache_stub gcc 2024-08-20T22:33:21.6802802Z #53 0.958 ++ which gcc 2024-08-20T22:33:21.6803122Z #53 0.959 ++ which gcc 2024-08-20T22:33:21.6804190Z #53 0.960 + printf '#!/bin/sh\nif [ $(env -u LD_PRELOAD ps -p $PPID -o comm=) != sccache ]; then\n exec sccache /usr/bin/gcc "$@"\nelse\n exec /usr/bin/gcc "$@"\nfi' 2024-08-20T22:33:21.6805271Z #53 0.960 + chmod a+x /opt/cache/bin/gcc 2024-08-20T22:33:21.6805714Z #53 0.961 + write_sccache_stub g++ 2024-08-20T22:33:21.6806150Z #53 0.961 ++ which g++ 2024-08-20T22:33:21.6806567Z #53 0.962 ++ which g++ 2024-08-20T22:33:21.6807658Z #53 0.963 + printf '#!/bin/sh\nif [ $(env -u LD_PRELOAD ps -p $PPID -o comm=) != sccache ]; then\n exec sccache /usr/bin/g++ "$@"\nelse\n exec /usr/bin/g++ "$@"\nfi' 2024-08-20T22:33:21.6808691Z #53 0.963 + chmod a+x /opt/cache/bin/g++ 2024-08-20T22:33:21.6809137Z #53 0.964 + '[' x6.0 = x ']' 2024-08-20T22:33:21.6809521Z #53 0.964 + '[' -n '' ']' 2024-08-20T22:33:21.6809908Z #53 0.964 + '[' -n 6.0 ']' 2024-08-20T22:33:21.6810316Z #53 0.964 + [[ -e /opt/rocm/hcc/bin/hcc ]] 2024-08-20T22:33:21.6810932Z #53 0.964 + [[ -e /opt/rocm/llvm/bin/clang ]] 2024-08-20T22:33:21.6811412Z #53 0.964 + mkdir /opt/rocm/llvm/bin/original 2024-08-20T22:33:21.6811938Z #53 0.965 + write_sccache_stub_rocm /opt/rocm/llvm/bin/clang 2024-08-20T22:33:21.6812485Z #53 0.965 + OLDCOMP=/opt/rocm/llvm/bin/clang 2024-08-20T22:33:21.6812968Z #53 0.966 ++ basename /opt/rocm/llvm/bin/clang 2024-08-20T22:33:21.6813545Z #53 0.967 + COMPNAME=clang 2024-08-20T22:33:21.6814063Z #53 0.967 ++ dirname /opt/rocm/llvm/bin/clang 2024-08-20T22:33:21.6814516Z #53 0.968 + TOPDIR=/opt/rocm/llvm/bin 2024-08-20T22:33:21.6814993Z #53 0.968 + WRAPPED=/opt/rocm/llvm/bin/original/clang 2024-08-20T22:33:21.6815632Z #53 0.968 + mv /opt/rocm/llvm/bin/clang /opt/rocm/llvm/bin/original/clang 2024-08-20T22:33:21.6816549Z #53 0.970 + printf '#!/bin/sh\nexec sccache /opt/rocm/llvm/bin/original/clang "$@"' 2024-08-20T22:33:21.6817228Z #53 0.970 + chmod a+x /opt/rocm/llvm/bin/clang 2024-08-20T22:33:21.6817772Z #53 0.970 + write_sccache_stub_rocm /opt/rocm/llvm/bin/clang++ 2024-08-20T22:33:21.6818334Z #53 0.970 + OLDCOMP=/opt/rocm/llvm/bin/clang++ 2024-08-20T22:33:21.6818830Z #53 0.971 ++ basename /opt/rocm/llvm/bin/clang++ 2024-08-20T22:33:21.6819266Z #53 0.972 + COMPNAME=clang++ 2024-08-20T22:33:21.6819763Z #53 0.972 ++ dirname /opt/rocm/llvm/bin/clang++ 2024-08-20T22:33:21.6820242Z #53 0.972 + TOPDIR=/opt/rocm/llvm/bin 2024-08-20T22:33:21.6820712Z #53 0.972 + WRAPPED=/opt/rocm/llvm/bin/original/clang++ 2024-08-20T22:33:21.6821405Z #53 0.973 + mv /opt/rocm/llvm/bin/clang++ /opt/rocm/llvm/bin/original/clang++ 2024-08-20T22:33:21.6822331Z #53 0.974 + printf '#!/bin/sh\nexec sccache /opt/rocm/llvm/bin/original/clang++ "$@"' 2024-08-20T22:33:21.6823005Z #53 0.974 + chmod a+x /opt/rocm/llvm/bin/clang++ 2024-08-20T22:33:21.6823497Z #53 0.975 + pushd /opt/rocm/llvm/bin/original 2024-08-20T22:33:21.6823957Z #53 0.975 /opt/rocm/llvm/bin/original / 2024-08-20T22:33:21.6824404Z #53 0.975 ++ readlink clang 2024-08-20T22:33:21.6824803Z #53 0.976 + ln -s ../clang-17 2024-08-20T22:33:21.6825153Z #53 0.977 + popd 2024-08-20T22:33:21.6825416Z #53 0.977 / 2024-08-20T22:33:21.9088973Z #53 DONE 1.4s 2024-08-20T22:33:22.0629075Z 2024-08-20T22:33:22.0629474Z #54 exporting to image 2024-08-20T22:33:22.0629905Z #54 exporting layers 2024-08-20T22:35:25.3399691Z #54 exporting layers 123.4s done 2024-08-20T22:35:25.4836642Z #54 writing image sha256:2743ac90f650d9c6ba82de6d68c949de90eda0b3602ffc8989546cc4dd1b626c done 2024-08-20T22:35:25.4837606Z #54 naming to docker.io/library/tmp.scngucr3bn done 2024-08-20T22:35:25.4840565Z #54 naming to 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3:f6d216893d65c7b8ae43df4daaf247db808378e9 done 2024-08-20T22:35:25.4841616Z #54 DONE 123.4s 2024-08-20T22:35:25.4896358Z ++ echo 20.04 2024-08-20T22:35:25.4896803Z ++ sed 's/-rc$//' 2024-08-20T22:35:25.4916754Z + UBUNTU_VERSION=20.04 2024-08-20T22:35:25.4917216Z + [[ ubuntu == \u\b\u\n\t\u ]] 2024-08-20T22:35:25.4921351Z + drun lsb_release -a 2024-08-20T22:35:25.4922166Z + grep -qF Ubuntu 2024-08-20T22:35:26.4505719Z + drun lsb_release -a 2024-08-20T22:35:26.4506272Z + grep -qF 20.04 2024-08-20T22:35:27.5208468Z + '[' -n 3.8 ']' 2024-08-20T22:35:27.5213996Z + drun python --version 2024-08-20T22:35:27.5215957Z + grep -qF 'Python 3.8' 2024-08-20T22:35:28.5321350Z + '[' -n 9 ']' 2024-08-20T22:35:28.5327289Z + drun gcc --version 2024-08-20T22:35:28.5327798Z + grep -q ' 9\W' 2024-08-20T22:35:29.6323995Z + '[' -n '' ']' 2024-08-20T22:35:29.6324522Z + '[' -n '' ']' 2024-08-20T22:35:29.6326294Z + '[' true == true ']' 2024-08-20T22:35:29.6327518Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:35:29.8956972Z + '[' false == true ']' 2024-08-20T22:35:29.8959065Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:35:30.1163486Z { 2024-08-20T22:35:30.1163816Z "schemaVersion": 2, 2024-08-20T22:35:30.1164374Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2024-08-20T22:35:30.1164957Z "config": { 2024-08-20T22:35:30.1165412Z "mediaType": "application/vnd.docker.container.image.v1+json", 2024-08-20T22:35:30.1170450Z "size": 23403, 2024-08-20T22:35:30.1171188Z "digest": "sha256:a37e8a80afb584a6ff9f28ccfbfd9123e8424314741abb67ef9458ae0dec27d0" 2024-08-20T22:35:30.1172121Z }, 2024-08-20T22:35:30.1172399Z "layers": [ 2024-08-20T22:35:30.1172672Z { 2024-08-20T22:35:30.1173108Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1173830Z "size": 28584223, 2024-08-20T22:35:30.1174502Z "digest": "sha256:560c024910bebac6b404791af28ebd48a8289303b8377d17b67ffdfe52754f2a" 2024-08-20T22:35:30.1175132Z }, 2024-08-20T22:35:30.1175383Z { 2024-08-20T22:35:30.1175839Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1176390Z "size": 1823, 2024-08-20T22:35:30.1176954Z "digest": "sha256:722a6699b4ebdf1fff415451da7fd768fe9423762ae79022b3ef197dd336aba1" 2024-08-20T22:35:30.1177595Z }, 2024-08-20T22:35:30.1177829Z { 2024-08-20T22:35:30.1178360Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1179073Z "size": 312575137, 2024-08-20T22:35:30.1179644Z "digest": "sha256:8d3471141e48c29da508a940a5702d59ccb8bd9fb47201a76a17d529b2259a5f" 2024-08-20T22:35:30.1180267Z }, 2024-08-20T22:35:30.1180517Z { 2024-08-20T22:35:30.1180967Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1181522Z "size": 805, 2024-08-20T22:35:30.1182149Z "digest": "sha256:84d7c1aff0165ae94c936361c872a5d98a96f81286d4901bfa4b8f8a6e0ed869" 2024-08-20T22:35:30.1182792Z }, 2024-08-20T22:35:30.1183039Z { 2024-08-20T22:35:30.1183453Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1184101Z "size": 106, 2024-08-20T22:35:30.1184667Z "digest": "sha256:e6ba2c6a20f7171c6cf19ab2a5b7e39b5fa767db527a8c68b6f98ad7c055bca3" 2024-08-20T22:35:30.1185306Z }, 2024-08-20T22:35:30.1185551Z { 2024-08-20T22:35:30.1185989Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1186602Z "size": 545, 2024-08-20T22:35:30.1187232Z "digest": "sha256:f1d74e82c83914108a9f58ec156ba74104629fffbc1d62bfd5f64a5d6de00338" 2024-08-20T22:35:30.1187873Z }, 2024-08-20T22:35:30.1188094Z { 2024-08-20T22:35:30.1188530Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1189101Z "size": 1260, 2024-08-20T22:35:30.1189636Z "digest": "sha256:369084411edf8a2e18232316de81ba10ea328dadfd6c2aceb357e3c344a2a5ba" 2024-08-20T22:35:30.1190278Z }, 2024-08-20T22:35:30.1190522Z { 2024-08-20T22:35:30.1190941Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1191505Z "size": 3392, 2024-08-20T22:35:30.1192054Z "digest": "sha256:036d03240876a4b0d637a3caa43cd36111c4a4cf1471dae8e3f3a410d5701a07" 2024-08-20T22:35:30.1192676Z }, 2024-08-20T22:35:30.1192914Z { 2024-08-20T22:35:30.1193346Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1193894Z "size": 1910, 2024-08-20T22:35:30.1194446Z "digest": "sha256:aed1c44ec0f677f20a8336422625eec3f66558ecbc61b9e49856085188b117e9" 2024-08-20T22:35:30.1195089Z }, 2024-08-20T22:35:30.1195318Z { 2024-08-20T22:35:30.1195755Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1196323Z "size": 700, 2024-08-20T22:35:30.1196860Z "digest": "sha256:657a0885dc72f558a3fdaffb85a7d85c2ab25985a395ec9fdb422bd2048a9de4" 2024-08-20T22:35:30.1197498Z }, 2024-08-20T22:35:30.1197742Z { 2024-08-20T22:35:30.1198159Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1198725Z "size": 2518635136, 2024-08-20T22:35:30.1199290Z "digest": "sha256:5444de3114d769761c93104ad996bb481e6d4e1e5b7ef438590bb725bd481d9a" 2024-08-20T22:35:30.1199899Z }, 2024-08-20T22:35:30.1200136Z { 2024-08-20T22:35:30.1200576Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1201118Z "size": 380, 2024-08-20T22:35:30.1201662Z "digest": "sha256:6d388069c2d7b7900bee880ba0a9bb683165f3978613fec36ed7e3edf04b180b" 2024-08-20T22:35:30.1202299Z }, 2024-08-20T22:35:30.1202589Z { 2024-08-20T22:35:30.1203030Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1203596Z "size": 12120, 2024-08-20T22:35:30.1204138Z "digest": "sha256:06c0571e2b8db6c6634180cebc76d5a0db7d5de0d953dbf9f68d518425cf7337" 2024-08-20T22:35:30.1204783Z }, 2024-08-20T22:35:30.1205027Z { 2024-08-20T22:35:30.1205446Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1206015Z "size": 504, 2024-08-20T22:35:30.1206551Z "digest": "sha256:0972844ea4ec494726981a800e4a687d65d178eda00ef010e5f4031042e7b052" 2024-08-20T22:35:30.1207157Z }, 2024-08-20T22:35:30.1207396Z { 2024-08-20T22:35:30.1207829Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1208388Z "size": 121477499, 2024-08-20T22:35:30.1208957Z "digest": "sha256:4bc716f8a1d8caa493e98f1d56e97792a68c09a505f72f41918a6445025ada0b" 2024-08-20T22:35:30.1209645Z }, 2024-08-20T22:35:30.1209864Z { 2024-08-20T22:35:30.1210304Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1210871Z "size": 109, 2024-08-20T22:35:30.1211401Z "digest": "sha256:cb45e6214311b18ca29b80495f89938cc3f3122b5a1bbf7d75d5731ab5c78985" 2024-08-20T22:35:30.1212034Z }, 2024-08-20T22:35:30.1212274Z { 2024-08-20T22:35:30.1212690Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1213255Z "size": 489, 2024-08-20T22:35:30.1213801Z "digest": "sha256:0183570ab6f1b76f21e0bd1aebd83ac04068546eaf762334a3398f1726b954c2" 2024-08-20T22:35:30.1214534Z }, 2024-08-20T22:35:30.1215023Z { 2024-08-20T22:35:30.1215439Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1216009Z "size": 296, 2024-08-20T22:35:30.1216567Z "digest": "sha256:cb5fdf1e919177afcbd0c0560c9f62a96919f701c87b94c942060de4f279edda" 2024-08-20T22:35:30.1217193Z }, 2024-08-20T22:35:30.1217436Z { 2024-08-20T22:35:30.1217868Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1218463Z "size": 103, 2024-08-20T22:35:30.1219015Z "digest": "sha256:4726060e2f18d0be95c523d42ba39c872d5baddef4719c7bd61e1bb44ddaac35" 2024-08-20T22:35:30.1219655Z }, 2024-08-20T22:35:30.1219877Z { 2024-08-20T22:35:30.1220312Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1220990Z "size": 1473, 2024-08-20T22:35:30.1221523Z "digest": "sha256:ddc70883fbfec3c44ac5b825395f40dc6a3f2201314f4242f197735abcfae4f5" 2024-08-20T22:35:30.1222148Z }, 2024-08-20T22:35:30.1222384Z { 2024-08-20T22:35:30.1222798Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1223353Z "size": 592974214, 2024-08-20T22:35:30.1223907Z "digest": "sha256:38fe375ac246380fc51529500f5affbffd41d03c6564840f0916cd6b44618dd8" 2024-08-20T22:35:30.1224507Z }, 2024-08-20T22:35:30.1224743Z { 2024-08-20T22:35:30.1225168Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1225707Z "size": 163, 2024-08-20T22:35:30.1226252Z "digest": "sha256:66cfb2ae8ed552bc1a3b449bd8bc99a962a006ca02a56bab13b56983dc95bf07" 2024-08-20T22:35:30.1226883Z }, 2024-08-20T22:35:30.1227097Z { 2024-08-20T22:35:30.1227520Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1228072Z "size": 1638, 2024-08-20T22:35:30.1228592Z "digest": "sha256:5cc6c414819aa9c00d1d1ca41405f16b23f4372381e60a8b7706b77ade91e4e6" 2024-08-20T22:35:30.1229209Z }, 2024-08-20T22:35:30.1229441Z { 2024-08-20T22:35:30.1229848Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1230408Z "size": 6028806599, 2024-08-20T22:35:30.1231368Z "digest": "sha256:89f1e552a0a585fa247b77f1c049f5daf4d7c6dd2519e62107bf9d424db35281" 2024-08-20T22:35:30.1231990Z }, 2024-08-20T22:35:30.1232232Z { 2024-08-20T22:35:30.1232672Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1233218Z "size": 105, 2024-08-20T22:35:30.1233882Z "digest": "sha256:b3a76d0d8e21a58d9d8d2d220b6745d2eadb669532d27111256fa539868d2adc" 2024-08-20T22:35:30.1234525Z }, 2024-08-20T22:35:30.1234749Z { 2024-08-20T22:35:30.1235182Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1235747Z "size": 974, 2024-08-20T22:35:30.1236260Z "digest": "sha256:fc5175517a468260b8b380c71863334294b4033cf2e3e80b15696cd11c87b250" 2024-08-20T22:35:30.1236880Z }, 2024-08-20T22:35:30.1237117Z { 2024-08-20T22:35:30.1237543Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1238111Z "size": 324361288, 2024-08-20T22:35:30.1238681Z "digest": "sha256:f24ccb4650f2a895480d9f8cb577cee33f85394f3d67c5d8c16650c90c61df1d" 2024-08-20T22:35:30.1239296Z }, 2024-08-20T22:35:30.1239536Z { 2024-08-20T22:35:30.1239968Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1240574Z "size": 111, 2024-08-20T22:35:30.1241131Z "digest": "sha256:cf8af2400e96a85482bc8ea0ea31460ddeddf1a69838fa3a7ff1a373718cc7d7" 2024-08-20T22:35:30.1241778Z }, 2024-08-20T22:35:30.1241999Z { 2024-08-20T22:35:30.1242435Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1243002Z "size": 167, 2024-08-20T22:35:30.1243541Z "digest": "sha256:7a687ccad83b9e40cd2d49fefc000637092b1e3110b6ae88604a430c14639e3f" 2024-08-20T22:35:30.1244299Z }, 2024-08-20T22:35:30.1244532Z { 2024-08-20T22:35:30.1244937Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1245539Z "size": 3860336, 2024-08-20T22:35:30.1246075Z "digest": "sha256:74979199cf408c9a3793d6d82ca146d79e9e3a1549a35091ca1ab0d54887c498" 2024-08-20T22:35:30.1246667Z }, 2024-08-20T22:35:30.1246901Z { 2024-08-20T22:35:30.1247442Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1247953Z "size": 107, 2024-08-20T22:35:30.1248526Z "digest": "sha256:cebf079c7f2b9176bcbfee0762f1658b227a6c37ecee68d2b6a3b210314b5252" 2024-08-20T22:35:30.1249131Z }, 2024-08-20T22:35:30.1249337Z { 2024-08-20T22:35:30.1249741Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1250264Z "size": 566, 2024-08-20T22:35:30.1250743Z "digest": "sha256:5010474278e0c7ee4080071b6a3619c6db59e42e10ec9c7528ef3cd983e4a537" 2024-08-20T22:35:30.1251322Z }, 2024-08-20T22:35:30.1251550Z { 2024-08-20T22:35:30.1251941Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1252467Z "size": 43190623, 2024-08-20T22:35:30.1252999Z "digest": "sha256:cf138af1b8ac9e971d841fda1870b18c6d0d366aa69c6b651241b6692670a1e3" 2024-08-20T22:35:30.1253593Z }, 2024-08-20T22:35:30.1253799Z { 2024-08-20T22:35:30.1254482Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1255035Z "size": 106, 2024-08-20T22:35:30.1255650Z "digest": "sha256:5a0892f098d571e0ab43ce43ad29345ed3ad48c91596305483a6cd680d6aa636" 2024-08-20T22:35:30.1256291Z }, 2024-08-20T22:35:30.1256515Z { 2024-08-20T22:35:30.1256950Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1257515Z "size": 295, 2024-08-20T22:35:30.1258047Z "digest": "sha256:0f276919cb2e7aee1be86945c774c22267966cc7ed7e619c8489a551b012b669" 2024-08-20T22:35:30.1258680Z }, 2024-08-20T22:35:30.1258917Z { 2024-08-20T22:35:30.1259334Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1259898Z "size": 88292, 2024-08-20T22:35:30.1260464Z "digest": "sha256:8fdf88d6b6fe5052e62750f5ed0f624c80fec88c63f21da57dd64c52bec47a88" 2024-08-20T22:35:30.1261105Z }, 2024-08-20T22:35:30.1261324Z { 2024-08-20T22:35:30.1261755Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1262317Z "size": 106, 2024-08-20T22:35:30.1262844Z "digest": "sha256:ec11c64808105d2e9cc813b1fbbed2ca60856631a049555edba2084457e6c007" 2024-08-20T22:35:30.1263483Z }, 2024-08-20T22:35:30.1263811Z { 2024-08-20T22:35:30.1264229Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1264791Z "size": 1380, 2024-08-20T22:35:30.1265330Z "digest": "sha256:7397e0c0192133e7084b2cdb03325a59350b480527751a8384b95ee1b73ff40b" 2024-08-20T22:35:30.1265926Z }, 2024-08-20T22:35:30.1266167Z { 2024-08-20T22:35:30.1266725Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1267234Z "size": 700, 2024-08-20T22:35:30.1267752Z "digest": "sha256:657a0885dc72f558a3fdaffb85a7d85c2ab25985a395ec9fdb422bd2048a9de4" 2024-08-20T22:35:30.1268349Z }, 2024-08-20T22:35:30.1268552Z { 2024-08-20T22:35:30.1268954Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1269479Z "size": 143, 2024-08-20T22:35:30.1269966Z "digest": "sha256:56634085ca09fe4f32ffc1e68a807d1eccdbe347b7457812561c047ccf047187" 2024-08-20T22:35:30.1270595Z }, 2024-08-20T22:35:30.1270820Z { 2024-08-20T22:35:30.1271211Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1271733Z "size": 120, 2024-08-20T22:35:30.1272247Z "digest": "sha256:6e06b9b118be0d2c3ab2c4ab2070763bd63142fe0cc29cfe4534493d3a2aa9d5" 2024-08-20T22:35:30.1272824Z }, 2024-08-20T22:35:30.1273050Z { 2024-08-20T22:35:30.1273451Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1273959Z "size": 4385194760, 2024-08-20T22:35:30.1274495Z "digest": "sha256:5202b7d0fe2c8857da8d372458bac3dfd9d0a715e4213eae13d951bef49afaad" 2024-08-20T22:35:30.1275091Z }, 2024-08-20T22:35:30.1275333Z { 2024-08-20T22:35:30.1275738Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1276268Z "size": 180, 2024-08-20T22:35:30.1276761Z "digest": "sha256:a4dcc1db2d69f4800cd44209384b2708704d1054b0d2a70b2de1b83820a2c209" 2024-08-20T22:35:30.1277353Z }, 2024-08-20T22:35:30.1277582Z { 2024-08-20T22:35:30.1277969Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1278538Z "size": 209, 2024-08-20T22:35:30.1279071Z "digest": "sha256:4fbed7c0bbda82a511cbae10c70b7d6c7a1f852428bea2b8fa9bea39d9340427" 2024-08-20T22:35:30.1279665Z }, 2024-08-20T22:35:30.1279887Z { 2024-08-20T22:35:30.1280291Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1280795Z "size": 700, 2024-08-20T22:35:30.1281306Z "digest": "sha256:657a0885dc72f558a3fdaffb85a7d85c2ab25985a395ec9fdb422bd2048a9de4" 2024-08-20T22:35:30.1281900Z }, 2024-08-20T22:35:30.1282105Z { 2024-08-20T22:35:30.1282514Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1283041Z "size": 633, 2024-08-20T22:35:30.1283537Z "digest": "sha256:eb46f2060b98bac7758184fac264ccb8b8681fcd660dffc9f6202b0fe6e29709" 2024-08-20T22:35:30.1284135Z }, 2024-08-20T22:35:30.1284361Z { 2024-08-20T22:35:30.1284746Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1285282Z "size": 229509098, 2024-08-20T22:35:30.1285807Z "digest": "sha256:8170d6420d18493e40742736caee00ebea099f5e238aa1f7d3f3be0f3ca140c2" 2024-08-20T22:35:30.1286369Z }, 2024-08-20T22:35:30.1286595Z { 2024-08-20T22:35:30.1286995Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1287503Z "size": 1843, 2024-08-20T22:35:30.1288020Z "digest": "sha256:3385be080d47f0bf4f800da707b391ef2aff82d4bedb454fbf033f5ffc0ea1f0" 2024-08-20T22:35:30.1288618Z }, 2024-08-20T22:35:30.1288823Z { 2024-08-20T22:35:30.1289232Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-08-20T22:35:30.1289755Z "size": 15982997, 2024-08-20T22:35:30.1290271Z "digest": "sha256:9f845d802d6ac0305eada45b6465061cd65cae663de8d21ca4fe77c08caa78eb" 2024-08-20T22:35:30.1290867Z } 2024-08-20T22:35:30.1291093Z ] 2024-08-20T22:35:30.1291299Z } 2024-08-20T22:35:30.1428418Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2024-08-20T22:35:30.1429068Z with: 2024-08-20T22:35:30.1429943Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:35:30.1431465Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T22:35:30.1431989Z env: 2024-08-20T22:35:30.1432427Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:35:30.1433008Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:35:30.1433764Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:35:30.1434534Z ##[endgroup] 2024-08-20T22:35:30.1454552Z ##[group]Run set -x 2024-08-20T22:35:30.1454905Z set -x 2024-08-20T22:35:30.1455285Z set +e 2024-08-20T22:35:30.1455562Z  2024-08-20T22:35:30.1455810Z login() { 2024-08-20T22:35:30.1456609Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-20T22:35:30.1457339Z } 2024-08-20T22:35:30.1457601Z  2024-08-20T22:35:30.1457865Z retry () { 2024-08-20T22:35:30.1458223Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-20T22:35:30.1458665Z } 2024-08-20T22:35:30.1458926Z  2024-08-20T22:35:30.1459212Z retry login "${DOCKER_REGISTRY}" 2024-08-20T22:35:30.1459621Z  2024-08-20T22:35:30.1459879Z set -e 2024-08-20T22:35:30.1460327Z # ignore output since only exit code is used for conditional 2024-08-20T22:35:30.1461035Z # only pull docker image if it's not available locally 2024-08-20T22:35:30.1461810Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-08-20T22:35:30.1462513Z  retry docker pull "${DOCKER_IMAGE}" 2024-08-20T22:35:30.1462934Z fi 2024-08-20T22:35:30.1472774Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:35:30.1473245Z env: 2024-08-20T22:35:30.1473670Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:35:30.1474213Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:35:30.1474914Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:35:30.1476214Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:35:30.1477274Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T22:35:30.1477745Z ##[endgroup] 2024-08-20T22:35:30.1508057Z + set +e 2024-08-20T22:35:30.1508960Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T22:35:30.1509648Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T22:35:30.1512357Z + aws ecr get-login-password --region us-east-1 2024-08-20T22:35:30.1513490Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-20T22:35:30.6626415Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-20T22:35:30.6628621Z Configure a credential helper to remove this warning. See 2024-08-20T22:35:30.6629514Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-20T22:35:30.6630050Z 2024-08-20T22:35:30.6630158Z Login Succeeded 2024-08-20T22:35:30.6642403Z + set -e 2024-08-20T22:35:30.6643640Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:35:30.6848848Z Prepare all required actions 2024-08-20T22:35:30.6891319Z ##[group]Run ./.github/actions/chown-workspace 2024-08-20T22:35:30.6891720Z with: 2024-08-20T22:35:30.6892134Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:35:30.6892641Z env: 2024-08-20T22:35:30.6893042Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:35:30.6893682Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:35:30.6894664Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:35:30.6895424Z ##[endgroup] 2024-08-20T22:35:30.6913265Z ##[group]Run docker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-20T22:35:30.6914110Z docker run --rm -v "$(pwd)":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-20T22:35:30.6919844Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:35:30.6920305Z env: 2024-08-20T22:35:30.6920744Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:35:30.6921284Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:35:30.6921985Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:35:30.6922777Z ##[endgroup] 2024-08-20T22:35:30.7101735Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2024-08-20T22:35:30.9512232Z latest: Pulling from tool/alpine 2024-08-20T22:35:30.9524771Z 540db60ca938: Pulling fs layer 2024-08-20T22:35:31.0565385Z 540db60ca938: Verifying Checksum 2024-08-20T22:35:31.0566354Z 540db60ca938: Download complete 2024-08-20T22:35:31.1291773Z 540db60ca938: Pull complete 2024-08-20T22:35:31.1416977Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-20T22:35:31.1458899Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-20T22:35:32.8852337Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2024-08-20T22:35:32.8852853Z with: 2024-08-20T22:35:32.8853075Z env: 2024-08-20T22:35:32.8853467Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:35:32.8854126Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:35:32.8855047Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:35:32.8855816Z ##[endgroup] 2024-08-20T22:35:32.8875623Z ##[group]Run set -eou pipefail 2024-08-20T22:35:32.8876008Z set -eou pipefail 2024-08-20T22:35:32.8876314Z  2024-08-20T22:35:32.8876804Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-08-20T22:35:32.8877429Z for _ in $(seq 1440); do 2024-08-20T22:35:32.8877856Z  # Break if no ssh session exists anymore 2024-08-20T22:35:32.8878327Z  if [ "$(who)" = "" ]; then 2024-08-20T22:35:32.8878744Z  break 2024-08-20T22:35:32.8879034Z  fi 2024-08-20T22:35:32.8879293Z  echo "." 2024-08-20T22:35:32.8879595Z  sleep 5 2024-08-20T22:35:32.8879886Z done 2024-08-20T22:35:32.8886536Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:35:32.8887025Z env: 2024-08-20T22:35:32.8887453Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:35:32.8888028Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:35:32.8888763Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:35:32.8889515Z ##[endgroup] 2024-08-20T22:35:32.8914112Z Holding runner for 2 hours until all ssh sessions have logged out 2024-08-20T22:35:32.9092965Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-20T22:35:32.9093734Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-20T22:35:32.9094415Z # shellcheck disable=SC2046 2024-08-20T22:35:32.9094848Z docker stop $(docker ps -q) || true 2024-08-20T22:35:32.9095337Z # Prune all of the docker images 2024-08-20T22:35:32.9095773Z docker system prune -af 2024-08-20T22:35:32.9101183Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:35:32.9101663Z env: 2024-08-20T22:35:32.9102100Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-20T22:35:32.9102788Z AWS_DEFAULT_REGION: us-east-1 2024-08-20T22:35:32.9103527Z DOCKER_IMAGE_BASE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3 2024-08-20T22:35:32.9104303Z ##[endgroup] 2024-08-20T22:35:32.9357531Z "docker stop" requires at least 1 argument. 2024-08-20T22:35:32.9358241Z See 'docker stop --help'. 2024-08-20T22:35:32.9358476Z 2024-08-20T22:35:32.9358743Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-20T22:35:32.9359115Z 2024-08-20T22:35:32.9359261Z Stop one or more running containers 2024-08-20T22:35:32.9929596Z Deleted Images: 2024-08-20T22:35:32.9931285Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-1-py3:f6d216893d65c7b8ae43df4daaf247db808378e9 2024-08-20T22:35:32.9932328Z untagged: tmp.scngucr3bn:latest 2024-08-20T22:35:32.9932940Z deleted: sha256:2743ac90f650d9c6ba82de6d68c949de90eda0b3602ffc8989546cc4dd1b626c 2024-08-20T22:35:32.9934165Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-20T22:35:32.9935512Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-20T22:35:32.9936729Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-08-20T22:35:32.9937623Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-08-20T22:35:32.9938168Z 2024-08-20T22:35:39.1206313Z Deleted build cache objects: 2024-08-20T22:35:39.1207174Z y98hnaxj7l4itx55bf2bew6cq 2024-08-20T22:35:39.1207597Z mv7y1bt9a15f9zm5vc2yxmbhf 2024-08-20T22:35:39.1207970Z wwepfj2sma3ivw4b3s148ypjf 2024-08-20T22:35:39.1208319Z jz30p3pv54nwtu2dg9jzkj3sq 2024-08-20T22:35:39.1208648Z w58yafbtmuj6gy1zauf3ibl0q 2024-08-20T22:35:39.1208996Z q63pthu5xtxuf50wy4qx4utjo 2024-08-20T22:35:39.1209347Z gr7epr0wx0zcrrc3zr75f28fa 2024-08-20T22:35:39.1209686Z ihtoxeexorzfddn47kzvro8z9 2024-08-20T22:35:39.1210028Z 58epfaawq356i5g9f0p0hntps 2024-08-20T22:35:39.1210377Z i9s1ddidqlb94zu7dzvgzn5q0 2024-08-20T22:35:39.1210706Z el5yzu767yfqakapt28ycniex 2024-08-20T22:35:39.1211054Z wxachlvzdedswv3jyjns3njuw 2024-08-20T22:35:39.1211401Z hcc9yfg4bvpn8f68tdthiifd1 2024-08-20T22:35:39.1211729Z cl9vh0qqldlw70xeuc3sqpgcd 2024-08-20T22:35:39.1212065Z e7d9arniq9abm7l7mjfm1m6sd 2024-08-20T22:35:39.1212400Z 8l1qwjf0jtp63th113ikbz88t 2024-08-20T22:35:39.1212767Z nxsegbhf65wvpaufyq7hx4usq 2024-08-20T22:35:39.1213099Z m8bsatifaolb01co9zfs22xnj 2024-08-20T22:35:39.1213439Z oyfylp1zk9yj6an4g00e9woko 2024-08-20T22:35:39.1213788Z y9zgjm4tt7kj2o0xjv2um7f3h 2024-08-20T22:35:39.1214240Z uievmj09ixv22m80cg7dkehcw 2024-08-20T22:35:39.1214584Z jg2a8v1jtpxdbyyf93r6femq7 2024-08-20T22:35:39.1214923Z 4xptkr10uwv9m5fd82qxqecmq 2024-08-20T22:35:39.1215246Z n3ca8k0qv0jptr63j7f8hnxip 2024-08-20T22:35:39.1215589Z so2lavboruyawvpwcckfojmlm 2024-08-20T22:35:39.1215938Z pguil5lm1c9rgnw6e70d7zhxl 2024-08-20T22:35:39.1216269Z kp855ublqmpvuzstcf72c87x4 2024-08-20T22:35:39.1216608Z sui8c4eqlh918u3cvs68nn9a5 2024-08-20T22:35:39.1216952Z qumrl9r7wsmorzn7auc02eoqj 2024-08-20T22:35:39.1217279Z yp9hk8jmgufcse1j97gxeaine 2024-08-20T22:35:39.1217615Z kfnm674elrz41qmn10thim2wx 2024-08-20T22:35:39.1217953Z zmu7dhakh7rwqm3scuc0e8if3 2024-08-20T22:35:39.1218281Z tld6xt79oha9repy30pesf7vd 2024-08-20T22:35:39.1218621Z fb78wlnyrwflcu1wi2wl87e3o 2024-08-20T22:35:39.1218946Z 8kkh1n5m1tl4zzxmwhthsdnu1 2024-08-20T22:35:39.1219283Z wpgpf5z2f24s1tz2gc3b8ekll 2024-08-20T22:35:39.1219617Z 0vr7cz210w3vc2hybfhoe9osm 2024-08-20T22:35:39.1219936Z zpux9zs5462odo1kh2gou11ug 2024-08-20T22:35:39.1220280Z z2a3ctfevuin5tjnl10aiz2oz 2024-08-20T22:35:39.1220624Z aclolo1iva4inglfwmlsf588a 2024-08-20T22:35:39.1220951Z fk3hutdo94b025np5lw6qml0r 2024-08-20T22:35:39.1221296Z k3g46jmhdgqyvtj8kdjx0dr5f 2024-08-20T22:35:39.1221635Z 8grdkar8b0dtwytwamjwnic92 2024-08-20T22:35:39.1221958Z m50csdu27f7mu3otnwr5wlftd 2024-08-20T22:35:39.1222295Z v1qp54b38jmgxymg5xtdg4s0a 2024-08-20T22:35:39.1222632Z kgdwhx8v4np1s217bjscr4vp5 2024-08-20T22:35:39.1223152Z w4mkgo0b0pdbp52tm4dorqp84 2024-08-20T22:35:39.1223530Z woty5650qd4n88igoq15ehrqn 2024-08-20T22:35:39.1223868Z s6l7leml4cr9bu0g0ifv72oe2 2024-08-20T22:35:39.1224196Z z7lfy3eab5hcazst5hv9hlav4 2024-08-20T22:35:39.1224535Z 9ej0jvucw9wi806pk07kyyxbm 2024-08-20T22:35:39.1224869Z my4vhd74u13f2lrb91890mq56 2024-08-20T22:35:39.1225083Z 2024-08-20T22:35:39.1225209Z Total reclaimed space: 51.48GB 2024-08-20T22:35:39.1289913Z Post job cleanup. 2024-08-20T22:35:39.1342232Z Post job cleanup. 2024-08-20T22:35:39.2211446Z [command]/usr/bin/git version 2024-08-20T22:35:39.2260083Z git version 2.40.1 2024-08-20T22:35:39.2297790Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/3e8daecb-1bc9-40b9-9a7a-308812c701e2' before making global git config changes 2024-08-20T22:35:39.2299103Z Adding repository directory to the temporary git global config as a safe directory 2024-08-20T22:35:39.2302411Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-08-20T22:35:39.2337922Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-20T22:35:39.2369627Z [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-08-20T22:35:39.2663499Z Entering 'android/libs/fbjni' 2024-08-20T22:35:39.2715558Z Entering 'third_party/FP16' 2024-08-20T22:35:39.2766843Z Entering 'third_party/FXdiv' 2024-08-20T22:35:39.2817028Z Entering 'third_party/NNPACK' 2024-08-20T22:35:39.2869929Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T22:35:39.2920401Z Entering 'third_party/XNNPACK' 2024-08-20T22:35:39.2988846Z Entering 'third_party/benchmark' 2024-08-20T22:35:39.3037884Z Entering 'third_party/cpp-httplib' 2024-08-20T22:35:39.3089100Z Entering 'third_party/cpuinfo' 2024-08-20T22:35:39.3139657Z Entering 'third_party/cudnn_frontend' 2024-08-20T22:35:39.3191155Z Entering 'third_party/cutlass' 2024-08-20T22:35:39.3251631Z Entering 'third_party/eigen' 2024-08-20T22:35:39.3302622Z Entering 'third_party/fbgemm' 2024-08-20T22:35:39.3356517Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T22:35:39.3405165Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T22:35:39.3455553Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T22:35:39.3515306Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T22:35:39.3572212Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T22:35:39.3622026Z Entering 'third_party/flatbuffers' 2024-08-20T22:35:39.3676855Z Entering 'third_party/fmt' 2024-08-20T22:35:39.3728654Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T22:35:39.3781152Z Entering 'third_party/gloo' 2024-08-20T22:35:39.3849263Z Entering 'third_party/googletest' 2024-08-20T22:35:39.3885365Z Entering 'third_party/ideep' 2024-08-20T22:35:39.3933975Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T22:35:39.3996492Z Entering 'third_party/ittapi' 2024-08-20T22:35:39.4048252Z Entering 'third_party/kineto' 2024-08-20T22:35:39.4098279Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T22:35:39.4151112Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T22:35:39.4202241Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T22:35:39.4252612Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T22:35:39.4311463Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T22:35:39.4360956Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T22:35:39.4414588Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T22:35:39.4464052Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T22:35:39.4514909Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T22:35:39.4566662Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T22:35:39.4617051Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T22:35:39.4673511Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T22:35:39.4732328Z Entering 'third_party/mimalloc' 2024-08-20T22:35:39.4782320Z Entering 'third_party/nccl/nccl' 2024-08-20T22:35:39.4832634Z Entering 'third_party/nlohmann' 2024-08-20T22:35:39.4892825Z Entering 'third_party/onnx' 2024-08-20T22:35:39.4958125Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T22:35:39.5009563Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T22:35:39.5062383Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T22:35:39.5115133Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T22:35:39.5166964Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T22:35:39.5216263Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T22:35:39.5266308Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T22:35:39.5317299Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T22:35:39.5368130Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T22:35:39.5420349Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T22:35:39.5470563Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T22:35:39.5522454Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T22:35:39.5574866Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T22:35:39.5655036Z Entering 'third_party/pocketfft' 2024-08-20T22:35:39.5713171Z Entering 'third_party/protobuf' 2024-08-20T22:35:39.5767813Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T22:35:39.5816339Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T22:35:39.5870349Z Entering 'third_party/psimd' 2024-08-20T22:35:39.5921541Z Entering 'third_party/pthreadpool' 2024-08-20T22:35:39.5972792Z Entering 'third_party/pybind11' 2024-08-20T22:35:39.6021586Z Entering 'third_party/python-peachpy' 2024-08-20T22:35:39.6073839Z Entering 'third_party/sleef' 2024-08-20T22:35:39.6132599Z Entering 'third_party/tensorpipe' 2024-08-20T22:35:39.6181462Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T22:35:39.6232660Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T22:35:39.6282784Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T22:35:39.6331882Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T22:35:39.6378450Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T22:35:39.6448744Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-20T22:35:39.6476088Z http.https://github.com/.extraheader 2024-08-20T22:35:39.6483205Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-20T22:35:39.6516830Z [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-08-20T22:35:39.6800447Z Entering 'android/libs/fbjni' 2024-08-20T22:35:39.6833182Z http.https://github.com/.extraheader 2024-08-20T22:35:39.6865270Z Entering 'third_party/FP16' 2024-08-20T22:35:39.6898379Z http.https://github.com/.extraheader 2024-08-20T22:35:39.6933701Z Entering 'third_party/FXdiv' 2024-08-20T22:35:39.6968561Z http.https://github.com/.extraheader 2024-08-20T22:35:39.7001149Z Entering 'third_party/NNPACK' 2024-08-20T22:35:39.7033253Z http.https://github.com/.extraheader 2024-08-20T22:35:39.7064264Z Entering 'third_party/VulkanMemoryAllocator' 2024-08-20T22:35:39.7097704Z http.https://github.com/.extraheader 2024-08-20T22:35:39.7131189Z Entering 'third_party/XNNPACK' 2024-08-20T22:35:39.7166512Z http.https://github.com/.extraheader 2024-08-20T22:35:39.7213537Z Entering 'third_party/benchmark' 2024-08-20T22:35:39.7247603Z http.https://github.com/.extraheader 2024-08-20T22:35:39.7279475Z Entering 'third_party/cpp-httplib' 2024-08-20T22:35:39.7313324Z http.https://github.com/.extraheader 2024-08-20T22:35:39.7344655Z Entering 'third_party/cpuinfo' 2024-08-20T22:35:39.7377478Z http.https://github.com/.extraheader 2024-08-20T22:35:39.7416039Z Entering 'third_party/cudnn_frontend' 2024-08-20T22:35:39.7450083Z http.https://github.com/.extraheader 2024-08-20T22:35:39.7481176Z Entering 'third_party/cutlass' 2024-08-20T22:35:39.7515410Z http.https://github.com/.extraheader 2024-08-20T22:35:39.7556516Z Entering 'third_party/eigen' 2024-08-20T22:35:39.7590120Z http.https://github.com/.extraheader 2024-08-20T22:35:39.7623093Z Entering 'third_party/fbgemm' 2024-08-20T22:35:39.7656911Z http.https://github.com/.extraheader 2024-08-20T22:35:39.7697377Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-08-20T22:35:39.7731088Z http.https://github.com/.extraheader 2024-08-20T22:35:39.7766927Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-08-20T22:35:39.7800183Z http.https://github.com/.extraheader 2024-08-20T22:35:39.7832249Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-08-20T22:35:39.7866114Z http.https://github.com/.extraheader 2024-08-20T22:35:39.7902586Z Entering 'third_party/fbgemm/third_party/googletest' 2024-08-20T22:35:39.7935051Z http.https://github.com/.extraheader 2024-08-20T22:35:39.7967819Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-08-20T22:35:39.8001015Z http.https://github.com/.extraheader 2024-08-20T22:35:39.8033450Z Entering 'third_party/flatbuffers' 2024-08-20T22:35:39.8068167Z http.https://github.com/.extraheader 2024-08-20T22:35:39.8104707Z Entering 'third_party/fmt' 2024-08-20T22:35:39.8139077Z http.https://github.com/.extraheader 2024-08-20T22:35:39.8175890Z Entering 'third_party/gemmlowp/gemmlowp' 2024-08-20T22:35:39.8210995Z http.https://github.com/.extraheader 2024-08-20T22:35:39.8242752Z Entering 'third_party/gloo' 2024-08-20T22:35:39.8276761Z http.https://github.com/.extraheader 2024-08-20T22:35:39.8312152Z Entering 'third_party/googletest' 2024-08-20T22:35:39.8353513Z http.https://github.com/.extraheader 2024-08-20T22:35:39.8382961Z Entering 'third_party/ideep' 2024-08-20T22:35:39.8416379Z http.https://github.com/.extraheader 2024-08-20T22:35:39.8447408Z Entering 'third_party/ideep/mkl-dnn' 2024-08-20T22:35:39.8480054Z http.https://github.com/.extraheader 2024-08-20T22:35:39.8523855Z Entering 'third_party/ittapi' 2024-08-20T22:35:39.8559957Z http.https://github.com/.extraheader 2024-08-20T22:35:39.8591697Z Entering 'third_party/kineto' 2024-08-20T22:35:39.8626123Z http.https://github.com/.extraheader 2024-08-20T22:35:39.8656566Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-08-20T22:35:39.8690943Z http.https://github.com/.extraheader 2024-08-20T22:35:39.8723704Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-08-20T22:35:39.8756605Z http.https://github.com/.extraheader 2024-08-20T22:35:39.8792868Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-08-20T22:35:39.8826194Z http.https://github.com/.extraheader 2024-08-20T22:35:39.8856256Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-08-20T22:35:39.8890636Z http.https://github.com/.extraheader 2024-08-20T22:35:39.8923104Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-08-20T22:35:39.8957023Z http.https://github.com/.extraheader 2024-08-20T22:35:39.8990066Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-08-20T22:35:39.9021316Z http.https://github.com/.extraheader 2024-08-20T22:35:39.9056332Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-08-20T22:35:39.9090262Z http.https://github.com/.extraheader 2024-08-20T22:35:39.9123614Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-08-20T22:35:39.9156733Z http.https://github.com/.extraheader 2024-08-20T22:35:39.9192788Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-08-20T22:35:39.9226478Z http.https://github.com/.extraheader 2024-08-20T22:35:39.9259402Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-08-20T22:35:39.9294922Z http.https://github.com/.extraheader 2024-08-20T22:35:39.9335815Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-08-20T22:35:39.9372031Z http.https://github.com/.extraheader 2024-08-20T22:35:39.9406045Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-08-20T22:35:39.9439384Z http.https://github.com/.extraheader 2024-08-20T22:35:39.9474357Z Entering 'third_party/mimalloc' 2024-08-20T22:35:39.9506331Z http.https://github.com/.extraheader 2024-08-20T22:35:39.9543316Z Entering 'third_party/nccl/nccl' 2024-08-20T22:35:39.9576065Z http.https://github.com/.extraheader 2024-08-20T22:35:39.9614641Z Entering 'third_party/nlohmann' 2024-08-20T22:35:39.9652816Z http.https://github.com/.extraheader 2024-08-20T22:35:39.9686623Z Entering 'third_party/onnx' 2024-08-20T22:35:39.9721408Z http.https://github.com/.extraheader 2024-08-20T22:35:39.9767618Z Entering 'third_party/onnx/third_party/benchmark' 2024-08-20T22:35:39.9801021Z http.https://github.com/.extraheader 2024-08-20T22:35:39.9832709Z Entering 'third_party/onnx/third_party/pybind11' 2024-08-20T22:35:39.9867409Z http.https://github.com/.extraheader 2024-08-20T22:35:39.9900536Z Entering 'third_party/opentelemetry-cpp' 2024-08-20T22:35:39.9934013Z http.https://github.com/.extraheader 2024-08-20T22:35:39.9974686Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-08-20T22:35:40.0007214Z http.https://github.com/.extraheader 2024-08-20T22:35:40.0037550Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-08-20T22:35:40.0071328Z http.https://github.com/.extraheader 2024-08-20T22:35:40.0103764Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-08-20T22:35:40.0137163Z http.https://github.com/.extraheader 2024-08-20T22:35:40.0173126Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-08-20T22:35:40.0205906Z http.https://github.com/.extraheader 2024-08-20T22:35:40.0236400Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-08-20T22:35:40.0271308Z http.https://github.com/.extraheader 2024-08-20T22:35:40.0306149Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-08-20T22:35:40.0339613Z http.https://github.com/.extraheader 2024-08-20T22:35:40.0376193Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-08-20T22:35:40.0409912Z http.https://github.com/.extraheader 2024-08-20T22:35:40.0441409Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-08-20T22:35:40.0475066Z http.https://github.com/.extraheader 2024-08-20T22:35:40.0514476Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-08-20T22:35:40.0548318Z http.https://github.com/.extraheader 2024-08-20T22:35:40.0592391Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-08-20T22:35:40.0623802Z http.https://github.com/.extraheader 2024-08-20T22:35:40.0677642Z Entering 'third_party/pocketfft' 2024-08-20T22:35:40.0710205Z http.https://github.com/.extraheader 2024-08-20T22:35:40.0745252Z Entering 'third_party/protobuf' 2024-08-20T22:35:40.0779821Z http.https://github.com/.extraheader 2024-08-20T22:35:40.0823680Z Entering 'third_party/protobuf/third_party/benchmark' 2024-08-20T22:35:40.0856276Z http.https://github.com/.extraheader 2024-08-20T22:35:40.0892955Z Entering 'third_party/protobuf/third_party/googletest' 2024-08-20T22:35:40.0925633Z http.https://github.com/.extraheader 2024-08-20T22:35:40.0959633Z Entering 'third_party/psimd' 2024-08-20T22:35:40.0993262Z http.https://github.com/.extraheader 2024-08-20T22:35:40.1023853Z Entering 'third_party/pthreadpool' 2024-08-20T22:35:40.1057584Z http.https://github.com/.extraheader 2024-08-20T22:35:40.1088970Z Entering 'third_party/pybind11' 2024-08-20T22:35:40.1124636Z http.https://github.com/.extraheader 2024-08-20T22:35:40.1157211Z Entering 'third_party/python-peachpy' 2024-08-20T22:35:40.1190469Z http.https://github.com/.extraheader 2024-08-20T22:35:40.1219869Z Entering 'third_party/sleef' 2024-08-20T22:35:40.1255112Z http.https://github.com/.extraheader 2024-08-20T22:35:40.1287250Z Entering 'third_party/tensorpipe' 2024-08-20T22:35:40.1321113Z http.https://github.com/.extraheader 2024-08-20T22:35:40.1352635Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-08-20T22:35:40.1383322Z http.https://github.com/.extraheader 2024-08-20T22:35:40.1419406Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-08-20T22:35:40.1453832Z http.https://github.com/.extraheader 2024-08-20T22:35:40.1489694Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-08-20T22:35:40.1522914Z http.https://github.com/.extraheader 2024-08-20T22:35:40.1553928Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-08-20T22:35:40.1587009Z http.https://github.com/.extraheader 2024-08-20T22:35:40.1617270Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-08-20T22:35:40.1652850Z http.https://github.com/.extraheader 2024-08-20T22:35:40.1788222Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-20T22:35:40.1807463Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-20T22:35:40.1812458Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-20T22:35:40.1812933Z ##[endgroup] 2024-08-20T22:35:46.3287696Z Cleaning up orphan processes